Justin Luke

  • Gurobi-versary
  • First Question
  • First Comment
  • 合計アクティビティ 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...