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.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic IReadOnlyList<int> ActiveConstraintIndices { get; init; }Property Value
IReadOnlyListInt32
See Also