ConstraintCollection.GetLowerBounds Method

Gets a vector that contains the lower bounds of the constraints.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DenseVector<double> GetLowerBounds()

Return Value

DenseVector<Double>

See Also