ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetBranches Method

Queries the branches Cplex would create at the current node unless overridden by the invoking goal.

Overload List

Queries the branches Cplex would create at the current node unless overridden by the invoking goal.

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

 

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

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace