Click or drag to resize

MultivariableFunctionSolverConstraints Property

Gets the constraint settings corresponding to the results computed by the Function. There must be at least one constraint set for this solver to work.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<SolverConstraintSettings> Constraints { get; }

Property Value

Type: IListSolverConstraintSettings
See Also