Justin Luke
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
投稿
Justin Lukeによる最近のアクティビティ-
Multiobjective with MLinExpr
回答済みCurrently, multiobjectives only support having subsequent objective terms (after the primary term) as LinExpr(). Will MLinExpr() objective terms be supported? Thanks!
-
Retrieving MVar from Model read from file
回答済みAfter loading a Gurobi model from file (e.g. m = gp.read('my_model.mps')), I am unable to retrieve matrix variables. For example, if the model had MVar with name "X" when it was previously construc...