spot 2.16
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members

Accepting Cycle Search Space statistics. More...

#include <spot/twaalgos/emptiness_stats.hh>

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

Public Types

typedef unsigned(unsigned_statistics::* unsigned_fun) () const
 Function pointer type for unsigned statistics getters.
 
typedef std::map< const char *, unsigned_fun, char_ptr_less_thanstats_map
 Map from statistic names to getter function pointers.
 

Public Member Functions

virtual unsigned acss_states () const =0
 Number of states in the search space for the accepting cycle.
 
void inc_ars_prefix_states ()
 Increment the count of prefix states visited.
 
unsigned ars_prefix_states () const
 Return the number of prefix states visited.
 
void inc_ars_cycle_states ()
 Increment the count of cycle states visited.
 
unsigned ars_cycle_states () const
 Return the number of cycle states visited.
 
unsigned get (const char *str) const
 Retrieve a named statistic by its key.
 

Public Attributes

stats_map stats
 Map of available statistics.
 

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

◆ stats_map

typedef std::map<const char*, unsigned_fun, char_ptr_less_than> spot::unsigned_statistics::stats_map
inherited

Map from statistic names to getter function pointers.

◆ unsigned_fun

typedef unsigned(unsigned_statistics::* spot::unsigned_statistics::unsigned_fun) () const
inherited

Function pointer type for unsigned statistics getters.

Member Function Documentation

◆ acss_states()

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.

◆ ars_cycle_states()

unsigned spot::ars_statistics::ars_cycle_states ( ) const
inlineinherited

Return the number of cycle states visited.

◆ ars_prefix_states()

unsigned spot::ars_statistics::ars_prefix_states ( ) const
inlineinherited

Return the number of prefix states visited.

◆ get()

unsigned spot::unsigned_statistics::get ( const char *  str) const
inlineinherited

Retrieve a named statistic by its key.

References spot::unsigned_statistics::stats.

◆ inc_ars_cycle_states()

void spot::ars_statistics::inc_ars_cycle_states ( )
inlineinherited

Increment the count of cycle states visited.

◆ inc_ars_prefix_states()

void spot::ars_statistics::inc_ars_prefix_states ( )
inlineinherited

Increment the count of prefix states visited.

Member Data Documentation

◆ stats

stats_map spot::unsigned_statistics::stats
inherited

Map of available statistics.

Referenced by spot::unsigned_statistics::get().


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 Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.8