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

Syntax

C#
public class Algorithm

Remarks

Enumeration of algorithm types used by Cplex. 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.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..Algorithm

See Also