Instructs the Cplex branch-and-cut search not to create any child nodes for the current node.
In short, if this method is called Cplex creates no branches at the current node. It is an error to call methods prune
and makeBranch
in one invocation of a branch callback.