ISmQuadraticProgramming.OptimalFunctionValue

Syntax

OptimalFunctionValue: Double;

Description

The OptimalFunctionValue property returns the criterion function value that corresponds to the found solution.

Comments

This property is relevant is the method was calculated without errors.

Example

Property use is given in the examples for ISmQuadraticProgramming.CriterionFunction.

See also

ISmQuadraticProgramming