- Dec 01, 2019
- Nov 27, 2019
-
-
erwan authored
-
- Nov 20, 2019
-
- Nov 14, 2019
-
- Oct 31, 2019
-
- Oct 24, 2019
-
- Oct 23, 2019
- Oct 17, 2019
-
-
erwan authored
-
erwan authored
-
erwan authored
- do not hard-code the size of the graph in the ml files - do not print the whole state of big graphs. Indeed, for graphs of 10000 nodes, if we print the path (which is itself an array of size 10000) we obtain 100 000 000 variables, which is too much for the rif file.
-
erwan authored
(i.e., fold_left instead of map + flatten + @) Indeed, for graphs of 10000 nodes on the dfs, we need to operate on list of 100 000 000 variables, which overflow the stack.
-
- Oct 11, 2019
-
-
erwan authored
- Oct 09, 2019
-
- Oct 08, 2019
- Oct 07, 2019
-
- Sep 30, 2019
-
-
erwan authored
-
- Sep 25, 2019
- Sep 18, 2019
-
-
erwan authored
Its basename is the basename of the name of the .dot file. Also provide a =--gen-register= option generates such a registring ml file. --gen-register also generate a state.ml skeleton file. The Makefile test/Makefile.inc also suppose that the types of the state is defined in state.ml
-
- Sep 06, 2019
- Jul 11, 2019
-
- Jul 09, 2019
-
- Jul 08, 2019
-
-
erwan authored
-