| NonlinearProgrammingProblemConstraints Property |
Gets the constraints.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public IList<Constraint> Constraints { get; }
Public ReadOnly Property Constraints As IList(Of Constraint)
Get
public:
property IList<Constraint^>^ Constraints {
IList<Constraint^>^ get ();
}
member Constraints : IList<Constraint> with get
Property Value
IListConstraintSee Also