Gets the objective value for the current incumbent.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public abstract double GetIncumbentObjective() |
| Visual Basic |
|---|
Public MustOverride Function GetIncumbentObjective As Double |
Return Value
The objective for the current incumbent. If currently there is no incumbent, the return value can be infinite (represented by a value such as 1e75).
Remarks
Throws ILOG.Concert.Exception if an error occurs.