No description
Find a file
2013-03-01 16:51:22 +01:00
abate@97c52244e1 add submodules 2012-07-04 14:34:10 +02:00
hawick@05d80f20f8 add submodules 2012-07-04 14:34:10 +02:00
meyer@d30df0e98c add submodules 2012-07-04 14:34:10 +02:00
papers add relevant papers 2012-07-04 14:27:24 +02:00
tarjan@ecc6296d85 add submodules 2012-07-04 14:34:10 +02:00
.gitmodules add networkx submodule 2013-03-01 16:51:22 +01:00
_tags initial commit 2012-07-04 14:23:50 +02:00
Makefile initial commit 2012-07-04 14:23:50 +02:00
rand_graph.ml properly calculate boundaries for amount of vertices/edges 2012-07-04 18:32:10 +02:00
README.md initial commit 2012-07-04 14:23:50 +02:00
test.sh initial commit 2012-07-04 14:23:50 +02:00

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.