Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The class IloNumMap
maps a list of float elements.
This list is indexed by sets of integers, floats, strings or tuples.
Method Summary | |
---|---|
public IloNum | get(IloTuple index) const |
public IloNum | get(IloSymbol index) const |
public IloNum | get(const char * index) const |
public IloNum | get(IloNum index) const |
public IloNum | get(IloInt index) const |
public IloNumMap | getSub(const char * index) const |
public IloNumMap | getSub(IloTuple index) const |
public IloNumMap | getSub(IloInt index) const |
public IloNumMap | getSub(IloNum index) const |
public IloNumMap | operator[](IloTuple index) const |
public IloNumMap | operator[](IloSymbol index) const |
public IloNumMap | operator[](const char * index) const |
public IloNumMap | operator[](IloNum index) const |
public IloNumMap | operator[](IloInt index) const |
public void | set(IloSymbol index, IloNum value) |
public void | set(IloTuple index, IloNum value) |
public void | set(IloNum index, IloNum value) |
public void | set(IloInt index, IloNum value) |
public void | set(const char * index, IloNum 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 map 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 map 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 map 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 map to
value
. The invoking map should be of only one dimension.
index |
The element to set.
|
value |
The value of the element.
|