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)
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
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)
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
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41124
moved SMT classes and dictionary functions to SMT_Utils
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41123
tuned
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)
boehmes [Wed, 15 Dec 2010 08:39:24 +0100] rev 41121
added option to modify the random seed of SMT solvers
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
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