Click or drag to resize

IActiveSetQPSolverActiveSet 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 abstract IList<int> ActiveSet { get; }

Property Value

IListInt32
See Also