haftmann [Fri, 10 Sep 2010 09:56:28 +0200] rev 39271
more correct dependencies
blanchet [Thu, 09 Sep 2010 20:58:46 +0200] rev 39270
merged
blanchet [Thu, 09 Sep 2010 20:11:52 +0200] rev 39269
use definitional CNF for the goal if at least one of the premisses would lead to too many clauses in Meson
blanchet [Thu, 09 Sep 2010 20:09:43 +0200] rev 39268
use the Meson cutoff as the cutoff for using definitional CNF -- it's simpler that way
blanchet [Thu, 09 Sep 2010 18:53:55 +0200] rev 39267
clarify comment
blanchet [Thu, 09 Sep 2010 18:50:23 +0200] rev 39266
improve on 65903ec4e8e8: fix more "add_ffpair" exceptions in failed ATP proofs
blanchet [Thu, 09 Sep 2010 18:22:04 +0200] rev 39265
allow Sledgehammer proofs containing nameless local facts with schematic variables in them
blanchet [Thu, 09 Sep 2010 16:32:28 +0200] rev 39264
tuning
blanchet [Thu, 09 Sep 2010 16:27:36 +0200] rev 39263
more precise error messages when Vampire is interrupted or SPASS runs into an internal bug
blanchet [Thu, 09 Sep 2010 16:06:11 +0200] rev 39262
better error reporting when the Sledgehammer minimizer is interrupted
blanchet [Thu, 09 Sep 2010 14:47:06 +0200] rev 39261
add cutoff beyond which facts are handled using definitional CNF
blanchet [Thu, 09 Sep 2010 12:28:00 +0200] rev 39260
"resurrected" a Metis proof
blanchet [Thu, 09 Sep 2010 12:24:43 +0200] rev 39259
replace two slow "metis" proofs with faster proofs
blanchet [Wed, 08 Sep 2010 19:22:37 +0200] rev 39258
workaround to avoid subtle "add_ffpairs" unification exception in Sledgehammer;
to reproduce the old bug, replace the command
by(rule new_Addr_SomeD)
on line 27 of Jinja/J/TypeSafe.thy with
by (metis new_Addr_SomeD)
blanchet [Wed, 08 Sep 2010 19:20:52 +0200] rev 39257
improve SInE-E failure message