![]() |
Awali
Another Weighted Automata library
|
Go to the source code of this file.
Data Structures | |
| struct | awali::dyn::scc_return_t |
Namespaces | |
| awali | |
| Main namespace of Awali. | |
| awali::dyn | |
| Namespace for the dynamical layer of Awali. | |
Functions | |
| automaton_t | awali::dyn::condensation (automaton_t aut) |
| Computes the condensation of an automaton; it results from reducing each strongly connected component of the original automaton to a single state. More... | |
| std::vector< state_t > | awali::dyn::scc_of (automaton_t aut, state_t s) |
| Returns the strongly connected component of a state. More... | |
| scc_return_t | awali::dyn::strongly_connected_components (automaton_t aut) |
| Computes the strongly connected components of an automaton. More... | |