bulwahn [Wed, 15 Dec 2010 17:46:46 +0100] rev 41177
added enum_term_of to correct present nested functions
bulwahn [Wed, 15 Dec 2010 17:46:45 +0100] rev 41176
adding postprocessing for sets in term construction of quickcheck
boehmes [Wed, 15 Dec 2010 18:20:44 +0100] rev 41175
merged
boehmes [Wed, 15 Dec 2010 18:18:56 +0100] rev 41174
fixed trigger inference: testing if a theorem already has a trigger was too strict;
fixed monomorphization with respect to triggers (which might occur schematically)
boehmes [Wed, 15 Dec 2010 16:32:45 +0100] rev 41173
fixed checking and translation of weights (previously, weights occurring in terms were rejected, and weight numbers were unintended translated into Vars)
boehmes [Wed, 15 Dec 2010 16:29:56 +0100] rev 41172
the functions term_of and prop_of are also needed in earlier stages, not only for Z3 proof reconstruction, so they really belong in SMT_Utils
blanchet [Wed, 15 Dec 2010 18:10:32 +0100] rev 41171
facilitate debugging
wenzelm [Wed, 15 Dec 2010 17:43:22 +0100] rev 41170
merged
blanchet [Wed, 15 Dec 2010 17:14:44 +0100] rev 41169
clean up fudge factors a little bit
blanchet [Wed, 15 Dec 2010 16:42:07 +0100] rev 41168
added weights to SMT problems
blanchet [Wed, 15 Dec 2010 16:42:06 +0100] rev 41167
move facts supplied with "add:" to the front, so that they get a better weight (SMT)
hoelzl [Wed, 15 Dec 2010 15:13:52 +0100] rev 41166
beautify MacLaurin proofs; make better use of DERIV_intros
blanchet [Wed, 15 Dec 2010 14:29:04 +0100] rev 41165
workaround for bug in weight handling -- sometimes numerals got replaced by Vars and this confused the weight extractor
wenzelm [Wed, 15 Dec 2010 15:11:56 +0100] rev 41164
avoid ML structure aliases (especially single-letter abbreviations);
wenzelm [Wed, 15 Dec 2010 15:01:34 +0100] rev 41163
eliminated dead code;
wenzelm [Wed, 15 Dec 2010 13:35:50 +0100] rev 41162
more correct ML snippets that are unchecked;
tuned comments;
paulson [Wed, 15 Dec 2010 11:59:23 +0000] rev 41161
merged
paulson [Wed, 15 Dec 2010 11:58:49 +0000] rev 41160
Added two theorems about the concept of range. Tidied up the comments.
blanchet [Wed, 15 Dec 2010 12:08:41 +0100] rev 41159
honor "overlord" option for SMT solvers as well and don't pass "ext" to them
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41158
make Sledgehammer's relevance filter include the "ext" rule when appropriate
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41157
tuning
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41156
tuning
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41155
added support for "type_sys" option to Mirabelle
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41154
honor "metisFT" in Mirabelle
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41153
make "full_types" take precedence over "type_sys"
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41152
crank up Metis's timeout for SMT solvers, since users love Metis
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41151
generate a "using [[smt_solver = ...]]" command if a proof is found by another SMT solver than the current one, to ensure it's also used for reconstruction
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41150
make sure first-order occurrences of "False" and "True" are handled correctly -- this broke when adding proper support for higher-order occurrences
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41149
consider "finite" overloaded in "precise_overloaded_args" mode
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41148
added timeout max for remote server invocation