- Jan 27, 2020
-
- Oct 31, 2019
-
- Oct 23, 2019
-
-
erwan authored
-
- Oct 17, 2019
-
-
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.
-
- Oct 08, 2019
-
- Oct 07, 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
-
-
erwan authored
To do that, I've reorganized the code Test: with ocaml 4.08, it is impossible to load the same function twice. Hence the need to define p.mli files for graphs with several nodes. Also, track missing files and the alea-coloring exemples.
-
- Jul 11, 2019
-
- Jul 08, 2019
-
-
erwan authored
-
- Jul 05, 2019
-
- Jun 20, 2019
-
-
erwan authored
-
- Jun 19, 2019
- May 23, 2019
-
-
erwan authored
-
- May 16, 2019
-
-
erwan authored
-
- May 15, 2019
-
-
erwan authored
The rationale is that - it is not always the cmxs that is necessary .e.g., rdbg uses .cma or .ml - it makes more sense to refer to the source code
-
erwan authored
This can be used from rdbg from example, to generate session files. In particular, 'rdbg -lurette' now works thanls to this option (cf rdbg sha 63566a893807361691137cafe15854a2a7395eec) Remove the --generate-rdbg-load one that is less general
-
- May 14, 2019
-
-
erwan authored
-
- Apr 30, 2019
-
- Mar 28, 2019
-
-
erwan authored
-
- Mar 27, 2019
-
-
erwan authored
-
- Mar 26, 2019
-
-
erwan authored
Depending on the kind of network, we should raise an exception. Indeed such information should not be available in anonymous networks. We will add such checks later.
-
- Mar 22, 2019
-
-
erwan authored
-
- Mar 14, 2019
-
-
erwan authored
with - a git 1.0.0 tag - a GITLAB_AUTH_TOKEN set in the CI/CD settings
-
- Mar 10, 2019
- Mar 09, 2019
-
-
erwan authored
Also add the list of neighbors to the init function. The rationale is that to give a sensible initial value to local vars of type 'Neighbor', we need the neighbors number. I could have chosen to pass an integer only. Well, who can the plus can the minus.
-
- Mar 07, 2019