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
Wed, 15 Dec 2010 08:39:24 +0100 moved SMT classes and dictionary functions to SMT_Utils
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41124
moved SMT classes and dictionary functions to SMT_Utils
Wed, 15 Dec 2010 08:39:24 +0100 tuned
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41123
tuned
Wed, 15 Dec 2010 08:39:24 +0100 rewrite Z3 model equations one-by-one (the previous approach led to loss of information)
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41122
rewrite Z3 model equations one-by-one (the previous approach led to loss of information)
Wed, 15 Dec 2010 08:39:24 +0100 added option to modify the random seed of SMT solvers
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41121
added option to modify the random seed of SMT solvers
Wed, 15 Dec 2010 08:34:01 +0100 adding an Isar version of the MacLaurin theorem from some students' work in 2005
bulwahn [Wed, 15 Dec 2010 08:34:01 +0100] rev 41120
adding an Isar version of the MacLaurin theorem from some students' work in 2005
Tue, 14 Dec 2010 00:16:30 +0100 Admin/contributed_components tries to formalize compatibility with external components (for use e.g. by testing tools), guessing from the content of TUM contrib_devel directory
krauss [Tue, 14 Dec 2010 00:16:30 +0100] rev 41119
Admin/contributed_components tries to formalize compatibility with external components (for use e.g. by testing tools), guessing from the content of TUM contrib_devel directory
Mon, 13 Dec 2010 22:54:47 +0100 separated dictionary weakning into separate type
haftmann [Mon, 13 Dec 2010 22:54:47 +0100] rev 41118
separated dictionary weakning into separate type
Mon, 13 Dec 2010 10:15:27 +0100 eliminated dest_all_all_ctx
krauss [Mon, 13 Dec 2010 10:15:27 +0100] rev 41117
eliminated dest_all_all_ctx
Mon, 13 Dec 2010 10:15:26 +0100 private term variant of Variable.focus
krauss [Mon, 13 Dec 2010 10:15:26 +0100] rev 41116
private term variant of Variable.focus
Mon, 13 Dec 2010 08:51:52 +0100 adding an executable THE operator on finite types
bulwahn [Mon, 13 Dec 2010 08:51:52 +0100] rev 41115
adding an executable THE operator on finite types
Sun, 12 Dec 2010 21:41:01 +0100 tuned headers
krauss [Sun, 12 Dec 2010 21:41:01 +0100] rev 41114
tuned headers
Sun, 12 Dec 2010 21:40:59 +0100 added signature;
krauss [Sun, 12 Dec 2010 21:40:59 +0100] rev 41113
added signature; more honest header
Sat, 11 Dec 2010 21:27:53 -0800 add HOLCF library theories with cpo/predomain instances for HOL types
huffman [Sat, 11 Dec 2010 21:27:53 -0800] rev 41112
add HOLCF library theories with cpo/predomain instances for HOL types
Sat, 11 Dec 2010 11:26:37 -0800 xsymbol notation for powerdomain types
huffman [Sat, 11 Dec 2010 11:26:37 -0800] rev 41111
xsymbol notation for powerdomain types
Sat, 11 Dec 2010 10:35:40 -0800 new powerdomain lemmas
huffman [Sat, 11 Dec 2010 10:35:40 -0800] rev 41110
new powerdomain lemmas
Sat, 11 Dec 2010 00:14:12 +0100 made smlnj happy
krauss [Sat, 11 Dec 2010 00:14:12 +0100] rev 41109
made smlnj happy
Fri, 10 Dec 2010 16:10:57 +0100 merged
haftmann [Fri, 10 Dec 2010 16:10:57 +0100] rev 41108
merged
Fri, 10 Dec 2010 16:10:50 +0100 moved most fundamental lemmas upwards
haftmann [Fri, 10 Dec 2010 16:10:50 +0100] rev 41107
moved most fundamental lemmas upwards
Fri, 10 Dec 2010 14:10:35 +0100 setting finite_type_size to 1 in mutabelle_extra
bulwahn [Fri, 10 Dec 2010 14:10:35 +0100] rev 41106
setting finite_type_size to 1 in mutabelle_extra
Fri, 10 Dec 2010 11:42:05 +0100 adding check_all instances for a few more finite types in smallcheck
bulwahn [Fri, 10 Dec 2010 11:42:05 +0100] rev 41105
adding check_all instances for a few more finite types in smallcheck
Fri, 10 Dec 2010 11:42:04 +0100 removing unneccassary sort constraints
bulwahn [Fri, 10 Dec 2010 11:42:04 +0100] rev 41104
removing unneccassary sort constraints
Fri, 10 Dec 2010 09:18:17 +0100 made smlnj happy
krauss [Fri, 10 Dec 2010 09:18:17 +0100] rev 41103
made smlnj happy
Thu, 09 Dec 2010 17:26:08 +0100 merged
haftmann [Thu, 09 Dec 2010 17:26:08 +0100] rev 41102
merged
Thu, 09 Dec 2010 17:25:43 +0100 tuned names
haftmann [Thu, 09 Dec 2010 17:25:43 +0100] rev 41101
tuned names
Thu, 09 Dec 2010 17:25:43 +0100 dictionary constants must permit explicit weakening of classes;
haftmann [Thu, 09 Dec 2010 17:25:43 +0100] rev 41100
dictionary constants must permit explicit weakening of classes; tuned names
Thu, 09 Dec 2010 09:58:33 +0100 tracing of term to be evaluated
haftmann [Thu, 09 Dec 2010 09:58:33 +0100] rev 41099
tracing of term to be evaluated
Thu, 09 Dec 2010 10:22:17 +0100 merged
hoelzl [Thu, 09 Dec 2010 10:22:17 +0100] rev 41098
merged
Wed, 08 Dec 2010 19:32:11 +0100 use SUPR_ and INFI_apply instead of SUPR_, INFI_fun_expand
hoelzl [Wed, 08 Dec 2010 19:32:11 +0100] rev 41097
use SUPR_ and INFI_apply instead of SUPR_, INFI_fun_expand
Wed, 08 Dec 2010 16:15:14 +0100 integral over setprod
hoelzl [Wed, 08 Dec 2010 16:15:14 +0100] rev 41096
integral over setprod
Wed, 08 Dec 2010 16:15:14 +0100 cleanup bijectivity btw. product spaces and pairs
hoelzl [Wed, 08 Dec 2010 16:15:14 +0100] rev 41095
cleanup bijectivity btw. product spaces and pairs
Thu, 09 Dec 2010 08:46:04 +0100 compile
blanchet [Thu, 09 Dec 2010 08:46:04 +0100] rev 41094
compile
Wed, 08 Dec 2010 22:18:37 +0100 lower fudge factor
blanchet [Wed, 08 Dec 2010 22:18:37 +0100] rev 41093
lower fudge factor
Wed, 08 Dec 2010 22:17:53 +0100 reword error message
blanchet [Wed, 08 Dec 2010 22:17:53 +0100] rev 41092
reword error message
Wed, 08 Dec 2010 22:17:53 +0100 implicitly call the minimizer for SMT solvers that don't return an unsat core
blanchet [Wed, 08 Dec 2010 22:17:53 +0100] rev 41091
implicitly call the minimizer for SMT solvers that don't return an unsat core
Wed, 08 Dec 2010 22:17:52 +0100 renamings
blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41090
renamings
Wed, 08 Dec 2010 22:17:52 +0100 moved function to later module
blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41089
moved function to later module
Wed, 08 Dec 2010 22:17:52 +0100 clarified terminology
blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41088
clarified terminology
Wed, 08 Dec 2010 22:17:52 +0100 split "Sledgehammer" module into two parts, to resolve forthcoming dependency problems
blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41087
split "Sledgehammer" module into two parts, to resolve forthcoming dependency problems
Wed, 08 Dec 2010 18:07:04 +0100 if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
bulwahn [Wed, 08 Dec 2010 18:07:04 +0100] rev 41086
if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip