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.
![]() ![]() | The Bounded solution status indicates that the Cplex optimizer has determined that the model is not unbounded. |
![]() ![]() | The Error solution status indicates that an error has occurred. |
![]() ![]() | The Feasible solution status indicates that the Cplex optimizer has found a feasible solution that can be queried with the method getValue . |
![]() ![]() | The Infeasible solution status indicates that the Cplex optimizer has determined that the model is infeasible. |
![]() ![]() | The InfeasibleOrUnbounded solution status indicates that the Cplex optimizer has determined that the model is infeasible or unbounded. |
![]() ![]() | The Optimal solution status indicates that the Cplex optimizer has found an optimal solution that can be queried with the method getValue . |
![]() ![]() | The Unbounded solution status indicates that the Cplex optimizer has determined that the model is unbounded. |
![]() ![]() | The Unknown solution status indicates that the optimizer has not gathered any information about the active model. |