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