Skip to content
Snippets Groups Projects
  1. May 11, 2015
  2. May 05, 2015
  3. Apr 20, 2015
  4. Apr 16, 2015
  5. Mar 26, 2015
  6. Mar 18, 2015
  7. Mar 05, 2015
  8. Mar 04, 2015
  9. Feb 13, 2015
    • Regis Blanc's avatar
      Refactor FiniteArray to an implicit representation · 373c4aba
      Regis Blanc authored
      FiniteArray now takes an Expr for the length, a default
      Expr, and a Map of defined Expr for some of its elements.
      Adapt the rest of Leon to the new trees.
      
      The PrettyPrinter tries to be a little bit smart about
      how to print the array, only printing a few elements when the
      array gets too big. The regression test produces an
      huge array counter-example that used to lead to a crash of
      Leon with the previous implementation of Array (fully represented
      in memory).
      373c4aba
  10. Feb 12, 2015
  11. Oct 06, 2014
  12. Sep 18, 2014
  13. Sep 17, 2014
  14. Sep 16, 2014
Loading