- Feb 28, 2014
-
-
Etienne Kneuss authored
- Implement the Leon Library in Leon-land rather than Scala-land. import leon.Utils._ becomes import leon.lang._ import leon.Annotations._ becomes import leon.annontation._ For now, the library defines generic Options and Lists. The library is automatically imported from the ./leon script, unless the --library=no option is passed. - Support parsing of multiple files and modules. - Introduce new annontations: @ignore: remove definition from Leon @verified: do not consider for verification unless explicitly specified
-
- Feb 20, 2014
-
-
Ivan Kuraj authored
-
- Sep 12, 2013
-
-
Etienne Kneuss authored
- Free&Recreate solvers during synthesis. This avoids huge memory leaks due to Z3AST never being reclaimed thourough the entire synthesis process - Add safeguard to catch Z3Solvers for which memory management is incomplete
-
- Aug 16, 2013
-
-
Etienne Kneuss authored
-
- Jul 11, 2013
-
-
Etienne Kneuss authored
- Refactor code extraction - Standardize extractors - Fix type identification by resolving type aliases - Redo reporter integration with Scalac - Fix relining to prevent bizarre compile-errors - Refactor Pretty-Printers - Extensible class interface - Not returning mutable string-buffers anymore - Fixes according to 2.10 - 100% false warnings in Tests - imports for postfix-ops or implicits - Upgrade ScalaZ3 to 2.10 - Upgrade Cafebabe to 2.10
-
- Dec 19, 2012
-
-
Etienne Kneuss authored
Improve performance of FairZ3 by lowering unrolling to the z3 level. Improve synthesis profiling script. Improve performance of FairZ3: Make function templates and unlocking/unrolling work directly at the z3 level for performance reasons. Implement push-pop at the unrolling-bank level. Works around a z3 bug. Z3 apparently side-effects during check-assumptions, causing a following check without assumptions to produce unreliable results. We work around this by backtracking to the state before the check-assumptions using push/pop. Improve synthesis profiling/benchmarking: Move benchrmarking suite away from tests. Synthesis Rule application benchmark can now use a --rule option specifying what rule to apply. Add Testcase to evaluate CEGIS unrolling of different depth. Benchmarking script is now generated via the 'bench' sbt task.
-
- Dec 13, 2012
-
-
Etienne Kneuss authored
sbt now generates two scripts, - ./leon - ./setupenv setupenv needs to be evaluated before doing "sbt test". Make sure you run it using "source ./setupenv" and not "./setupenv" so that the exports contained in setupenv have an effect on the outer shell context. setupenv is used within ./leon as well
-
- Dec 04, 2012
-
-
Etienne Kneuss authored
-
- Oct 26, 2012
-
-
Philippe Suter authored
-
- Oct 24, 2012
-
-
Philippe Suter authored
-
Philippe Suter authored
-
- Oct 15, 2012
-
-
Etienne Kneuss authored
-
Etienne Kneuss authored
-
- Sep 21, 2012
-
-
Régis Blanc authored
-
- Mar 07, 2012
-
-
Philippe Suter authored
option is provided.
-
- Mar 05, 2012
-
-
Philippe Suter authored
-
Philippe Suter authored
-
Philippe Suter authored
-
Philippe Suter authored
-
- May 26, 2011
-
-
Philippe Suter authored
-
- Apr 18, 2011
-
-
Ali Sinan Köksal authored
-
- Apr 06, 2011
-
-
Ali Sinan Köksal authored
-
- Mar 28, 2011
-
-
Philippe Suter authored
No commit message
-
Ali Sinan Köksal authored
-
Ali Sinan Köksal authored
-
Ali Sinan Köksal authored
-
- Mar 24, 2011
-
-
Ali Sinan Köksal authored
-
Philippe Suter authored
after sbt package all, run: ./funcheck --CAV yourfile.scala That's it.
-
- Mar 22, 2011
-
-
Ali Sinan Köksal authored
-
- Jan 20, 2011
-
-
Philippe Suter authored
still some infinite loop on some unrollings (eg. pldi/InsertionSort:min), but some examples are solved. yay.
-
- Oct 07, 2010
-
-
Philippe Suter authored
-
- Aug 03, 2010
-
-
Philippe Suter authored
-
- Jul 17, 2010
-
-
Philippe Suter authored
-
- Jul 12, 2010
-
-
Philippe Suter authored
-
- Jun 22, 2010
-
-
Philippe Suter authored
-
Philippe Suter authored
-
- Jun 21, 2010
-
-
Philippe Suter authored
-
Philippe Suter authored
-
Philippe Suter authored
-
Philippe Suter authored
-