Search engine statistics
More...
#include <search.hh>
Search engine statistics
Definition at line 140 of file search.hh.
◆ Statistics()
Gecode::Search::Statistics::Statistics |
( |
void |
| ) |
|
|
inline |
◆ reset()
void Gecode::Search::Statistics::reset |
( |
void |
| ) |
|
|
inline |
◆ operator+()
◆ operator+=()
◆ fail
unsigned long int Gecode::Search::Statistics::fail |
Number of failed nodes in search tree.
Definition at line 143 of file search.hh.
◆ node
unsigned long int Gecode::Search::Statistics::node |
Number of nodes expanded.
Definition at line 145 of file search.hh.
◆ depth
unsigned long int Gecode::Search::Statistics::depth |
Maximum depth of search stack.
Definition at line 147 of file search.hh.
◆ restart
unsigned long int Gecode::Search::Statistics::restart |
Number of restarts.
Definition at line 149 of file search.hh.
◆ nogood
unsigned long int Gecode::Search::Statistics::nogood |
Number of no-goods posted.
Definition at line 151 of file search.hh.
The documentation for this class was generated from the following files: