Andrea Gasparin

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 3
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

投稿

Andrea Gasparinによる最近のアクティビティ 最近のアクティビティ 投票
  • Branching priority to MVars

    回答済み

    Hi, i would like to try setting branching priorities to MVars. The model seems to not complain with both the following codes: y = m.addMVar(5, vtype=GRB.BINARY)for v in y:   v.setAttr('BranchPrio...