Mungojerrie
1.1
Mungojerrie
|
Class to compute the (maximal) SCCs of the LTS. More...
Public Member Functions | |
SccAnalyzer (LTS< Tran > const <s, SCCs &sccs, StateSet const &init, StateSet const &restriction, EdgeSet const &forbiddenEdges) | |
void | search (void) |
Class to compute the (maximal) SCCs of the LTS.
Implements Tarjan's algorithm. Only SCCs reachable from some state in "init" are returned. Only states that are in "restriction" and edges that are not in "forbiddenEdges" are visited.