Gecode::Int::Linear::SupportSet Class Reference
Detailed Description
Set for support information.Records supported positions of values such that with iteration the supported values can be reconstructed.
Definition at line 47 of file int-dom.icc.
Public Member Functions | |
void | init (unsigned int n) |
Initialize support set with cardinality. | |
void | support (unsigned int i) |
Record that there is support at position. | |
bool | supported (unsigned int i) const |
Check whether position. | |
ModEvent | tell (Space *home, IntView &x) const |
Perform tell according to recorded support information on. | |
void | dispose (void) |
Release memory. |
Member Function Documentation
void Gecode::Int::Linear::SupportSet::init | ( | unsigned int | n | ) | [inline] |
void Gecode::Int::Linear::SupportSet::support | ( | unsigned int | i | ) | [inline] |
bool Gecode::Int::Linear::SupportSet::supported | ( | unsigned int | i | ) | const [inline] |
Perform tell according to recorded support information on.
- x
Definition at line 203 of file int-dom.icc.
void Gecode::Int::Linear::SupportSet::dispose | ( | void | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/int/linear/int-dom.icc (Revision: 7285)