blanchet [Wed, 01 Sep 2010 18:42:31 +0200] rev 38999
lower number of facts given to SInE
blanchet [Wed, 01 Sep 2010 18:41:23 +0200] rev 38998
share the relevance filter among the provers
blanchet [Wed, 01 Sep 2010 17:27:10 +0200] rev 38997
got rid of the "theory_relevant" option;
instead, have fudge factors that behave more smoothly for all provers
blanchet [Wed, 01 Sep 2010 16:46:11 +0200] rev 38996
generalize theorem argument parsing syntax
blanchet [Wed, 01 Sep 2010 16:11:48 +0200] rev 38995
support new option in Mirabelle
blanchet [Wed, 01 Sep 2010 11:59:04 +0200] rev 38994
fiddled with fudge factor (based on Mirabelle)
blanchet [Wed, 01 Sep 2010 11:36:02 +0200] rev 38993
give priority to assumptions in structured proofs
blanchet [Wed, 01 Sep 2010 10:26:54 +0200] rev 38992
introduce fudge factors to deal with "theory const"
blanchet [Wed, 01 Sep 2010 00:07:31 +0200] rev 38991
rename sledgehammer config attributes
blanchet [Wed, 01 Sep 2010 00:03:15 +0200] rev 38990
finish moving file
blanchet [Tue, 31 Aug 2010 23:52:59 +0200] rev 38989
move file
blanchet [Tue, 31 Aug 2010 23:50:59 +0200] rev 38988
finished renaming
blanchet [Tue, 31 Aug 2010 23:50:40 +0200] rev 38987
fix typo
blanchet [Tue, 31 Aug 2010 23:46:23 +0200] rev 38986
shorten a few file names
blanchet [Tue, 31 Aug 2010 23:43:23 +0200] rev 38985
added "expect" feature of Nitpick to Sledgehammer, for regression testing
blanchet [Tue, 31 Aug 2010 23:42:53 +0200] rev 38984
update docs
blanchet [Tue, 31 Aug 2010 22:30:37 +0200] rev 38983
update docs
blanchet [Tue, 31 Aug 2010 22:27:33 +0200] rev 38982
added "blocking" option to Sledgehammer to run in synchronous mode;
sometimes useful, e.g. for testing
haftmann [Thu, 02 Sep 2010 08:40:25 +0200] rev 38981
normalization fails on unchanged goal
wenzelm [Thu, 02 Sep 2010 00:48:07 +0200] rev 38980
turned show_question_marks into proper configuration option;
show_question_marks only affects regular type/term pretty printing, not raw Term.string_of_vname;
tuned;
wenzelm [Wed, 01 Sep 2010 23:43:45 +0200] rev 38979
prefer regular print functions over slightly low-level Term.string_of_vname;
wenzelm [Wed, 01 Sep 2010 23:03:31 +0200] rev 38978
eliminated obsolete old-style goal stack package, which was considered the main Isabelle user interface at some point;
wenzelm [Wed, 01 Sep 2010 22:59:11 +0200] rev 38977
eliminated really ancient OldGoals operations in favour of Goal.prove_internal (with its minimal checks and without normalization of result);
tuned white space;
tuned indentation;
wenzelm [Wed, 01 Sep 2010 18:18:47 +0200] rev 38976
Document.State.Assignment: eliminated promise in favour of plain values -- signalling is done via event bus in Session;
wenzelm [Wed, 01 Sep 2010 17:59:06 +0200] rev 38975
actually declare "_constrainAbs" as @{syntax_const};
haftmann [Wed, 01 Sep 2010 15:01:23 +0200] rev 38974
merged
haftmann [Wed, 01 Sep 2010 15:01:13 +0200] rev 38973
repaired attribute code_unfold_post which has ever been broken
haftmann [Wed, 01 Sep 2010 15:01:12 +0200] rev 38972
tuned text segment
haftmann [Wed, 01 Sep 2010 12:01:44 +0200] rev 38971
merged
haftmann [Wed, 01 Sep 2010 12:01:19 +0200] rev 38970
factored out generic part of Scala serializer into code_namespace.ML