NO FRAMES

Enumeration BranchType

Definition file: ilocplexi.h
Include files: ilcplex/ilocplex.h

IloCplex::GoalI::BranchType is an enumeration limited in scope to the class IloCplex::GoalI. This enumeration is used by the method IloCplex::GoalI:: getBranchType to tell what kind of branch IloCplex is about to make:

See Also:

Fields
BranchOnVariable
= CPX_TYPE_VAR
BranchOnSOS1
= CPX_TYPE_SOS1
BranchOnSOS2
= CPX_TYPE_SOS2
BranchOnAny
= CPX_TYPE_ANY
UserBranch