Mandar U

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

Posts

Recent activity by Mandar U Recent activity Votes
  • how to remove and add back a constraint?

    Answered

    import gurobipy as grbmodel = grb.read('model.lp')model.optimize()c = model.getConstrByName('budget')c.__dict__# this shows NULL object : {'_cmodel': <capsule object NULL at 0x1063e6420>, '_rowno':...