| Modifier and Type | Method and Description |
|---|---|
IloConstraint |
get(double index)
This method returns the element
index from the map. |
IloConstraint |
get(IloTuple index)
This method returns the element
index from the map. |
IloConstraint |
get(int index)
This method returns the element
index from the map. |
IloConstraint |
get(java.lang.String index)
This method returns the element
index from the map. |
IloConstraintMap |
getSub(double index)
This method returns the submap
index from the map. |
IloConstraintMap |
getSub(IloTuple index)
This method returns the submap
index from the map. |
IloConstraintMap |
getSub(int index)
This method returns the submap
index from the map. |
IloConstraintMap |
getSub(java.lang.String index)
This method returns the submap
index from the map. |
void |
set(double index,
IloConstraint v)
This method sets the element
index in the current map to v. |
void |
set(IloTuple index,
IloConstraint v)
This method sets the element
index in the current map to v. |
void |
set(int index,
IloConstraint v)
This method sets the element
index in the current map to v. |
void |
set(java.lang.String index,
IloConstraint v)
This method sets the element
index in the current map to v. |
getName, getNbDim, getNonEmptySlotSize, getSize, getTotalSize, makeMapIndexer, setNameIloConstraintMap getSub(int index) throws IloException
index from the map.
The invoking map should have more than one dimension.IloExceptionIloConstraintMap getSub(double index) throws IloException
index from the map.
The invoking map should have more than one dimension.IloExceptionIloConstraintMap getSub(java.lang.String index) throws IloException
index from the map.
The invoking map should have more than one dimension.IloExceptionIloConstraintMap getSub(IloTuple index) throws IloException
index from the map.
The invoking map should have more than one dimension.IloExceptionIloConstraint get(int index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloConstraint get(double index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloConstraint get(java.lang.String index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionIloConstraint get(IloTuple index) throws IloException
index from the map.
The invoking map should be of one dimension only.IloExceptionvoid set(int index,
IloConstraint v)
throws IloException
index in the current map to v.
The invoking map should be of only one dimension.IloExceptionvoid set(double index,
IloConstraint v)
throws IloException
index in the current map to v.
The invoking map should be of only one dimension.IloExceptionvoid set(java.lang.String index,
IloConstraint v)
throws IloException
index in the current map to v.
The invoking map should be of only one dimension.IloExceptionvoid set(IloTuple index, IloConstraint v) throws IloException
index in the current map to v.
The invoking map should be of only one dimension.IloException