DecisionVariableCollection.Values Property

Returns a collection that enumerates over the variables.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ICollection<DecisionVariable> Values { get; }

Property Value

ICollection<DecisionVariable>

Implements

IDictionary<TKey, TValue>.Values

See Also