bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40921
improving sledgehammer_tactic and adding relevance filtering to the tactic
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40920
adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40919
adapting SML_Quickcheck to recent changes
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40918
explaining quickcheck testers in the documentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40917
adapting quickcheck examples
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40916
improving presentation of quickcheck reports
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40915
declaring quickcheck testers as default after their setup
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40914
activating construction of exhaustive testing combinators
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40913
renamed generator into exhaustive
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40912
checking if parameter is name of a tester which allows e.g. quickcheck[random]
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40911
moving iteration of tests to the testers in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40910
removed dead test_term_small function in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40909
renamed parameter from generator to tester; quickcheck only applies one tester on invocation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40908
adding configuration quickcheck_tester
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40907
adding smart quantifiers to exhaustive testing
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40906
adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40905
only handle TimeOut exception if used interactively
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40904
removed interrupt handling that violates Isabelle/ML exception model
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40903
corrected indentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40902
tuned
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40901
smallvalue_generator are defined quick via oracle or sound via function package
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40900
adding shorter output syntax for the finite types of quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40899
improving readability of Smallcheck theory; adding constant orelse to improve performance of the function package
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40898
changed order of lemmas to overwrite the general code equation with the nbe-specific one
hoelzl [Fri, 03 Dec 2010 00:36:01 +0100] rev 40897
adapt proofs to changed set_plus_image (cf. ee8d0548c148);
wenzelm [Fri, 03 Dec 2010 17:16:53 +0100] rev 40896
bash wrapper: terminate only in exceptional case, keep background processes running (e.g. 'thy_deps' or 'display_drafts');
wenzelm [Fri, 03 Dec 2010 16:39:07 +0100] rev 40895
updated latex dependencies (cf. 7d88ebdce380);
wenzelm [Fri, 03 Dec 2010 11:21:17 +0100] rev 40894
tuned README;
wenzelm [Thu, 02 Dec 2010 23:09:54 +0100] rev 40893
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm [Thu, 02 Dec 2010 21:23:56 +0100] rev 40892
proper theory name (cf. e84f82418e09);