Skip to content
Snippets Groups Projects
  1. May 30, 2022
  2. May 24, 2022
  3. May 11, 2021
  4. May 04, 2021
  5. Apr 16, 2021
  6. Nov 04, 2020
  7. Mar 13, 2020
  8. Dec 01, 2019
  9. Oct 31, 2019
  10. Sep 18, 2019
  11. 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
  12. Jul 08, 2019
  13. Jul 05, 2019
  14. Jul 04, 2019
  15. Jun 26, 2019
  16. Jun 21, 2019
  17. Jun 19, 2019
  18. May 17, 2019
  19. May 15, 2019
  20. Apr 30, 2019
  21. Mar 22, 2019
  22. Mar 18, 2019
    • erwan's avatar
      Update: a little bit more work on the rdbg plugin · 8ccdf9a9
      erwan authored
      Actually, I've just realized that the I/O mode of rdbg already makes
      it possible to use sasa from rdbg (exit event only). This plugin would
      only be necessary when we would need a finer grained intrumentation, e.g.,
      to stop at enable step, or to at each process call/exit.
      1.0.4
      8ccdf9a9
  23. Mar 14, 2019
  24. Mar 13, 2019
  25. Mar 11, 2019
  26. Mar 10, 2019
  27. Mar 09, 2019
    • erwan's avatar
      Add a neighbor type in algo local vars. · f43f69b9
      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.
      f43f69b9
  28. Mar 08, 2019
Loading