Overload List
| Name | Description | |
|---|---|---|
|
|
Set(Double, IIntSet) |
Sets the element index from the map to v. The invoking map should be of only one dimension. See set(IloInt).
|
|
|
Set(Int32, IIntSet) |
.. Sets the element index from the map to v. The invoking map should be of only one dimension. Example with a Map of int: M[i in 1..5][j in 1..2] = j M.GetSub(1).set(2, 4) will set M[1][2] to 4 instead of 2.
|
|
|
Set(String, IIntSet) |
Sets the element index from the map to v. The invoking map should be of only one dimension. See Set(Int32).
|
|
|
Set(ITuple, IIntSet) |
Sets the element index from the map to v. The invoking map should be of only one dimension.
|