DenseLPObjectiveValue Property |
Returns the optimal value of the objective function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ObjectiveValue { get; }
Public ReadOnly Property ObjectiveValue As Double
Get
public:
property double ObjectiveValue {
double get ();
}
member ObjectiveValue : float with 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