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