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