Jihye Jung
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 14
- サブスクリプション 4
投稿
Jihye Jungによる最近のアクティビティ-
Does the application of a callback function change the solution path?
回答済みHi, Gurobi support team!I'm currently working on branch-and-cut with user cut callback with gurobi 9.0.0 in python 3.8 environment. The following questions are asked under the condition that all ex...
-
Callback cut count and cut count in the MIP log are not equal
回答済みHi, I'm currently working on the branch-and-cut algorithm with gurobi 9.0.0 in the python 3.8 environments. I've counted the applied cuts in the callback function with the code like below: if where...
-
User cuts are not counted in the MIP log
進行中Hi, I'm working on a branch-and-cut algorithm in the python 3.8 environment and struggling with applying user cuts. I set the callback function to print out the message when a user cut is added. Th...