Get the CPLEX solution status of a multi-objective sub solve.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..CplexStatus GetMultiObjSubCplexStatus( int subprob ) |
| Visual Basic |
|---|
Public Overridable Function GetMultiObjSubCplexStatus ( _ subprob As Integer _ ) As Cplex..::..CplexStatus |
Parameters
- subprob
- Type: System..::..Int32
Return Value
The CPLEX solution status of the queried sub solve.
Remarks
Throws ILOG.Concert.Exception if there is an error (for example
subprob is out of range, this is not
a multi-objective problem, etc.)