Collect all solutions.
More...
#include <pbs.hh>
|
static const bool | best = false |
| Whether it collects best solutions.
|
Collect all solutions.
Definition at line 91 of file pbs.hh.
◆ CollectAll()
Gecode::Search::Par::CollectAll::CollectAll |
( |
void | | ) |
|
|
inline |
Initialize.
Definition at line 40 of file pbs.hpp.
◆ ~CollectAll()
Gecode::Search::Par::CollectAll::~CollectAll |
( |
void | | ) |
|
|
inline |
Destructor.
Definition at line 61 of file pbs.hpp.
◆ add()
Add a solution a reported by r and always return true.
Definition at line 43 of file pbs.hpp.
◆ constrain()
bool Gecode::Search::Par::CollectAll::constrain |
( |
const Space & | b | ) |
|
|
inline |
Dummy function.
Definition at line 48 of file pbs.hpp.
◆ empty()
bool Gecode::Search::Par::CollectAll::empty |
( |
void | | ) |
const |
|
inline |
Check whether there is any solution left.
Definition at line 53 of file pbs.hpp.
◆ get()
Return solution reported by r.
Definition at line 57 of file pbs.hpp.
◆ solutions
Queue of solutions.
Definition at line 94 of file pbs.hh.
◆ best
const bool Gecode::Search::Par::CollectAll::best = false |
|
static |
Whether it collects best solutions.
Definition at line 97 of file pbs.hh.
The documentation for this class was generated from the following files: