Cutoff generator appending two cutoff generators.
More...
#include <search.hh>
Cutoff generator appending two cutoff generators.
Definition at line 339 of file search.hh.
Gecode::Search::CutoffAppend::CutoffAppend |
( |
Cutoff * |
c1, |
|
|
unsigned long int |
n, |
|
|
Cutoff * |
c2 |
|
) |
| |
|
inline |
Gecode::Search::CutoffAppend::~CutoffAppend |
( |
void |
| ) |
|
|
inlinevirtual |
unsigned long int Gecode::Search::CutoffAppend::operator() |
( |
void |
| ) |
const |
|
virtual |
unsigned long int Gecode::Search::CutoffAppend::operator++ |
( |
void |
| ) |
|
|
virtual |
Cutoff* Gecode::Search::CutoffAppend::c1 |
|
protected |
First cutoff generators.
Definition at line 342 of file search.hh.
Cutoff* Gecode::Search::CutoffAppend::c2 |
|
protected |
Second cutoff generators.
Definition at line 344 of file search.hh.
unsigned long int Gecode::Search::CutoffAppend::n |
|
protected |
How many number to take from the first.
Definition at line 346 of file search.hh.
The documentation for this class was generated from the following files: