Andrea Gasparin

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Andrea Gasparin Recent activity Votes
  • Branching priority to MVars

    Answered

    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...