Collect all solutions.
More...
#include <pbs.hh>
|
static const bool | best = false |
| Whether it collects best solutions. More...
|
|
Collect all solutions.
Definition at line 95 of file pbs.hh.
◆ CollectAll()
Gecode::Search::Meta::Parallel::CollectAll::CollectAll |
( |
void |
| ) |
|
|
inline |
Initialize.
Definition at line 42 of file pbs.hpp.
◆ ~CollectAll()
Gecode::Search::Meta::Parallel::CollectAll::~CollectAll |
( |
void |
| ) |
|
|
inline |
Destructor.
Definition at line 63 of file pbs.hpp.
◆ add()
Add a solution a reported by r and always return true.
Definition at line 45 of file pbs.hpp.
◆ constrain()
bool Gecode::Search::Meta::Parallel::CollectAll::constrain |
( |
const Space & |
b | ) |
|
|
inline |
Dummy function.
Definition at line 50 of file pbs.hpp.
◆ empty()
bool Gecode::Search::Meta::Parallel::CollectAll::empty |
( |
void |
| ) |
const |
|
inline |
Check whether there is any solution left.
Definition at line 55 of file pbs.hpp.
◆ get()
Return solution reported by r.
Definition at line 59 of file pbs.hpp.
◆ solutions
Queue of solutions.
Definition at line 98 of file pbs.hh.
◆ best
const bool Gecode::Search::Meta::Parallel::CollectAll::best = false |
|
static |
Whether it collects best solutions.
Definition at line 101 of file pbs.hh.
The documentation for this class was generated from the following files: