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