Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0

Range iterator for Boolean variable views More...

#include <bool.hpp>

Constructors and initialization

 ViewRanges (void)
 Default constructor.
 ViewRanges (const BoolView &x)
 Initialize with ranges for view x.
void init (const BoolView &x)
 Initialize with ranges for view x.

Iteration control

bool operator() (void) const
 Test whether iterator is still at a range or done.
void operator++ (void)
 Move iterator to next range (if possible)

Range access

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)

Additional Inherited Members

 Singleton (void)
 Default constructor.
 Singleton (int min, int max)
 Initialize with range min to max.
void init (int min, int max)
 Initialize with range min to max.
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
Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range.
int ma
 Maximum of current range.

Detailed Description

Range iterator for Boolean variable views

Definition at line 297 of file bool.hpp.

Constructor & Destructor Documentation

◆ ViewRanges() [1/2]

Gecode::Int::ViewRanges< BoolView >::ViewRanges ( void )
inline

Default constructor.

Definition at line 311 of file bool.hpp.

◆ ViewRanges() [2/2]

Gecode::Int::ViewRanges< BoolView >::ViewRanges ( const BoolView & x)
inline

Initialize with ranges for view x.

Definition at line 314 of file bool.hpp.

Member Function Documentation

◆ init()

void Gecode::Int::ViewRanges< BoolView >::init ( const BoolView & x)
inline

Initialize with ranges for view x.

Definition at line 318 of file bool.hpp.

◆ operator()()

bool Gecode::Int::ViewRanges< BoolView >::operator() ( void ) const

Test whether iterator is still at a range or done.

◆ operator++()

void Gecode::Int::ViewRanges< BoolView >::operator++ ( void )

Move iterator to next range (if possible)

◆ min()

int Gecode::Int::ViewRanges< BoolView >::min ( void ) const

Return smallest value of range.

◆ max()

int Gecode::Int::ViewRanges< BoolView >::max ( void ) const

Return largest value of range.

◆ width()

unsigned int Gecode::Int::ViewRanges< BoolView >::width ( void ) const

Return width of range (distance between minimum and maximum)


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