| ConstrainedOptimizerOptimalX 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleVector OptimalX { get; }
Public ReadOnly Property OptimalX As DoubleVector
Get
public:
property DoubleVector^ OptimalX {
DoubleVector^ get ();
}
member OptimalX : DoubleVector with get
Property Value
DoubleVectorSee Also