The Cplex..::..Status type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberBounded
The Bounded solution status reports that the Cplex optimizer has determined that the model is not unbounded.
Public fieldStatic memberError
The Error solution status reports that an error has occurred.
Public fieldStatic memberFeasible
The Feasible solution status reports that the Cplex optimizer has found a feasible solution that can be queried with the method getValue.
Public fieldStatic memberInfeasible
The Infeasible solution status reports that the Cplex optimizer has determined that the model is infeasible.
Public fieldStatic memberInfeasibleOrUnbounded
The InfeasibleOrUnbounded solution status reports that the Cplex optimizer has determined that the model is infeasible or unbounded.
Public fieldStatic memberOptimal
The Optimal solution status reports that the Cplex optimizer has found an optimal solution that can be queried with the method getValue.
Public fieldStatic memberUnbounded
The Unbounded solution status reports that the Cplex optimizer has determined that the model is unbounded.
Public fieldStatic memberUnknown
The Unknown solution status reports that the optimizer has not gathered any information about the active model.

See Also