DecisionVariableCollection.GetUpperBounds 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.0
C#
public DenseVector<double> GetUpperBounds()

Return Value

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

See Also