- 11 May, 2010 6 commits
-
-
Simon Cruanes authored
-
Simon Cruanes authored
-
Simon Cruanes authored
corrected bug in tptp parser (associativity)
-
Francois Bobot authored
Since there is no install target in the makefile, and people can prefer to use why-cpulimit of why2. We must add the bin directory of why3 in our $Path when we use why3 in order to get this new why-cpulimit. (Perhaps it can be backported to why2?)
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 10 May, 2010 14 commits
-
-
Simon Cruanes authored
-
Simon Cruanes authored
and solvers called by why (with tptp2why output)
-
Jean-Christophe Filliâtre authored
-
Simon Cruanes authored
tptp2why accepts stdin as a problem
-
Jean-Christophe Filliâtre authored
-
Francois Bobot authored
If some goals are specified they are treated in the order of apparition on the command line. If no goals are specified on the command line, they are treated in the same order than they appear in the theory.
-
Francois Bobot authored
-
Francois Bobot authored
Ajout d'un exemple contenant polymorphisme, predicats, inductifs qui est prouvé instantanément par simplify mais bcp plus long avec les autres. Peut-on simplifier le but pour améliorer cela?
-
Simon Cruanes authored
as an axiom, and then add false as the unique goal
-
Jean-Christophe Filliâtre authored
-
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
-
Simon Cruanes authored
-
Simon Cruanes authored
small fix for neq pretty-printing bug
-
- 07 May, 2010 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Simon Cruanes authored
code is still quite ugly, and more testing is required
-
- 06 May, 2010 13 commits
-
-
Jean-Christophe Filliâtre authored
-
Francois Bobot authored
-
Francois Bobot authored
-
Francois Bobot authored
simplify_trivial_quantifier va moins sous les triggers (il peut encore remplacer dessous mais pas y trouver d'égalité)
-
Andrei Paskevich authored
-
Simon Cruanes authored
use of why AST in progress for tptp2why, but building a theory still does not work
-
Jean-Christophe Filliâtre authored
-
MARCHE Claude authored
-
Francois Bobot authored
-
Simon Cruanes authored
It should build without problems
-
Francois Bobot authored
-
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.
-
Francois Bobot authored
-
- 05 May, 2010 4 commits
-
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
No commit message
-
Jean-Christophe Filliâtre authored
-
Simon Cruanes authored
why AST and pretty-printing facilities implementation not yet complete
-