Generated on Fri Mar 20 15:57:08 2015 for Gecode by doxygen 1.6.3

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

Search engine statistics More...

#include <search.hh>

List of all members.

Public Member Functions

 Statistics (void)
 Initialize.
void reset (void)
 Reset.
Statistics operator+ (const Statistics &s)
 Return sum with s.
Statisticsoperator+= (const Statistics &s)
 Increment by statistics s.

Public Attributes

unsigned long int fail
 Number of failed nodes in search tree.
unsigned long int node
 Number of nodes expanded.
unsigned long int depth
 Maximum depth of search stack.
unsigned long int restart
 Number of restarts.
unsigned long int nogood
 Number of no-goods posted.

Detailed Description

Search engine statistics

Definition at line 136 of file search.hh.


Constructor & Destructor Documentation

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

Initialize.

Definition at line 49 of file statistics.hpp.


Member Function Documentation

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

Reset.

Reimplemented from Gecode::StatusStatistics.

Definition at line 43 of file statistics.hpp.

Statistics Gecode::Search::Statistics::operator+ ( const Statistics s  )  [inline]

Return sum with s.

Definition at line 65 of file statistics.hpp.

Statistics & Gecode::Search::Statistics::operator+= ( const Statistics s  )  [inline]

Increment by statistics s.

Definition at line 54 of file statistics.hpp.


Member Data Documentation

Number of failed nodes in search tree.

Definition at line 139 of file search.hh.

Number of nodes expanded.

Definition at line 141 of file search.hh.

Maximum depth of search stack.

Definition at line 143 of file search.hh.

Number of restarts.

Definition at line 145 of file search.hh.

Number of no-goods posted.

Definition at line 147 of file search.hh.


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