Cris

Gurobi-versary
Curious
Conversationalist

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

Comments

Recent activity by Cris Recent activity Votes
  • What version of Intel MKL runs gurobi?? I read 2020.2 version has removed the environment variable solution. Best regards, Cristian

  • 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...

  • 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. 

  • 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...

  • 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...

  • 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.

  • Thanks for your help Jaromił. I am going to see it right now Best regards Cristian

  • Thanks for your answer. I try to used Model.write() but I wasn´t too sure of how. I read the link but I wasn´t to clear how to do It. I will try with  model.remove(R3m) Thanks for your help 

  • Thanks for your answer Jaromił. I Have a question yet. If I call my constraints  master.update()# RestriccionesR1m = master.addConstrs((quicksum(s[k,t] for k in K) <= PAt[t]) for t in T)R2m = maste...

  • Perfect. I understand. Thanks for your help. I would like to know where I could find more information about details like quicksums use list as an argument and improve my codes?? Best Regards.   Cris