Decision Variable Collection.Get Lower Bounds 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#
A read-only vector containing the lower bounds of the variables in the collection.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DenseVector<double> GetLowerBounds()
Return Value
DenseVector<Double>A read-only vector containing the lower bounds of the variables in the collection.