Cutoff generator appending two cutoff generators.
More...
#include <gecode/search.hh>
|
| | CutoffAppend (Cutoff *c1, unsigned long long int n, 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 | ~CutoffAppend (void) |
| | Destructor.
|
| | Cutoff (void) |
| | Default constructor.
|
| virtual | ~Cutoff (void) |
| | Destructor.
|
|
| Cutoff * | c1 |
| | First cutoff generators.
|
| Cutoff * | c2 |
| | Second cutoff generators.
|
| unsigned long long int | n |
| | How many number to take from the first.
|
Cutoff generator appending two cutoff generators.
Definition at line 641 of file search.hh.
◆ CutoffAppend()
| Gecode::Search::CutoffAppend::CutoffAppend |
( |
Cutoff * | c1, |
|
|
unsigned long long int | n, |
|
|
Cutoff * | c2 ) |
|
inline |
◆ ~CutoffAppend()
| Gecode::Search::CutoffAppend::~CutoffAppend |
( |
void | | ) |
|
|
inlinevirtual |
◆ operator()()
| virtual unsigned long long int Gecode::Search::CutoffAppend::operator() |
( |
void | | ) |
const |
|
virtual |
◆ operator++()
| virtual unsigned long long int Gecode::Search::CutoffAppend::operator++ |
( |
void | | ) |
|
|
virtual |
◆ c1
| Cutoff* Gecode::Search::CutoffAppend::c1 |
|
protected |
First cutoff generators.
Definition at line 644 of file search.hh.
◆ c2
| Cutoff* Gecode::Search::CutoffAppend::c2 |
|
protected |
Second cutoff generators.
Definition at line 646 of file search.hh.
| unsigned long long int Gecode::Search::CutoffAppend::n |
|
protected |
How many number to take from the first.
Definition at line 648 of file search.hh.
The documentation for this class was generated from the following files: