Maxim Santalov

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2

Comments

Recent activity by Maxim Santalov Recent activity Votes
  • Hi Jaromil, Thank you again for an immediate answer. I mean, that I can take values from the output of the optimization, put it in a objective function and count it. I also mentioned, that those tw...

  • Hi Jaromil, Thank you for your answer. I got your idea. Could you, please, answer on another question, relative to previous one: I am setting up abstol for objective functions equal to 0. I expect,...

  • Hi Matthias, Thank you for the reply. It helped to restore order in my code. I will leave it here( possibly, it would help someone):. ...(previous part remains the same)for sol in range(nSolutions)...

  • Thank you for your reply.   I am new to Gurobi and some solutions presented at guide are not obvious for me. By this moment, my code looks like this: ....(Model initialization, setting up Vars and ...