No description
abate@97c52244e1 | ||
hawick@05d80f20f8 | ||
meyer@d30df0e98c | ||
networkx@d6a0832864 | ||
papers | ||
tarjan@ecc6296d85 | ||
.gitmodules | ||
_tags | ||
Makefile | ||
rand_graph.ml | ||
README.md | ||
test.sh |
Run cycle enumerating code on sample input and compare results
An ocaml script generates random directed graphs with loops.
Those loops are fed to a number of different cycle enumeration algorithms.
The outputs are compared with each other to ensure correct execution.
Setup
git submodule update --init
Usage
./test.sh 11
The argument to the shell script is an integer denoting the maximum number of vertices for which graphs will be generated.