- 23 Sep, 2013 1 commit
-
-
Guillaume Melquiond authored
As a side effect, provers-detection-data.conf no longer needs to be preprocessed.
-
- 21 Sep, 2013 1 commit
-
-
MARCHE Claude authored
-
- 25 Aug, 2013 1 commit
-
-
MARCHE Claude authored
-
- 21 Aug, 2013 1 commit
-
-
MARCHE Claude authored
why3 tests/test-eval.why -P alt-ergo -T T --eval c1 --eval c2 --eval c3
-
- 06 Aug, 2013 2 commits
-
-
Andrei Paskevich authored
in a series of tests on available examples, lightweight polymorphism encoding techniques combined with a more agressive generation of monomorphic instances (via Discriminate) show better results than our earlier defaults. In the same commit: - remove Encoding_explicit (unsound), Encoding_decoexp (too naive), and Encoding_instantiate (subsumed by Discriminate) - rename Encoding_decorate to Encoding_tags_full and Encoding_guard to Encoding_guards_full - move Encoding_guards_full specific functions from Libencoding to Encoding_guards_full - do not apply type protection in "encoding_tptp" and remove Protect_finite which is not needed anymore.
-
Andrei Paskevich authored
-
- 03 Aug, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 12 Jun, 2013 3 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 11 Jun, 2013 1 commit
-
-
Guillaume Melquiond authored
-
- 06 Jun, 2013 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 01 Jun, 2013 1 commit
-
-
Guillaume Melquiond authored
-
- 30 Apr, 2013 2 commits
-
-
François Bobot authored
-
François Bobot authored
-
- 27 Apr, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 25 Apr, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 24 Apr, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 21 Apr, 2013 1 commit
-
-
Guillaume Melquiond authored
-
- 16 Apr, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 09 Apr, 2013 1 commit
-
-
François Bobot authored
-
- 03 Apr, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
[GTK sourceview] why.lang renamed to why3.lang
-
- 25 Mar, 2013 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 21 Mar, 2013 1 commit
-
-
MARCHE Claude authored
-
- 13 Mar, 2013 2 commits
-
-
François Bobot authored
-
François Bobot authored
-
- 07 Mar, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 06 Mar, 2013 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
This fixes the bug with .dep cleaning, when we don't build the IDE. Also, can we merge the replayer into why3session already, please?
-
- 21 Feb, 2013 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 04 Feb, 2013 3 commits
-
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
Guillaume Melquiond authored
-
- 01 Feb, 2013 1 commit
-
-
MARCHE Claude authored
-
- 31 Jan, 2013 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Guillaume Melquiond authored
-
- 30 Jan, 2013 1 commit
-
-
Andrei Paskevich authored
- all programs with sessions are in examples/ - all programs without sessions are in examples/in_progress/ (if you have private sessions for those, just move them there) - all pure logical problems are in logic/ (to simplify bench scripts and gallery building; they are few anyway) - all OCaml programs are in examples/use_api/ - all strange stuff is in examples/misc/ (most of it should probably go) - Claude's solutions for Foveoos 2011 are in examples/foveoos11-cm/ (why do we need two sets of solutions for quite simple problems?) - hoare_logic, bitvectors, vacid_0_binary_heaps are in examples/ Bench scripts and documentation are updated. Also, bench/bench is simplified a little bit.
-
- 21 Jan, 2013 1 commit
-
-
Andrei Paskevich authored
the Set signature is moved to a separate Extset module, instead of being included into Extmap.S. The module hierarchy becomes simpler, we don't shadow OCaml standard modules anymore, and the bug #15270 is fixed, too.
-