- Jun 22, 2015
-
-
Etienne Kneuss authored
Performance tests are invoked via "sbt perf:test". Currently testing performance of CEGIS on some random synthesis problems
-
- Apr 16, 2015
-
-
Manos Koukoutos authored
-
- Apr 15, 2015
-
-
Etienne Kneuss authored
-
- Apr 11, 2014
-
-
Etienne Kneuss authored
- NormalizationRule becomes priorities, so that we can have multiple distinct layers - Use the @library annotation, move synthesis stuff to synthesis, Oracles. - Make sure tests use PreprocessingPhase and import synthesis when adequate - Extract proper package objects fix patternRecons and simplifiers - Reorganize library: - leon.{choose,???} -> leon.lang.synthesis - leon.{waypoint,epsilon} -> leon.lang.xlang
-
- Mar 14, 2014
-
-
Etienne Kneuss authored
-
- 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
-
- Aug 31, 2013
-
-
Etienne Kneuss authored
For now only synthesis tests that 100% pass. The rest of benchmarks need to be investigated due to memory consumption issues
-
- Apr 12, 2013
-
-
Etienne Kneuss authored
-