src/Tools/quickcheck.ML
Sun, 25 Nov 2012 19:49:24 +0100 wenzelm Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Fri, 14 Sep 2012 18:12:41 +0200 wenzelm clarified markup names;
Thu, 19 Apr 2012 19:18:11 +0200 haftmann dropped dead code
Thu, 19 Apr 2012 10:16:51 +0200 haftmann dropped dead code;
Fri, 06 Apr 2012 13:10:45 +0200 wenzelm standardized alias;
Wed, 04 Apr 2012 12:22:51 +0200 bulwahn added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Sat, 10 Mar 2012 16:39:55 +0100 bulwahn adding tags to quickcheck's result
Fri, 02 Mar 2012 09:35:39 +0100 bulwahn collecting all axioms in a locale context in quickcheck;
Tue, 21 Feb 2012 12:20:33 +0100 bulwahn subtype preprocessing in Quickcheck;
Tue, 14 Feb 2012 17:29:53 +0100 bulwahn adding abort_potential configuration in Quickcheck
Fri, 27 Jan 2012 10:31:30 +0100 bulwahn adding some basic handling that unfolds a conjecture in a locale before testing it with quickcheck
Mon, 05 Dec 2011 12:36:22 +0100 bulwahn making the default behaviour of quickcheck a little bit less verbose;
Mon, 05 Dec 2011 12:36:21 +0100 bulwahn adding verbose configuration to quickcheck
Mon, 05 Dec 2011 12:36:00 +0100 bulwahn renaming potential flag to genuine_only flag with an inverse semantics
Mon, 05 Dec 2011 12:35:06 +0100 bulwahn outputing the potentially spurious counterexample and continue search
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn outputing if counterexample is potentially spurious or not
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn extending quickcheck's result by the genuine flag
Wed, 30 Nov 2011 09:21:04 +0100 bulwahn adding parsing of potential configuration to quickcheck command
Wed, 30 Nov 2011 09:21:02 +0100 bulwahn adding quickcheck's potential configuration
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 11 Nov 2011 08:32:44 +0100 bulwahn adding option allow_function_inversion to quickcheck options
Wed, 09 Nov 2011 11:34:59 +0100 bulwahn quickcheck fails with code generator errors only if one tester is invoked
Wed, 09 Nov 2011 11:34:57 +0100 bulwahn removing extra arguments
Mon, 31 Oct 2011 08:43:21 +0100 bulwahn tuned
Thu, 20 Oct 2011 08:20:35 +0200 bulwahn adding depth as an quickcheck configuration
Mon, 17 Oct 2011 10:19:01 +0200 bulwahn moving some common functions from quickcheck to the more HOL-specific quickcheck_common; renamed inductive_SML's configurations to more canonical names; adds automatically left and right hand sides of equations as evaluation terms
Wed, 20 Jul 2011 08:16:41 +0200 bulwahn removing inner time limits in quickcheck
Wed, 20 Jul 2011 08:16:36 +0200 bulwahn exporting function in quickcheck; adapting mutabelle script
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn quickcheck does not deactivate testers if none are given
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adapting mutabelle to latest changes in quickcheck; removing unused code in mutabelle
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn renaming quickcheck_tester to quickcheck_batch_tester; tuned
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn changing parser in quickcheck to activate and deactivate the testers
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn enabling parallel execution of testers but removing more informative quickcheck output
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn changed every tester to have a configuration in quickcheck; enabling parallel testing of different testers in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn removing generator registration
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn parametrized test_term functions in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adding random, exhaustive and SML quickcheck as testers
Mon, 11 Jul 2011 22:55:47 +0200 wenzelm tuned signature -- corresponding to Scala version;
Tue, 28 Jun 2011 14:36:43 +0200 bulwahn adding timeout to quickcheck narrowing
Thu, 09 Jun 2011 08:32:19 +0200 bulwahn adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
Thu, 02 Jun 2011 09:51:40 +0200 bulwahn moving the distinction between invocation of testers and generators into test_goal_terms function in quickcheck for its usage with mutabelle
Tue, 31 May 2011 15:45:27 +0200 bulwahn Quickcheck Narrowing only requires one compilation with GHC now
Tue, 31 May 2011 15:45:26 +0200 bulwahn splitting test_goal_terms in Quickcheck into smaller basic functions
Tue, 31 May 2011 15:45:24 +0200 bulwahn adding registration of testers in Quickcheck for its use in Quickcheck_Narrowing
Fri, 27 May 2011 10:30:08 +0200 blanchet use helpers and tweak Quickcheck's priority to it comes second (to give Solve Direct slightly more time before another prover runs)
Fri, 27 May 2011 10:30:08 +0200 blanchet prioritize try and auto try's tools, with fast ones first, with a slight preference for provers vs. counterexample generators
Fri, 27 May 2011 10:30:08 +0200 blanchet added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods
Fri, 27 May 2011 10:30:08 +0200 blanchet renamed "Auto_Tools" "Try"
Mon, 02 May 2011 16:33:21 +0200 wenzelm added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
Wed, 20 Apr 2011 16:00:44 +0200 bulwahn handling the case where quickcheck is used in a locale with no known interpretation user-friendly
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Thu, 07 Apr 2011 14:51:28 +0200 bulwahn removing decrement of cardinality in quickcheck -- counting cardinalities starts at 1
Fri, 01 Apr 2011 17:16:08 +0200 wenzelm use Unsynchronized.change convenience, which also emphasizes the raw access to these references (which happen to be local here);
Fri, 01 Apr 2011 13:49:36 +0200 bulwahn adding general interface for batch validators in quickcheck
Fri, 01 Apr 2011 09:20:59 +0200 bulwahn adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Wed, 30 Mar 2011 11:32:51 +0200 bulwahn moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
Wed, 30 Mar 2011 09:44:16 +0200 bulwahn generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Wed, 23 Mar 2011 08:50:32 +0100 bulwahn adapting mutabelle; exporting more Quickcheck functions
less more (0) -100 -60 tip