Jihye Jung
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 4
Posts
Recent activity by Jihye Jung-
Does the application of a callback function change the solution path?
AnsweredHi, 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
AnsweredHi, 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
OngoingHi, 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...