Jonas Saupe
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
投稿
Jonas Saupeによる最近のアクティビティ-
Code under "if where == GRB.Callback.MIPSOL" is executed, but solution count is 0
回答済みHello, I am experiencing a very strange behavior of Gurobi when solving a model using a callback function. I can tell that a feasible solution has been found, as there is a console output that is o...
-
Can new variables be added in a callback function?
回答済みHello, I am trying to solve the RCPSP using the lazy constraints feature of Gurobi (model is coded in Python). In the chosen formulation, disjunctive precedence constraints are used to resolve reso...