Skip to content
Snippets Groups Projects
  1. Feb 23, 2015
  2. Feb 21, 2015
  3. Feb 20, 2015
  4. Feb 19, 2015
  5. Feb 18, 2015
  6. Feb 17, 2015
  7. Feb 16, 2015
  8. 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
  9. Feb 12, 2015
Loading