An SCC storing all its states explicitly.
More...
#include <tgbaalgos/gtec/explscc.hh>
Detailed Description
An SCC storing all its states explicitly.
Constructor & Destructor Documentation
virtual spot::explicit_connected_component::~explicit_connected_component |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual const state* spot::explicit_connected_component::has_state |
( |
const state * |
s | ) |
const |
|
pure virtual |
Check if the SCC contains states s.
Return the representative of s in the SCC, and destroy s if it is different (acting like numbered_state_heap::filter), or 0 otherwise.
Implemented in spot::connected_component_hash_set.
virtual void spot::explicit_connected_component::insert |
( |
const state * |
s | ) |
|
|
pure virtual |
Member Data Documentation
bdd spot::scc_stack::connected_component::condition |
|
inherited |
The bdd condition is the union of all acceptance conditions of transitions which connect the states of the connected component.
int spot::scc_stack::connected_component::index |
|
inherited |
std::list<const state*> spot::scc_stack::connected_component::rem |
|
inherited |
The documentation for this class was generated from the following file: