Overload List

  Name Description
Public method Set(Double, IIntervalVar)
Sets the element idx from the map to value. The invoking map should be of only one dimension. See set(Int).
Public method Set(Int32, IIntervalVar)
Sets the element idx from the map to value. 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.
Public method Set(String, IIntervalVar)
Sets the element idx from the map to value. The invoking map should be of only one dimension. See set(Int).
Public method Set(ITuple, IIntervalVar)
Sets the element index from the map to value. The invoking map should be of only one dimension. set(IloInt,Elt)

See Also