Click or drag to resize

ConstrainedOptimizerORToolsOptimalObjectiveFunctionValue Property

Gets the optimal objective function value if the solve result is SolverResult.Optimal, or the current solution value if the result is SolverResult.SolutionFeasibleButNotOptimal Otherwise the value is Double.NaN.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double OptimalObjectiveFunctionValue { get; }

Property Value

Double
See Also