Gecode::Search::Statistics Class Reference
[Search engines]
#include <search.hh>
Inherited by Gecode::Search::EngineCtrl.
Detailed Description
Search engine statistics
Definition at line 81 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
|
|
Initialize with all numbers zero.
Definition at line 25 of file statistics.icc. |
Member Data Documentation
|
|
Number of propagation steps.
|
|
|
Number of failed nodes in search tree.
|
|
|
Number of clones created.
|
|
|
Number of commit operations performed.
|
|
|
Peak memory allocated.
|
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 3516)
- gecode/search/statistics.icc (Revision: 3141)
