Click or drag to resize

ActiveSetQPSolverActiveSet Property

Gets the set of active constraint Indices for the solution. If algorithm did not converge it returns these Indices for the final iteration.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override IList<int> ActiveSet { get; }

Property Value

IListInt32
See Also