DecisionVariableCollection.GetLowerBounds Method

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

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DenseVector<double> GetLowerBounds()

Return Value

DenseVector<Double>
A read-only vector containing the lower bounds of the variables in the collection.

See Also