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 *) |
Static Public Member Functions inherited from Gecode::Support::BlockClient< PosSet, Region > | |
static void * | operator new (size_t s, BlockAllocator< PosSet, Region, 512 > &ba) |
Allocate memory from block allocator ba. | |
static void | operator delete (void *, BlockAllocator< PosSet, Region, 512 > &ba) |
Noop (memory freed only when block allocator deleted) |
Public Attributes | |
int | pos |
PosSet * | next |
|
static |