DecisionVariableCollection.Names Property

Gets the collection of names of the variables in the collection.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<string> Names { get; }

Property Value

Index<String>

See Also