spot
1.2.4
|
The status of the emptiness-check on success. More...
#include <tgbaalgos/gtec/status.hh>
Public Member Functions | |
couvreur99_check_status (const tgba *aut, const numbered_state_heap_factory *nshf) | |
void | print_stats (std::ostream &os) const |
Output statistics about this object. More... | |
int | states () const |
Return the number of states visited by the search. More... | |
Public Attributes | |
const tgba * | aut |
scc_stack | root |
numbered_state_heap * | h |
Heap of visited states. More... | |
const state * | cycle_seed |
The status of the emptiness-check on success.
This contains everything needed to construct a counter-example: the automata, the stack of SCCs traversed by the counter-example, and the heap of visited states with their indexes.
void spot::couvreur99_check_status::print_stats | ( | std::ostream & | os) | const |
Output statistics about this object.
int spot::couvreur99_check_status::states | ( | ) | const |
Return the number of states visited by the search.
numbered_state_heap* spot::couvreur99_check_status::h |
Heap of visited states.