- 04 Apr, 2019 1 commit
-
-
Sylvain Dailler authored
The underlying datastructure is not satisfying nor are the proofs but at least there is a quick simple realization. It uses ClassicalEpsilon axioms such as excluded middle, indefinite_description etc... Some theory realizations are very far from reality because the axiom characterization is small.
-
- 07 Mar, 2019 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 05 Mar, 2019 1 commit
-
-
Guillaume Melquiond authored
This patch also fully qualifies some realized types and constructors to avoid inadvertent shadowing.
-
- 04 Mar, 2019 1 commit
-
-
Guillaume Melquiond authored
This removes lots of superfluous parentheses in the outer terms.
-
- 19 Feb, 2019 1 commit
-
-
Guillaume Melquiond authored
-
- 18 Feb, 2019 1 commit
-
-
Guillaume Melquiond authored
-
- 11 Feb, 2019 1 commit
-
-
Guillaume Melquiond authored
-
- 07 Feb, 2019 2 commits
-
-
Guillaume Melquiond authored
Since these files depend on Flocq, we are sure that Coq is at least 8.7.
-
Guillaume Melquiond authored
This commit also removes some occurrences of 'fourier'.
-
- 03 Dec, 2018 1 commit
-
-
DAILLER Sylvain authored
-
- 14 Sep, 2018 1 commit
-
-
François Bobot authored
-
- 16 May, 2018 3 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 04 Apr, 2018 2 commits
-
-
François Bobot authored
-
Guillaume Melquiond authored
-
- 22 Mar, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 13 Mar, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 08 Mar, 2018 1 commit
-
-
Raphael Rieu-Helft authored
-
- 06 Mar, 2018 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 07 Feb, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 02 Feb, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 01 Feb, 2018 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 23 Jan, 2018 3 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 21 Jan, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 19 Jan, 2018 2 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 18 Jan, 2018 4 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 11 Jan, 2018 1 commit
-
-
Guillaume Melquiond authored
-
- 20 Dec, 2017 1 commit
-
-
Sylvain Dailler authored
Coq printer. Also adding the "pretty-printed" generated realization. N604-045 Coq code easier to read * src/printer/coq.ml Added indentation in Why3's Coq printer using the OCaml Format pretty printing module. Changed the display of logic formulas and terms only. (cherry picked from commit 3453a65e0e5fca7e3aa16e22915ee3f079daf1c6) Conflicts: src/printer/coq.ml src/transform/gnat_split_conj.ml
-
- 08 Dec, 2017 1 commit
-
-
MARCHE Claude authored
-
- 01 Dec, 2017 1 commit
-
-
MARCHE Claude authored
fix obsolete sessions
-
- 30 Nov, 2017 1 commit
-
-
Sylvain Dailler authored
The former realization of bv used a bit of sign as the less significant bit which should be the most significant. It did not raise problems because to_int and to_uint were not linked by an axiom in the .why. Now, it is the case, so we rewrote function twos_complement and made some straightforward changes to the existing realization (surprisingly proofs are the same).
-