Get the 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..::..Status GetMultiObjSubStatus( int subprob ) |
| Visual Basic |
|---|
Public Overridable Function GetMultiObjSubStatus ( _ subprob As Integer _ ) As Cplex..::..Status |
Parameters
- subprob
- Type: System..::..Int32
Return Value
The 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.)