Click or drag to resize

LinearConstraintsProjectorValuesFixedByConstraints Property

Gets the values to which parameters are fixed throughout the feasible set.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IReadOnlyList<double?> ValuesFixedByConstraints { get; }

Property Value

IReadOnlyListNullableDouble
See Also