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

This is the class for arrays of OPL integer decision expressions that allows you to create arrays of expressions of decision variables that can be reused at several places in the model.
Indeed, if an expression as a particular meaning in terms of the original problem, writing it as a decision expression (dexpr) makes the model more readable.
This array is handled efficiently as only the "definition" is kept. Not all expressions for each values of the indexes are created. As a consequence, you cannot change the definition of the dexpr for a particular element of the array.
Using decision expressions is particularly useful and recommended if you plan to write objectives to be used with IBM ILOG ODM. Please refer to the ODM documentation.
| Method Summary | |
|---|---|
public void | end() |
public IloNumExprArg | get(IloInt index) const |
public IloNumExprArg | get(IloNum index) const |
public IloNumExprArg | get(IloSymbol index) const |
public IloNumExprArg | get(const char * index) const |
public IloNumExprArg | get(IloTuple index) const |
public IloNumExprArg | getAt(IloMapIndexArray indices) const |
public IloNumExprMapLightI * | getImpl() const |
public IloNumExprArg | operator[](IloInt index) const |
public IloNumExprArg | operator[](IloNum index) const |
public IloNumExprArg | operator[](IloSymbol index) const |
public IloNumExprArg | operator[](const char * index) const |
public IloNumExprArg | operator[](IloTuple index) const |
| Method Detail |
|---|
Ends the invoking map.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
index.
.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.
This member function returns the element indexed by index.
| index |
The index of the requested element.
|
index.