Thu, 22 Apr 2010 10:13:02 +0200 postprocess ATP output in "overlord" mode to make it more readable
blanchet [Thu, 22 Apr 2010 10:13:02 +0200] rev 36284
postprocess ATP output in "overlord" mode to make it more readable
Wed, 21 Apr 2010 17:06:26 +0200 failure of reconstructing the Isar proof (e.g., exception) should not prevent Sledgehammer from showing the short one-liner proof -- but in "debug" mode we do want to know what the exception is
blanchet [Wed, 21 Apr 2010 17:06:26 +0200] rev 36283
failure of reconstructing the Isar proof (e.g., exception) should not prevent Sledgehammer from showing the short one-liner proof -- but in "debug" mode we do want to know what the exception is
Wed, 21 Apr 2010 16:38:03 +0200 generate command-line in addition to timestamp in ATP output file, for debugging purposes
blanchet [Wed, 21 Apr 2010 16:38:03 +0200] rev 36282
generate command-line in addition to timestamp in ATP output file, for debugging purposes
Wed, 21 Apr 2010 16:21:19 +0200 pass relevant options from "sledgehammer" to "sledgehammer minimize";
blanchet [Wed, 21 Apr 2010 16:21:19 +0200] rev 36281
pass relevant options from "sledgehammer" to "sledgehammer minimize"; one nice side effect of this change is that the "sledgehammer minimize" syntax now only occurs in "sledgehammer_isar.ML", instead of being spread across two files
Fri, 23 Apr 2010 10:00:53 +0200 Finite set theory
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 23 Apr 2010 10:00:53 +0200] rev 36280
Finite set theory
Thu, 22 Apr 2010 22:12:12 +0200 merged
wenzelm [Thu, 22 Apr 2010 22:12:12 +0200] rev 36279
merged
Thu, 22 Apr 2010 20:39:48 +0100 Tidied up using s/l
paulson [Thu, 22 Apr 2010 20:39:48 +0100] rev 36278
Tidied up using s/l
Thu, 22 Apr 2010 22:01:06 +0200 split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
wenzelm [Thu, 22 Apr 2010 22:01:06 +0200] rev 36277
split Class.thy into parts to conserve a bit of memory and increase the chance of making it work on Cygwin with only 2 GB available;
Thu, 22 Apr 2010 11:55:19 +0200 fun_rel introduction and list_rel elimination for quotient package
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 22 Apr 2010 11:55:19 +0200] rev 36276
fun_rel introduction and list_rel elimination for quotient package
Thu, 22 Apr 2010 09:30:39 +0200 lemmas concerning remdups
haftmann [Thu, 22 Apr 2010 09:30:39 +0200] rev 36275
lemmas concerning remdups
Thu, 22 Apr 2010 09:30:36 +0200 lemma dlist_ext
haftmann [Thu, 22 Apr 2010 09:30:36 +0200] rev 36274
lemma dlist_ext
Wed, 21 Apr 2010 21:11:26 +0200 merged
haftmann [Wed, 21 Apr 2010 21:11:26 +0200] rev 36273
merged
Wed, 21 Apr 2010 15:20:59 +0200 optionally ignore errors during translation of equations; tuned representation of abstraction points
haftmann [Wed, 21 Apr 2010 15:20:59 +0200] rev 36272
optionally ignore errors during translation of equations; tuned representation of abstraction points
Wed, 21 Apr 2010 15:20:57 +0200 optionally ignore errors during translation of equations
haftmann [Wed, 21 Apr 2010 15:20:57 +0200] rev 36271
optionally ignore errors during translation of equations
Wed, 21 Apr 2010 15:45:33 +0200 tolerate eta-variants in f_graph.cases (from inductive package); added test case;
krauss [Wed, 21 Apr 2010 15:45:33 +0200] rev 36270
tolerate eta-variants in f_graph.cases (from inductive package); added test case;
Wed, 21 Apr 2010 15:37:39 +0200 simplified example
krauss [Wed, 21 Apr 2010 15:37:39 +0200] rev 36269
simplified example
Wed, 21 Apr 2010 14:46:29 +0200 use only one thread in "Manual_Nits";
blanchet [Wed, 21 Apr 2010 14:46:29 +0200] rev 36268
use only one thread in "Manual_Nits"; the second thread isn't helping much, and might very well be the cause of the Cygwin Isatest failure
Wed, 21 Apr 2010 14:02:34 +0200 merged
blanchet [Wed, 21 Apr 2010 14:02:34 +0200] rev 36267
merged
Wed, 21 Apr 2010 14:02:19 +0200 clarify error message
blanchet [Wed, 21 Apr 2010 14:02:19 +0200] rev 36266
clarify error message
Wed, 21 Apr 2010 12:22:04 +0200 distinguish between the different ATP errors in the user interface;
blanchet [Wed, 21 Apr 2010 12:22:04 +0200] rev 36265
distinguish between the different ATP errors in the user interface; in particular, tell users to upgrade their SPASS if they try to run "spass_tptp" with an old SPASS version with no TPTP support
Wed, 21 Apr 2010 11:03:35 +0200 added "spass_tptp" prover, which requires SPASS x.y > 3.0;
blanchet [Wed, 21 Apr 2010 11:03:35 +0200] rev 36264
added "spass_tptp" prover, which requires SPASS x.y > 3.0; once users have upgraded their SPASS and we have determined that "spass_tptp" works well, we can make "spass_tptp" the one and only "spass"
Tue, 20 Apr 2010 17:41:00 +0200 use "Proof.goal" in Sledgehammer's minimizer (just like everywhere else in Sledgehammer), not "Proof.raw_goal"
blanchet [Tue, 20 Apr 2010 17:41:00 +0200] rev 36263
use "Proof.goal" in Sledgehammer's minimizer (just like everywhere else in Sledgehammer), not "Proof.raw_goal"
Wed, 21 Apr 2010 12:11:48 +0200 merged
bulwahn [Wed, 21 Apr 2010 12:11:48 +0200] rev 36262
merged
Wed, 21 Apr 2010 12:10:53 +0200 make profiling depend on reference Quickcheck.timing
bulwahn [Wed, 21 Apr 2010 12:10:53 +0200] rev 36261
make profiling depend on reference Quickcheck.timing
Wed, 21 Apr 2010 12:10:52 +0200 added examples for detecting switches
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36260
added examples for detecting switches
Wed, 21 Apr 2010 12:10:52 +0200 adopting documentation of the predicate compiler
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36259
adopting documentation of the predicate compiler
Wed, 21 Apr 2010 12:10:52 +0200 removing dead code; clarifying function names; removing clone
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36258
removing dead code; clarifying function names; removing clone
Wed, 21 Apr 2010 12:10:52 +0200 adopting examples to changes in the predicate compiler
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36257
adopting examples to changes in the predicate compiler
Wed, 21 Apr 2010 12:10:52 +0200 adopting quickcheck
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36256
adopting quickcheck
Wed, 21 Apr 2010 12:10:52 +0200 tuning mutabelle; adding output of mutant theoryfile for interactive evaluation
bulwahn [Wed, 21 Apr 2010 12:10:52 +0200] rev 36255
tuning mutabelle; adding output of mutant theoryfile for interactive evaluation
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip