boehmes [Mon, 21 Sep 2009 08:45:31 +0200] rev 32620
merged
boehmes [Mon, 21 Sep 2009 08:34:56 +0200] rev 32619
tuned author
boehmes [Fri, 18 Sep 2009 18:13:19 +0200] rev 32618
added new method "smt": an oracle-based connection to external SMT solvers
wenzelm [Sun, 20 Sep 2009 19:17:33 +0200] rev 32617
tuned tracing;
wenzelm [Sun, 20 Sep 2009 18:37:55 +0200] rev 32616
scheduler backdoor: 9999 means 1 worker;
wenzelm [Sun, 20 Sep 2009 18:15:07 +0200] rev 32615
Hilbert_Classical: more precise control of parallel_proofs;
wenzelm [Sun, 20 Sep 2009 17:23:23 +0200] rev 32614
actually observe Multithreading.enabled (cf. d302f1c9e356);
nipkow [Sat, 19 Sep 2009 10:19:34 +0200] rev 32613
merged
nipkow [Sat, 19 Sep 2009 10:19:12 +0200] rev 32612
restructured code
haftmann [Sat, 19 Sep 2009 07:35:27 +0200] rev 32611
merged
haftmann [Fri, 18 Sep 2009 16:00:56 +0200] rev 32610
rewrite premises in tactical proof also with inf_fun_eq and inf_bool_eq: attempt to allow user to use inf [=>] and inf [bool] in his specs
nipkow [Fri, 18 Sep 2009 23:08:53 +0200] rev 32609
modified minimization log
nipkow [Fri, 18 Sep 2009 14:40:24 +0200] rev 32608
merged
nipkow [Fri, 18 Sep 2009 14:40:06 +0200] rev 32607
skip &&& goals
haftmann [Fri, 18 Sep 2009 14:09:38 +0200] rev 32606
INTER and UNION are mere abbreviations for INFI and SUPR
haftmann [Fri, 18 Sep 2009 09:35:23 +0200] rev 32605
simplified proof
haftmann [Fri, 18 Sep 2009 09:07:51 +0200] rev 32604
partially isarified proof
haftmann [Fri, 18 Sep 2009 09:07:50 +0200] rev 32603
tuned const_name antiquotations
haftmann [Fri, 18 Sep 2009 09:07:49 +0200] rev 32602
more antiquotations
haftmann [Fri, 18 Sep 2009 09:07:48 +0200] rev 32601
be more cautious wrt. simp rules: sup1_iff, sup2_iff, inf1_iff, inf2_iff, SUP1_iff, SUP2_iff, INF1_iff, INF2_iff are no longer simp by default
haftmann [Fri, 18 Sep 2009 07:54:26 +0200] rev 32600
tuned NEWS, added CONTRIBUTORS
nipkow [Thu, 17 Sep 2009 19:13:22 +0200] rev 32599
merged
nipkow [Thu, 17 Sep 2009 19:13:07 +0200] rev 32598
removed misleading log line
paulson [Thu, 17 Sep 2009 15:04:46 +0100] rev 32597
NEWS: New method metisFT
paulson [Thu, 17 Sep 2009 14:59:58 +0100] rev 32596
New theorems for proving equalities and inclusions involving unions
boehmes [Thu, 17 Sep 2009 14:07:44 +0200] rev 32595
added time limit for extraction phase (not supported on Cygwin)
boehmes [Thu, 17 Sep 2009 11:58:21 +0200] rev 32594
merged
boehmes [Thu, 17 Sep 2009 11:57:36 +0200] rev 32593
undo changes from revision 719426c9e1eb: removed Perl script for ATP invocation, measuring time using Bash-builtin "time";
new "eproof" script written in Perl (hopefully more stable than the one coming with E)
wenzelm [Wed, 16 Sep 2009 22:46:10 +0200] rev 32592
Synchronized.value does not require locking, since assigments are atomic;
removed obsolete Synchronized.peek;
wenzelm [Wed, 16 Sep 2009 21:31:57 +0200] rev 32591
tuned;
wenzelm [Wed, 16 Sep 2009 21:14:08 +0200] rev 32590
replaced opaque signature matching by plain old abstype (again, cf. ac4498f95d1c) -- this recovers pretty printing in SML/NJ and Poly/ML 5.3;
haftmann [Wed, 16 Sep 2009 13:43:15 +0200] rev 32589
merged
haftmann [Wed, 16 Sep 2009 13:43:07 +0200] rev 32588
Inter and Union are mere abbreviations for Inf and Sup; tuned
haftmann [Wed, 16 Sep 2009 13:43:05 +0200] rev 32587
Inter and Union are mere abbreviations for Inf and Sup
nipkow [Wed, 16 Sep 2009 13:03:03 +0200] rev 32586
merged
nipkow [Wed, 16 Sep 2009 12:47:14 +0200] rev 32585
revised lemma counting
haftmann [Wed, 16 Sep 2009 09:04:41 +0200] rev 32584
merged
haftmann [Tue, 15 Sep 2009 19:16:47 +0200] rev 32583
merged
haftmann [Tue, 15 Sep 2009 19:16:35 +0200] rev 32582
hide new constants
haftmann [Tue, 15 Sep 2009 15:41:30 +0200] rev 32581
merged
haftmann [Tue, 15 Sep 2009 15:41:23 +0200] rev 32580
restored code generation for OCaml
haftmann [Tue, 15 Sep 2009 15:22:15 +0200] rev 32579
added singleton example
haftmann [Tue, 15 Sep 2009 12:11:10 +0200] rev 32578
added emptiness check predicate and singleton projection
wenzelm [Wed, 16 Sep 2009 00:12:52 +0200] rev 32577
added append_after (tuned version of former insert_after of Seq);
wenzelm [Tue, 15 Sep 2009 23:57:07 +0200] rev 32576
double linking for improved performance of "prev";
misc tuning;
wenzelm [Tue, 15 Sep 2009 15:44:57 +0200] rev 32575
merged
boehmes [Tue, 15 Sep 2009 15:29:11 +0200] rev 32574
added hard timeout for sledgehammer based on elapsed time (no need to trust ATP's timeout handling);
separate Perl script to invoke local ATPs and measure their user time, with proper setup of process groups required by E
wenzelm [Tue, 15 Sep 2009 15:17:53 +0200] rev 32573
Isar.define_command: identify transaction;
wenzelm [Tue, 15 Sep 2009 13:09:13 +0200] rev 32572
updated bib;
nipkow [Mon, 14 Sep 2009 19:30:48 +0200] rev 32571
count number of iterations required for minimization (and fixed bug: minimization was always called)
haftmann [Mon, 14 Sep 2009 12:25:02 +0200] rev 32570
merged
haftmann [Mon, 14 Sep 2009 08:36:58 +0200] rev 32569
more antiquotations
haftmann [Mon, 14 Sep 2009 08:36:57 +0200] rev 32568
some lemmas about strict order in lattices
wenzelm [Sun, 13 Sep 2009 02:10:41 +0200] rev 32567
explicitly export type abbreviations (as usual in SML97);
explicit type constraints for record patterns -- SML does not support record polymorphism;
observe max. line length (80-100);
wenzelm [Sun, 13 Sep 2009 02:07:52 +0200] rev 32566
wrapper for Real.fmt -- via StringCvt.realfmt;
wenzelm [Sun, 13 Sep 2009 02:07:06 +0200] rev 32565
made SML/NJ happy;
wenzelm [Sat, 12 Sep 2009 16:30:48 +0200] rev 32564
standard headers and text sections;
nipkow [Fri, 11 Sep 2009 09:53:02 +0200] rev 32563
merged
nipkow [Fri, 11 Sep 2009 09:52:40 +0200] rev 32562
Made record parameter flexible to allow for extensions
haftmann [Fri, 11 Sep 2009 09:05:26 +0200] rev 32561
merged