ConstraintCollection.Keys Property

Returns the collection of row names.

Definition

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

Property Value

Index<String>
An ICollection<T> containing the row names.

See Also