Range iterator for difference of least upper bound and cache More...
#include <view.hpp>
Public Member Functions | |
LubDiffRanges (const CachedView< View > &x) | |
Constructor. | |
Protected Attributes | |
BndSetRanges | cr |
Cached upper bound. | |
LubRanges< View > | lr |
Upper bound iterator. |
Range iterator for difference of least upper bound and cache
Gecode::Set::LubDiffRanges< View >::LubDiffRanges | ( | const CachedView< View > & | x | ) | [inline] |
Constructor.
Definition at line 392 of file cached.hpp.
BndSetRanges Gecode::Set::LubDiffRanges< View >::cr [protected] |
LubRanges<View> Gecode::Set::LubDiffRanges< View >::lr [protected] |