Search worker statistics
More...
#include <worker.hh>
|
unsigned long int | fail |
| Number of failed nodes in search tree. More...
|
|
unsigned long int | node |
| Number of nodes expanded. More...
|
|
unsigned long int | depth |
| Maximum depth of search stack. More...
|
|
unsigned long int | restart |
| Number of restarts. More...
|
|
unsigned long int | nogood |
| Number of no-goods posted. More...
|
|
unsigned long int | propagate |
| Number of propagator executions. More...
|
|
bool | wmp |
| Whether a weakly monotonic propagator might have been executed. More...
|
|
Search worker statistics
Definition at line 48 of file worker.hh.
Gecode::Search::Worker::Worker |
( |
void |
| ) |
|
|
inline |
void Gecode::Search::Worker::start |
( |
void |
| ) |
|
|
inline |
Reset stop information.
Definition at line 78 of file worker.hh.
bool Gecode::Search::Worker::stop |
( |
const Options & |
o | ) |
|
|
inline |
Check whether engine must be stopped.
Definition at line 83 of file worker.hh.
bool Gecode::Search::Worker::stopped |
( |
void |
| ) |
const |
|
inline |
Check whether engine has been stopped.
Definition at line 91 of file worker.hh.
void Gecode::Search::Worker::reset |
( |
unsigned long int |
d = 0 | ) |
|
|
inline |
Reset statistics with root depth d.
Definition at line 96 of file worker.hh.
void Gecode::Search::Worker::stack_depth |
( |
unsigned long int |
d | ) |
|
|
inline |
Record stack depth d.
Definition at line 104 of file worker.hh.
unsigned long int Gecode::Search::Worker::steal_depth |
( |
unsigned long int |
d | ) |
const |
|
inline |
Return steal depth.
Definition at line 110 of file worker.hh.
bool Gecode::Search::Worker::_stopped |
|
protected |
Whether engine has been stopped.
Definition at line 51 of file worker.hh.
unsigned long int Gecode::Search::Worker::root_depth |
|
protected |
Depth of root node (for work stealing)
Definition at line 53 of file worker.hh.
The documentation for this class was generated from the following file: