Cris
I am studying studying and I really fell in love with optimization area
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Activity overview
Latest activity by Cris-
Cris commented,
What version of Intel MKL runs gurobi?? I read 2020.2 version has removed the environment variable solution. Best regards, Cristian
-
Cris commented,
Thanks for your answer Jaromił. I was reading some post and it looks like the environment variable is not useful with the new version of mkl. I am not clear with what you tell me about the environ...
-
Cris created a post,
Ryzen for gurobi
AnsweredHello. I hope how read this massage has a good day. Recently I bought a new laptop. It has a ryzen 4800H and I saw this CPU outperform all i7 with the same specs in a lot of benchmarks. When I trye...
-
Cris commented,
Thanks for your answer Jeromil. I am student yet and I am happy with what I have learned in this time. Thanks for your words and help, as always. Best regars, Cristian.
-
Cris commented,
OMG. Thanks for your answer Jaromil. I am doing a Simulated Annealing. The worst problem when I code is I think in many options for do the same in this case change the RHS but I always want to know...
-
Cris commented,
Ok, perfect. In this case Apertura_centro will be a tuple-dict, where each element will be a constraint and the index???. If I get a constraint using d = getConstraintbyname("Apertura_centro[5]") a...
-
Cris created a post,
How modify RHS
AnsweredHello. I need help to modify de RHS of a constr. I saw another post but I am not clear. This is my model model.addConstrs((quicksum(x[i,j] for j in N) <= n*y[i] for i in M),name="Apertura_centro") ...
-
Cris commented,
Ok, thanks for your answer. So It is not indispensable use parentheses if I am coding inside a gurobi function. It is just stetic and readable issue. Thanks for all Jaromił Best regards.
-
Cris created a post,
Pep-8 in long constrs
OngoingHello. I am doing a Benders' decomposition problem and I have some questions. I have a long constraint and I am not sure the best way to do it. I would like to know if there is no problems if whe...
-
Cris commented,
Thanks for your help Jaromił. I am going to see it right now Best regards Cristian