Gecode::Int::Regular::PosSet Class Reference
Inherits Gecode::Support::BlockClient< T >< Gecode::Int::Regular::PosSet >.Detailed Description
Sets of positions.
Definition at line 320 of file reg.cc.
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 |
Constructor & Destructor Documentation
Member Function Documentation
PosSet * Gecode::Int::Regular::PosSet::cup | ( | PosSetAllocator & | , | |
PosSet * | , | |||
PosSet * | ||||
) | [static] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/int/regular/reg.cc (Revision: 3512)