Cutoff generator that repeats a cutoff from another cutoff generator.
More...
#include <search.hh>
|
| CutoffRepeat (Cutoff *c, unsigned long int n) |
| Constructor.
|
virtual unsigned long int | operator() (void) const |
| Return the current cutoff value.
|
virtual unsigned long int | operator++ (void) |
| Increment and return the next cutoff value.
|
virtual | ~CutoffRepeat (void) |
| Destructor.
|
| Cutoff (void) |
| Default constructor.
|
virtual | ~Cutoff (void) |
| Destructor.
|
|
Cutoff * | c |
| Actual cutoff generator.
|
unsigned int | cutoff |
unsigned long int | i |
unsigned long int | n |
Cutoff generator that repeats a cutoff from another cutoff generator.
Definition at line 680 of file search.hh.
◆ CutoffRepeat()
Gecode::Search::CutoffRepeat::CutoffRepeat |
( |
Cutoff * | c, |
|
|
unsigned long int | n ) |
|
inline |
◆ ~CutoffRepeat()
Gecode::Search::CutoffRepeat::~CutoffRepeat |
( |
void | | ) |
|
|
inlinevirtual |
◆ operator()()
unsigned long int Gecode::Search::CutoffRepeat::operator() |
( |
void | | ) |
const |
|
virtual |
◆ operator++()
unsigned long int Gecode::Search::CutoffRepeat::operator++ |
( |
void | | ) |
|
|
virtual |
Cutoff* Gecode::Search::CutoffRepeat::c |
|
protected |
Actual cutoff generator.
Definition at line 683 of file search.hh.
◆ cutoff
unsigned int Gecode::Search::CutoffRepeat::cutoff |
|
protected |
unsigned long int Gecode::Search::CutoffRepeat::i |
|
protected |
unsigned long int Gecode::Search::CutoffRepeat::n |
|
protected |
The documentation for this class was generated from the following files: