ConstraintCollection.Keys Property

Returns the collection of row names.

Definition

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

Property Value

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

See Also