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.
ballarin [Sat, 18 Dec 2010 18:43:14 +0100] rev 41271
Enable show_hyps, which appears to be set in batch mode but in an interactive session.
ballarin [Sat, 18 Dec 2010 18:43:13 +0100] rev 41270
Add mixins to sublocale command.
blanchet [Sat, 18 Dec 2010 14:02:14 +0100] rev 41269
tuning
blanchet [Sat, 18 Dec 2010 13:48:24 +0100] rev 41268
higher hard timeout
blanchet [Sat, 18 Dec 2010 13:43:46 +0100] rev 41267
lower threshold where the binary algorithm kick in and use the same value for automatic minimization
blanchet [Sat, 18 Dec 2010 13:38:14 +0100] rev 41266
compile
blanchet [Sat, 18 Dec 2010 13:34:32 +0100] rev 41265
let each prover minimizes its own stuff (rather than taking the first prover of the list to minimize every prover's stuff)
blanchet [Sat, 18 Dec 2010 12:55:33 +0100] rev 41264
use minimizing prover in Mirabelle
blanchet [Sat, 18 Dec 2010 12:53:56 +0100] rev 41263
renamed function to run prover with minimizer and changed signature to clarify its semantics and make it a drop in replacement for "get_prover"
blanchet [Sat, 18 Dec 2010 12:46:58 +0100] rev 41262
factored out running a prover with (optionally) an implicit minimizer phrase
wenzelm [Fri, 17 Dec 2010 23:18:39 +0100] rev 41261
merged;
blanchet [Fri, 17 Dec 2010 23:09:53 +0100] rev 41260
remove option that doesn't work in Mirabelle anyway (Mirabelle uses Sledgehammer_Provers, not Sledgehammer_Run)
blanchet [Fri, 17 Dec 2010 22:15:08 +0100] rev 41259
more precise error messages in "verbose" (or "debug") mode, following this morning's permission debacle
blanchet [Fri, 17 Dec 2010 21:47:13 +0100] rev 41258
convenient syntax for setting provers -- useful for debugging, not for general consumption and hence not documented
blanchet [Fri, 17 Dec 2010 21:32:06 +0100] rev 41257
merged
blanchet [Fri, 17 Dec 2010 21:31:19 +0100] rev 41256
put the SMT weights back where they belong, so that they're also used by Mirabelle