Ilya Tuzhilin
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Ilya Tuzhilin-
How to get value from decision matrix after optimization?
AnsweredSuppose 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...
-
Dynamical Range
AnsweredHi, 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...