- Jun 17, 2021
-
- May 26, 2021
-
-
- May 04, 2021
-
-
erwan authored
-
- Apr 16, 2021
- Mar 10, 2021
-
-
erwan authored
-
- Dec 08, 2020
-
-
erwan authored
-
- Dec 02, 2020
-
-
erwan authored
Indeed, the silent value was missing, which was blocking luciole
-
- Nov 04, 2020
-
-
erwan authored
-
- Oct 15, 2020
-
-
erwan authored
-
- Oct 13, 2020
-
-
erwan authored
and attach the pid to the list of neighbors of returned by the get function. Indeed, this is needed in some anomymous (or semi-anonymous) algorithms, such as the k-clustering.
-
- Oct 07, 2020
-
-
erwan authored
-
- Oct 02, 2020
-
-
erwan authored
-
- Sep 28, 2020
-
-
erwan authored
-
- Sep 03, 2020
-
-
erwan authored
-
- Jul 10, 2020
-
-
erwan authored
also, start the first step at 0 instead of 1. Otherwise, with -cd, we get more steps than moves. Indeed, the first step is not really a step; it just contain the initial state values.
-
- Jul 09, 2020
-
-
erwan authored
-
- Jul 08, 2020
- Jul 07, 2020
-
-
erwan authored
-
- Jul 01, 2020
-
-
erwan authored
nb: I needed to split Main to avoid a Module self-loop (as I need to use do_step in Daemon).
-
- Mar 13, 2020
-
-
erwan authored
-
- Feb 19, 2020
-
-
erwan authored
-
- Feb 06, 2020
-
-
erwan authored
-
- Jan 22, 2020
-
- Oct 23, 2019
-
-
erwan authored
- Oct 08, 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
-
- Jun 19, 2019
-
-
erwan authored
All the get_* functions (that are of no interest for users) are now in the Register module.
-
- Jun 12, 2019
-
-
erwan authored
But I bumped into the "value restriction" limitation https://stackoverflow.com/questions/22507448/the-value-restriction Indeed, I need to store functions of 'v in some tables (or references), And tables are necessaryly weakly polymorphic ! https://v1.realworldocaml.org/v1/en/html/imperative-programming-1.html#side-effects-and-weak-polymorphism
-
- Jun 06, 2019
-
-
erwan authored
-
- May 24, 2019
-
-
erwan authored
-
- May 15, 2019
-
-
erwan authored
-
- May 14, 2019
-
-
erwan authored
Save/restore the PRGS at checkpoints (necessary for internal demons).
-
- Apr 30, 2019
-
- Apr 02, 2019
-
-
erwan authored
Rationale: it was not really necessary (Algo.neighbor contains almost the same information), and the Topology.neighbor type was alone in its module, which looked weird.
-