Skip to content
Snippets Groups Projects
  1. May 01, 2016
  2. Apr 07, 2016
  3. Mar 28, 2016
  4. Mar 17, 2016
  5. Feb 28, 2016
  6. Feb 15, 2016
  7. Dec 28, 2015
  8. Dec 11, 2015
  9. Dec 04, 2015
  10. Nov 23, 2015
  11. Oct 13, 2015
  12. Sep 18, 2015
  13. Aug 20, 2015
  14. 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
  15. Aug 12, 2015
  16. Aug 06, 2015
  17. Jun 03, 2015
  18. Apr 23, 2015
    • Manos Koukoutos's avatar
      Name all LeonOptionDefs opt* · b110b833
      Manos Koukoutos authored
      b110b833
    • Manos Koukoutos's avatar
      Refactor how command line options are handled by Leon · 59b0b60a
      Manos Koukoutos authored
      - Command line option definitions are now represented by a type
        parametric class.
      - Components can declare legal option definitions.
      - Options are parsed according to those definitions in Main,
        and stored in LeonContext.
      - Components can then retrieve back the options from LeonContext.
        This is not perfect, as it requires some type casts.
      - leon.Settings only contained redundant information and has been
        removed.
      - Unused options from SynthesisSettings have been removed.
      59b0b60a
  19. Apr 16, 2015
Loading