Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::Gist::Statistics Class Reference

Statistics about the search tree More...

#include <spacenode.hh>

List of all members.

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 63 of file spacenode.hh.


Constructor & Destructor Documentation

Gecode::Gist::Statistics::Statistics ( void   )  [inline]

Constructor.

Definition at line 77 of file spacenode.hh.


Member Data Documentation

Number of solutions.

Definition at line 66 of file spacenode.hh.

Number of failures.

Definition at line 68 of file spacenode.hh.

Number of choice nodes.

Definition at line 70 of file spacenode.hh.

Number of open, undetermined nodes.

Definition at line 72 of file spacenode.hh.

Maximum depth of the tree.

Definition at line 74 of file spacenode.hh.


The documentation for this class was generated from the following file: