Skip to content
Snippets Groups Projects
  1. Dec 05, 2022
  2. Sep 05, 2022
  3. Sep 02, 2022
  4. Aug 30, 2022
  5. 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
  6. Jul 01, 2022
  7. Jun 23, 2022
  8. Jun 14, 2022
  9. May 30, 2022
  10. Apr 29, 2022
  11. Oct 06, 2021
  12. Oct 05, 2021
  13. Sep 02, 2021
  14. Sep 01, 2021
  15. May 19, 2021
  16. May 13, 2021
  17. May 02, 2021
    • erwan's avatar
      Chore · 4eb78d9d
      erwan authored
      4eb78d9d
  18. Apr 24, 2021
  19. Mar 10, 2021
  20. Nov 12, 2020
  21. Nov 10, 2020
  22. Oct 12, 2020
  23. 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
  24. Sep 01, 2020
  25. Apr 27, 2020
  26. Apr 06, 2020
  27. Mar 13, 2020
  28. Feb 26, 2020
  29. 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
  30. Feb 06, 2020
  31. Jan 27, 2020
  32. Oct 31, 2019
Loading