Generated on Thu Mar 16 2017 03:24:29 for Gecode by doxygen 1.8.13
Gecode::SetTraceDelta::Lub Class Reference

#include <set.hh>

Protected Attributes

Iterator over old lub Iter::Ranges::RangeList o
 
Iterator over new lub Set::LubRanges< Set::SetViewn
 
- Protected Attributes inherited from Gecode::Iter::Ranges::Diff< Iter::Ranges::RangeList, Set::LubRanges< Set::SetView > >
Iter::Ranges::RangeList i
 Iterator from which to subtract. More...
 
Set::LubRanges< Set::SetViewj
 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...
 
name Constructors and initialization Initialize with old lub a o and new lub a n Lub (RangeList *o, Set::SetView n)
 

Additional Inherited Members

- Public Member Functions inherited from Gecode::Iter::Ranges::Diff< Iter::Ranges::RangeList, Set::LubRanges< Set::SetView > >
 Diff (void)
 Default constructor. More...
 
 Diff (Iter::Ranges::RangeList &i, Set::LubRanges< Set::SetView > &j)
 Initialize with iterator i and j. More...
 
void init (Iter::Ranges::RangeList &i, Set::LubRanges< Set::SetView > &j)
 Initialize with iterator i and j. More...
 
void operator++ (void)
 Move iterator to next range (if possible) More...
 
- Public Member Functions inherited from Gecode::Iter::Ranges::MinMax
 MinMax (void)
 Default constructor. More...
 
 MinMax (int min, int max)
 Initialize with range min to max. More...
 
bool operator() (void) const
 Test whether iterator is still at a range or done. More...
 
int min (void) const
 Return smallest value of range. More...
 
int max (void) const
 Return largest value of range. More...
 
unsigned int width (void) const
 Return width of range (distance between minimum and maximum) More...
 
- Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax
void finish (void)
 Set range such that iteration stops More...
 

Detailed Description

Definition at line 1664 of file set.hh.

Constructor & Destructor Documentation

◆ Lub()

Gecode::SetTraceDelta::Lub::Lub ( RangeList o,
Set::SetView  n 
)
inline

Definition at line 46 of file delta.hpp.

Member Data Documentation

◆ o

Iterator over old lub Iter::Ranges::RangeList Gecode::SetTraceDelta::Lub::o
protected

Definition at line 1669 of file set.hh.

◆ n

Iterator over new lub Set::LubRanges<Set::SetView> Gecode::SetTraceDelta::Lub::n
protected

Definition at line 1671 of file set.hh.


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