Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. Oct 20, 2021
  3. Oct 11, 2021
  4. Oct 05, 2021
  5. Aug 31, 2021
  6. Aug 27, 2021
  7. May 26, 2021
  8. 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
      4.3.25
      bbde28ec
  9. Nov 04, 2020
  10. Oct 13, 2020
  11. Sep 16, 2020
  12. Sep 02, 2020
  13. Aug 24, 2020
  14. Jul 08, 2020
  15. Jul 07, 2020
  16. Jul 06, 2020
  17. Jul 01, 2020
  18. Jun 23, 2020
  19. 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
  20. Mar 05, 2020
  21. 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
  22. Feb 06, 2020
  23. Jan 22, 2020
  24. Oct 23, 2019
  25. Oct 17, 2019
  26. Oct 07, 2019
  27. Sep 30, 2019
  28. Sep 25, 2019
  29. Jul 03, 2019
Loading