- Jul 28, 2021
-
-
erwan authored
-
- May 11, 2021
-
-
erwan authored
-
- Feb 09, 2021
-
-
Gabriel B. Sant'Anna authored
Fixes #16
-
- Nov 11, 2020
-
- Nov 04, 2020
-
-
erwan authored
-
- Aug 21, 2020
-
-
erwan authored
-
- Aug 17, 2020
-
- Jul 22, 2020
-
-
erwan authored
-
- Jul 08, 2020
- Jul 07, 2020
- Jul 06, 2020
-
-
erwan authored
New: add a fault functions to the Algo (to inject fault when a legitimate configuratiuon is reached).
-
- 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).
-
- Apr 10, 2020
-
- Apr 06, 2020
-
-
erwan authored
that is now genarated all the times by rdbg
-
- Mar 13, 2020
-
-
erwan authored
-
- Mar 06, 2020
-
-
erwan authored
The rationale is that the Algo.spid that gave processes access to their pid via their neighbors was a bit weird. Also, it makes the anonymity of the algorithm more explicit: an access to the pid could appear anywhere in the program, while now, the pid must be in state.t! Now, if the user needs the pid, he must store it explicitly in the state via the initialization function.
-
- Feb 19, 2020
-
- Feb 06, 2020
-
-
erwan authored
-
- Oct 31, 2019
-
- Oct 23, 2019
- 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
-
-
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 08, 2019
-
-
erwan authored
-
- Jul 05, 2019
-
-
Nathan Rébiscoul authored
-
- Jul 04, 2019
-
-
Nathan Rébiscoul authored
-
- Jul 03, 2019
-
-
erwan authored
Add use it to add an oracle to the BFS
-
- Jun 21, 2019
- Jun 19, 2019
- Jun 17, 2019
-
-
erwan authored
The idea is to use the Obj module (arg !!!), which is safe thanks to the fact that there is now only one register function, which forces all the 'v to be bound to the same type.
-
- Jun 11, 2019
-
-
erwan authored
-
erwan authored
Indeed, by using the Env.nset and Env.nget defined in 0d6575a7 a pb that was hided by the use of Env.set and Env.get was triggered. The bug was that variables initialisations were done several times. In sasa.ml, the way I was updating the Env.t by iterating on the variables was forcing to "close" expressions that were calling init functions.
-
- May 27, 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
-