Generated on Mon Aug 25 11:35:53 2008 for Gecode by doxygen 1.5.6

Gecode::Search::Statistics Class Reference
[Search engines]

#include <search.hh>

Inherited by Gecode::Search::EngineCtrl.

List of all members.


Detailed Description

Search engine statistics

Definition 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]

Initialize with all numbers zero.

Definition at line 41 of file statistics.icc.


Member Data Documentation

Number of propagation steps.

Definition at line 94 of file search.hh.

Number of failed nodes in search tree.

Definition at line 96 of file search.hh.

Number of clones created.

Definition at line 98 of file search.hh.

Number of commit operations performed.

Definition at line 100 of file search.hh.

Peak memory allocated.

Definition at line 102 of file search.hh.


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