- May 30, 2022
-
-
erwan authored
-
- May 24, 2022
-
-
erwan authored
-
- May 11, 2021
-
-
erwan authored
-
- May 04, 2021
-
-
erwan authored
-
- Apr 16, 2021
-
-
erwan authored
-
- Nov 04, 2020
-
-
erwan authored
-
- Mar 13, 2020
-
-
erwan authored
-
- Dec 01, 2019
-
-
erwan authored
-
- Oct 31, 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
-
-
erwan authored
The generation scheme is now makes it easier to write oracles that do not depend on the topology. The idea is to generate an oracle (specific to the graph) that includes a file that the user should provide, and which ougth to define a generic oracle, i.e., depending on m and n (process and actions numbers).
- Jul 04, 2019
-
-
Nathan Rébiscoul authored
-
- Jun 26, 2019
-
- Jun 21, 2019
-
-
erwan authored
-
- Jun 19, 2019
- May 17, 2019
-
-
erwan authored
-
- May 15, 2019
-
-
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
-
- Apr 30, 2019
-
- Mar 22, 2019
-
-
erwan authored
-
- Mar 18, 2019
- Mar 14, 2019
- Mar 13, 2019
-
-
erwan authored
This is necessary to be able to use sasa with luciole. Indeed, in rdbg/lurette, luciole always plays first. Hence if we want sasa to play after luciole, we can use the option.
-
erwan authored
Note that from the lurette point of view, sasa plays the role of the env as it needs to start playing, to provide Lutin the enable values for the first demon step.
-
- Mar 11, 2019
-
-
erwan authored
-
- 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 08, 2019
-
-
erwan authored
-