Mon, 06 Dec 2010 10:32:39 +0100 return all facts for CVC3 and Yices, since there is no proof parsing / unsat core extraction
blanchet [Mon, 06 Dec 2010 10:32:39 +0100] rev 40980
return all facts for CVC3 and Yices, since there is no proof parsing / unsat core extraction
Mon, 06 Dec 2010 10:31:29 +0100 trust SMT filter's timeout -- nested timeouts seem to be at the origin of spontaneous Interrupt exceptions in some cases
blanchet [Mon, 06 Dec 2010 10:31:29 +0100] rev 40979
trust SMT filter's timeout -- nested timeouts seem to be at the origin of spontaneous Interrupt exceptions in some cases
Mon, 06 Dec 2010 10:23:31 +0100 reraise interrupt exceptions
blanchet [Mon, 06 Dec 2010 10:23:31 +0100] rev 40978
reraise interrupt exceptions
Mon, 06 Dec 2010 09:54:58 +0100 [mq]: sledge_binary_minimizer
blanchet [Mon, 06 Dec 2010 09:54:58 +0100] rev 40977
[mq]: sledge_binary_minimizer
Mon, 06 Dec 2010 10:52:48 +0100 correcting usage documentation in mirabelle tool
bulwahn [Mon, 06 Dec 2010 10:52:48 +0100] rev 40976
correcting usage documentation in mirabelle tool
Mon, 06 Dec 2010 10:52:46 +0100 adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn [Mon, 06 Dec 2010 10:52:46 +0100] rev 40975
adding mutabelle as a component and an isabelle tool to be used in regression testing
Mon, 06 Dec 2010 10:52:45 +0100 commenting out sledgehammer_mtd in Mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40974
commenting out sledgehammer_mtd in Mutabelle
Mon, 06 Dec 2010 10:52:45 +0100 removing declaration in quickcheck to really enable exhaustive testing
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40973
removing declaration in quickcheck to really enable exhaustive testing
Mon, 06 Dec 2010 10:52:44 +0100 adding timeout to try invocation in mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:44 +0100] rev 40972
adding timeout to try invocation in mutabelle
Mon, 06 Dec 2010 10:52:43 +0100 adding filtering, sytactic welltyping, and sledgehammer method in mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:43 +0100] rev 40971
adding filtering, sytactic welltyping, and sledgehammer method in mutabelle
Mon, 06 Dec 2010 09:34:57 +0100 replace `type_mapper` by the more adequate `type_lifting`
haftmann [Mon, 06 Dec 2010 09:34:57 +0100] rev 40970
replace `type_mapper` by the more adequate `type_lifting`
Mon, 06 Dec 2010 09:25:05 +0100 moved bootstrap of type_lifting to Fun
haftmann [Mon, 06 Dec 2010 09:25:05 +0100] rev 40969
moved bootstrap of type_lifting to Fun
Mon, 06 Dec 2010 09:19:10 +0100 replace `type_mapper` by the more adequate `type_lifting`
haftmann [Mon, 06 Dec 2010 09:19:10 +0100] rev 40968
replace `type_mapper` by the more adequate `type_lifting`
Mon, 06 Dec 2010 14:45:29 +0100 avoid explicit encoding -- acknowledge UTF-8 as global default and Isabelle/jEdit preference of UTF-8-Isabelle;
wenzelm [Mon, 06 Dec 2010 14:45:29 +0100] rev 40967
avoid explicit encoding -- acknowledge UTF-8 as global default and Isabelle/jEdit preference of UTF-8-Isabelle;
Sun, 05 Dec 2010 15:23:33 +0100 IsabelleText font: include Cyrillic, Hebrew, Arabic from DejaVu Sans 2.32;
wenzelm [Sun, 05 Dec 2010 15:23:33 +0100] rev 40966
IsabelleText font: include Cyrillic, Hebrew, Arabic from DejaVu Sans 2.32;
Sun, 05 Dec 2010 14:02:16 +0100 command 'notepad' replaces former 'example_proof';
wenzelm [Sun, 05 Dec 2010 14:02:16 +0100] rev 40965
command 'notepad' replaces former 'example_proof';
Sun, 05 Dec 2010 13:42:58 +0100 prefer 'notepad' over 'example_proof';
wenzelm [Sun, 05 Dec 2010 13:42:58 +0100] rev 40964
prefer 'notepad' over 'example_proof';
Sun, 05 Dec 2010 08:34:02 +0100 merged
haftmann [Sun, 05 Dec 2010 08:34:02 +0100] rev 40963
merged
Sat, 04 Dec 2010 21:53:00 +0100 more intimate definition of fold_list / fold_once in terms of fold
haftmann [Sat, 04 Dec 2010 21:53:00 +0100] rev 40962
more intimate definition of fold_list / fold_once in terms of fold
Sat, 04 Dec 2010 21:26:33 +0100 canonical fold signature
haftmann [Sat, 04 Dec 2010 21:26:33 +0100] rev 40961
canonical fold signature
Sat, 04 Dec 2010 21:26:55 +0100 formal notepad without any result;
wenzelm [Sat, 04 Dec 2010 21:26:55 +0100] rev 40960
formal notepad without any result;
Sat, 04 Dec 2010 18:41:12 +0100 added Syntax.default_root;
wenzelm [Sat, 04 Dec 2010 18:41:12 +0100] rev 40959
added Syntax.default_root; simplified Syntax.parse operations; clarified treatment of syntax root for translation rules -- refrain from logical_type replacement; tuned error message;
Sat, 04 Dec 2010 15:14:28 +0100 eliminated obsolete Token.Malformed -- subsumed by Token.Error;
wenzelm [Sat, 04 Dec 2010 15:14:28 +0100] rev 40958
eliminated obsolete Token.Malformed -- subsumed by Token.Error;
Sat, 04 Dec 2010 14:59:25 +0100 tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
wenzelm [Sat, 04 Dec 2010 14:59:25 +0100] rev 40957
tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
Sat, 04 Dec 2010 14:57:04 +0100 added Syntax.pretty_priority;
wenzelm [Sat, 04 Dec 2010 14:57:04 +0100] rev 40956
added Syntax.pretty_priority;
Fri, 03 Dec 2010 22:40:26 +0100 merged
haftmann [Fri, 03 Dec 2010 22:40:26 +0100] rev 40955
merged
Fri, 03 Dec 2010 14:46:58 +0100 conventional point-free characterization of rsp_fold
haftmann [Fri, 03 Dec 2010 14:46:58 +0100] rev 40954
conventional point-free characterization of rsp_fold
Fri, 03 Dec 2010 14:39:15 +0100 replaced memb by existing List.member
haftmann [Fri, 03 Dec 2010 14:39:15 +0100] rev 40953
replaced memb by existing List.member
Fri, 03 Dec 2010 14:22:24 +0100 explicit type constraint;
haftmann [Fri, 03 Dec 2010 14:22:24 +0100] rev 40952
explicit type constraint; streamlined notation
Fri, 03 Dec 2010 22:39:34 +0100 tuned proposition
haftmann [Fri, 03 Dec 2010 22:39:34 +0100] rev 40951
tuned proposition
Fri, 03 Dec 2010 22:34:20 +0100 lemma multiset_of_rev
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40950
lemma multiset_of_rev
Fri, 03 Dec 2010 22:34:20 +0100 lemmas fold_remove1_split and fold_multiset_equiv
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40949
lemmas fold_remove1_split and fold_multiset_equiv
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip