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

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public class Status
Visual Basic
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 a solution status by specifying the full path, for example Cplex.Status.Optimal.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..Status

See Also