Constraint Collection.Keys Property
Returns the collection of row names.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An ICollection<T> containing the row names.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Index<string> Keys { get; }
Property Value
Index<String>An ICollection<T> containing the row names.