Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
  2. Oct 05, 2021
  3. Aug 31, 2021
  4. Aug 27, 2021
  5. May 26, 2021
  6. Apr 09, 2021
    • erwan's avatar
      Some work on trees · bbde28ec
      erwan authored
      - add sub_tree_size, parent, is_in_tree, is_out_tree
      - fix height (was only working for out-trees)
      - a predessors to Topology.t
      - refactor a lot of strange things in the code
        - in the use of hashtbl in particular
  7. Nov 04, 2020
  8. Oct 13, 2020
  9. Sep 16, 2020
  10. Sep 02, 2020
  11. Aug 24, 2020
  12. Jul 08, 2020
  13. Jul 07, 2020
  14. Jul 06, 2020
  15. Jul 01, 2020
  16. Jun 23, 2020
  17. 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
  18. Mar 05, 2020
  19. Feb 26, 2020
  20. Feb 19, 2020
  21. Feb 06, 2020
  22. Jan 22, 2020
  23. Oct 23, 2019
  24. Oct 17, 2019
  25. Oct 07, 2019
  26. Sep 30, 2019
  27. Sep 25, 2019
  28. 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
  29. Jul 03, 2019
  30. Jun 28, 2019
Loading