OptimizationModel.Constraints Property

Gets the collection of constraints for this OptimizationModel.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ConstraintCollection Constraints { get; }

Property Value

ConstraintCollection
A ConstraintCollection.

See Also