Bojing Jia

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

Activity overview

Latest activity by Bojing Jia
  • Bojing Jia commented,

    Is this possible for a matrix? ie. m = gp.Model("example")N = 10x = m.addMVar(N, vtype=GRB.CONTINUOUS, name='x')for i in range(N): x[i].lb = 5 For reasons that are unclear to me, this returns th...