ILOG CPLEX .NET Reference Manual

Cplex.Status Fields

The fields of the Cplex.Status class are listed below. For a complete list of Cplex.Status class members, see the Cplex.Status Members topic.

Public Static Fields

Bounded The Bounded solution status indicates that the Cplex optimizer has determined that the model is not unbounded.
Error The Error solution status indicates that an error has occurred.
Feasible The Feasible solution status indicates that the Cplex optimizer has found a feasible solution that can be queried with the method getValue.
Infeasible The Infeasible solution status indicates that the Cplex optimizer has determined that the model is infeasible.
InfeasibleOrUnbounded The InfeasibleOrUnbounded solution status indicates that the Cplex optimizer has determined that the model is infeasible or unbounded.
Optimal The Optimal solution status indicates that the Cplex optimizer has found an optimal solution that can be queried with the method getValue.
Unbounded The Unbounded solution status indicates that the Cplex optimizer has determined that the model is unbounded.
Unknown The Unknown solution status indicates that the optimizer has not gathered any information about the active model.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace