Cutoff generator merging two cutoff generators.
More...
#include <gecode/search.hh>
|
| | CutoffMerge (Cutoff *c1, Cutoff *c2) |
| | Constructor.
|
| virtual unsigned long long int | operator() (void) const |
| | Return the current cutoff value.
|
| virtual unsigned long long int | operator++ (void) |
| | Increment and return the next cutoff value.
|
| virtual | ~CutoffMerge (void) |
| | Destructor.
|
| | Cutoff (void) |
| | Default constructor.
|
| virtual | ~Cutoff (void) |
| | Destructor.
|
Cutoff generator merging two cutoff generators.
Definition at line 664 of file search.hh.
◆ CutoffMerge()
| Gecode::Search::CutoffMerge::CutoffMerge |
( |
Cutoff * | c1, |
|
|
Cutoff * | c2 ) |
|
inline |
◆ ~CutoffMerge()
| Gecode::Search::CutoffMerge::~CutoffMerge |
( |
void | | ) |
|
|
inlinevirtual |
◆ operator()()
| virtual unsigned long long int Gecode::Search::CutoffMerge::operator() |
( |
void | | ) |
const |
|
virtual |
◆ operator++()
| virtual unsigned long long int Gecode::Search::CutoffMerge::operator++ |
( |
void | | ) |
|
|
virtual |
◆ c1
| Cutoff* Gecode::Search::CutoffMerge::c1 |
|
protected |
First cutoff generator.
Definition at line 667 of file search.hh.
◆ c2
| Cutoff* Gecode::Search::CutoffMerge::c2 |
|
protected |
Second cutoff generator.
Definition at line 669 of file search.hh.
The documentation for this class was generated from the following files: