Generated on Tue Mar 24 2020 14:04:04 for Gecode by doxygen 1.8.17
Gecode::Set::LubDiffRanges< View > Class Template Reference

Range iterator for difference of least upper bound and cache More...

#include <view.hpp>

Public Member Functions

 LubDiffRanges (const CachedView< View > &x)
 Constructor. More...
 

Protected Attributes

BndSetRanges cr
 Cached upper bound. More...
 
LubRanges< View > lr
 Upper bound iterator. More...
 

Detailed Description

template<class View>
class Gecode::Set::LubDiffRanges< View >

Range iterator for difference of least upper bound and cache

Definition at line 933 of file view.hpp.

Constructor & Destructor Documentation

◆ LubDiffRanges()

template<class View >
Gecode::Set::LubDiffRanges< View >::LubDiffRanges ( const CachedView< View > &  x)
inline

Constructor.

Definition at line 400 of file cached.hpp.

Member Data Documentation

◆ cr

template<class View >
BndSetRanges Gecode::Set::LubDiffRanges< View >::cr
protected

Cached upper bound.

Definition at line 1158 of file view.hpp.

◆ lr

template<class View >
LubRanges<View> Gecode::Set::LubDiffRanges< View >::lr
protected

Upper bound iterator.

Definition at line 1160 of file view.hpp.


The documentation for this class was generated from the following files: