Tang Try
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Tang Try-
Remove cbCut
AnsweredI tried to implement some user cut by callback function to solve a MIP problem. I'm wondering if it is possible to remove some of the cuts during the callback? Btw, I'm using python to write the pr...
-
Lift and project cut
AnsweredDoes Gurobi have lift and project cut? I found a relax and lift cut, but can't find any interpretation about the cut, are they the same?
-
Callback add heuristic solution only when the gap is small
AnsweredI tried to use callback function to add some heuristics. But the heuristic is time consuming, so I wish I can add them only when the gap is already low, for example less than 10%I noticed that I ha...