Generated on Sat Nov 9 2013 19:18:39 for Gecode by doxygen 1.8.4
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...
 
- Public Member Functions inherited from Gecode::Iter::Ranges::Diff< BndSetRanges, LubRanges< View > >
 Diff (void)
 Default constructor. More...
 
 Diff (BndSetRanges &i, LubRanges< View > &j)
 Initialize with iterator i and j. More...
 
void init (BndSetRanges &i, LubRanges< View > &j)
 Initialize with iterator i and j. More...
 
void operator++ (void)
 Move iterator to next range (if possible) More...
 

Protected Attributes

BndSetRanges cr
 Cached upper bound. More...
 
LubRanges< View > lr
 Upper bound iterator. More...
 
- Protected Attributes inherited from Gecode::Iter::Ranges::Diff< BndSetRanges, LubRanges< View > >
BndSetRanges i
 Iterator from which to subtract. More...
 
LubRanges< View > j
 Iterator to be subtracted. More...
 
- Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range. More...
 
int ma
 Maximum of current range. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax
void finish (void)
 Set range such that iteration stops More...
 

Detailed Description

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

Range iterator for difference of least upper bound and cache

Definition at line 906 of file view.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 392 of file cached.hpp.

Member Data Documentation

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

Cached upper bound.

Definition at line 1120 of file view.hpp.

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

Upper bound iterator.

Definition at line 1122 of file view.hpp.


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