Wed, 15 Dec 2010 11:26:29 +0100 honor "metisFT" in Mirabelle
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41154
honor "metisFT" in Mirabelle
Wed, 15 Dec 2010 11:26:29 +0100 make "full_types" take precedence over "type_sys"
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41153
make "full_types" take precedence over "type_sys"
Wed, 15 Dec 2010 11:26:29 +0100 crank up Metis's timeout for SMT solvers, since users love Metis
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41152
crank up Metis's timeout for SMT solvers, since users love Metis
Wed, 15 Dec 2010 11:26:29 +0100 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 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
Wed, 15 Dec 2010 11:26:29 +0100 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 41150
make sure first-order occurrences of "False" and "True" are handled correctly -- this broke when adding proper support for higher-order occurrences
Wed, 15 Dec 2010 11:26:29 +0100 consider "finite" overloaded in "precise_overloaded_args" mode
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41149
consider "finite" overloaded in "precise_overloaded_args" mode
Wed, 15 Dec 2010 11:26:29 +0100 added timeout max for remote server invocation
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41148
added timeout max for remote server invocation
Wed, 15 Dec 2010 11:26:29 +0100 fix translation of higher-order equality ("fequal") if "precise_overloaded_args" is "true"
blanchet [Wed, 15 Dec 2010 11:26:29 +0100] rev 41147
fix translation of higher-order equality ("fequal") if "precise_overloaded_args" is "true"
Wed, 15 Dec 2010 11:26:28 +0100 fix Vampire parsing problem
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41146
fix Vampire parsing problem
Wed, 15 Dec 2010 11:26:28 +0100 improve partially tagged encoding by adding a helper fact that coalesces consecutive "ti" tags
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41145
improve partially tagged encoding by adding a helper fact that coalesces consecutive "ti" tags
Wed, 15 Dec 2010 11:26:28 +0100 example tuning
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41144
example tuning
Wed, 15 Dec 2010 11:26:28 +0100 remove at most one double negation -- any other double negations are part of some higher-order reasoning and should be left alone, cf. "HO_Reas.thy"
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41143
remove at most one double negation -- any other double negations are part of some higher-order reasoning and should be left alone, cf. "HO_Reas.thy"
Wed, 15 Dec 2010 11:26:28 +0100 weaken the "expect" flag so that it doesn't trigger errors if a prover is not installed
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41142
weaken the "expect" flag so that it doesn't trigger errors if a prover is not installed
Wed, 15 Dec 2010 11:26:28 +0100 added example to exercise higher-order reasoning with Sledgehammer and Metis
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41141
added example to exercise higher-order reasoning with Sledgehammer and Metis
Wed, 15 Dec 2010 11:26:28 +0100 added Sledgehammer support for higher-order propositional reasoning
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41140
added Sledgehammer support for higher-order propositional reasoning
Wed, 15 Dec 2010 11:26:28 +0100 add Metis support for higher-order propositional reasoning
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41139
add Metis support for higher-order propositional reasoning
Wed, 15 Dec 2010 11:26:28 +0100 implemented partially-typed "tags" type encoding
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41138
implemented partially-typed "tags" type encoding
Wed, 15 Dec 2010 11:26:28 +0100 implemented "no_types" encoding, which is too unsound to be useful but can come in handy for evaluations
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41137
implemented "no_types" encoding, which is too unsound to be useful but can come in handy for evaluations
Wed, 15 Dec 2010 11:26:28 +0100 implemented new type system encoding "overload_args", which is more lightweight than "const_args" (the unsound default) and hopefully almost as sound
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41136
implemented new type system encoding "overload_args", which is more lightweight than "const_args" (the unsound default) and hopefully almost as sound
Wed, 15 Dec 2010 11:26:28 +0100 tuning: unused var
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41135
tuning: unused var
Wed, 15 Dec 2010 11:26:28 +0100 added "type_sys" option to Sledgehammer
blanchet [Wed, 15 Dec 2010 11:26:28 +0100] rev 41134
added "type_sys" option to Sledgehammer
Wed, 15 Dec 2010 11:07:13 +0100 merged
boehmes [Wed, 15 Dec 2010 11:07:13 +0100] rev 41133
merged
Wed, 15 Dec 2010 10:52:43 +0100 updated SMT certificates
boehmes [Wed, 15 Dec 2010 10:52:43 +0100] rev 41132
updated SMT certificates
Wed, 15 Dec 2010 10:12:48 +0100 fixed proof reconstruction for lambda-lifted problems (which broke when the lambda-lifting code was changed to operate on terms instead of on theorems)
boehmes [Wed, 15 Dec 2010 10:12:48 +0100] rev 41131
fixed proof reconstruction for lambda-lifted problems (which broke when the lambda-lifting code was changed to operate on terms instead of on theorems)
Wed, 15 Dec 2010 10:12:48 +0100 adapted the Z3 proof parser to recent changes in Z3's proof format;
boehmes [Wed, 15 Dec 2010 10:12:48 +0100] rev 41130
adapted the Z3 proof parser to recent changes in Z3's proof format; keep the proof steps in an ordered list instead of in an Inttab (simplifies proof reconstruction code)
Wed, 15 Dec 2010 10:12:48 +0100 also show function definitions for higher-order free variables in Z3 models
boehmes [Wed, 15 Dec 2010 10:12:48 +0100] rev 41129
also show function definitions for higher-order free variables in Z3 models
Wed, 15 Dec 2010 10:12:48 +0100 always add pair rules and function update rules automatically (Boogie provides pairs and function update as built-in concepts and does not generate background axioms for them)
boehmes [Wed, 15 Dec 2010 10:12:48 +0100] rev 41128
always add pair rules and function update rules automatically (Boogie provides pairs and function update as built-in concepts and does not generate background axioms for them)
Wed, 15 Dec 2010 10:12:44 +0100 re-implemented eta-expansion, lambda-lifting, and explicit application on terms (exploiting the control over the term structure);
boehmes [Wed, 15 Dec 2010 10:12:44 +0100] rev 41127
re-implemented eta-expansion, lambda-lifting, and explicit application on terms (exploiting the control over the term structure); abolished SMT interface concept in favor of solver classes (now also the translation configuration is stored in the context); proof reconstruction is now expected to return a theorem stating False (and hence needs to discharge all hypothetical definitions); built-in functions carry additionally their arity and their most general type; slightly generalized the definition of fun_app
Wed, 15 Dec 2010 08:39:24 +0100 re-ordered SMT normalization code (eta-normalization, lambda abstractions and partial functions will be dealt with on the term level);
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41126
re-ordered SMT normalization code (eta-normalization, lambda abstractions and partial functions will be dealt with on the term level); added simple trigger inference mechanism; added syntactic checks for triggers and quantifier weights; factored out the normalization of special quantifiers (used to be in the eta-normalization part); normalization now unfolds abs/min/max (not SMT-LIB-specific); rules for pairs and function update are not anymore added automatically to the problem; more aggressive rewriting of natural number operations into integer operations (minimizes the number of remaining nat-int coercions); normalizations are now managed in a class-based manner (similar to built-in symbols)
Wed, 15 Dec 2010 08:39:24 +0100 added option to enable trigger inference;
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41125
added option to enable trigger inference; better documentation of triggers and SMT available options
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip