If the qpSubproblemSolver_ was successful, OptimalObjectiveFunctionValue returns the minimum value of the objective function.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double OptimalObjectiveFunctionValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property OptimalObjectiveFunctionValue As Double
Visual C++
public:
property double OptimalObjectiveFunctionValue {
	double get ();
}

See Also