ILOG CPLEX .NET Reference Manual

Cplex.Algorithm Class

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 class Cplex.Algorithm

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

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.

Requirements

Namespace: ILOG.CPLEX

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

See Also

Cplex.Algorithm Members | ILOG.CPLEX Namespace