Skip to content
Snippets Groups Projects
  1. Jul 28, 2021
  2. May 11, 2021
  3. Feb 09, 2021
  4. Nov 11, 2020
  5. Nov 04, 2020
  6. Aug 21, 2020
  7. Aug 17, 2020
  8. Jul 22, 2020
  9. Jul 08, 2020
  10. Jul 07, 2020
  11. Jul 06, 2020
  12. Jul 01, 2020
  13. Apr 10, 2020
  14. Apr 06, 2020
  15. Mar 13, 2020
  16. Mar 06, 2020
    • erwan's avatar
      Breaking: remove Algo.pid and Algo.spid, and add the pid in the init function · 4280ff14
      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.
      4280ff14
  17. Feb 19, 2020
    • erwan's avatar
      Breaking: actions should now be the same for all algorithms. · 9326d028
      erwan authored
      To force that, I've changed the Register interface (and thus GenRegister)
      
      The rationale is that:
      - in lurette mode, they should be the same for all algos already
      - in batch mode, action declarations are ignored anyway (except in custom mode)
      3.0.0
      9326d028
  18. Feb 06, 2020
  19. Oct 31, 2019
  20. Oct 23, 2019
  21. Sep 25, 2019
  22. Sep 18, 2019
  23. Sep 06, 2019
    • erwan's avatar
      Build: set-up opam files · 3ab0b340
      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.
      3ab0b340
  24. Jul 08, 2019
  25. Jul 05, 2019
  26. Jul 04, 2019
  27. Jul 03, 2019
  28. Jun 21, 2019
  29. Jun 19, 2019
  30. Jun 17, 2019
  31. Jun 11, 2019
    • erwan's avatar
      Update: make Algo.local_env abstract · fd6d4d2d
      erwan authored
      fd6d4d2d
    • erwan's avatar
      Fix: perform variable initiliasation once · 9cb32320
      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.
      9cb32320
  32. May 27, 2019
  33. May 15, 2019
Loading