Gecode::SetTraceDelta Class Reference
[Tracing for set variables]
Trace delta information for set variables. More...
#include <set.hh>
Classes | |
| class | Glb |
| Delta for the greatest lower bound. More... | |
| class | Lub |
| Delta for the least upper bound. More... | |
Public Attributes | |
| Glb | _glb |
| Lub | _lub |
Constructor | |
|
| |
| SetTraceDelta (Set::SetTraceView o, Set::SetView n, const Delta &d) | |
| Initialize with old trace view o, new view n, and delta d. | |
Access to delta iterators | |
|
| |
| Glb & | glb (void) |
| Give access to iterator for delta in greatest lower bound (values that have been included). | |
| Lub & | lub (void) |
| Give access iterator for delta in leat bound (values that have been removed). | |
Detailed Description
Trace delta information for set variables.
Definition at line 1748 of file set.hh.
Constructor & Destructor Documentation
| Gecode::SetTraceDelta::SetTraceDelta | ( | Set::SetTraceView | o, | |
| Set::SetView | n, | |||
| const Delta & | d | |||
| ) | [inline] |
Member Function Documentation
| SetTraceDelta::Glb & Gecode::SetTraceDelta::glb | ( | void | ) | [inline] |
| SetTraceDelta::Lub & Gecode::SetTraceDelta::lub | ( | void | ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
