An implementation of the Couvreur99 emptiness-check algorithm.
More...
#include <spot/twaalgos/gtec/gtec.hh>
An implementation of the Couvreur99 emptiness-check algorithm.
See the documentation for spot::couvreur99.
◆ stats_map
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.
◆ couvreur99_check()
Construct an emptiness check for the given automaton and options.
◆ automaton()
The automaton that this emptiness-check inspects.
◆ check()
◆ dec_depth()
| void spot::ec_statistics::dec_depth |
( |
unsigned |
n = 1 | ) |
|
|
inlineinherited |
Decrease the current DFS depth by n.
◆ depth()
| unsigned spot::ec_statistics::depth |
( |
| ) |
const |
|
inlineinherited |
Return the current DFS depth.
◆ emptiness_check_statistics()
| virtual const ec_statistics* spot::emptiness_check::emptiness_check_statistics |
( |
| ) |
const |
|
virtualinherited |
Return emptiness check statistics, if available.
◆ get()
| unsigned spot::unsigned_statistics::get |
( |
const char * |
str | ) |
const |
|
inlineinherited |
◆ get_removed_components()
| unsigned spot::couvreur99_check::get_removed_components |
( |
| ) |
const |
|
protected |
Return the number of dead SCCs removed by the algorithm.
◆ get_vmsize()
| unsigned spot::couvreur99_check::get_vmsize |
( |
| ) |
const |
|
protected |
Return the virtual memory size used by the process (in kB).
◆ inc_depth()
| void spot::ec_statistics::inc_depth |
( |
unsigned |
n = 1 | ) |
|
|
inlineinherited |
Increase the current DFS depth by n.
◆ inc_states()
| void spot::ec_statistics::inc_states |
( |
| ) |
|
|
inlineinherited |
Increment the number of visited states.
◆ inc_transitions()
| void spot::ec_statistics::inc_transitions |
( |
| ) |
|
|
inlineinherited |
Increment the number of visited transitions.
◆ max_depth()
| unsigned spot::ec_statistics::max_depth |
( |
| ) |
const |
|
inlineinherited |
Return the maximum DFS depth reached.
◆ options()
| const option_map& spot::emptiness_check::options |
( |
| ) |
const |
|
inlineinherited |
Return the options parameterizing how the emptiness check is realized.
◆ options_updated()
| virtual void spot::emptiness_check::options_updated |
( |
const option_map & |
old | ) |
|
|
virtualinherited |
◆ parse_options()
| const char* spot::emptiness_check::parse_options |
( |
char * |
options | ) |
|
|
inherited |
Modify the algorithm options.
◆ print_stats()
| virtual std::ostream& spot::couvreur99_check::print_stats |
( |
std::ostream & |
os | ) |
const |
|
overridevirtual |
◆ remove_component()
| void spot::couvreur99_check::remove_component |
( |
const state * |
start_delete | ) |
|
|
protected |
Remove a strongly component from the hash.
This function remove all accessible state from a given state. In other words, it removes the strongly connected component that contains this state.
◆ result()
Return the status of the emptiness-check.
When check() succeed, the status should be passed along to spot::counter_example.
This status should not be deleted, it is a pointer to a member of this class that will be deleted when the couvreur99 object is deleted.
◆ safe()
| virtual bool spot::emptiness_check::safe |
( |
| ) |
const |
|
virtualinherited |
Return false iff accepting_run() can return 0 for non-empty automata.
◆ set_states()
| void spot::ec_statistics::set_states |
( |
unsigned |
n | ) |
|
|
inlineinherited |
Set the number of visited states.
◆ states()
| unsigned spot::ec_statistics::states |
( |
| ) |
const |
|
inlineinherited |
Return the number of visited states.
◆ statistics()
Return statistics, if available.
◆ transitions()
| unsigned spot::ec_statistics::transitions |
( |
| ) |
const |
|
inlineinherited |
Return the number of visited transitions.
◆ a_
◆ ecs_
Shared status object holding the DFS data structures.
◆ o_
◆ poprem_
| bool spot::couvreur99_check::poprem_ |
|
protected |
Whether to store the state to be removed.
◆ removed_components
| unsigned spot::couvreur99_check::removed_components |
|
protected |
Number of dead SCC removed by the algorithm.
◆ stats
The documentation for this class was generated from the following file: