wenzelm [Mon, 27 Feb 2012 17:39:34 +0100] rev 46713
prefer uniform Timing.message -- avoid assumption about sequential execution;
wenzelm [Mon, 27 Feb 2012 17:13:25 +0100] rev 46712
prefer final ADTs -- prevent ooddities;
wenzelm [Mon, 27 Feb 2012 16:56:25 +0100] rev 46711
more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);
wenzelm [Mon, 27 Feb 2012 16:53:13 +0100] rev 46710
more standard settings -- refer to COMPONENT at most once;
wenzelm [Mon, 27 Feb 2012 16:05:51 +0100] rev 46709
clarified prems_lin_arith_tac, with subtle change of semantics: structured prems are inserted as well;
wenzelm [Mon, 27 Feb 2012 15:48:02 +0100] rev 46708
prefer cut_tac, where it is clear that the special variants cut_rules_tac or cut_facts_tac are not required;
wenzelm [Mon, 27 Feb 2012 15:42:07 +0100] rev 46707
eliminated odd comment from distant past;
wenzelm [Mon, 27 Feb 2012 15:39:47 +0100] rev 46706
updated cut_tac, without loose references to implementation manual;
wenzelm [Mon, 27 Feb 2012 15:36:24 +0100] rev 46705
updated generated file;
wenzelm [Mon, 27 Feb 2012 15:00:19 +0100] rev 46704
simplified cut_tac (cf. d549b5b0f344);
huffman [Mon, 27 Feb 2012 14:07:59 +0100] rev 46703
merged
huffman [Mon, 27 Feb 2012 11:38:56 +0100] rev 46702
avoid using constant Int.neg
wenzelm [Mon, 27 Feb 2012 12:12:28 +0100] rev 46701
reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository;
moved the whole HOL-Quickcheck_Examples target from "all" to "full" for now -- it does not terminate in certain situations (to be investigated further);
nipkow [Mon, 27 Feb 2012 11:53:08 +0100] rev 46700
merged
nipkow [Mon, 27 Feb 2012 10:27:21 +0100] rev 46699
added lemma
nipkow [Mon, 27 Feb 2012 09:01:49 +0100] rev 46698
converting "set [...]" to "{...}" in evaluation results
bulwahn [Mon, 27 Feb 2012 10:56:36 +0100] rev 46697
removing Find_Unused_Assms_Examples from session as it requires much time
haftmann [Sun, 26 Feb 2012 21:44:12 +0100] rev 46696
restored accidental omission
haftmann [Sun, 26 Feb 2012 21:43:57 +0100] rev 46695
dropped dead code
haftmann [Sun, 26 Feb 2012 21:26:28 +0100] rev 46694
tuned structure
haftmann [Sun, 26 Feb 2012 21:25:54 +0100] rev 46693
retain syntax here
haftmann [Sun, 26 Feb 2012 20:43:33 +0100] rev 46692
tuned structure; dropped already existing syntax declarations
haftmann [Sun, 26 Feb 2012 20:10:14 +0100] rev 46691
tuned syntax declarations; tuned structure
wenzelm [Sun, 26 Feb 2012 20:08:12 +0100] rev 46690
merged
haftmann [Sun, 26 Feb 2012 15:28:48 +0100] rev 46689
marked candidates for rule declarations
wenzelm [Sun, 26 Feb 2012 20:05:14 +0100] rev 46688
include warning messages in node status;
wenzelm [Sun, 26 Feb 2012 19:36:35 +0100] rev 46687
tuned signature (in accordance with ML);
wenzelm [Sun, 26 Feb 2012 19:20:46 +0100] rev 46686
more PIDE modules;
wenzelm [Sun, 26 Feb 2012 18:26:26 +0100] rev 46685
tuned proofs;
wenzelm [Sun, 26 Feb 2012 18:25:28 +0100] rev 46684
more abstract class Document.State;
wenzelm [Sun, 26 Feb 2012 18:19:44 +0100] rev 46683
more abstract class Document.State.Assignment;
wenzelm [Sun, 26 Feb 2012 17:54:35 +0100] rev 46682
tuned signature;
wenzelm [Sun, 26 Feb 2012 17:44:09 +0100] rev 46681
more abstract class Document.Version;
tuned (NB: Version.nodes is total);
wenzelm [Sun, 26 Feb 2012 17:15:33 +0100] rev 46680
more abstract class Document.Node;
wenzelm [Sun, 26 Feb 2012 16:58:28 +0100] rev 46679
more abstract class Document.History;
wenzelm [Sun, 26 Feb 2012 16:17:57 +0100] rev 46678
more abstract class Document.Change;
wenzelm [Sun, 26 Feb 2012 16:02:53 +0100] rev 46677
tuned;
wenzelm [Sun, 26 Feb 2012 15:18:48 +0100] rev 46676
tuned signature;
clarified check;
wenzelm [Sat, 25 Feb 2012 15:33:36 +0100] rev 46675
merged
bulwahn [Sat, 25 Feb 2012 09:07:53 +0100] rev 46674
slightly changing the enumeration scheme
bulwahn [Sat, 25 Feb 2012 09:07:51 +0100] rev 46673
adding some more test invocations of find_unused_assms
bulwahn [Sat, 25 Feb 2012 09:07:43 +0100] rev 46672
adding an example where random beats exhaustive testing
bulwahn [Sat, 25 Feb 2012 09:07:41 +0100] rev 46671
removing unnecessary assumptions in RComplete;
simplifying proof in Probability
bulwahn [Sat, 25 Feb 2012 09:07:39 +0100] rev 46670
removing unnecessary assumptions in RealDef;
simplifying proofs in Float, MIR, and Ferrack
bulwahn [Sat, 25 Feb 2012 09:07:37 +0100] rev 46669
one general list_all2_update_cong instead of two special ones
wenzelm [Sat, 25 Feb 2012 13:17:38 +0100] rev 46668
tuned comments;
wenzelm [Sat, 25 Feb 2012 13:13:14 +0100] rev 46667
standard Graph instances;
wenzelm [Sat, 25 Feb 2012 13:00:32 +0100] rev 46666
clarified signature -- avoid oddities of Iterable like Iterator.map;
specific toString;
wenzelm [Sat, 25 Feb 2012 12:34:56 +0100] rev 46665
discontinued slightly odd Graph.del_nodes (inefficient due to full Table.map);
haftmann [Fri, 24 Feb 2012 22:46:44 +0100] rev 46664
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
haftmann [Fri, 24 Feb 2012 22:46:16 +0100] rev 46663
explicit is better than implicit
haftmann [Fri, 24 Feb 2012 18:46:01 +0100] rev 46662
dropped dead code
wenzelm [Fri, 24 Feb 2012 22:58:13 +0100] rev 46661
prefer sorted Map/Set for canonical order of results -- pass ordering via fresh copy of empty;
discontinued map_nodes, del_nodes conveniences -- avoid inefficient mapValues wrapper (this is not Table.map from ML);
tuned signature;
wenzelm [Fri, 24 Feb 2012 22:15:19 +0100] rev 46660
tuned imports;
wenzelm [Fri, 24 Feb 2012 21:36:20 +0100] rev 46659
tuned signature;
wenzelm [Fri, 24 Feb 2012 20:37:52 +0100] rev 46658
discontinued obsolete Graph.all_paths (last seen in 1524d69783d3 and AFP/80bbbdbfec62);
wenzelm [Fri, 24 Feb 2012 19:47:11 +0100] rev 46657
merged
huffman [Fri, 24 Feb 2012 17:21:24 +0100] rev 46656
remove ill-formed lemmas word_0_wi_Pls and word_m1_wi_Min
huffman [Fri, 24 Feb 2012 16:59:20 +0100] rev 46655
avoid using Int.succ_def in proofs
huffman [Fri, 24 Feb 2012 16:55:29 +0100] rev 46654
avoid using Int.succ or Int.pred in proofs
huffman [Fri, 24 Feb 2012 16:53:59 +0100] rev 46653
avoid using BIT_simps in proofs;
rephrase lemmas without Int.succ or Int.pred;
huffman [Fri, 24 Feb 2012 16:46:43 +0100] rev 46652
avoid using BIT_simps in proofs
wenzelm [Fri, 24 Feb 2012 19:47:00 +0100] rev 46651
updated stats according to src/HOL/IsaMakefile;
wenzelm [Fri, 24 Feb 2012 19:45:10 +0100] rev 46650
more precise clean target;
wenzelm [Fri, 24 Feb 2012 18:14:06 +0100] rev 46649
clarifed name space "type name", which covers logical and non-logical types, and often occurs inside outer syntax "type" markup;
huffman [Fri, 24 Feb 2012 13:50:37 +0100] rev 46648
avoid using Int.Pls_def in proofs
huffman [Fri, 24 Feb 2012 13:37:23 +0100] rev 46647
remove ill-formed lemmas word_pred_0_Min and word_m1_Min
huffman [Fri, 24 Feb 2012 13:33:03 +0100] rev 46646
remove ill-formed lemma of_bl_no; adapt proofs
huffman [Fri, 24 Feb 2012 13:25:21 +0100] rev 46645
adapt lemma mask_lem to respect int/bin distinction
blanchet [Fri, 24 Feb 2012 11:23:36 +0100] rev 46644
rephrase some slow "metis" calls
blanchet [Fri, 24 Feb 2012 11:23:35 +0100] rev 46643
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet [Fri, 24 Feb 2012 11:23:34 +0100] rev 46642
general solution to the arity bug that occasionally plagues Sledgehammer -- short story, lots of things go kaputt when a polymorphic symbol's arity in the translation is higher than the arity of the fully polymorphic HOL constant
blanchet [Fri, 24 Feb 2012 11:23:34 +0100] rev 46641
renamed 'try_methods' to 'try0'
blanchet [Fri, 24 Feb 2012 11:23:33 +0100] rev 46640
doc fixes (thanks to Nik)
blanchet [Fri, 24 Feb 2012 11:23:32 +0100] rev 46639
fixed arity bug with "If" helpers for "If" that returns a function
haftmann [Fri, 24 Feb 2012 09:40:02 +0100] rev 46638
given up disfruitful branch
haftmann [Fri, 24 Feb 2012 08:49:36 +0100] rev 46637
explicit remove of lattice notation
haftmann [Fri, 24 Feb 2012 07:30:24 +0100] rev 46636
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
haftmann [Thu, 23 Feb 2012 21:25:59 +0100] rev 46635
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
haftmann [Thu, 23 Feb 2012 21:16:54 +0100] rev 46634
dropped dead code
wenzelm [Thu, 23 Feb 2012 22:07:12 +0100] rev 46633
tuned isatest settings;
wenzelm [Thu, 23 Feb 2012 21:39:11 +0100] rev 46632
merged
haftmann [Thu, 23 Feb 2012 20:33:35 +0100] rev 46631
moved lemmas for orderings and lattices on predicates to corresponding theories, retaining declaration order of classical rules; tuned headings; tuned syntax
haftmann [Thu, 23 Feb 2012 20:15:59 +0100] rev 46630
tuned whitespace
haftmann [Thu, 23 Feb 2012 20:15:49 +0100] rev 46629
tuned proof
wenzelm [Thu, 23 Feb 2012 21:15:11 +0100] rev 46628
prefer actual syntax categories;
wenzelm [Thu, 23 Feb 2012 20:40:20 +0100] rev 46627
avoid trait Addable, which is deprecated in scala-2.9.x;
tuned;
wenzelm [Thu, 23 Feb 2012 20:24:05 +0100] rev 46626
streamlined abstract datatype;
wenzelm [Thu, 23 Feb 2012 20:23:19 +0100] rev 46625
tuned;
wenzelm [Thu, 23 Feb 2012 19:58:49 +0100] rev 46624
streamlined abstract datatype;
wenzelm [Thu, 23 Feb 2012 19:35:05 +0100] rev 46623
tuned -- avoid copy of empty value;
wenzelm [Thu, 23 Feb 2012 19:34:48 +0100] rev 46622
tuned;
wenzelm [Thu, 23 Feb 2012 18:38:30 +0100] rev 46621
streamlined abstract datatype, eliminating odd representation class;
wenzelm [Thu, 23 Feb 2012 18:14:58 +0100] rev 46620
tuned;
huffman [Thu, 23 Feb 2012 17:27:37 +0100] rev 46619
merged
huffman [Thu, 23 Feb 2012 16:09:16 +0100] rev 46618
make more simp rules respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:37:42 +0100] rev 46617
make bool list functions respect int/bin distinction
wenzelm [Thu, 23 Feb 2012 16:18:19 +0100] rev 46616
merged;
wenzelm [Thu, 23 Feb 2012 16:02:07 +0100] rev 46615
tuned;
wenzelm [Thu, 23 Feb 2012 15:49:40 +0100] rev 46614
clarified Graph.restrict (formerly Graph.subgraph) based on public graph operations;
wenzelm [Thu, 23 Feb 2012 15:15:59 +0100] rev 46613
further graph operations from ML;
wenzelm [Thu, 23 Feb 2012 14:46:38 +0100] rev 46612
removed dead code;
wenzelm [Thu, 23 Feb 2012 14:17:51 +0100] rev 46611
directed graphs (in Scala);
huffman [Thu, 23 Feb 2012 15:23:16 +0100] rev 46610
make uses of bin_split respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:19:31 +0100] rev 46609
remove lemma bin_cat_Pls, which doesn't respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:15:48 +0100] rev 46608
make uses of constant bin_sc respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:04:51 +0100] rev 46607
remove duplicate lemma bintrunc_Suc in favor of bintrunc.Suc
huffman [Thu, 23 Feb 2012 14:43:01 +0100] rev 46606
remove unused lemmas
huffman [Thu, 23 Feb 2012 14:29:29 +0100] rev 46605
simplify proofs
huffman [Thu, 23 Feb 2012 13:16:18 +0100] rev 46604
make uses of bin_sign respect int/bin distinction
huffman [Thu, 23 Feb 2012 12:45:00 +0100] rev 46603
removed unnecessary lemma zero_bintrunc
huffman [Thu, 23 Feb 2012 12:24:34 +0100] rev 46602
remove unnecessary lemmas
huffman [Thu, 23 Feb 2012 12:08:59 +0100] rev 46601
removed unnecessary constant bin_rl
huffman [Thu, 23 Feb 2012 11:53:03 +0100] rev 46600
remove duplication of lemmas bin_{rest,last}_BIT
huffman [Thu, 23 Feb 2012 11:24:54 +0100] rev 46599
remove lemmas Bit{0,1}_div2
huffman [Thu, 23 Feb 2012 11:20:42 +0100] rev 46598
simplify proof
huffman [Thu, 23 Feb 2012 08:59:55 +0100] rev 46597
deal with FIXMEs for linarith examples
haftmann [Thu, 23 Feb 2012 08:17:22 +0100] rev 46596
CONTRIBUTORS
huffman [Wed, 22 Feb 2012 19:59:06 +0100] rev 46595
merged
huffman [Wed, 22 Feb 2012 17:34:31 +0100] rev 46594
tuned whitespace