Gecode::Set::Select::IdxView< View > Class Template Reference
#include <idxarray.hh>
Detailed Description
template<class View>
class Gecode::Set::Select::IdxView< View >
Pairs of an index and a variable.
Definition at line 31 of file idxarray.hh.
Static Public Member Functions | |
| static IdxView * | allocate (Space *home, int n) |
| Allocate n elements. | |
Public Attributes | |
| int | idx |
| The index. | |
| View | var |
| The variable. | |
Member Function Documentation
|
||||||||||||||||
|
Allocate n elements.
Definition at line 28 of file idxarray.icc. |
Member Data Documentation
|
|||||
|
The index.
Definition at line 34 of file idxarray.hh. |
|
|||||
|
The variable.
Definition at line 36 of file idxarray.hh. |
The documentation for this class was generated from the following files:
- gecode/set/select/idxarray.hh (Revision: 3559)
- gecode/set/select/idxarray.icc (Revision: 3559)
