Range iterator for difference of greatest lower bound and cache More...
#include <view.hpp>
Public Member Functions | |
GlbDiffRanges (const CachedView< View > &x) | |
Constructor. | |
Protected Attributes | |
GlbRanges< View > | gr |
Lower bound iterator. | |
BndSetRanges | cr |
Cached lower bound. |
Range iterator for difference of greatest lower bound and cache
Gecode::Set::GlbDiffRanges::GlbDiffRanges | ( | const CachedView< View > & | x | ) | [inline] |
Constructor.
Definition at line 385 of file cached.hpp.
GlbRanges<View> Gecode::Set::GlbDiffRanges::gr [protected] |
BndSetRanges Gecode::Set::GlbDiffRanges::cr [protected] |