Mon, 26 Apr 2010 21:25:32 +0200 merge
blanchet [Mon, 26 Apr 2010 21:25:32 +0200] rev 36403
merge
Mon, 26 Apr 2010 21:20:43 +0200 introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method;
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
Mon, 26 Apr 2010 21:18:20 +0200 adapt code to reflect new signature of "neg_clausify"
blanchet [Mon, 26 Apr 2010 21:18:20 +0200] rev 36401
adapt code to reflect new signature of "neg_clausify"
Mon, 26 Apr 2010 21:17:41 +0200 rename options and keep track of conjecture shape (to facilitate proof reconstruction)
blanchet [Mon, 26 Apr 2010 21:17:41 +0200] rev 36400
rename options and keep track of conjecture shape (to facilitate proof reconstruction)
Mon, 26 Apr 2010 21:17:04 +0200 rename options
blanchet [Mon, 26 Apr 2010 21:17:04 +0200] rev 36399
rename options
Mon, 26 Apr 2010 21:16:35 +0200 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: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
Mon, 26 Apr 2010 21:14:28 +0200 remove needless code that was copy-pasted from Quickcheck (where it made sense)
blanchet [Mon, 26 Apr 2010 21:14:28 +0200] rev 36397
remove needless code that was copy-pasted from Quickcheck (where it made sense)
Sun, 25 Apr 2010 15:30:33 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 15:30:33 +0200] rev 36396
cosmetics
Sun, 25 Apr 2010 15:04:20 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 15:04:20 +0200] rev 36395
cosmetics
Sun, 25 Apr 2010 14:40:36 +0200 move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
blanchet [Sun, 25 Apr 2010 14:40:36 +0200] rev 36394
move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
Sun, 25 Apr 2010 11:38:46 +0200 support readable names even when Isar proof reconstruction is enabled -- useful for debugging
blanchet [Sun, 25 Apr 2010 11:38:46 +0200] rev 36393
support readable names even when Isar proof reconstruction is enabled -- useful for debugging
Sun, 25 Apr 2010 10:22:31 +0200 cosmetics: rename internal functions
blanchet [Sun, 25 Apr 2010 10:22:31 +0200] rev 36392
cosmetics: rename internal functions
Sun, 25 Apr 2010 00:33:26 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 00:33:26 +0200] rev 36391
cosmetics
Sun, 25 Apr 2010 00:25:44 +0200 remove "show_skolems" option and change style of record declarations
blanchet [Sun, 25 Apr 2010 00:25:44 +0200] rev 36390
remove "show_skolems" option and change style of record declarations
Sun, 25 Apr 2010 00:10:30 +0200 remove "skolemize" option from Nitpick, since Skolemization is always useful
blanchet [Sun, 25 Apr 2010 00:10:30 +0200] rev 36389
remove "skolemize" option from Nitpick, since Skolemization is always useful
Sat, 24 Apr 2010 17:48:21 +0200 removed Nitpick's "uncurry" option
blanchet [Sat, 24 Apr 2010 17:48:21 +0200] rev 36388
removed Nitpick's "uncurry" option
Sat, 24 Apr 2010 16:44:45 +0200 fix typesetting
blanchet [Sat, 24 Apr 2010 16:44:45 +0200] rev 36387
fix typesetting
Sat, 24 Apr 2010 16:43:03 +0200 Fruhjahrsputz: remove three mostly useless Nitpick options
blanchet [Sat, 24 Apr 2010 16:43:03 +0200] rev 36386
Fruhjahrsputz: remove three mostly useless Nitpick options
Sat, 24 Apr 2010 16:33:01 +0200 remove type annotations as comments;
blanchet [Sat, 24 Apr 2010 16:33:01 +0200] rev 36385
remove type annotations as comments; Nitpick is now 1136 lines shorter
Sat, 24 Apr 2010 16:17:30 +0200 cosmetics
blanchet [Sat, 24 Apr 2010 16:17:30 +0200] rev 36384
cosmetics
Sat, 24 Apr 2010 16:05:42 +0200 better error reporting;
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
Fri, 23 Apr 2010 19:36:49 +0200 cosmetics
blanchet [Fri, 23 Apr 2010 19:36:49 +0200] rev 36382
cosmetics
Fri, 23 Apr 2010 19:26:39 +0200 reuse timestamp function
blanchet [Fri, 23 Apr 2010 19:26:39 +0200] rev 36381
reuse timestamp function
Fri, 23 Apr 2010 19:18:39 +0200 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
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
Fri, 23 Apr 2010 19:16:52 +0200 make "ATP_Manager.get_prover" a total function, since we always want to show the same error text
blanchet [Fri, 23 Apr 2010 19:16:52 +0200] rev 36379
make "ATP_Manager.get_prover" a total function, since we always want to show the same error text
Fri, 23 Apr 2010 19:12:49 +0200 remove some bloat
blanchet [Fri, 23 Apr 2010 19:12:49 +0200] rev 36378
remove some bloat
Fri, 23 Apr 2010 18:11:41 +0200 now rename the file "atp_wrapper.ML" to "atp_systems.ML" + fix typo in "SystemOnTPTP" script
blanchet [Fri, 23 Apr 2010 18:11:41 +0200] rev 36377
now rename the file "atp_wrapper.ML" to "atp_systems.ML" + fix typo in "SystemOnTPTP" script
Fri, 23 Apr 2010 18:06:41 +0200 renamed module "ATP_Wrapper" to "ATP_Systems"
blanchet [Fri, 23 Apr 2010 18:06:41 +0200] rev 36376
renamed module "ATP_Wrapper" to "ATP_Systems"
Fri, 23 Apr 2010 17:38:25 +0200 move the minimizer to the Sledgehammer directory
blanchet [Fri, 23 Apr 2010 17:38:25 +0200] rev 36375
move the minimizer to the Sledgehammer directory
Fri, 23 Apr 2010 16:59:48 +0200 remove debugging code
blanchet [Fri, 23 Apr 2010 16:59:48 +0200] rev 36374
remove debugging code
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip