| LinearConstrainedProblemConstraints Property |
Gets and sets the linear constraints for the problem.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public IList<LinearConstraint> Constraints { get; set; }
Public Property Constraints As IList(Of LinearConstraint)
Get
Set
public:
property IList<LinearConstraint^>^ Constraints {
IList<LinearConstraint^>^ get ();
void set (IList<LinearConstraint^>^ value);
}
member Constraints : IList<LinearConstraint> with get, set
Property Value
IListLinearConstraintSee Also