Enumeration of possible solution status values, as returned by method cplex.getStatus.

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

Syntax

C#
public class Status

Remarks

The status contains the information the Cplex optimizer has gathered so far about a possible solution to the active model. User code typically refers to solution statuses by specifying full paths, for example Cplex.Status.Optimal.

Inheritance Hierarchy

System..::..Object
  ILOG.OPL..::..Cplex..::..Status

See Also