Returns the Cplex.CplexStatus
status of the last node problem solved.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..CplexStatus GetCplexSubStatus() |
| Visual Basic |
|---|
Public Overridable Function GetCplexSubStatus As Cplex..::..CplexStatus |
Return Value
The Cplex.CplexStatus status of the last node that has been solved during the solution of a MIP.
Remarks
This method is often useful when the preceding invocation of Cplex.Solve terminates with an error during the solution of a MIP problem.
ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.