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
(0) -30000 -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip