Zvonimir Haramustek
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Zvonimir Haramustekによる最近のアクティビティ-
Lazy constraints seem to be ignored in the final solution
回答済みHi, I've been trying to implement a model that removes positive cycles from the graph by augmenting it as little as possible using qp and lazy constraints. Here is the code: https://pastebin.com/kL...
-
addConstrs behaviour
回答済みHi, I've been modeling a network flow optimization, and stumbled upon what appears to be a bug in the Python API. for eq in lin_eqs.select('*', '*', '*'): self.model.addConstr(eq==0) work just f...