Click or drag to resize

LinearConstraintsProjectorNumberOfParametersNeitherFixedNorFullyFree Property

Gets the number of parameters that are neither fixed by constraints nor fully free, meaning they occur in at least one constraint but are not fixed to a single value 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 int NumberOfParametersNeitherFixedNorFullyFree { get; }

Property Value

Int32
See Also