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

Return Value

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

See Also