Click or drag to resize

ConstrainedOptimizerORToolsOptimalX Property

Gets the optimal value if the solve result is SolverResult.Optimal, or the current solution value if the result is SolverResult.SolutionFeasibleButNotOptimal Contains an empty vector otherwise.

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

Property Value

DoubleVector
See Also