The Cplex..::..Status type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Bounded |
The Bounded solution status reports that the
Cplex optimizer has determined that the model is not
unbounded.
| |
| Error |
The Error solution status reports that an error has
occurred.
| |
| Feasible |
The Feasible solution status reports that the
Cplex optimizer has found a feasible solution
that can be queried with the method
getValue.
| |
| Infeasible |
The Infeasible solution status reports that the
Cplex optimizer has determined that the model is
infeasible.
| |
| InfeasibleOrUnbounded |
The InfeasibleOrUnbounded solution status reports that
the Cplex optimizer has determined that the model is
infeasible or unbounded.
| |
| Optimal |
The Optimal solution status reports that the
Cplex optimizer has found an optimal solution that
can be queried with the method getValue.
| |
| Unbounded |
The Unbounded solution status reports that the
Cplex optimizer has determined that the model is
unbounded.
| |
| Unknown |
The Unknown solution status reports that the optimizer
has not gathered any information about the active model.
|