Skip to main content
FRAMES NO FRAMES

Enumeration BranchDirection

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::BranchDirection lists values that can be used for specifying branch directions either with the branch direction parameter IloCplex::BrDir or with the methods IloCplex::setDirection and IloCplex::setDirections. The branch direction specifies which direction to explore first after branching on one variable.

See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about these parameters. Also see the CPLEX User's Manual for examples of their use.

See Also:

Fields

BranchGlobal = CPX_BRANCH_GLOBAL 
BranchDown = CPX_BRANCH_DOWN 
BranchUp = CPX_BRANCH_UP