Gets and sets the linear constraints for the quadratic programming problem.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also