
Justin Luke
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by Justin Luke-
Multiobjective with MLinExpr
AnsweredCurrently, 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
AnsweredAfter 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...