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