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

This is the class for mapping constraint elements. This list is indexed by sets of integers, floats, strings or tuples.
| Method Summary | |
|---|---|
public IloConstraintArray | asNewConstraintArray() const |
public const IloConstraint | get(IloTuple index) const |
public const IloConstraint | get(IloSymbol index) const |
public const IloConstraint | get(const char * index) const |
public const IloConstraint | get(IloNum index) const |
public const IloConstraint | get(IloInt index) const |
public IloConstraint | getAt(IloMapIndexArray indices) const |
public IloConstraintMap | getSub(const char * index) const |
public IloConstraintMap | getSub(IloTuple index) const |
public IloConstraintMap | getSub(IloInt index) const |
public IloConstraintMap | getSub(IloNum index) const |
public IloConstraintMap | operator[](IloTuple index) const |
public IloConstraintMap | operator[](IloSymbol index) const |
public IloConstraintMap | operator[](const char * index) const |
public IloConstraintMap | operator[](IloNum index) const |
public IloConstraintMap | operator[](IloInt index) const |
| 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.