boehmes [Tue, 07 Dec 2010 14:54:31 +0100] rev 41061
centralized handling of built-in types and constants for bitvectors
boehmes [Tue, 07 Dec 2010 14:53:44 +0100] rev 41060
moved smt_word.ML into the directory of the Word library
boehmes [Tue, 07 Dec 2010 14:53:12 +0100] rev 41059
centralized handling of built-in types and constants;
also store types and constants which are rewritten during preprocessing;
interfaces are identified by classes (supporting inheritance, at least on the level of built-in symbols);
removed term_eq in favor of type replacements: term-level occurrences of type bool are replaced by type term_bool (only for the translation)
boehmes [Mon, 06 Dec 2010 16:54:22 +0100] rev 41058
more aggressive unfolding of unknowns in Z3 models
boehmes [Mon, 06 Dec 2010 15:38:02 +0100] rev 41057
tuned
bulwahn [Tue, 07 Dec 2010 13:33:28 +0100] rev 41056
adding a definition for refl_on which is friendly for quickcheck and nitpick
blanchet [Tue, 07 Dec 2010 12:10:13 +0100] rev 41055
merged
blanchet [Tue, 07 Dec 2010 11:56:56 +0100] rev 41054
simplify monotonicity code after killing "fin_fun" optimization
blanchet [Tue, 07 Dec 2010 11:56:56 +0100] rev 41053
updated Nitpick's documentation w.r.t. finitization
blanchet [Tue, 07 Dec 2010 11:56:53 +0100] rev 41052
remove the "fin_fun" optimization in Nitpick -- it was always a hack and didn't help much
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41051
give the inner timeout mechanism a chance, since it gives more precise information to the user
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41050
updated monotonicity calculus w.r.t. set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41049
removed needless optimization for image -- there might be cases that benefit from it but there are others where it is clearly evil
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41048
added a hint when the user obviously just forgot a colon after the lemma's name
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41047
simplified special handling of set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41046
fix special handling of set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41045
use heuristic to determine whether to keep or drop an existing "let" -- and drop all higher-order lets
bulwahn [Tue, 07 Dec 2010 11:50:16 +0100] rev 41044
merged
bulwahn [Tue, 07 Dec 2010 10:03:43 +0100] rev 41043
testing smartly in two dimensions (cardinality and size) in quickcheck
blanchet [Tue, 07 Dec 2010 09:58:56 +0100] rev 41042
load "try" after "Metis" and move "Async_Manager" back to Sledgehammer
blanchet [Tue, 07 Dec 2010 09:58:52 +0100] rev 41041
make SML/NJ happy
blanchet [Tue, 07 Dec 2010 09:52:07 +0100] rev 41040
merge
blanchet [Mon, 06 Dec 2010 14:47:58 +0100] rev 41039
show strings as "s_1" etc. rather than "l_1" etc.
blanchet [Mon, 06 Dec 2010 14:47:58 +0100] rev 41038
quiet Metis in "try"