Skip to content
Snippets Groups Projects
  1. Sep 05, 2022
  2. Sep 02, 2022
  3. Aug 30, 2022
  4. 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
  5. Jul 01, 2022
  6. Jun 23, 2022
  7. Jun 14, 2022
  8. May 30, 2022
  9. Apr 29, 2022
  10. Oct 06, 2021
  11. Oct 05, 2021
  12. Sep 02, 2021
  13. Sep 01, 2021
  14. May 19, 2021
  15. May 13, 2021
  16. May 02, 2021
    • erwan's avatar
      Chore · 4eb78d9d
      erwan authored
      4eb78d9d
  17. Apr 24, 2021
  18. Mar 10, 2021
  19. Nov 12, 2020
  20. Nov 10, 2020
  21. Oct 12, 2020
  22. 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
  23. Sep 01, 2020
  24. Apr 27, 2020
  25. Apr 06, 2020
  26. Mar 13, 2020
  27. Feb 26, 2020
  28. 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
  29. Feb 06, 2020
  30. Jan 27, 2020
  31. Oct 31, 2019
  32. Oct 23, 2019
  33. Oct 17, 2019
    • erwan's avatar
      Test: some enhancements on the DFS · 792cbed1
      erwan authored
      - do not hard-code the size of the graph in the ml files
      - do not print the whole state of big graphs. Indeed, for graphs of
        10000 nodes, if we print the path (which is itself an array of size 10000)
        we obtain 100 000 000 variables, which is too much for the rif file.
      792cbed1
Loading