ILOG CPLEX .NET Reference Manual

Cplex.GetCplexSubStatus Method 

Returns the Cplex.CplexStatus status of the last node problem solved.

public virtual CplexStatus GetCplexSubStatus();

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.

See Also

Cplex Class | ILOG.CPLEX Namespace