Sat, 11 Sep 2010 10:25:27 +0200 setup Auto Sledgehammer
blanchet [Sat, 11 Sep 2010 10:25:27 +0200] rev 39322
setup Auto Sledgehammer
Sat, 11 Sep 2010 10:24:57 +0200 make Mirabelle happy
blanchet [Sat, 11 Sep 2010 10:24:57 +0200] rev 39321
make Mirabelle happy
Sat, 11 Sep 2010 10:24:13 +0200 added Auto Sledgehammer docs
blanchet [Sat, 11 Sep 2010 10:24:13 +0200] rev 39320
added Auto Sledgehammer docs
Sat, 11 Sep 2010 10:22:52 +0200 change order of default ATPs;
blanchet [Sat, 11 Sep 2010 10:22:52 +0200] rev 39319
change order of default ATPs; put SPASS first so that it's picked up by Auto Sledgehammer
Sat, 11 Sep 2010 10:21:52 +0200 implemented Auto Sledgehammer
blanchet [Sat, 11 Sep 2010 10:21:52 +0200] rev 39318
implemented Auto Sledgehammer
Sat, 11 Sep 2010 10:20:48 +0200 document changes to Auto Nitpick
blanchet [Sat, 11 Sep 2010 10:20:48 +0200] rev 39317
document changes to Auto Nitpick
Sat, 11 Sep 2010 10:20:25 +0200 change defaults of Auto Nitpick so that it consumes less resources (time and Kodkod threads)
blanchet [Sat, 11 Sep 2010 10:20:25 +0200] rev 39316
change defaults of Auto Nitpick so that it consumes less resources (time and Kodkod threads)
Sat, 11 Sep 2010 10:13:51 +0200 always handle type variables in typedefs as global
blanchet [Sat, 11 Sep 2010 10:13:51 +0200] rev 39315
always handle type variables in typedefs as global
Tue, 14 Sep 2010 08:40:22 +0200 removed duplicate lemma
nipkow [Tue, 14 Sep 2010 08:40:22 +0200] rev 39314
removed duplicate lemma
Mon, 13 Sep 2010 16:44:20 +0200 adding two more examples to example theory
bulwahn [Mon, 13 Sep 2010 16:44:20 +0200] rev 39313
adding two more examples to example theory
Mon, 13 Sep 2010 16:44:19 +0200 handling function types more carefully than in e98a06145530
bulwahn [Mon, 13 Sep 2010 16:44:19 +0200] rev 39312
handling function types more carefully than in e98a06145530
Mon, 13 Sep 2010 16:44:18 +0200 adding order on modes
bulwahn [Mon, 13 Sep 2010 16:44:18 +0200] rev 39311
adding order on modes
Mon, 13 Sep 2010 16:44:17 +0200 removing obsolete argument in prepare_intrs; passing context instead of theory in prepare_intrs
bulwahn [Mon, 13 Sep 2010 16:44:17 +0200] rev 39310
removing obsolete argument in prepare_intrs; passing context instead of theory in prepare_intrs
Mon, 13 Sep 2010 15:22:40 +0200 type antiquotation: allow arbitrary type abbreviations, but fail with user-space exception on bad input
haftmann [Mon, 13 Sep 2010 15:22:40 +0200] rev 39309
type antiquotation: allow arbitrary type abbreviations, but fail with user-space exception on bad input
Mon, 13 Sep 2010 14:55:21 +0200 merged
haftmann [Mon, 13 Sep 2010 14:55:21 +0200] rev 39308
merged
Mon, 13 Sep 2010 14:54:05 +0200 added Imperative HOL overview
haftmann [Mon, 13 Sep 2010 14:54:05 +0200] rev 39307
added Imperative HOL overview
Mon, 13 Sep 2010 14:54:02 +0200 print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann [Mon, 13 Sep 2010 14:54:02 +0200] rev 39306
print mode for Imperative HOL overview; tuned and more accurate dependencies
Mon, 13 Sep 2010 14:53:56 +0200 'class' and 'type' are now antiquoations by default
haftmann [Mon, 13 Sep 2010 14:53:56 +0200] rev 39305
'class' and 'type' are now antiquoations by default
Mon, 13 Sep 2010 13:33:44 +0200 merged
wenzelm [Mon, 13 Sep 2010 13:33:44 +0200] rev 39304
merged
Mon, 13 Sep 2010 11:13:25 +0200 merged
nipkow [Mon, 13 Sep 2010 11:13:25 +0200] rev 39303
merged
Mon, 13 Sep 2010 11:13:15 +0200 renamed lemmas: ext_iff -> fun_eq_iff, set_ext_iff -> set_eq_iff, set_ext -> set_eqI
nipkow [Mon, 13 Sep 2010 11:13:15 +0200] rev 39302
renamed lemmas: ext_iff -> fun_eq_iff, set_ext_iff -> set_eq_iff, set_ext -> set_eqI
Mon, 13 Sep 2010 08:43:48 +0200 added and renamed lemmas
nipkow [Mon, 13 Sep 2010 08:43:48 +0200] rev 39301
added and renamed lemmas
Mon, 13 Sep 2010 09:29:43 +0200 merged
bulwahn [Mon, 13 Sep 2010 09:29:43 +0200] rev 39300
merged
Fri, 10 Sep 2010 17:53:25 +0200 directly computing the values of interest instead of composing functions in an unintelligent way that causes exponential much garbage; using the latest theory
bulwahn [Fri, 10 Sep 2010 17:53:25 +0200] rev 39299
directly computing the values of interest instead of composing functions in an unintelligent way that causes exponential much garbage; using the latest theory
Mon, 13 Sep 2010 06:02:47 +0200 added preliminary support for SMT datatypes (for now restricted to tuples and lists); only the Z3 interface (in oracle mode) makes use of it, there is especially no Z3 proof reconstruction support for datatypes yet
boehmes [Mon, 13 Sep 2010 06:02:47 +0200] rev 39298
added preliminary support for SMT datatypes (for now restricted to tuples and lists); only the Z3 interface (in oracle mode) makes use of it, there is especially no Z3 proof reconstruction support for datatypes yet
Fri, 10 Sep 2010 23:56:35 +0200 use eta-contracted version for occurrence check (avoids possible non-termination)
krauss [Fri, 10 Sep 2010 23:56:35 +0200] rev 39297
use eta-contracted version for occurrence check (avoids possible non-termination) Test case: lemma "fwrap f = (%v. f v) ==> P f" apply clarify; pointed out by Thomas Sewell
Mon, 13 Sep 2010 13:20:18 +0200 tuned signature;
wenzelm [Mon, 13 Sep 2010 13:20:18 +0200] rev 39296
tuned signature; tuned comments;
Mon, 13 Sep 2010 12:42:08 +0200 Type_Infer.finish: index 0 -- freshness supposedly via Name.invents;
wenzelm [Mon, 13 Sep 2010 12:42:08 +0200] rev 39295
Type_Infer.finish: index 0 -- freshness supposedly via Name.invents; Type_Infer.fixate_params: full Proof.context;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip