graph
1
2
Sections
Graphs
Doc
Def
topsorted(the_graph;s) ==
i,j:Vertices(the_graph). i-the_graph- > *j
i = j
i before j
s
is not otherwise mentioned in this or prior sections.
Try larger context:
Graphs
graph
1
2
Sections
Graphs
Doc