Gecode::Search::CutoffMerge Class Reference
[Search engines]
Cutoff generator merging two cutoff generators. More...
#include <search.hh>
Public Member Functions | |
CutoffMerge (Cutoff *c1, Cutoff *c2) | |
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 | ~CutoffMerge (void) |
Destructor. | |
Protected Attributes | |
Cutoff * | c1 |
First cutoff generator. | |
Cutoff * | c2 |
Second cutoff generator. |
Detailed Description
Cutoff generator merging two cutoff generators.
Definition at line 362 of file search.hh.
Constructor & Destructor Documentation
Constructor.
Definition at line 121 of file cutoff.hpp.
Gecode::Search::CutoffMerge::~CutoffMerge | ( | void | ) | [inline, virtual] |
Destructor.
Definition at line 124 of file cutoff.hpp.
Member Function Documentation
unsigned long int Gecode::Search::CutoffMerge::operator() | ( | void | ) | const [virtual] |
Return the current cutoff value.
Implements Gecode::Search::Cutoff.
Definition at line 125 of file cutoff.cpp.
unsigned long int Gecode::Search::CutoffMerge::operator++ | ( | void | ) | [virtual] |
Increment and return the next cutoff value.
Implements Gecode::Search::Cutoff.
Definition at line 129 of file cutoff.cpp.
Member Data Documentation
Cutoff* Gecode::Search::CutoffMerge::c1 [protected] |
Cutoff* Gecode::Search::CutoffMerge::c2 [protected] |
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 14443)
- gecode/search/cutoff.cpp (Revision: 14471)
- gecode/search/cutoff.hpp (Revision: 14434)