Gecode::Int::Linear::SupportSet Class Reference
List of all members.Detailed Description
Set for support information.Records supported positions of values such that with iteration the supported values can be reconstructed.
Definition at line 35 of file 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] |
void Gecode::Int::Linear::SupportSet::dispose | ( | void | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/int/linear/dom.icc (Revision: 3512)