
Set for support information More...
#include <int-dom.hpp>
Public Member Functions | |
| SupportSet (void) | |
| Default constructor. | |
| void | init (Region &r, unsigned int n) |
| Initialize support set with cardinality n. | |
| void | support (unsigned int i) |
| Record that there is support at position i. | |
| bool | supported (unsigned int i) const |
| Check whether position. | |
| ModEvent | tell (Space &home, IntView &x) const |
| Perform tell according to recorded support information on. | |
Set for support information
Records supported positions of values such that with iteration the supported values can be reconstructed.
Definition at line 43 of file int-dom.hpp.
|
inline |
Default constructor.
Definition at line 163 of file int-dom.hpp.
|
inline |
Initialize support set with cardinality n.
Definition at line 165 of file int-dom.hpp.
|
inline |
Record that there is support at position i.
Definition at line 169 of file int-dom.hpp.
|
inline |
Perform tell according to recorded support information on.
Definition at line 193 of file int-dom.hpp.