Returns the status of the Cplex algorithm.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..CplexStatus GetCplexStatus() |
| Visual Basic |
|---|
Public Overridable Function GetCplexStatus As Cplex..::..CplexStatus |
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 Quality in the 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.