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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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
.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)