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 reference manual ILOG CPLEX Parameters and the ILOG CPLEX User's Manual for more information about these parameters. Also see the user's manual for examples of their use.

See Also:

Fields
BranchGlobal
= CPX_BRANCH_GLOBAL
BranchDown
= CPX_BRANCH_DOWN
BranchUp
= CPX_BRANCH_UP