- May 01, 2016
-
-
Mikaël Mayer authored
-
- Apr 07, 2016
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Mar 28, 2016
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Mar 17, 2016
-
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
- Feb 28, 2016
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Feb 15, 2016
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Dec 28, 2015
-
-
Nicolas Voirol authored
-
- Dec 11, 2015
-
-
ravi authored
(b) Removing an unproven axiom on conqueue (c) Adding a free variable factory. Need to incorporate it so as to assert freshness of newly created closures
-
- Dec 04, 2015
-
-
ravi authored
(b) Added 3 strategies for Conqueue, two of which is verifiable. The best strategy still has one unverified (but simple) axiom that relies on the acyclicity of streams (c) Improved the model and fixed some bugs.
-
ravi authored
(b) Adding an option: unfoldFactor to unfold functions more than once in each iteration of verification
-
- Nov 23, 2015
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Oct 13, 2015
-
-
Manos Koukoutos authored
-
- Sep 18, 2015
-
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
Nicolas Voirol authored
-
- Aug 20, 2015
-
-
Etienne Kneuss authored
-
- Aug 18, 2015
-
-
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)
-
- Aug 12, 2015
-
-
Etienne Kneuss authored
-
- Aug 06, 2015
-
-
Etienne Kneuss authored
-
Etienne Kneuss authored
- solvers are not freed directly, they are reclaimed by their solver factory - reset() is used when available to reset a solver instead of creating a fresh one.
-
- Jun 03, 2015
-
-
Etienne Kneuss authored
Implies(pre, f(x) = body) becomes, with (--assumepre): And(pre, f(x) = body)
-
- Apr 23, 2015
-
-
Manos Koukoutos authored
-
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.
-
- Apr 16, 2015
-
-
Manos Koukoutos authored
-