Gecode::Search::Statistics Class Reference
[Search engines]
#include <search.hh>
Inherited by Gecode::Search::EngineCtrl.
Detailed Description
Search engine statisticsDefinition at line 91 of file search.hh.
Public Member Functions | |
| Statistics (void) | |
| Initialize with all numbers zero. | |
Public Attributes | |
| unsigned long int | propagate |
| Number of propagation steps. | |
| unsigned long int | fail |
| Number of failed nodes in search tree. | |
| unsigned long int | clone |
| Number of clones created. | |
| unsigned long int | commit |
| Number of commit operations performed. | |
| size_t | memory |
| Peak memory allocated. | |
Constructor & Destructor Documentation
| Gecode::Search::Statistics::Statistics | ( | void | ) | [inline] |
Member Data Documentation
| unsigned long int Gecode::Search::Statistics::propagate |
| unsigned long int Gecode::Search::Statistics::fail |
| unsigned long int Gecode::Search::Statistics::clone |
| unsigned long int Gecode::Search::Statistics::commit |
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 7310)
- gecode/search/statistics.icc (Revision: 4790)
