- 13 Jul, 2010 1 commit
-
-
Francois Bobot authored
encoding_enumeration add projection for enumerated type. Seems to work (on valid and not valid goal) for simplify, spass, eprover see examples/programs/sorted_list.mlw with eprover, spass, simplify!! encoding_enumeration must be used with encoding_decorate and encoding_instantiate if an enumeration type is kept.
-
- 12 Jul, 2010 2 commits
-
-
Andrei Paskevich authored
-
Jean-Christophe Filliâtre authored
-
- 09 Jul, 2010 1 commit
-
-
Andrei Paskevich authored
- bring driver syntax closer to that of theories - some simple API improvements
-
- 08 Jul, 2010 3 commits
-
-
Francois Bobot authored
Since its already incorrect no encoding for simplify, and also no trigger because its buggy inside simplify
-
Andrei Paskevich authored
- everything is converted to the new shiny way of doing things. Well, everything except Gappa, which seems very unifinished anyway, and Encoding_instantiate, which is too complex and would like to update it with François. Also, I commented a little piece of exception reporting in manager/, will see it with Claude. THIS IS STILL A WORK IN PROGRESS! Please inform me about any bugs, ugly APIs, and proposed corrections. All the non-implemented things, mentioned in the previous commit message are still in the TODO list and will be done soon.
-
Francois Bobot authored
-
- 25 Jun, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 16 Jun, 2010 1 commit
-
-
Francois Bobot authored
-
- 15 Jun, 2010 2 commits
-
-
Francois Bobot authored
bench : ajout d'un bench pour tester tous les provers sur des buts triviaux. Cela peut permettre de détecter un mauvais driver ou printer.
-
Francois Bobot authored
-
- 11 Jun, 2010 2 commits
-
-
Francois Bobot authored
utilisation d'encoding decorate tant que les types finis ne sont pas correctement traités ( unit des programmes )
-
Francois Bobot authored
-
- 07 Jun, 2010 1 commit
-
-
Simon Cruanes authored
-
- 01 Jun, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
programs: WP for exceptions why.conf: removed -debug flag for alt-ergo
-
- 28 May, 2010 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
- 27 May, 2010 2 commits
-
-
Andrei Paskevich authored
-
Simon Cruanes authored
-
- 21 May, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 20 May, 2010 1 commit
-
-
MARCHE Claude authored
-
- 18 May, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 17 May, 2010 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Simon Cruanes authored
-
Simon Cruanes authored
new transformation (currently equivalent to identity) for tptp driver
-
- 12 May, 2010 4 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
-
- 11 May, 2010 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 10 May, 2010 3 commits
-
-
Simon Cruanes authored
tptp2why accepts stdin as a problem
-
Simon Cruanes authored
It is very likely to yield errors or to confuse provers. The tptp driver now accepts a bit more outputs from provers
-
Simon Cruanes authored
-
- 06 May, 2010 2 commits
-
-
Francois Bobot authored
simplify_trivial_quantifier va moins sous les triggers (il peut encore remplacer dessous mais pas y trouver d'égalité)
-
Francois Bobot authored
(exists x. x=t and F) -> F[t/x] (forall x. x<>t or F) -> F[t/x] Cette transformation n'élimine pas les quantifications qui ont des triggers mais s'applique sous ces derniers. Le but est de pouvoir éliminer les quantifications inutilement ajoutées lors de eliminate inductive.
-
- 30 Apr, 2010 3 commits
-
-
Francois Bobot authored
-
Francois Bobot authored
-
Jean-Christophe Filliâtre authored
-
- 29 Apr, 2010 1 commit
-
-
Simon Cruanes authored
-