Wed, 08 Dec 2010 16:47:45 +0100 haftmann work around problems with eta-expansion of equations
Wed, 08 Dec 2010 15:05:46 +0100 haftmann bot comes before top, inf before sup etc.
Wed, 08 Dec 2010 14:52:23 +0100 haftmann tuned
Wed, 08 Dec 2010 14:52:23 +0100 haftmann nice syntax for lattice INFI, SUPR;
Wed, 08 Dec 2010 14:52:23 +0100 haftmann NEWS
Wed, 08 Dec 2010 14:25:08 +0100 bulwahn adding more efficient implementations for quantifiers in Enum
Wed, 08 Dec 2010 14:25:07 +0100 bulwahn improving the mutabelle script
Wed, 08 Dec 2010 13:34:51 +0100 haftmann primitive definitions of bot/top/inf/sup for bool and fun are named with canonical suffix `_def` rather than `_eq`;
Wed, 08 Dec 2010 13:34:50 +0100 haftmann primitive definitions of bot/top/inf/sup for bool and fun are named with canonical suffix `_def` rather than `_eq`
Wed, 08 Dec 2010 13:34:50 +0100 haftmann hide popular names R and B
Wed, 08 Dec 2010 08:33:04 +0100 boehmes built-in numbers are also built-in terms
Wed, 08 Dec 2010 08:33:02 +0100 boehmes be more flexible: store SMT built-in symbols in generic contexts (not in theory contexts)
Tue, 07 Dec 2010 21:58:36 +0100 haftmann merged
Tue, 07 Dec 2010 16:33:54 +0100 haftmann more concise case names; proved extensionality
Tue, 07 Dec 2010 16:33:54 +0100 haftmann name filter operation just filter (c.f. List.filter and list comprehension syntax)
Tue, 07 Dec 2010 21:32:47 +0100 haftmann tuned whitespace
Tue, 07 Dec 2010 17:23:14 +0100 wenzelm eliminated some hard tabulators (deprecated);
Tue, 07 Dec 2010 16:27:07 +0100 blanchet pass constant arguments to the built-in check function, cf. d2b1fc1b8e19
Tue, 07 Dec 2010 15:55:35 +0100 boehmes merged
Tue, 07 Dec 2010 15:44:38 +0100 boehmes updated SMT certificates
Tue, 07 Dec 2010 15:01:42 +0100 boehmes reduced unnecessary complexity; improved documentation; tuned
Tue, 07 Dec 2010 15:01:37 +0100 boehmes tuned
Tue, 07 Dec 2010 14:54:31 +0100 boehmes centralized handling of built-in types and constants for bitvectors
Tue, 07 Dec 2010 14:53:44 +0100 boehmes moved smt_word.ML into the directory of the Word library
Tue, 07 Dec 2010 14:53:12 +0100 boehmes centralized handling of built-in types and constants;
Mon, 06 Dec 2010 16:54:22 +0100 boehmes more aggressive unfolding of unknowns in Z3 models
Mon, 06 Dec 2010 15:38:02 +0100 boehmes tuned
Tue, 07 Dec 2010 13:33:28 +0100 bulwahn adding a definition for refl_on which is friendly for quickcheck and nitpick
Tue, 07 Dec 2010 12:10:13 +0100 blanchet merged
Tue, 07 Dec 2010 11:56:56 +0100 blanchet simplify monotonicity code after killing "fin_fun" optimization
Tue, 07 Dec 2010 11:56:56 +0100 blanchet updated Nitpick's documentation w.r.t. finitization
Tue, 07 Dec 2010 11:56:53 +0100 blanchet remove the "fin_fun" optimization in Nitpick -- it was always a hack and didn't help much
Tue, 07 Dec 2010 11:56:01 +0100 blanchet give the inner timeout mechanism a chance, since it gives more precise information to the user
Tue, 07 Dec 2010 11:56:01 +0100 blanchet updated monotonicity calculus w.r.t. set products
Tue, 07 Dec 2010 11:56:01 +0100 blanchet removed needless optimization for image -- there might be cases that benefit from it but there are others where it is clearly evil
Tue, 07 Dec 2010 11:56:01 +0100 blanchet added a hint when the user obviously just forgot a colon after the lemma's name
Tue, 07 Dec 2010 11:56:01 +0100 blanchet simplified special handling of set products
Tue, 07 Dec 2010 11:56:01 +0100 blanchet fix special handling of set products
Tue, 07 Dec 2010 11:56:01 +0100 blanchet use heuristic to determine whether to keep or drop an existing "let" -- and drop all higher-order lets
Tue, 07 Dec 2010 11:50:16 +0100 bulwahn merged
Tue, 07 Dec 2010 10:03:43 +0100 bulwahn testing smartly in two dimensions (cardinality and size) in quickcheck
Tue, 07 Dec 2010 09:58:56 +0100 blanchet load "try" after "Metis" and move "Async_Manager" back to Sledgehammer
Tue, 07 Dec 2010 09:58:52 +0100 blanchet make SML/NJ happy
Tue, 07 Dec 2010 09:52:07 +0100 blanchet merge
Mon, 06 Dec 2010 14:47:58 +0100 blanchet show strings as "s_1" etc. rather than "l_1" etc.
Mon, 06 Dec 2010 14:47:58 +0100 blanchet quiet Metis in "try"
Tue, 07 Dec 2010 09:36:12 +0100 haftmann removed experimental equality checking of closures; acknowledge underapproximation of equality in function name
Mon, 06 Dec 2010 14:17:35 -0800 huffman add set-union-like syntax for powerdomain bind operators
Mon, 06 Dec 2010 13:43:05 -0800 huffman merged
Mon, 06 Dec 2010 13:34:05 -0800 huffman instance unit :: domain
Mon, 06 Dec 2010 12:53:06 -0800 huffman simplify ideal completion proofs
Mon, 06 Dec 2010 11:44:30 -0800 huffman remove unused lemmas
Mon, 06 Dec 2010 11:22:42 -0800 huffman remove lemma cont_cfun;
Mon, 06 Dec 2010 10:08:33 -0800 huffman rename lub_fun -> is_lub_fun, thelub_fun -> lub_fun
Mon, 06 Dec 2010 08:59:58 -0800 huffman pcpodef no longer generates _defined lemmas, use _bottom_iff lemmas instead
Mon, 06 Dec 2010 08:43:52 -0800 huffman cpodef no longer generates lemma is_lub_foo, since it is redundant with lub_foo
Mon, 06 Dec 2010 08:30:00 -0800 huffman add lemmas lub_APP, lub_LAM
Mon, 06 Dec 2010 19:54:56 +0100 hoelzl folding on arbitrary Lebesgue integrable functions
Mon, 06 Dec 2010 19:54:53 +0100 hoelzl fixed spelling errors
Mon, 06 Dec 2010 19:54:48 +0100 hoelzl move coercions to appropriate places
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip