ILOG CPLEX .NET Reference Manual

Cplex.BranchDirection Class

Enumeration of branch direction values.

For a list of all members of this type, see Cplex.BranchDirection Members.

System.Object
   ILOG.CPLEX.Cplex.BranchDirection

public abstract class Cplex.BranchDirection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Branch directions can be used with the methods Cplex.SetDirection and Cplex.SetDirections to select the child node to evaluate first after branching on a specific variable. There are three settings:

See also Cplex.SetDirection. See also Cplex.SetDirections. See also Cplex.BranchCallback.MakeBranch. See also Cplex.BranchCallback.GetBranches.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

Cplex.BranchDirection Members | ILOG.CPLEX Namespace