This member function returns the element index from the map.
The invoking map should be of one dimension only. Example with a Map of int:
M[i in 1..5][j in 1..2] = j M.GetSub(1).Get(2) will return 2
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
IConstraint Get( int index ) |
Parameters
- index
- Type: System..::..Int32