- 18 Feb, 2015 1 commit
-
-
MARCHE Claude authored
-
- 17 Feb, 2015 1 commit
-
-
MARCHE Claude authored
-
- 06 Jan, 2015 1 commit
-
-
MARCHE Claude authored
Z3 apparently supports them, but any attempt to use thme makes Z3 segfault
-
- 03 Dec, 2014 1 commit
-
-
Clément Fumex authored
Module bitvec
-
- 14 Mar, 2014 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 18 Nov, 2013 1 commit
-
-
MARCHE Claude authored
-
- 12 Nov, 2013 1 commit
-
-
Andrei Paskevich authored
thanks to Johannes Kanig
-
- 08 Nov, 2013 1 commit
-
-
Andrei Paskevich authored
Submitted by Johannes Kanig
-
- 03 Nov, 2013 1 commit
-
-
Andrei Paskevich authored
this is useful to declare on-the-fly a new sort which replaces a complex type. Otherwise, the printer has to traverse any term twice: first, to detect complex types, second, to print the term.
-
- 02 Nov, 2013 1 commit
-
-
Andrei Paskevich authored
also, avoid the "encoding_sort" transformation, if it can be done directly in the printer. On the same example as in the previous commits, this gives 5x acceleration together with some memory usage reduction.
-
- 10 Oct, 2013 1 commit
-
-
MARCHE Claude authored
(inspired from patches provided by Piotr Trojanek)
-
- 12 Jun, 2013 1 commit
-
-
- 03 Jun, 2013 1 commit
-
-
François Bobot authored
-
- 15 Mar, 2013 1 commit
-
-
Andrei Paskevich authored
we really, really should implement blacklists in drivers
-
- 06 Mar, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 28 Nov, 2012 1 commit
-
-
François Bobot authored
Just a proposition for a more controllable why3replayer
-
- 06 Nov, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 29 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 26 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 20 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
+ create AUTHORS file + fix the linking exception in LICENSE + update the "About" in IDE + remove the trailing whitespace + inflate my scores at Ohloh
-
- 10 Oct, 2012 1 commit
-
-
Claude Marche authored
-
- 18 Sep, 2012 1 commit
-
-
Claude Marche authored
-
- 27 Aug, 2012 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 03 Aug, 2012 1 commit
-
-
François Bobot authored
(metas, debug flags, transformations, formats) except for label. This description is used in --list-*. The description can use any of the formatting markup of Format "@ " "@[",... Transformations can also specify from which metas and labels they depend, and add informations about how they are interpreted. TODO: - complete and correct the documentation - when a transformation use Trans.on_meta, it should be possible to add an interpretation of the metas in the documentation. - recover a summary version of --list-* ? - be able to export in latex?
-
- 24 Jul, 2012 1 commit
-
-
Jean-Christophe Filliâtre authored
side-effect: function syntax in driver now accepts %v0, %v1, etc. for type variable instantiations (order is given by variable name)
-
- 17 Jul, 2012 1 commit
-
-
Leon Gondelman authored
-
- 09 Apr, 2012 1 commit
-
-
MARCHE Claude authored
-
- 18 Mar, 2012 1 commit
-
-
Andrei Paskevich authored
- put abstract types and aliases in Dtype of tysymbol - put (recursive) algebraic types in Ddata of (ts,constr list) list - put abstract function/predicate symbols in Dparam of lsymbol - put defined logic symbols in Dlogic of (ls,ls_definition) list
-
- 11 Mar, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 25 Feb, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 02 Nov, 2011 1 commit
-
-
Andrei Paskevich authored
also, remove all customization from the Z3 3.x section in prover detection. I find it morally wrong to chase magic options of a closed-source program. We should add an option for a prover only when we have clear understanding of what it does and good reasons to believe that it is useful in our case.
-
- 29 Sep, 2011 2 commits
-
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
- 18 Sep, 2011 3 commits
-
-
Andrei Paskevich authored
but not use it by default, because of bad caching of smt_encoding transformations. Because of this, new function symbols appear again and again, and since we don't forget function symbols in trans-based printers, we obtain names like at234.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
also, introduce in Printer the p-printing transformations
-
- 13 Jul, 2011 1 commit
-
-
Guillaume Melquiond authored
Prover capabilities are now represented by a record enumerating each case and which syntax to use then. This fixes output of nondecimal integers to provers (bug #12981). TODO: check whether some provers support more than just decimal representations.
-
- 02 Jul, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 01 Jul, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 04 Jun, 2011 1 commit
-
-
Andrei Paskevich authored
-