Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0
Gecode::SetTraceDelta::Glb Class Reference

Delta for the greatest lower bound. More...

#include <set.hh>

Protected Attributes

Iter::Ranges::RangeList o
 Iterator over old glb.
Set::GlbRanges< Set::SetViewn
 Iterator over new glb.
Protected Attributes inherited from Gecode::Iter::Ranges::Diff< Set::GlbRanges< Set::SetView >, Iter::Ranges::RangeList >
Set::GlbRanges< Set::SetViewi
 Iterator from which to subtract.
Iter::Ranges::RangeList j
 Iterator to be subtracted.
Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range.
int ma
 Maximum of current range.

Constructors and initialization

 Glb (RangeList *o, Set::SetView n)
 Initialize with old glb and new glb.

Additional Inherited Members

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

Detailed Description

Delta for the greatest lower bound.

Definition at line 1759 of file set.hh.

Constructor & Destructor Documentation

◆ Glb()

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

Initialize with old glb and new glb.

Definition at line 37 of file delta.hpp.

Member Data Documentation

◆ o

Iter::Ranges::RangeList Gecode::SetTraceDelta::Glb::o
protected

Iterator over old glb.

Definition at line 1764 of file set.hh.

◆ n

Set::GlbRanges<Set::SetView> Gecode::SetTraceDelta::Glb::n
protected

Iterator over new glb.

Definition at line 1766 of file set.hh.


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