Gets the active set of constraint Indices for this 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