huffman [Sat, 21 Apr 2012 20:52:33 +0200] rev 47658
enable variant of transfer method that proves an implication instead of an equivalence
haftmann [Thu, 19 Apr 2012 19:36:24 +0200] rev 47657
moved modules with only vague relation to the code generator to theory HOL rather than theory Code_Generator
wenzelm [Sat, 21 Apr 2012 15:26:05 +0200] rev 47656
merged
huffman [Sat, 21 Apr 2012 13:54:29 +0200] rev 47655
NEWS for transfer, lifting, and quotient
huffman [Sat, 21 Apr 2012 13:49:31 +0200] rev 47654
new example theory for transfer package
wenzelm [Sat, 21 Apr 2012 14:53:04 +0200] rev 47653
some builtin session timing;
huffman [Sat, 21 Apr 2012 13:12:27 +0200] rev 47652
move alternative definition lemmas into Lifting.thy;
simplify proof of Quotient_compose
huffman [Sat, 21 Apr 2012 13:06:22 +0200] rev 47651
tuned proofs
huffman [Sat, 21 Apr 2012 11:21:23 +0200] rev 47650
add transfer rule for List.set
huffman [Sat, 21 Apr 2012 11:04:21 +0200] rev 47649
remove duplicate of lemma id_transfer
huffman [Sat, 21 Apr 2012 11:02:01 +0200] rev 47648
added covariant relator set_rel, with transfer rules for set operations
huffman [Sat, 21 Apr 2012 10:59:52 +0200] rev 47647
renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator
blanchet [Sat, 21 Apr 2012 11:15:49 +0200] rev 47646
tried to make SML/NJ happy
blanchet [Sat, 21 Apr 2012 11:15:49 +0200] rev 47645
tuned "max_relevant" defaults for SMT solvers based on Judgment Day
blanchet [Sat, 21 Apr 2012 11:15:49 +0200] rev 47644
prepend PWD to relative paths
blanchet [Sat, 21 Apr 2012 11:15:49 +0200] rev 47643
reintroduced old FOF and CNF parsers, to work around TPTP_Parser failures
blanchet [Sat, 21 Apr 2012 11:15:49 +0200] rev 47642
swap out Satallax, pull in E-SInE again -- it's not clear yet how useful Satallax is after proof reconstruction, whereas E-SInE performed surprisingly well on latest evaluations
huffman [Sat, 21 Apr 2012 07:33:47 +0200] rev 47641
new transfer package rules and lifting setup for lists
huffman [Sat, 21 Apr 2012 06:49:04 +0200] rev 47640
strengthen rule list_all2_induct
wenzelm [Fri, 20 Apr 2012 23:57:29 +0200] rev 47639
more standard Theory_Data setup;
keep meta-comments within the history;
wenzelm [Fri, 20 Apr 2012 23:34:03 +0200] rev 47638
merged
huffman [Fri, 20 Apr 2012 22:05:07 +0200] rev 47637
add transfer rule for nat_case
huffman [Fri, 20 Apr 2012 22:54:13 +0200] rev 47636
uniform naming scheme for transfer rules
huffman [Fri, 20 Apr 2012 22:49:40 +0200] rev 47635
rename 'correspondence' method to 'transfer_prover'
kuncar [Fri, 20 Apr 2012 18:29:21 +0200] rev 47634
hide the invariant constant for relators: invariant_commute infrastracture
wenzelm [Fri, 20 Apr 2012 23:16:46 +0200] rev 47633
improved interleaving of start_execution vs. cancel_execution of the next update;
wenzelm [Fri, 20 Apr 2012 23:15:44 +0200] rev 47632
tuned proofs;
wenzelm [Fri, 20 Apr 2012 22:48:48 +0200] rev 47631
always revisit nodes independently of "required" flag, which may change during editing -- avoid "bloodbath effect" when changing perspective while loading;
wenzelm [Fri, 20 Apr 2012 22:51:06 +0200] rev 47630
tuned;
wenzelm [Fri, 20 Apr 2012 20:29:44 +0200] rev 47629
simplified internal actor protocol;