Decision Variable Collection.Get Lower Bounds Method
Gets a vector that contains the lower bounds of the variables.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A read-only vector containing the lower bounds of the variables in the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public DenseVector<double> GetLowerBounds()
Return Value
DenseVector<Double>A read-only vector containing the lower bounds of the variables in the collection.