Returns the type of branching Cplex is going to do at the current node unless overridden by the invoking callback.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual Cplex..::..BranchType GetBranchType()

Return Value

The type of branching Cplex is going to do at the current node.

See Also