ILOG CPLEX .NET Reference Manual

Cplex.GetCplexStatus Method 

Returns the status of the Cplex algorithm.

public virtual CplexStatus GetCplexStatus();

Return Value

The Cplex.CplexStatus status.

Remarks

The status of Cplex.CplexStatus provides more information about the status of the optimizer.

See also the topic Interpreting Solution Statistics in the ILOG CPLEX User's Manual for more information about a status associated with infeasibility or unboundedness.

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also

Cplex Class | ILOG.CPLEX Namespace