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

This is the class for mapping integer variables elements. This list is indexed by sets of integers, floats, strings or tuples.
| Method Summary | |
|---|---|
public IloIntVarArray | asNewIntVarArray() const |
public const IloIntVar | get(IloTuple index) const |
public const IloIntVar | get(IloSymbol index) const |
public const IloIntVar | get(const char * index) const |
public const IloIntVar | get(IloNum index) const |
public const IloIntVar | get(IloInt index) const |
public IloIntVar | getAt(IloMapIndexArray indices) const |
public IloIntVarMap | getSub(const char * index) const |
public IloIntVarMap | getSub(IloTuple index) const |
public IloIntVarMap | getSub(IloInt index) const |
public IloIntVarMap | getSub(IloNum index) const |
public IloIntVarMap | operator[](IloTuple index) const |
public IloIntVarMap | operator[](IloSymbol index) const |
public IloIntVarMap | operator[](const char * index) const |
public IloIntVarMap | operator[](IloNum index) const |
public IloIntVarMap | operator[](IloInt index) const |
public void | set(IloSymbol index, IloIntVar value) |
public void | set(IloTuple index, IloIntVar value) |
public void | set(IloNum index, IloIntVar value) |
public void | set(IloInt index, IloIntVar value) |
public void | set(const char * index, IloIntVar value) |
| Method Detail |
|---|
Returns the current object as new basic array
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
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 requested element.
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element corresponding to
indices from the map. The invoking map should have
as many dimensions as the size of indices.
| indices |
The requested element.
|
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.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.