Gecode::MiniModel::PosSet Class Reference
Sets of positions. More...
Public Member Functions | |
PosSet (void) | |
PosSet (int) | |
bool | in (int) const |
Static Public Member Functions | |
static PosSetCmp | cmp (PosSet *, PosSet *) |
static PosSet * | cup (PosSetAllocator &, PosSet *, PosSet *) |
Public Attributes | |
int | pos |
PosSet * | next |
Detailed Description
Sets of positions.
Definition at line 374 of file reg.cpp.
Constructor & Destructor Documentation
Member Function Documentation
PosSet * Gecode::MiniModel::PosSet::cup | ( | PosSetAllocator & | psm, | |
PosSet * | ps1, | |||
PosSet * | ps2 | |||
) | [static] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/minimodel/reg.cpp (Revision: 11279)