- Jul 18, 2022
-
-
Emile Guillaume authored
-
- Jun 23, 2022
-
-
Emile Guillaume 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
-
- 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
-
- Jul 08, 2019
-
-
erwan 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
-
- Mar 22, 2019
-
-
erwan authored
-
- Mar 10, 2019
-
-
erwan authored
with algo several actions, and allow lurette to chose them.
-
- 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