blanchet [Mon, 26 Apr 2010 23:45:51 +0200] rev 36407
renamed option
blanchet [Mon, 26 Apr 2010 23:45:32 +0200] rev 36406
fixes 2a5c6e7b55cb;
do not throw out the baby with the bath water
blanchet [Mon, 26 Apr 2010 21:50:36 +0200] rev 36405
compile
blanchet [Mon, 26 Apr 2010 21:41:54 +0200] rev 36404
make compile (and not just load dynamically)
blanchet [Mon, 26 Apr 2010 21:25:32 +0200] rev 36403
merge
blanchet [Mon, 26 Apr 2010 21:20:43 +0200] rev 36402
introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method;
the code is still somewhat experimental but any exceptions it throws are catched, and Sledgehammer will still yield a one-line metis proof in case of proof reconstruction failure
blanchet [Mon, 26 Apr 2010 21:18:20 +0200] rev 36401
adapt code to reflect new signature of "neg_clausify"
blanchet [Mon, 26 Apr 2010 21:17:41 +0200] rev 36400
rename options and keep track of conjecture shape (to facilitate proof reconstruction)
blanchet [Mon, 26 Apr 2010 21:17:04 +0200] rev 36399
rename options
blanchet [Mon, 26 Apr 2010 21:16:35 +0200] rev 36398
make "neg_clausify" return a list of lists of clauses, so that it's possible to see which clause comes from which theorem
blanchet [Mon, 26 Apr 2010 21:14:28 +0200] rev 36397
remove needless code that was copy-pasted from Quickcheck (where it made sense)
blanchet [Sun, 25 Apr 2010 15:30:33 +0200] rev 36396
cosmetics
blanchet [Sun, 25 Apr 2010 15:04:20 +0200] rev 36395
cosmetics
blanchet [Sun, 25 Apr 2010 14:40:36 +0200] rev 36394
move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
blanchet [Sun, 25 Apr 2010 11:38:46 +0200] rev 36393
support readable names even when Isar proof reconstruction is enabled -- useful for debugging
blanchet [Sun, 25 Apr 2010 10:22:31 +0200] rev 36392
cosmetics: rename internal functions
blanchet [Sun, 25 Apr 2010 00:33:26 +0200] rev 36391
cosmetics
blanchet [Sun, 25 Apr 2010 00:25:44 +0200] rev 36390
remove "show_skolems" option and change style of record declarations
blanchet [Sun, 25 Apr 2010 00:10:30 +0200] rev 36389
remove "skolemize" option from Nitpick, since Skolemization is always useful
blanchet [Sat, 24 Apr 2010 17:48:21 +0200] rev 36388
removed Nitpick's "uncurry" option
blanchet [Sat, 24 Apr 2010 16:44:45 +0200] rev 36387
fix typesetting
blanchet [Sat, 24 Apr 2010 16:43:03 +0200] rev 36386
Fruhjahrsputz: remove three mostly useless Nitpick options
blanchet [Sat, 24 Apr 2010 16:33:01 +0200] rev 36385
remove type annotations as comments;
Nitpick is now 1136 lines shorter
blanchet [Sat, 24 Apr 2010 16:17:30 +0200] rev 36384
cosmetics
blanchet [Sat, 24 Apr 2010 16:05:42 +0200] rev 36383
better error reporting;
in particular, users shouldn't panic if "metis" can prove "False", especially in "neg_clausify"-style proofs
blanchet [Fri, 23 Apr 2010 19:36:49 +0200] rev 36382
cosmetics
blanchet [Fri, 23 Apr 2010 19:26:39 +0200] rev 36381
reuse timestamp function
blanchet [Fri, 23 Apr 2010 19:18:39 +0200] rev 36380
stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name