MultivariableFunctionSolver.Constraints Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<SolverConstraintSettings> Constraints { get; }
Public ReadOnly Property Constraints As IList(Of SolverConstraintSettings)
Get
public:
property IList<SolverConstraintSettings^>^ Constraints {
IList<SolverConstraintSettings^>^ get ();
}
member Constraints : IList<SolverConstraintSettings> with get
Property Value
Type:
IList<SolverConstraintSettings>
See Also