blanchet [Sat, 11 Sep 2010 16:36:23 +0200] rev 39331
added Auto Try to the mix of automatic tools
blanchet [Sat, 11 Sep 2010 16:19:32 +0200] rev 39330
crank up Auto Tools timeout;
instead of 2500 ms (for Auto Solve) + 2500 ms (for Auto Quickcheck/Nitpick), have 4000 ms as the cumulative timeout
blanchet [Sat, 11 Sep 2010 12:32:31 +0200] rev 39329
make Auto Solve part of the "Auto Tools"
blanchet [Sat, 11 Sep 2010 12:31:58 +0200] rev 39328
tuning
blanchet [Sat, 11 Sep 2010 12:31:42 +0200] rev 39327
tuning
blanchet [Sat, 11 Sep 2010 12:31:05 +0200] rev 39326
tuning
blanchet [Sat, 11 Sep 2010 12:30:50 +0200] rev 39325
tuning
blanchet [Sat, 11 Sep 2010 10:35:00 +0200] rev 39324
finished renaming "Auto_Counterexample" to "Auto_Tools"
blanchet [Sat, 11 Sep 2010 10:28:44 +0200] rev 39323
start renaming "Auto_Counterexample" to "Auto_Tools";
Auto Sledgehammer now uses so the name is clearly wrong
blanchet [Sat, 11 Sep 2010 10:25:27 +0200] rev 39322
setup Auto Sledgehammer
blanchet [Sat, 11 Sep 2010 10:24:57 +0200] rev 39321
make Mirabelle happy
blanchet [Sat, 11 Sep 2010 10:24:13 +0200] rev 39320
added Auto Sledgehammer docs
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
blanchet [Sat, 11 Sep 2010 10:21:52 +0200] rev 39318
implemented Auto Sledgehammer
blanchet [Sat, 11 Sep 2010 10:20:48 +0200] rev 39317
document changes to Auto Nitpick
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)
blanchet [Sat, 11 Sep 2010 10:13:51 +0200] rev 39315
always handle type variables in typedefs as global
nipkow [Tue, 14 Sep 2010 08:40:22 +0200] rev 39314
removed duplicate lemma
bulwahn [Mon, 13 Sep 2010 16:44:20 +0200] rev 39313
adding two more examples to example theory
bulwahn [Mon, 13 Sep 2010 16:44:19 +0200] rev 39312
handling function types more carefully than in e98a06145530
bulwahn [Mon, 13 Sep 2010 16:44:18 +0200] rev 39311
adding order on modes
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
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
haftmann [Mon, 13 Sep 2010 14:55:21 +0200] rev 39308
merged
haftmann [Mon, 13 Sep 2010 14:54:05 +0200] rev 39307
added Imperative HOL overview
haftmann [Mon, 13 Sep 2010 14:54:02 +0200] rev 39306
print mode for Imperative HOL overview; tuned and more accurate dependencies
haftmann [Mon, 13 Sep 2010 14:53:56 +0200] rev 39305
'class' and 'type' are now antiquoations by default
wenzelm [Mon, 13 Sep 2010 13:33:44 +0200] rev 39304
merged
nipkow [Mon, 13 Sep 2010 11:13:25 +0200] rev 39303
merged
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
nipkow [Mon, 13 Sep 2010 08:43:48 +0200] rev 39301
added and renamed lemmas
bulwahn [Mon, 13 Sep 2010 09:29:43 +0200] rev 39300
merged
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
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
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
wenzelm [Mon, 13 Sep 2010 13:20:18 +0200] rev 39296
tuned signature;
tuned comments;
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;
wenzelm [Mon, 13 Sep 2010 11:35:55 +0200] rev 39294
simplified Type_Infer: eliminated separate datatypes pretyp/preterm -- only assign is_paramT TVars;
wenzelm [Mon, 13 Sep 2010 00:10:29 +0200] rev 39293
tuned;
wenzelm [Sun, 12 Sep 2010 22:28:59 +0200] rev 39292
Type_Infer.preterm: eliminated separate Constraint;
wenzelm [Sun, 12 Sep 2010 21:24:23 +0200] rev 39291
Type_Infer.infer_types: plain error instead of kernel exception TYPE;
wenzelm [Sun, 12 Sep 2010 20:47:47 +0200] rev 39290
load type_infer.ML later -- proper context for Type_Infer.infer_types;
renamed Type_Infer.polymorphicT to Type.mark_polymorphic;
wenzelm [Sun, 12 Sep 2010 19:55:45 +0200] rev 39289
common Type.appl_error, which also covers explicit constraints;
wenzelm [Sun, 12 Sep 2010 19:04:02 +0200] rev 39288
eliminated aliases of Type.constraint;
wenzelm [Sun, 12 Sep 2010 17:39:02 +0200] rev 39287
tuned;
wenzelm [Sun, 12 Sep 2010 16:06:03 +0200] rev 39286
tuned messages;
tuned comments;
wenzelm [Fri, 10 Sep 2010 23:11:58 +0200] rev 39285
avoid extra wrapping for interrupts;
wenzelm [Thu, 09 Sep 2010 21:44:52 +0200] rev 39284
tuned markup;
wenzelm [Fri, 10 Sep 2010 15:55:09 +0200] rev 39283
updated keywords;
wenzelm [Fri, 10 Sep 2010 15:48:43 +0200] rev 39282
proper antiquotations;
wenzelm [Fri, 10 Sep 2010 15:42:14 +0200] rev 39281
fixed antiquotation;
wenzelm [Fri, 10 Sep 2010 15:39:55 +0200] rev 39280
updated generated file;
wenzelm [Fri, 10 Sep 2010 15:38:54 +0200] rev 39279
updated config options;
wenzelm [Fri, 10 Sep 2010 15:36:49 +0200] rev 39278
removed spurious addition from 9e58f0499f57;
wenzelm [Fri, 10 Sep 2010 15:17:44 +0200] rev 39277
merged
krauss [Fri, 10 Sep 2010 14:37:57 +0200] rev 39276
improved error message for common mistake (fun f where "g x = ...")
bulwahn [Fri, 10 Sep 2010 10:59:10 +0200] rev 39275
adding another String.literal example
bulwahn [Fri, 10 Sep 2010 10:59:09 +0200] rev 39274
fiddling with the correct setup for String.literal
bulwahn [Fri, 10 Sep 2010 10:59:07 +0200] rev 39273
refactoring mode inference so that the theory is not changed in the mode inference procedure
haftmann [Fri, 10 Sep 2010 10:21:25 +0200] rev 39272
Haskell == is infix, not infixl