Fixpoint3.PrecedenceGraph.MutGraph
Definitions
Adds the edge (u, v) to g.
The vertices u and v are automatically added to g.
Returns the strongly connected components of g in a topologically sorted
order where the SCC's are represented by the set of vertices in them.
Returns true if g contains the edge (u, v).
Returns the number of vertices in g. MutGraphs should start with vertex 0.