| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

The class IloIntMap maps a list of integer elements.
This list is indexed by sets of integers, floats, strings or tuples.
| Method Summary | |
|---|---|
public IloInt | get(IloTuple index) const |
public IloInt | get(IloSymbol index) const |
public IloInt | get(const char * index) const |
public IloInt | get(IloNum index) const |
public IloInt | get(IloInt index) const |
public IloIntMap | getSub(const char * index) const |
public IloIntMap | getSub(IloTuple index) const |
public IloIntMap | getSub(IloInt index) const |
public IloIntMap | getSub(IloNum index) const |
public IloIntMap | operator[](IloTuple index) const |
public IloIntMap | operator[](IloSymbol index) const |
public IloIntMap | operator[](const char * index) const |
public IloIntMap | operator[](IloNum index) const |
public IloIntMap | operator[](IloInt index) const |
public void | set(IloSymbol index, IloInt value) |
public void | set(IloTuple index, IloInt value) |
public void | set(IloNum index, IloInt value) |
public void | set(IloInt index, IloInt value) |
public void | set(const char * index, IloInt value) |
| Method Detail |
|---|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The element to be returned
|
This member function returns the element idx
from the map. The invoking map should be of one dimension only.
See get(IloInt).
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The element to be returned
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The element to be returned
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The element to be returned
|
This member function returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
see IloMap#getSub(IloInt)This member function returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The symbol element to set.
|
| value |
The value of the element.
|
Sets the element index in the current IloIntMap
to value. The invoking map should be of only one dimension.
| index |
The tuple element to set.
|
| value |
The value of the element.
|
Sets the element index in the current IloIntMap
to value. The invoking map should be of only one dimension.
| index |
The float element to set.
|
| value |
The value of the element.
|
Sets the element index in the current IloIntMap
to value. The invoking map should be of only one dimension.
| index |
The integer element to set.
|
| value |
The value of the element.
|
Sets the element index in the current IloIntMap
to value. The invoking map should be of only one dimension.
| index |
The element to set.
|
| value |
The value of the element.
|