Generated on Thu Apr 11 14:00:07 2019 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 147 of file search.hh.


Constructor & Destructor Documentation

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

Initialize.

Definition at line 45 of file statistics.hpp.


Member Function Documentation

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

Reset.

Reimplemented from Gecode::StatusStatistics.

Definition at line 39 of file statistics.hpp.

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

Return sum with s.

Definition at line 61 of file statistics.hpp.

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

Increment by statistics s.

Definition at line 50 of file statistics.hpp.


Member Data Documentation

Number of failed nodes in search tree.

Definition at line 150 of file search.hh.

Number of nodes expanded.

Definition at line 152 of file search.hh.

Maximum depth of search stack.

Definition at line 154 of file search.hh.

Number of restarts.

Definition at line 156 of file search.hh.

Number of no-goods posted.

Definition at line 158 of file search.hh.


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