Md Raqibul Hasan PRINCE

  • 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 Md Raqibul Hasan PRINCE Recent activity Votes
  • How to combine decision variables?

    Answered

    x = m.addMVar(shape = 3, vtype=GRB.BINARY)y = m.addMVar(shape = 4, vtype=GRB.INTEGER)Is there any way to combine these two decision variables in one and make it shape = 7?TIA