class TEST_DIGRAPH


Flattened version is here

Ancestors
TEST



Public


Readonly Shareds

Writable Shareds

Features
compare_to_standard(msg: STR, g: $DIGRAPH{STR})
**** Test a graph assuming that it is of the form below
______0___1_____7
_______\/\_\
_______2__3_4
_______|/_/
_______5
_______|
_______6
indi(s,d: INT): DIEDGE{INT}
main
**** Tests of digraph classes
me(n1,n2: INT): DIEDGE{STR}
**** make edge
print_graph(msg: STR,g: $DIGRAPH{STR})

The Sather Home Page