|
spot
1.2.6
|
An SCC storing all its states explicitly. More...
#include <tgbaalgos/gtec/explscc.hh>


Public Member Functions | |
| virtual const state * | has_state (const state *s) const =0 |
| Check if the SCC contains states s. More... | |
| virtual void | insert (const state *s)=0 |
| Insert a new state in the SCC. More... | |
Public Attributes | |
| int | index |
| Index of the SCC. More... | |
| bdd | condition |
| std::list< const state * > | rem |
An SCC storing all its states explicitly.
|
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.
|
pure virtual |
Insert a new state in the SCC.
Implemented in spot::connected_component_hash_set.
|
inherited |
The bdd condition is the union of all acceptance conditions of transitions which connect the states of the connected component.
|
inherited |
Index of the SCC.
1.8.4