blanchet [Thu, 16 Dec 2010 21:21:52 +0100] rev 41217
merge
blanchet [Thu, 16 Dec 2010 21:21:13 +0100] rev 41216
cleaner handling of temporary files
paulson [Thu, 16 Dec 2010 20:14:21 +0000] rev 41215
merged
paulson [Thu, 16 Dec 2010 20:14:04 +0000] rev 41214
made sml/nj happy
blanchet [Thu, 16 Dec 2010 21:02:08 +0100] rev 41213
added self-correcting wrapper for Z3 -- see comment in the file for details
blanchet [Thu, 16 Dec 2010 16:18:11 +0100] rev 41212
impose a limit on the breadth of monomorphization (in addition to on the depth) to prevent an explosion of the number of monomorphic instances
blanchet [Thu, 16 Dec 2010 15:46:54 +0100] rev 41211
no need to do a super-duper atomization if Metis fails afterwards anyway
blanchet [Thu, 16 Dec 2010 15:44:32 +0100] rev 41210
removed unused variable
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41209
robustly handle SMT exceptions in Sledgehammer
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41208
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41207
reintroduce the higher penalty for skolems
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41206
tuning
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41205
comment tuning
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41204
get rid of experimental feature of term patterns in relevance filter -- doesn't work well unless we take into consideration the equality theory entailed by the relevant facts
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41203
fixed more issues with the Vampire output parser, and added support for Vampire's TSTP output (--proof tptp)
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41202
make it more likely that induction rules are picked up by Sledgehammer
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41201
generalize the Vampire parser some more to cope with things like "{2, 3\}" seen in some proofs
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41200
add the current theory's constant to the goal to make theorems from the current theory more relevant on the first iteration already
blanchet [Thu, 16 Dec 2010 15:12:17 +0100] rev 41199
instantiate induction rules automatically
boehmes [Thu, 16 Dec 2010 13:54:17 +0100] rev 41198
merged
boehmes [Thu, 16 Dec 2010 13:34:28 +0100] rev 41197
fix lambda-lifting: take level of bound variables into account and also apply bound variables from outer scope
boehmes [Thu, 16 Dec 2010 12:33:06 +0100] rev 41196
fixed introduction of explicit application function: bound variables always need explicit application if they are applied to some term
boehmes [Thu, 16 Dec 2010 12:07:36 +0100] rev 41195
fixed eta-expansion: introduce a couple of abstractions at once
paulson [Thu, 16 Dec 2010 12:19:00 +0000] rev 41194
merged