Skip to content
Snippets Groups Projects
  1. Jan 08, 2016
  2. Dec 28, 2015
  3. Dec 16, 2015
  4. Dec 11, 2015
  5. Dec 10, 2015
  6. Nov 23, 2015
  7. Nov 13, 2015
  8. Nov 06, 2015
  9. Oct 26, 2015
  10. Oct 19, 2015
  11. Oct 13, 2015
  12. Oct 09, 2015
  13. Oct 08, 2015
  14. Sep 29, 2015
  15. Sep 28, 2015
  16. Sep 23, 2015
  17. Sep 18, 2015
  18. Sep 09, 2015
  19. Sep 08, 2015
    • Manos Koukoutos's avatar
      Fix MethodLifting and improvements · 849de6aa
      Manos Koukoutos authored
      Make signature of IsInstanceOf consistent with other Expr's
      Add isInstOf Constructor
      Correctly handle This in instantiateType
      Correctly handle This in MethodLifting when it belongs to a subtype
      An extra unit test
      849de6aa
  20. Sep 03, 2015
  21. Aug 31, 2015
  22. Aug 27, 2015
  23. Aug 20, 2015
  24. Aug 18, 2015
    • Etienne Kneuss's avatar
      Flatten & Simplify Solver API · a6724892
      Etienne Kneuss authored
      Solvers are no longer distinguished in 20 traits depending on what they
      implement. It turns out that most leon solvers already implemented
      everything:
      
      1) Being interrupted
      2) Push / Pop
      3) checkAssertions/getUnsatCore (a naive implementation of these
         can be added by mixing NaiveAssumptionSolver in)
      a6724892
Loading