Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

spot::ars_statistics Class Reference
[Emptiness-check statistics]

Accepting Run Search statistics. More...

#include <tgbaalgos/emptiness_stats.hh>

Inheritance diagram for spot::ars_statistics:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ars_statistics ()
void inc_ars_prefix_states ()
int ars_prefix_states () const
void inc_ars_cycle_states ()
int ars_cycle_states () const

Private Attributes

unsigned prefix_states_
unsigned cycle_states_
 states visited to construct the prefix

Detailed Description

Accepting Run Search statistics.

Implementations of spot::emptiness_check_result may also implement this interface. Try to dynamic_cast the spot::emptiness_check_result pointer to know whether these statistics are available.


Constructor & Destructor Documentation

spot::ars_statistics::ars_statistics  )  [inline]
 


Member Function Documentation

int spot::ars_statistics::ars_cycle_states  )  const [inline]
 

int spot::ars_statistics::ars_prefix_states  )  const [inline]
 

void spot::ars_statistics::inc_ars_cycle_states  )  [inline]
 

void spot::ars_statistics::inc_ars_prefix_states  )  [inline]
 


Member Data Documentation

unsigned spot::ars_statistics::cycle_states_ [private]
 

states visited to construct the prefix

unsigned spot::ars_statistics::prefix_states_ [private]
 


The documentation for this class was generated from the following file:
Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Jan 31 12:55:48 2005 for spot by doxygen 1.4.0