Wed, 20 Jul 2011 08:16:36 +0200 bulwahn exporting function in quickcheck; adapting mutabelle script
Wed, 20 Jul 2011 08:16:35 +0200 bulwahn more information for the user how to deactivate quickcheck_narrowing if he does not want to use it
Wed, 20 Jul 2011 08:16:33 +0200 bulwahn making messages more informative
Wed, 20 Jul 2011 08:16:32 +0200 bulwahn only use exhaustive testing in this quickcheck example
Wed, 20 Jul 2011 00:37:42 +0200 blanchet parse equalities correctly in Nitrox parser
Wed, 20 Jul 2011 00:37:42 +0200 blanchet pass type arguments to lambda-lifted Frees, to account for polymorphism
Wed, 20 Jul 2011 00:37:42 +0200 blanchet generate slightly less type information -- this should be sound since type arguments should keep things cleanly apart
Wed, 20 Jul 2011 00:37:42 +0200 blanchet avoid calling "Term.is_first_order" (indirectly) on a term with loose de Bruijns -- this is not necessary anyway because of the Abs check in "simple_translate_lambdas"
Wed, 20 Jul 2011 00:37:42 +0200 blanchet remove offset from Mirabelle output
Tue, 19 Jul 2011 11:15:38 +0200 krauss the HOL4PROOFS setting is actually HOL4_PROOFS
Tue, 19 Jul 2011 07:14:14 +0200 haftmann merged
Mon, 18 Jul 2011 21:52:34 +0200 haftmann proof tuning
Mon, 18 Jul 2011 21:49:39 +0200 haftmann generalization; various notation and proof tuning
Mon, 18 Jul 2011 21:34:01 +0200 haftmann avoid misunderstandable names
Mon, 18 Jul 2011 21:15:51 +0200 haftmann moved lemmas to appropriate theory
Tue, 19 Jul 2011 00:16:18 +0200 krauss forgotten qualifier
Tue, 19 Jul 2011 00:07:21 +0200 krauss values_timeout defaults to 600.0 on SML/NJ -- saves us from cluttering all theories equivalent declarations
Mon, 18 Jul 2011 23:48:28 +0200 krauss killed use of PolyML.makestring
Mon, 18 Jul 2011 23:35:50 +0200 krauss added experimental mira configuration for HOL Light importer
Mon, 18 Jul 2011 18:52:52 +0200 boehmes allow rules with premises to be declared as z3_rule (to circumvent incompleteness of Z3 proof reconstruction)
Mon, 18 Jul 2011 13:49:26 +0200 bulwahn unactivating narrowing-based quickcheck by default
Mon, 18 Jul 2011 13:48:35 +0200 bulwahn making active configuration public in narrowing-based quickcheck
Mon, 18 Jul 2011 11:38:14 +0200 bulwahn declare tester in this quickcheck example
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adding code equations for partial_term_of for rational numbers
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adapting an experimental setup to changes in quickcheck's infrastructure
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adding narrowing instances for real and rational
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adapting quickcheck based on the analysis of the predicate compiler
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adapting prolog-based tester
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 adapting SML_Quickcheck to new quickcheck infrastructure
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
Sun, 17 Jul 2011 22:25:14 +0200 haftmann more on complement
Sun, 17 Jul 2011 22:24:08 +0200 haftmann more on complement
Sun, 17 Jul 2011 20:57:56 +0200 haftmann more consistent theorem names
Sun, 17 Jul 2011 20:46:51 +0200 haftmann more lemmas about SUP
Sun, 17 Jul 2011 20:29:54 +0200 haftmann structuring duals together
Sun, 17 Jul 2011 20:23:39 +0200 haftmann merged
Sun, 17 Jul 2011 20:23:33 +0200 haftmann more lemmas about Sup
Sun, 17 Jul 2011 19:55:17 +0200 haftmann generalized INT_anti_mono
Sun, 17 Jul 2011 19:48:02 +0200 haftmann moving UNIV = ... equations to their proper theories
Sun, 17 Jul 2011 15:15:58 +0200 haftmann further generalization from sets to complete lattices
Sun, 17 Jul 2011 14:21:19 +0200 blanchet fixed lambda-liftg: must ensure the formulas are in close form
Sun, 17 Jul 2011 14:12:45 +0200 blanchet ensure that the lambda translation procedure is called only once with all the facts, which is necessary for soundness of lambda-lifting (freshness of new names)
Sun, 17 Jul 2011 14:11:35 +0200 blanchet pass kind to lambda-translation function
Sun, 17 Jul 2011 14:11:35 +0200 blanchet more refactoring of preprocessing
Sun, 17 Jul 2011 14:11:35 +0200 blanchet more refactoring of preprocessing, so as to be able to centralize it
Sun, 17 Jul 2011 14:11:35 +0200 blanchet renamed internal data structure
Sun, 17 Jul 2011 14:11:35 +0200 blanchet simplify code -- there are no lambdas in helpers anyway
Sun, 17 Jul 2011 14:11:35 +0200 blanchet added lambda-lifting to Sledgehammer (rough)
Sun, 17 Jul 2011 14:11:34 +0200 blanchet move more lambda-handling logic to Sledgehammer, from ATP module, for formal dependency reasons
Sun, 17 Jul 2011 08:45:06 +0200 haftmann merged
Sat, 16 Jul 2011 22:28:35 +0200 haftmann generalized some lemmas
Sat, 16 Jul 2011 22:04:02 +0200 haftmann consolidated bot and top classes, tuned notation
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip