equivalent java classes corresponding to cplex branch and node callbacks
Answeredhi
CPLEX has branch and node callback
in particular , the branch callback has methods for overruling CPLEX branching, and the user can branch on a variable of his own choice
similarly other methods are available in the callback classes, for example to prune a node from the search tree, and to force CPLEX to a certain node in the search tree
what are equivalent classes in Gurobi?
-
Unfortunately, none of the callbacks you referenced are available in Gurobi. The GRBCallback class and Callback Codes documentation pages cover everything that's available.
Please sign in to leave a comment.
Comments
1 comment