Gecode::Gist::Statistics Class Reference
Statistics about the search tree. More...
#include <spacenode.hh>
Public Member Functions | |
| Statistics (void) | |
| Constructor. | |
Public Attributes | |
| int | solutions |
| Number of solutions. | |
| int | failures |
| Number of failures. | |
| int | choices |
| Number of choice nodes. | |
| int | undetermined |
| Number of open, undetermined nodes. | |
| int | maxDepth |
| Maximum depth of the tree. | |
Detailed Description
Statistics about the search tree.Definition at line 78 of file spacenode.hh.
Constructor & Destructor Documentation
| Gecode::Gist::Statistics::Statistics | ( | void | ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/gist/spacenode.hh (Revision: 8152)
