
Mandar U
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Mandar Uさんの最近のアクティビティ-
Mandar Uさんがコメントを作成しました:
I understand. My question is, how can I add this constraint back to the model?
-
Mandar Uさんが投稿を作成しました:
how to remove and add back a constraint?
回答済み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':...