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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IList<int> ActiveSet { get; internal set; }
Visual Basic (Declaration)
Public Property ActiveSet As IList(Of Integer)
Visual C++
public:
property IList<int>^ ActiveSet {
	IList<int>^ get ();
	void set (IList<int>^ value);
}

See Also