Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public class BranchType

Remarks

This class identifies the branch type for Cplex..::..BranchCallback.

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.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..BranchType

See Also