Generated on Wed Nov 1 15:05:21 2006 for Gecode by doxygen 1.4.5

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

Gecode::Search::Statistics::Statistics void   )  [inline]
 

Initialize with all numbers zero.

Definition at line 25 of file statistics.icc.


Member Data Documentation

unsigned long int Gecode::Search::Statistics::propagate
 

Number of propagation steps.

Definition at line 84 of file search.hh.

unsigned long int Gecode::Search::Statistics::fail
 

Number of failed nodes in search tree.

Definition at line 86 of file search.hh.

unsigned long int Gecode::Search::Statistics::clone
 

Number of clones created.

Definition at line 88 of file search.hh.

unsigned long int Gecode::Search::Statistics::commit
 

Number of commit operations performed.

Definition at line 90 of file search.hh.

size_t Gecode::Search::Statistics::memory
 

Peak memory allocated.

Definition at line 92 of file search.hh.


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