Returns the number of branches Cplex is going to create at the current node unless overridden by the invoking callback.

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

Syntax

C#
protected internal virtual int GetNbranches()

Return Value

The number of branches Cplex is going to create at the current node.

See Also