This class identifies the branch type for BranchCallback
.
For a list of all members of this type, see Cplex.BranchType Members.
System.Object
ILOG.CPLEX.Cplex.BranchType
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The branch type indicates what type of branch Cplex
is about to make when the BranchCallback
is called. Possible types include:
BranchOnVariable
indicates branching on a single variable.BranchOnSOS1
indicates branching on an SOS of type 1.BranchOnSOS2
indicates branching on an SOS of type 2.BranchOnAny
indicates a more complex branching.Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)