ILOG CPLEX .NET Reference Manual

Cplex.Status Members

Cplex.Status overview

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString Transforms status into a human-readable string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace