Decision Variable Collection.Get Upper Bounds Method
Gets a vector that contains the upper 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 upper bounds of the variables in the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public DenseVector<double> GetUpperBounds()
Return Value
DenseVector<Double>A read-only vector containing the upper bounds of the variables in the collection.