ILOG CPLEX .NET Reference Manual

Cplex.BranchDirection.Down Field

Downward branch direction.

public static readonly BranchDirection Down;

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

Cplex.BranchDirection Class | ILOG.CPLEX Namespace