Enumeration of algorithm types used by Cplex.
For a list of all members of this type, see Cplex.Algorithm Members.
System.Object
ILOG.CPLEX.Cplex.Algorithm
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
These algorithm types are mainly used with parameters Cplex.IntParam.RootAlg
and Cplex.IntParam.NodeAlg
that specify the algorithm to use to solve the root relaxation and the other node problems during branch-and-cut search, respectively. These parameters can be set with method Cplex.SetParam
.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)