Cutoff generator for linear sequence.
More...
#include <search.hh>
|
| | CutoffLinear (unsigned long int scale) |
| | 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.
|
| |
| | Cutoff (void) |
| | Default constructor.
|
| |
| virtual | ~Cutoff (void) |
| | Destructor.
|
| |
|
| unsigned long int | scale |
| | Scale factor.
|
| |
| unsigned long int | n |
| | Next number in sequence.
|
| |
Cutoff generator for linear sequence.
Definition at line 542 of file search.hh.
◆ CutoffLinear()
| Gecode::Search::CutoffLinear::CutoffLinear |
( |
unsigned long int | scale | ) |
|
|
inline |
◆ operator()()
| unsigned long int Gecode::Search::CutoffLinear::operator() |
( |
void | | ) |
const |
|
virtual |
◆ operator++()
| unsigned long int Gecode::Search::CutoffLinear::operator++ |
( |
void | | ) |
|
|
virtual |
◆ scale
| unsigned long int Gecode::Search::CutoffLinear::scale |
|
protected |
| unsigned long int Gecode::Search::CutoffLinear::n |
|
protected |
Next number in sequence.
Definition at line 547 of file search.hh.
The documentation for this class was generated from the following files: