Skip to content
Snippets Groups Projects
  1. Jul 03, 2023
  2. Feb 27, 2023
  3. Feb 07, 2023
  4. Jan 25, 2023
  5. Jan 23, 2023
  6. Jan 19, 2023
  7. Jan 18, 2023
  8. Aug 30, 2022
  9. Jul 08, 2022
    • Emile Guillaume's avatar
      Add neigh type (struct composed of state, reply and weight), add 3 new... · 7d9f408d
      Emile Guillaume authored
      Add neigh type (struct composed of state, reply and weight), add 3 new function for neigh type, add state.lus generation by salut, modificate unison,bfs-spanning-tree and rsp-tree (compare and kind2 work\!), add demon_is_valid function, a new constant (liste of neighbors number), modificate algo for the new to_state function
      7d9f408d
  10. Jul 01, 2022
  11. Jun 23, 2022
  12. Jun 14, 2022
  13. May 30, 2022
  14. Apr 29, 2022
  15. Oct 06, 2021
  16. Oct 05, 2021
  17. Sep 02, 2021
  18. Sep 01, 2021
  19. May 19, 2021
  20. May 13, 2021
  21. May 02, 2021
    • erwan's avatar
      Chore · 4eb78d9d
      erwan authored
      4eb78d9d
  22. Apr 24, 2021
  23. Mar 10, 2021
  24. Nov 12, 2020
  25. Nov 10, 2020
  26. Oct 12, 2020
  27. Sep 02, 2020
    • erwan's avatar
      Update: change the naming convention for automatically generated registration code · 3cf028ef
      erwan authored
      The previous  scheme was to  define everything  that is common  to all
      user nodes in  a file named state.ml. This file was supposed to define
      the algo  state type,  as well  as optional  functions such  as fault,
      legitimate, or potential.
      
      But in  order to be  able to define,  say, a legitimate  function that
      uses user  nodes (which is the  case for dijkstra token  ring) without
      introducing any dependency loop, it  is necessary to split state.ml in
      two modules.
      
      The new module is called Config (config.ml).
      
      nb: I had to modify the GenSessions module in rdbg to reflect this change !
      3cf028ef
  28. Sep 01, 2020
  29. Apr 27, 2020
  30. Apr 06, 2020
  31. Mar 13, 2020
  32. Feb 26, 2020
  33. 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
Loading