nahom tsehaie

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

Posts

Recent activity by nahom tsehaie Recent activity Votes
  • Store optimized value into a list

    Answered

    Hi all, I wan to the store the objective value in a list, since I iterate the solver in a loop. I don't how to do that.  my code:  for i in range(10):   # update model, solve, return the chroma...

  • how to simply count number of nodes based of binary output variables

    Answered

      This is probably a stupid question, but I can not fix it. Output of gurobi gives me zero and ones as output for the coloring problem. I want to use the output of a gurobi optimizer to give node...