
Compressed tuple-word support list. More...
#include <gecode/int/extensional.hh>
Public Member Functions | |
| CompressedSupport (void) | |
| Initialize as empty support list. | |
| CompressedSupport (const TupleSet::CSupportWord *b0, const TupleSet::CSupportWord *e0) | |
| Initialize from support word range. | |
| const TupleSet::CSupportWord * | begin (void) const |
| Return first support word. | |
| const TupleSet::CSupportWord * | end (void) const |
| Return one past last support word. | |
| bool | empty (void) const |
| Whether support list is empty. | |
Protected Attributes | |
| const TupleSet::CSupportWord * | b |
| First support word. | |
| const TupleSet::CSupportWord * | e |
| One past last support word. | |
Compressed tuple-word support list.
Definition at line 53 of file extensional.hh.
|
inline |
Initialize as empty support list.
Definition at line 41 of file bit-set.hpp.
|
inline |
Initialize from support word range.
Definition at line 45 of file bit-set.hpp.
|
inline |
Return first support word.
Definition at line 50 of file bit-set.hpp.
|
inline |
Return one past last support word.
Definition at line 55 of file bit-set.hpp.
|
inline |
Whether support list is empty.
Definition at line 60 of file bit-set.hpp.
|
protected |
First support word.
Definition at line 56 of file extensional.hh.
|
protected |
One past last support word.
Definition at line 58 of file extensional.hh.