IMSL C# Numerical Library

DenseLP.ObjectiveValue Property

Returns the optimal value of the objective function.

public double ObjectiveValue {get;}

Property Value

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

See Also

DenseLP Class | Imsl.Math Namespace