ILOG CPLEX .NET Reference Manual

Cplex.BranchCallback.GetBranches Method

Queries the branches Cplex would create at the current node if not overridden by the invoking callback.

Overload List

Queries the branches Cplex would create at the current node if not overridden by the invoking callback.

protected virtual double[] GetBranches(INumVar[][],double[][],BranchDirection[][]);

 

protected virtual double[] GetBranches(IRange[][]);

See Also

Cplex.BranchCallback Class | ILOG.CPLEX Namespace