Gecode::TupleSet::Range Class Reference
#include <int.hh>
Public Member Functions | |
| unsigned int | width (void) const |
| Return the width. | |
| const BitSetData * | supports (unsigned int n_words, int n) const |
| Return the supports for value n. | |
Public Attributes | |
| int | min |
| Minimum value. | |
| int | max |
| Maximum value. | |
| BitSetData * | s |
| Begin of supports. | |
Detailed Description
Range information.
Definition at line 2201 of file int.hh.
Member Function Documentation
| unsigned int Gecode::TupleSet::Range::width | ( | void | ) | const [inline] |
Return the width.
Definition at line 45 of file tuple-set.hpp.
| const TupleSet::BitSetData * Gecode::TupleSet::Range::supports | ( | unsigned int | n_words, | |
| int | n | |||
| ) | const [inline] |
Return the supports for value n.
Definition at line 50 of file tuple-set.hpp.
Member Data Documentation
The documentation for this class was generated from the following files:
- gecode/int.hh
- gecode/int/extensional/tuple-set.hpp
