Ilya Tuzhilin

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

Activity overview

Latest activity by Ilya Tuzhilin
  • Ilya Tuzhilin created a post,

    How to get value from decision matrix after optimization?

    Answered

    Suppose I have a matrix defined as follows:   MM = model.addVars(I, J, vtype=GRB.BINARY, name='MM') ... model.optimize() After Solution was found I want to save matrix MM as a 2D numpy array Result...

  • Ilya Tuzhilin created a post,

    Dynamical Range

    Answered

    Hi, I am trying to solve a packaging problem where math model describes postion of products in packaging boxes. In problem formulation it is not known apriori how many pieces of product can be fitt...