Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 05, 2020
  3. Feb 27, 2020
  4. Feb 26, 2020
  5. 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
  6. Feb 14, 2020
  7. Feb 06, 2020
  8. Feb 03, 2020
  9. Jan 31, 2020
  10. Jan 30, 2020
  11. Jan 22, 2020
  12. Jan 20, 2020
  13. Nov 20, 2019
  14. Nov 14, 2019
  15. Oct 23, 2019
  16. Oct 17, 2019
  17. Oct 14, 2019
  18. Oct 11, 2019
  19. Oct 08, 2019
  20. Oct 07, 2019
  21. Sep 30, 2019
  22. Sep 25, 2019
  23. Sep 18, 2019
  24. 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
  25. Jul 11, 2019
    • erwan's avatar
      Test: fix the coloring oracle · 42ccc7fd
      erwan authored
      - the move_count node was wrong (missing parenthesis)
      - the lemma an the theorem only holds for locally central unfait demon
      2.10.3
      42ccc7fd
  26. Jul 10, 2019
  27. Jul 09, 2019
  28. Jul 08, 2019
  29. Jul 05, 2019
Loading