|
spot
2.16
|
A printable wrapper for SCC information of an automaton, for use in format strings. More...
#include <spot/twaalgos/stats.hh>
Public Member Functions | |
| void | automaton (const const_twa_graph_ptr &aut) |
| Compute SCC information for the given automaton. More... | |
| void | reset () |
| Clear the stored SCC information. More... | |
| void | print (std::ostream &os, const char *pos) const override |
| Print SCC statistics to an output stream. More... | |
A printable wrapper for SCC information of an automaton, for use in format strings.
|
inline |
Compute SCC information for the given automaton.
|
overridevirtual |
Print SCC statistics to an output stream.
Implements spot::printable.
|
inline |
Clear the stored SCC information.
1.9.1