wenzelm [Mon, 20 Dec 2010 23:26:17 +0100] rev 41331
tuned;
wenzelm [Mon, 20 Dec 2010 23:19:16 +0100] rev 41330
updated for Poly/ML 5.4.0;
boehmes [Mon, 20 Dec 2010 22:27:26 +0100] rev 41329
merged
boehmes [Mon, 20 Dec 2010 22:02:57 +0100] rev 41328
avoid ML structure aliases (especially single-letter abbreviations)
boehmes [Mon, 20 Dec 2010 21:04:45 +0100] rev 41327
added an additional beta reduction: unfolding of special quantifiers might leave terms unnormalized wrt to beta reductions
huffman [Mon, 20 Dec 2010 11:11:51 -0800] rev 41326
merged
huffman [Mon, 20 Dec 2010 10:57:01 -0800] rev 41325
configure domain package to work with HOL option type
huffman [Mon, 20 Dec 2010 10:48:01 -0800] rev 41324
make internal proofs for deflation and isodefl theorems more robust, by avoiding calls to the simplifier for beta-reduction
huffman [Mon, 20 Dec 2010 09:48:16 -0800] rev 41323
simplify proofs
huffman [Mon, 20 Dec 2010 09:41:55 -0800] rev 41322
beta-reduction simproc uses lemma Abs_cfun_inverse2 instead of beta_cfun, to be more robust against eta-contraction
huffman [Mon, 20 Dec 2010 08:26:47 -0800] rev 41321
configure domain package to work with HOL sum type
huffman [Mon, 20 Dec 2010 07:50:47 -0800] rev 41320
replace list_map function with an abbreviation
blanchet [Mon, 20 Dec 2010 18:48:13 +0100] rev 41319
merged
blanchet [Mon, 20 Dec 2010 14:55:24 +0100] rev 41318
run SPASS and Vampire in SOS mode only if >= 50 facts are passed -- otherwise we are probably minimizing and then it's better if the prover is run only once with a full strategy
blanchet [Mon, 20 Dec 2010 14:17:49 +0100] rev 41317
disable feature that was enabled by mistake
blanchet [Mon, 20 Dec 2010 14:10:40 +0100] rev 41316
make exceptions more transparent in "debug" mode
blanchet [Mon, 20 Dec 2010 14:09:45 +0100] rev 41315
remove spurious line
blanchet [Mon, 20 Dec 2010 13:52:44 +0100] rev 41314
use the options provided by Stephan Schulz -- much better
blanchet [Mon, 20 Dec 2010 12:12:35 +0100] rev 41313
optionally supply constant weights to E -- turned off by default until properly parameterized
haftmann [Mon, 20 Dec 2010 17:31:58 +0100] rev 41312
merged
haftmann [Mon, 20 Dec 2010 15:37:25 +0100] rev 41311
type_lifting for predicates
wenzelm [Mon, 20 Dec 2010 16:44:33 +0100] rev 41310
proper identifiers for consts and types;
wenzelm [Mon, 20 Dec 2010 15:24:25 +0100] rev 41309
some attempts to fit diagnostic output into regular TTY (75-80 characters per line);
wenzelm [Mon, 20 Dec 2010 15:19:15 +0100] rev 41308
tuned/clarified some component settings;
explicit comments about common mistakes;
wenzelm [Mon, 20 Dec 2010 14:44:00 +0100] rev 41307
slightly more standard Isabelle_System.with_tmp_file/with_tmp_dir (cf. Scala version);
more robust rm_tree -- somewhat dangerous and not exported;
tuned;
wenzelm [Mon, 20 Dec 2010 13:36:25 +0100] rev 41306
purged some comments (Locale_Test is already clean thanks to configuration options);
wenzelm [Mon, 20 Dec 2010 13:24:04 +0100] rev 41305
actually enable show_hyps option, unlike local_setup in 6da953d30f48 which merely affects the (temporary) auxiliary context;
boehmes [Mon, 20 Dec 2010 09:45:26 +0100] rev 41304
merged
boehmes [Mon, 20 Dec 2010 09:31:47 +0100] rev 41303
updated SMT certificates
boehmes [Mon, 20 Dec 2010 09:06:37 +0100] rev 41302
re-introduced support for nonlinear multiplication in Z3 (overriding the built-in linear multiplication of the SMT-LIB class of solvers)
boehmes [Mon, 20 Dec 2010 08:45:27 +0100] rev 41301
derived SMT solver classes override inherited properties (properties of derived classes have a higher priority than properties of base classes)
boehmes [Mon, 20 Dec 2010 08:17:23 +0100] rev 41300
perform monomorphization during normalization: schematic numerals might be monomorphized into built-in numerals and then numeral normalization is required
haftmann [Mon, 20 Dec 2010 08:55:36 +0100] rev 41299
merge
haftmann [Fri, 17 Dec 2010 22:00:54 +0100] rev 41298
more convenient order of type variables
huffman [Sun, 19 Dec 2010 18:38:50 -0800] rev 41297
rename function cprod_map to prod_map
huffman [Sun, 19 Dec 2010 18:15:21 -0800] rev 41296
switch to transparent ascription, to avoid warning messages
huffman [Sun, 19 Dec 2010 18:11:20 -0800] rev 41295
types -> type_synonym
huffman [Sun, 19 Dec 2010 18:10:54 -0800] rev 41294
fix typo
huffman [Sun, 19 Dec 2010 17:39:20 -0800] rev 41293
merged
huffman [Sun, 19 Dec 2010 17:37:19 -0800] rev 41292
use deflations over type 'udom u' to represent predomains;
removed now-unnecessary class liftdomain;
huffman [Sun, 19 Dec 2010 10:33:46 -0800] rev 41291
add lemma u_map_oo
huffman [Sun, 19 Dec 2010 09:52:33 -0800] rev 41290
replace foo_approx functions with foo_emb, foo_prj functions for universal domain embeddings
huffman [Sun, 19 Dec 2010 06:59:01 -0800] rev 41289
minimize imports; move domain class instances for powerdomain types into Powerdomains.thy
huffman [Sun, 19 Dec 2010 06:39:19 -0800] rev 41288
powerdomain theories require class 'bifinite' instead of 'domain'
huffman [Sun, 19 Dec 2010 06:34:41 -0800] rev 41287
type 'defl' takes a type parameter again (cf. b525988432e9)
huffman [Sun, 19 Dec 2010 05:15:31 -0800] rev 41286
reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
huffman [Sun, 19 Dec 2010 04:06:02 -0800] rev 41285
renamed Bifinite.thy to Representable.thy
huffman [Fri, 17 Dec 2010 16:43:45 -0800] rev 41284
renamed CompactBasis.thy to Compact_Basis.thy
boehmes [Sun, 19 Dec 2010 19:03:49 +0100] rev 41283
merged
boehmes [Sun, 19 Dec 2010 18:55:21 +0100] rev 41282
updated SMT certificates
boehmes [Sun, 19 Dec 2010 18:54:29 +0100] rev 41281
removed odd decoration of built-in symbols as Vars (instead provide built-in desctructor functions along with their inverse functions);
removed odd retyping during folify (instead, keep all terms well-typed)
boehmes [Sun, 19 Dec 2010 17:55:56 +0100] rev 41280
only linear occurrences of multiplication are treated as built-in (SMT solvers only support linear arithmetic in general);
hide internal constants z3div and z3mod;
rewrite div/mod to z3div/z3mod instead of adding extra rules characterizing div/mod in terms of z3div/z3mod
blanchet [Sun, 19 Dec 2010 13:25:18 +0100] rev 41279
escape backticks in altstrings
blanchet [Sun, 19 Dec 2010 11:48:42 +0100] rev 41278
added a timestamp to Nitpick in verbose mode for debugging purposes;
turn on verbose mode for the examples
blanchet [Sun, 19 Dec 2010 00:13:25 +0100] rev 41277
reduce the minimizer slack and add verbose information
blanchet [Sat, 18 Dec 2010 23:31:22 +0100] rev 41276
two layers of timeouts seem to be less reliable than a single layer
blanchet [Sat, 18 Dec 2010 22:15:39 +0100] rev 41275
move relevance filter into hard timeout
blanchet [Sat, 18 Dec 2010 21:24:34 +0100] rev 41274
handle timeouts in Mirabelle more gracefully
blanchet [Sat, 18 Dec 2010 21:07:34 +0100] rev 41273
made the relevance filter treat unatomizable facts like "atomize_all" properly (these result in problems that get E spinning seemingly forever);
disabled inductions (E and SPASS don't like them), but kept "ext" (seems more harmless)
ballarin [Sat, 18 Dec 2010 18:43:16 +0100] rev 41272
Add mixins to locale dependencies.