Polarith AI
1.8
◆
this[int index]
ReadOnlyCollection<T> this[int index]
get
Provides quick read-only access to an objective (problem matrix row).
Parameters
index
Specifies the objective which is returned.
Returns
The objective belonging to the specified
index
.
Exceptions
ArgumentOutOfRangeException
If there is no objective at the specified
index
.