src/Tools/quickcheck.ML
Mon, 18 Jul 2011 10:34:21 +0200 changing parser in quickcheck to activate and deactivate the testers
Mon, 18 Jul 2011 10:34:21 +0200 enabling parallel execution of testers but removing more informative quickcheck output
Mon, 18 Jul 2011 10:34:21 +0200 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 removing generator registration
Mon, 18 Jul 2011 10:34:21 +0200 parametrized test_term functions in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 adding random, exhaustive and SML quickcheck as testers
Mon, 11 Jul 2011 22:55:47 +0200 tuned signature -- corresponding to Scala version;
Tue, 28 Jun 2011 14:36:43 +0200 adding timeout to quickcheck narrowing
Thu, 09 Jun 2011 08:32:19 +0200 adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
Thu, 02 Jun 2011 09:51:40 +0200 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 Quickcheck Narrowing only requires one compilation with GHC now
Tue, 31 May 2011 15:45:26 +0200 splitting test_goal_terms in Quickcheck into smaller basic functions
Tue, 31 May 2011 15:45:24 +0200 adding registration of testers in Quickcheck for its use in Quickcheck_Narrowing
Fri, 27 May 2011 10:30:08 +0200 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 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 added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods
Fri, 27 May 2011 10:30:08 +0200 renamed "Auto_Tools" "Try"
Mon, 02 May 2011 16:33:21 +0200 added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
Wed, 20 Apr 2011 16:00:44 +0200 handling the case where quickcheck is used in a locale with no known interpretation user-friendly
Sat, 16 Apr 2011 16:15:37 +0200 modernized structure Proof_Context;
Thu, 07 Apr 2011 14:51:28 +0200 removing decrement of cardinality in quickcheck -- counting cardinalities starts at 1
Fri, 01 Apr 2011 17:16:08 +0200 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 adding general interface for batch validators in quickcheck
Fri, 01 Apr 2011 09:20:59 +0200 adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Wed, 30 Mar 2011 11:32:51 +0200 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 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 adapting mutabelle; exporting more Quickcheck functions
Wed, 23 Mar 2011 08:50:31 +0100 making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck
Wed, 23 Mar 2011 08:50:29 +0100 changing timeout behaviour of quickcheck to proceed after command rather than failing; adding a test case for timeout
Mon, 21 Mar 2011 08:29:16 +0100 merged
Fri, 18 Mar 2011 18:19:42 +0100 passing a term with free variables to the quickcheck tester functions instead of an lambda expression because this is more natural with passing further evaluation terms; added output of evaluation terms; added evaluation of terms in the exhaustive testing
Fri, 18 Mar 2011 18:19:42 +0100 adding option of evaluating terms after invocation in quickcheck
Fri, 18 Mar 2011 18:19:42 +0100 adding eval option to quickcheck
Sun, 20 Mar 2011 22:08:12 +0100 simplified various cpu_time clones (!): eliminated odd Exn.capture/Exn.release (no need to "stop" timing);
Sun, 20 Mar 2011 21:28:11 +0100 structure Timing: covers former start_timing/end_timing and Output.timeit etc;
Mon, 28 Feb 2011 19:06:24 +0100 adding function Quickcheck.test_terms to provide checking a batch of terms
Fri, 11 Feb 2011 11:47:43 +0100 quickcheck can be invoked with its internal timelimit or without
Fri, 11 Feb 2011 11:47:42 +0100 quickcheck invokes TimeLimit.timeLimit only in one separate function
Tue, 08 Feb 2011 18:39:36 +0100 changing auto-quickcheck to be considered a non-interactive invocation of quickcheck
Wed, 12 Jan 2011 14:13:04 +0100 observe line length limit;
Sat, 08 Jan 2011 17:14:48 +0100 misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Wed, 08 Dec 2010 18:07:04 +0100 if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
Tue, 07 Dec 2010 10:03:43 +0100 testing smartly in two dimensions (cardinality and size) in quickcheck
Fri, 03 Dec 2010 09:55:45 +0100 run synchronous Auto Tools in parallel
Fri, 03 Dec 2010 08:40:47 +0100 only instantiate type variable if there exists some in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 improving presentation of quickcheck reports
Fri, 03 Dec 2010 08:40:47 +0100 checking if parameter is name of a tester which allows e.g. quickcheck[random]
Fri, 03 Dec 2010 08:40:47 +0100 moving iteration of tests to the testers in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 removed dead test_term_small function in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 renamed parameter from generator to tester; quickcheck only applies one tester on invocation
Fri, 03 Dec 2010 08:40:47 +0100 adding configuration quickcheck_tester
Fri, 03 Dec 2010 08:40:47 +0100 adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 only handle TimeOut exception if used interactively
Fri, 03 Dec 2010 08:40:47 +0100 removed interrupt handling that violates Isabelle/ML exception model
Fri, 03 Dec 2010 08:40:47 +0100 corrected indentation
Mon, 22 Nov 2010 11:35:06 +0100 improving function is_iterable in quickcheck
Mon, 22 Nov 2010 11:34:54 +0100 splitting test_goal function in two functions; exporting new configurations in quickcheck; iterations depend on generator_name in quickcheck
Mon, 22 Nov 2010 11:34:53 +0100 adding prototype for finite_type instantiations
Mon, 22 Nov 2010 11:34:52 +0100 adding option finite_types to quickcheck
Mon, 22 Nov 2010 10:42:07 +0100 changed old-style quickcheck configurations to new Config.T configurations