hoelzl [Thu, 01 Dec 2011 15:41:58 +0100] rev 45715
use list theorems in Dining Cryptographers and Koepf Duermuth Countermeasure
hoelzl [Thu, 01 Dec 2011 15:41:58 +0100] rev 45714
cardinality of sets of lists
hoelzl [Thu, 01 Dec 2011 15:41:48 +0100] rev 45713
do not import examples Probability theory
hoelzl [Thu, 01 Dec 2011 14:03:57 +0100] rev 45712
moved theorems about distribution to the definition; removed oopsed-lemma
hoelzl [Thu, 01 Dec 2011 14:03:57 +0100] rev 45711
rename finite_prob_space.setsum_distribution, it collides with prob_space.setsum_distribution
hoelzl [Thu, 01 Dec 2011 14:03:57 +0100] rev 45710
remove duplicate theorem setsum_real_distribution
wenzelm [Thu, 01 Dec 2011 14:29:14 +0100] rev 45709
clarified modules (again) -- NB: both Document and Protocol are specific to this particular prover;
blanchet [Thu, 01 Dec 2011 13:34:16 +0100] rev 45708
updated Sledgehammer docs with new/renamed options
blanchet [Thu, 01 Dec 2011 13:34:14 +0100] rev 45707
added "minimize" option for more control over automatic minimization
blanchet [Thu, 01 Dec 2011 13:34:13 +0100] rev 45706
renamed "slicing" to "slice"
blanchet [Thu, 01 Dec 2011 13:34:12 +0100] rev 45705
tuning
blanchet [Thu, 01 Dec 2011 13:34:12 +0100] rev 45704
minor example tweak
wenzelm [Thu, 01 Dec 2011 12:25:27 +0100] rev 45703
renamed inner syntax categories "num" to "num_token" and "xnum" to "xnum_token";
wenzelm [Thu, 01 Dec 2011 11:54:39 +0100] rev 45702
updated markup conforming to ML side;
wenzelm [Wed, 30 Nov 2011 23:30:08 +0100] rev 45701
discontinued obsolete datatype "alt_names";
wenzelm [Wed, 30 Nov 2011 21:14:01 +0100] rev 45700
misc tuning;
wenzelm [Wed, 30 Nov 2011 19:18:17 +0100] rev 45699
merged
kuncar [Wed, 30 Nov 2011 18:50:46 +0100] rev 45698
removed outdated comment moved back and updated (at the direct request of Christian Urban)
bulwahn [Wed, 30 Nov 2011 15:07:10 +0100] rev 45697
more stable introduction of the internally used unknown term
wenzelm [Wed, 30 Nov 2011 18:07:14 +0100] rev 45696
prefer typedef without alternative name;
wenzelm [Wed, 30 Nov 2011 17:30:01 +0100] rev 45695
prefer cpodef without extra definition;
wenzelm [Wed, 30 Nov 2011 16:27:10 +0100] rev 45694
prefer typedef without extra definition and alternative name;
tuned proofs;
wenzelm [Wed, 30 Nov 2011 16:05:15 +0100] rev 45693
tuned layout;
wenzelm [Wed, 30 Nov 2011 16:03:18 +0100] rev 45692
tuned header;
wenzelm [Wed, 30 Nov 2011 12:09:29 +0100] rev 45691
updated version information;
kuncar [Wed, 30 Nov 2011 11:36:46 +0100] rev 45690
removed outdated comment
bulwahn [Wed, 30 Nov 2011 10:07:32 +0100] rev 45689
adding examples for the potential counterexamples in the simple scheme
bulwahn [Wed, 30 Nov 2011 09:35:58 +0100] rev 45688
also potential counterexamples in the simple exhaustive testing in quickcheck
bulwahn [Wed, 30 Nov 2011 09:21:18 +0100] rev 45687
quickcheck does not show evaluation terms of equations if they are simply free variables to avoid duplicated output; tuned
bulwahn [Wed, 30 Nov 2011 09:21:15 +0100] rev 45686
adding more verbose messages to exhaustive quickcheck
bulwahn [Wed, 30 Nov 2011 09:21:11 +0100] rev 45685
quickcheck narrowing also shows potential counterexamples
bulwahn [Wed, 30 Nov 2011 09:21:09 +0100] rev 45684
adding a exception-safe term reification step in quickcheck; adding examples