Cutoff generator for the geometric sequence.
More...
#include <search.hh>
|
| | CutoffGeometric (unsigned long int scale, double base) |
| | 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.
|
| |
|
| double | n |
| | Current cutoff value.
|
| |
| double | scale |
| | Scale factor.
|
| |
| double | base |
| | Base.
|
| |
Cutoff generator for the geometric sequence.
Definition at line 588 of file search.hh.
◆ CutoffGeometric()
| Gecode::Search::CutoffGeometric::CutoffGeometric |
( |
unsigned long int |
scale, |
|
|
double |
base |
|
) |
| |
|
inline |
◆ operator()()
| unsigned long int Gecode::Search::CutoffGeometric::operator() |
( |
void |
| ) |
const |
|
virtual |
◆ operator++()
| unsigned long int Gecode::Search::CutoffGeometric::operator++ |
( |
void |
| ) |
|
|
virtual |
| double Gecode::Search::CutoffGeometric::n |
|
protected |
Current cutoff value.
Definition at line 591 of file search.hh.
◆ scale
| double Gecode::Search::CutoffGeometric::scale |
|
protected |
◆ base
| double Gecode::Search::CutoffGeometric::base |
|
protected |
The documentation for this class was generated from the following files: