Downwards branch direction.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public static readonly Cplex..::..BranchDirection Down
Visual Basic
Public Shared ReadOnly Down As Cplex..::..BranchDirection

Remarks

Setting this branch direction for a variable instructs Cplex to first process the node where the upper bound has been tightened after branching on that variable.

See Also