Ilya Tuzhilin
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Ilya Tuzhilinによる最近のアクティビティ-
How to get value from decision matrix after optimization?
回答済み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...
-
Dynamical Range
回答済み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...