Click or drag to resize

ProjectionResultActiveConstraintIndices Property

Indices of active constraints at the solution, in the merged system: [0 .. nEq-1] → equality rows (always active) [nEq .. nEq+nLeq-1] → inequality rows (C·x <= d), active when binding

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

Property Value

IReadOnlyListInt32
See Also