haftmann [Thu, 02 Sep 2010 10:29:49 +0200] rev 39029
skip empty name bunches; fill up trailing positions with NONEs
haftmann [Thu, 02 Sep 2010 10:29:48 +0200] rev 39028
use code_namespace module for SML and OCaml code
haftmann [Thu, 02 Sep 2010 10:29:48 +0200] rev 39027
Table.map replaces Table.map'
haftmann [Thu, 02 Sep 2010 10:29:47 +0200] rev 39026
avoid cyclic modules
haftmann [Thu, 02 Sep 2010 08:35:16 +0200] rev 39025
merged
haftmann [Wed, 01 Sep 2010 17:21:50 +0200] rev 39024
simultaneous modification of statements: statement names
haftmann [Wed, 01 Sep 2010 17:14:42 +0200] rev 39023
simultaneous modification of statements
haftmann [Wed, 01 Sep 2010 16:08:31 +0200] rev 39022
explicit modify_stmt parameter
haftmann [Wed, 01 Sep 2010 15:51:49 +0200] rev 39021
Graph.map, in analogy to Table.map
haftmann [Wed, 01 Sep 2010 15:33:59 +0200] rev 39020
replaced Table.map' by Table.map
haftmann [Wed, 01 Sep 2010 15:10:12 +0200] rev 39019
merged
haftmann [Wed, 01 Sep 2010 15:09:43 +0200] rev 39018
tuned
haftmann [Wed, 01 Sep 2010 12:27:49 +0200] rev 39017
generalized hierarchical data structure over statements
haftmann [Thu, 02 Sep 2010 09:13:28 +0200] rev 39016
merged
haftmann [Thu, 02 Sep 2010 09:13:16 +0200] rev 39015
normalization is allowed to solve True
blanchet [Thu, 02 Sep 2010 08:51:16 +0200] rev 39014
merged
blanchet [Thu, 02 Sep 2010 08:29:30 +0200] rev 39013
merged
blanchet [Thu, 02 Sep 2010 00:50:51 +0200] rev 39012
cosmetics
blanchet [Thu, 02 Sep 2010 00:17:56 +0200] rev 39011
SNARK doesn't like facts
blanchet [Thu, 02 Sep 2010 00:15:53 +0200] rev 39010
show real CPU time
blanchet [Wed, 01 Sep 2010 23:55:59 +0200] rev 39009
factor out code shared by all ATPs so that it's run only once
blanchet [Wed, 01 Sep 2010 23:47:05 +0200] rev 39008
handle all whitespace, not just ASCII 32
blanchet [Wed, 01 Sep 2010 23:41:31 +0200] rev 39007
speed up SPASS hack + output time information in "blocking" mode
blanchet [Wed, 01 Sep 2010 23:40:40 +0200] rev 39006
remove time information in output, since it's confusing anyway
blanchet [Wed, 01 Sep 2010 23:10:01 +0200] rev 39005
minor refactoring
blanchet [Wed, 01 Sep 2010 23:04:47 +0200] rev 39004
translate the axioms to FOF once and for all ATPs
blanchet [Wed, 01 Sep 2010 22:33:31 +0200] rev 39003
run relevance filter in a thread, to avoid blocking
blanchet [Wed, 01 Sep 2010 22:31:45 +0200] rev 39002
add dependency of "spass" script
blanchet [Wed, 01 Sep 2010 21:47:25 +0200] rev 39001
more elegant ML
blanchet [Wed, 01 Sep 2010 18:47:07 +0200] rev 39000
only kill ATP threads in nonblocking mode
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