CPXXcallbackprunenode and CPXcallbackprunenode
Instructs CPLEX to prune the current node of the search tree from a callback in the contexts CPX_CALLBACKCONTEXT_RELAXATION and CPX_CALLBACKCONTEXT_BRANCHING.
int CPXXcallbackprunenode( CPXCALLBACKCONTEXTptr context )
int CPXcallbackprunenode( CPXCALLBACKCONTEXTptr context )
Description
This routine instructs CPLEX to prune the current node of the search tree. If the routine is invoked in the context CPX_CALLBACKCONTEXT_RELAXATION, any user cut added in the same invocation of the callback is disregarded. If the routine is invoked in the context CPX_CALLBACKCONTEXT_BRANCHING, any child node created in the same invocation of the callback is disregarded.
Arguments
- context
-
The callback context as passed into the user-written callback function.