graph 1 2 Sections Graphs Doc

Def topsortedl(the_graph;L;s) == (i,j:Vertices(the_graph). j = i i-the_graph- > *j i before j s) & (i,j,k:Vertices(the_graph). k-the_graph- > *j k-the_graph- > *i (k':Vertices(the_graph). k' before k L k'-the_graph- > *i) i before j s)

is not otherwise mentioned in this or prior sections.

Try larger context: Graphs

graph 1 2 Sections Graphs Doc