Gecode::SetTraceDelta::Lub Class Reference
Delta for the least upper bound. More...
#include <set.hh>
Protected Attributes | |
| Iter::Ranges::RangeList | o |
| Iterator over old lub. | |
| Set::LubRanges< Set::SetView > | n |
| Iterator over new lub. | |
Constructors and initialization | |
|
| |
| Lub (RangeList *o, Set::SetView n) | |
| Initialize with old lub o and new lub n. | |
Detailed Description
Delta for the least upper bound.
Definition at line 1770 of file set.hh.
Constructor & Destructor Documentation
| Gecode::SetTraceDelta::Lub::Lub | ( | RangeList * | o, | |
| Set::SetView | n | |||
| ) | [inline] |
Member Data Documentation
Iter::Ranges::RangeList Gecode::SetTraceDelta::Lub::o [protected] |
Set::LubRanges<Set::SetView> Gecode::SetTraceDelta::Lub::n [protected] |
The documentation for this class was generated from the following files:
