Skip to content
Snippets Groups Projects
  1. Jun 21, 2019
  2. Jun 19, 2019
  3. Jun 17, 2019
  4. Jun 11, 2019
    • erwan's avatar
      Update: make Algo.local_env abstract · fd6d4d2d
      erwan authored
      fd6d4d2d
    • erwan's avatar
      Fix: perform variable initiliasation once · 9cb32320
      erwan authored
      Indeed, by using the Env.nset and Env.nget defined in
      0d6575a7 a pb that was hided by the
      use of Env.set and Env.get was triggered.
      
      The bug was that variables initialisations were done several times.
      
      In sasa.ml, the way I was updating the Env.t by iterating on the
      variables was forcing to "close" expressions that were calling init
      functions.
      9cb32320
  5. Jun 06, 2019
  6. May 27, 2019
  7. May 16, 2019
  8. May 15, 2019
  9. May 14, 2019
  10. Apr 30, 2019
  11. Mar 22, 2019
  12. Mar 10, 2019
  13. 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
  14. Mar 07, 2019
Loading