haftmann [Wed, 27 Oct 2010 16:40:31 +0200] rev 40210
sorting: avoid _key suffix if lemma applies both to simple and generalized variant; generalized insort_insert to insort_insert_key; additional lemmas
krauss [Wed, 27 Oct 2010 13:46:30 +0200] rev 40209
regenerated keyword file
boehmes [Wed, 27 Oct 2010 08:58:03 +0200] rev 40208
made SML/NJ happy
blanchet [Tue, 26 Oct 2010 21:51:04 +0200] rev 40207
adapted SMT solver error handling to reflect latest changes in "SMT_Solver"
blanchet [Tue, 26 Oct 2010 21:43:50 +0200] rev 40206
better list of irrelevant SMT constants
blanchet [Tue, 26 Oct 2010 21:34:01 +0200] rev 40205
if "debug" is on, print list of relevant facts (poweruser request);
internal renaming
blanchet [Tue, 26 Oct 2010 21:01:28 +0200] rev 40204
standardize on "fact" terminology (vs. "axiom" or "theorem") in Sledgehammer -- but keep "Axiom" in the lower-level "ATP_Problem" module
blanchet [Tue, 26 Oct 2010 20:12:33 +0200] rev 40203
"Nitpick" -> "Sledgehammer";
reparagraphing
blanchet [Tue, 26 Oct 2010 20:09:38 +0200] rev 40202
merge
blanchet [Tue, 26 Oct 2010 16:59:19 +0200] rev 40201
merged
blanchet [Tue, 26 Oct 2010 16:56:54 +0200] rev 40200
remove needless context argument;
prefer "Proof.context_of" to "#context o Proof.goal", since it considers any "using [[...]]"
boehmes [Tue, 26 Oct 2010 17:35:54 +0200] rev 40199
use proper context
boehmes [Tue, 26 Oct 2010 17:35:52 +0200] rev 40198
trace assumptions before giving them to the SMT solver
boehmes [Tue, 26 Oct 2010 17:35:51 +0200] rev 40197
capture out-of-memory warnings of Z3 and turn them into proper exceptions; be more precise about SMT solver run-time: return NONE instead of ~1
boehmes [Tue, 26 Oct 2010 17:35:49 +0200] rev 40196
honor choice of either local or remote SMT solver only for smt_filter and keep default behaviour for the SMT tactic; omit messages when running smt_filter