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

Activity overview

Latest activity by Maxim Santalov
  • Maxim Santalov commented,

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

  • Maxim Santalov commented,

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

  • Maxim Santalov created a post,

    setObjectiveN misses objective values

    Answered

    Hi all, I am trying to set up multiple objective functions in the model. According to the manual, I can set up priority of objective functions . Gurobi will take this priority into account and will...

  • Maxim Santalov commented,

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

  • Maxim Santalov commented,

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

  • Maxim Santalov created a post,

    Get all solutions

    Answered

    How I can get all solutions of the model, if the SolutionNumber is >1?