"eval/config_celeba_grow.ini" did not exist on "980552bdb94bc97f8eef033d9a1dd7947043e18a"
- Jun 17, 2015
-
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
- Jun 16, 2015
-
-
Viktor Kuncak authored
-
- Jun 11, 2015
-
-
Etienne Kneuss authored
-
Etienne Kneuss authored
-
Etienne Kneuss authored
-
- Jun 10, 2015
-
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Manos Koukoutos authored
-
Etienne Kneuss authored
Functions that are defined as @extern can use non-purescala features within their body. Leon will reason about them according to their specification (the unknown body becomes a hole and then a choose).
-
- Jun 03, 2015
-
-
Etienne Kneuss authored
-
Etienne Kneuss authored
Implies(pre, f(x) = body) becomes, with (--assumepre): And(pre, f(x) = body)
-
- Jun 02, 2015
-
-
Etienne Kneuss authored
- Detect definitions of ADTs that wil lbe problematic for solvers to handle. e.g. case class Ls(elems: List[Cons[T]]) - Use IncrementalBijections in native z3 solvers
-
Etienne Kneuss authored
-
Etienne Kneuss authored
- ADTManager is responsible for computing dependencies between ADTs so that definitions can be grouped. - Simplify and generalize solver handling of RawArrays. - Remove dead-code in fair-z3 to parse non-ground models. - OptionManager was mostly useless, moved *Type to Library - MapGet can be implemented as (Some-value (Select m k)), as the solver will treat Some-value as uninterpreted if Select yields a None
-
Etienne Kneuss authored
-
Etienne Kneuss authored
-
Viktor Kuncak authored
* Fixed typo and wording in references * Streamlined intro opening
-
Viktor Kuncak authored
-
- Jun 01, 2015
-
-
Etienne Kneuss authored
Multiple-file benchmarks are getting common nowadays, so we report the files corresponding to the error to help debugging. File should be relative to the CWD, when possible, absolute otherwise.
-
Regis Blanc authored
Refactor all existing Modulo into Remainder, as it is the correct term in Scala for the operation %. BigInt now supports `mod` operator, which gets represented as Modulo in Leon.
-