ILOG CPLEX .NET Reference Manual

Cplex.Status Class

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

For a list of all members of this type, see Cplex.Status Members.

System.Object
   ILOG.CPLEX.Cplex.Status

public class Cplex.Status

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

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.

Requirements

Namespace: ILOG.CPLEX

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

See Also

Cplex.Status Members | ILOG.CPLEX Namespace