src/HOL/Tools/Sledgehammer/sledgehammer.ML
Mon, 06 Sep 2010 16:50:29 +0200 blanchet use Future.fork rather than Thread.fork, so that the thread is part of the global thread management
Mon, 06 Sep 2010 13:06:27 +0200 wenzelm some results of concurrency code inspection;
Thu, 02 Sep 2010 22:50:16 +0200 blanchet show the number of facts for each prover in "verbose" mode
Thu, 02 Sep 2010 22:15:20 +0200 blanchet make sure "Unknown ATP" errors reach the users -- i.e. don't generate them from a thread
Thu, 02 Sep 2010 22:03:25 +0200 blanchet If Geoff puts some important message in his TPTP problems (e.g., money requests), we should show them to the user
Thu, 02 Sep 2010 00:15:53 +0200 blanchet show real CPU time
Wed, 01 Sep 2010 23:55:59 +0200 blanchet factor out code shared by all ATPs so that it's run only once
Wed, 01 Sep 2010 23:47:05 +0200 blanchet handle all whitespace, not just ASCII 32
Wed, 01 Sep 2010 23:41:31 +0200 blanchet speed up SPASS hack + output time information in "blocking" mode
Wed, 01 Sep 2010 23:10:01 +0200 blanchet minor refactoring
Wed, 01 Sep 2010 23:04:47 +0200 blanchet translate the axioms to FOF once and for all ATPs
Wed, 01 Sep 2010 22:33:31 +0200 blanchet run relevance filter in a thread, to avoid blocking
Wed, 01 Sep 2010 18:47:07 +0200 blanchet only kill ATP threads in nonblocking mode
Wed, 01 Sep 2010 18:41:23 +0200 blanchet share the relevance filter among the provers
Wed, 01 Sep 2010 17:27:10 +0200 blanchet got rid of the "theory_relevant" option;
Wed, 01 Sep 2010 00:07:31 +0200 blanchet rename sledgehammer config attributes
Tue, 31 Aug 2010 23:50:59 +0200 blanchet finished renaming
Tue, 31 Aug 2010 23:43:23 +0200 blanchet added "expect" feature of Nitpick to Sledgehammer, for regression testing
Tue, 31 Aug 2010 22:27:33 +0200 blanchet added "blocking" option to Sledgehammer to run in synchronous mode;
Mon, 30 Aug 2010 11:10:44 +0200 blanchet remove useless var
Mon, 30 Aug 2010 09:41:59 +0200 blanchet remove needless parameter
Thu, 26 Aug 2010 14:05:22 +0200 blanchet improve SPASS hack, when a clause comes from several facts
Thu, 26 Aug 2010 10:42:06 +0200 blanchet consider "locality" when assigning weights to facts
Thu, 26 Aug 2010 00:49:38 +0200 blanchet renaming
Wed, 25 Aug 2010 19:41:18 +0200 blanchet reorganize options regarding to the relevance threshold and decay
Wed, 25 Aug 2010 17:49:52 +0200 blanchet make relevance filter work in term of a "max_relevant" option + use Vampire SOS;
Wed, 25 Aug 2010 09:32:43 +0200 blanchet get rid of "defs_relevant" feature;
Wed, 25 Aug 2010 09:02:07 +0200 blanchet renamed "relevance_convergence" to "relevance_decay"
Tue, 24 Aug 2010 22:57:22 +0200 blanchet make sure that "undo_ascii_of" is the inverse of "ascii_of", also for non-printable characters -- and avoid those in ``-style facts
Tue, 24 Aug 2010 18:03:43 +0200 blanchet clean handling of whether a fact is chained or not;
less more (0) -50 -30 tip