spot  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
spot::acss_statistics Class Referenceabstract

Accepting Cycle Search Space statistics. More...

#include <tgbaalgos/emptiness_stats.hh>

Inheritance diagram for spot::acss_statistics:
Inheritance graph
Collaboration diagram for spot::acss_statistics:
Collaboration graph

Public Types

typedef unsigned(unsigned_statistics::* unsigned_fun )() const
 
typedef std::map< const char
*, unsigned_fun,
char_ptr_less_than
stats_map
 

Public Member Functions

virtual unsigned acss_states () const =0
 Number of states in the search space for the accepting cycle. More...
 
void inc_ars_prefix_states ()
 
unsigned ars_prefix_states () const
 
void inc_ars_cycle_states ()
 
unsigned ars_cycle_states () const
 
unsigned get (const char *str) const
 

Public Attributes

stats_map stats
 

Detailed Description

Accepting Cycle Search Space 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.

Member Function Documentation

virtual unsigned spot::acss_statistics::acss_states ( ) const
pure virtual

Number of states in the search space for the accepting cycle.

Implemented in spot::couvreur99_check_result.


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

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Thu May 15 2014 11:04:12 for spot by doxygen 1.8.4