- Jan 13, 2020
- Dec 02, 2019
-
-
erwan authored
- 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
-
-
erwan authored
Indeed, during the explanations, it makes more sense to start with the state. Doc: rework the documentation of the Algo API.
-