ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > MIP branching direction

C Name

CPX_PARAM_BRDIR

C++ Name

BrDir

Java Name

BrDir

.NET Name

BrDir

InteractiveOptimizer

mip strategy branch

Identifier

2001

Description

Decides which branch, the up or the down branch, should be taken first at each node.

Values

Value 
Symbol 
Meaning 
-1 
CPX_BRDIR_DOWN 
Down branch selected first  
CPX_BRDIR_AUTO 
Automatic: let CPLEX choose; default 
CPX_BRDIR_UP 
Up branch selected first