Click or drag to resize
DenseLPObjectiveValue Property
Returns the optimal value of the objective function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ObjectiveValue { get; }

Property Value

Type: Double
A double scalar containing the optimal value of the objective function. If a solution has not been computed, Double.NaN is returned.
See Also