All Questions
1 question
1
vote
1
answer
283
views
Run callback only at the root node
I'm solving an integer linear programming problem with CPLEX 12.7 using a branch-and-cut framework. I'm using the CPLEX callable library in C++.
Therefore, I implemented an UserCutCallback callback. ...