Mon, 06 Dec 2010 17:33:25 +0100 adapting copied bash code in mutabelle script
bulwahn [Mon, 06 Dec 2010 17:33:25 +0100] rev 41021
adapting copied bash code in mutabelle script
Mon, 06 Dec 2010 16:37:15 +0100 more correct NEWS;
wenzelm [Mon, 06 Dec 2010 16:37:15 +0100] rev 41020
more correct NEWS;
Mon, 06 Dec 2010 16:18:56 +0100 merged
wenzelm [Mon, 06 Dec 2010 16:18:56 +0100] rev 41019
merged
Mon, 06 Dec 2010 13:46:45 +0100 fix monotonicity type of None
blanchet [Mon, 06 Dec 2010 13:46:45 +0100] rev 41018
fix monotonicity type of None
Mon, 06 Dec 2010 13:36:28 +0100 compile
blanchet [Mon, 06 Dec 2010 13:36:28 +0100] rev 41017
compile
Mon, 06 Dec 2010 13:33:09 +0100 introduced hack to exploit the symmetry of equality in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41016
introduced hack to exploit the symmetry of equality in monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 cleanup example
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41015
cleanup example
Mon, 06 Dec 2010 13:33:09 +0100 add more flexibility to the monotonicity calculus: instead of hardcoding F-arrows, also allow G-arrows, simulating applications of the Sub rule
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41014
add more flexibility to the monotonicity calculus: instead of hardcoding F-arrows, also allow G-arrows, simulating applications of the Sub rule
Mon, 06 Dec 2010 13:33:09 +0100 fixed bug in monotonicity solution display, whereby the polarity of literals was ignored
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41013
fixed bug in monotonicity solution display, whereby the polarity of literals was ignored
Mon, 06 Dec 2010 13:33:09 +0100 improve precision of forall in constancy part of the monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41012
improve precision of forall in constancy part of the monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 added some missing well-annotatedness constraints to monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41011
added some missing well-annotatedness constraints to monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 more work on the monotonicity evaluation driver
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41010
more work on the monotonicity evaluation driver
Mon, 06 Dec 2010 13:33:09 +0100 improve precision of finite functions in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41009
improve precision of finite functions in monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 added ML code for testing entire theories for monotonicity
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41008
added ML code for testing entire theories for monotonicity
Mon, 06 Dec 2010 13:33:09 +0100 use ML SAT solvers up to a certain time limit, then switch to faster solvers with a timeout -- this becomes necessary with the new, more powerful monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41007
use ML SAT solvers up to a certain time limit, then switch to faster solvers with a timeout -- this becomes necessary with the new, more powerful monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 added examples to exercise new monotonicity code
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41006
added examples to exercise new monotonicity code
Mon, 06 Dec 2010 13:33:09 +0100 fixed quantifier handling of new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41005
fixed quantifier handling of new monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 tune parentheses and indentation
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41004
tune parentheses and indentation
Mon, 06 Dec 2010 13:33:09 +0100 proper handling of frames for connectives in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41003
proper handling of frames for connectives in monotonicity calculus
Mon, 06 Dec 2010 13:33:09 +0100 tune indentation
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41002
tune indentation
Mon, 06 Dec 2010 13:33:09 +0100 removed old baggage from monotonicity calculus -- the "calculus" option didn't really work anyway because of on-the-fly simplifications
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41001
removed old baggage from monotonicity calculus -- the "calculus" option didn't really work anyway because of on-the-fly simplifications
Mon, 06 Dec 2010 13:33:05 +0100 implemented All rules from new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:05 +0100] rev 41000
implemented All rules from new monotonicity calculus
Mon, 06 Dec 2010 13:30:57 +0100 fixed bug in clause handling in monotonicity code, whereby the unsound rule False | x <--> False was used to simplify constraints
blanchet [Mon, 06 Dec 2010 13:30:57 +0100] rev 40999
fixed bug in clause handling in monotonicity code, whereby the unsound rule False | x <--> False was used to simplify constraints
Mon, 06 Dec 2010 13:30:38 +0100 started implementing the new monotonicity rules for application
blanchet [Mon, 06 Dec 2010 13:30:38 +0100] rev 40998
started implementing the new monotonicity rules for application
Mon, 06 Dec 2010 13:30:36 +0100 implemented connectives in new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:30:36 +0100] rev 40997
implemented connectives in new monotonicity calculus
Mon, 06 Dec 2010 13:29:23 +0100 added "Neq" operator to monotonicity inference module
blanchet [Mon, 06 Dec 2010 13:29:23 +0100] rev 40996
added "Neq" operator to monotonicity inference module
Mon, 06 Dec 2010 13:26:27 +0100 started implementing connectives in new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:26:27 +0100] rev 40995
started implementing connectives in new monotonicity calculus
Mon, 06 Dec 2010 13:26:23 +0100 more work on frames in the new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:26:23 +0100] rev 40994
more work on frames in the new monotonicity calculus
Mon, 06 Dec 2010 13:18:25 +0100 support 3 monotonicity calculi in one and fix soundness bug
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40993
support 3 monotonicity calculi in one and fix soundness bug
Mon, 06 Dec 2010 13:18:25 +0100 tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40992
tuning
Mon, 06 Dec 2010 13:18:25 +0100 proper handling of assignment disjunctions vs. conjunctions
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40991
proper handling of assignment disjunctions vs. conjunctions
Mon, 06 Dec 2010 13:18:25 +0100 adapt monotonicity code to four annotation types
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40990
adapt monotonicity code to four annotation types
Mon, 06 Dec 2010 13:18:25 +0100 more monotonicity tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40989
more monotonicity tuning
Mon, 06 Dec 2010 13:18:25 +0100 tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40988
tuning
Mon, 06 Dec 2010 13:18:25 +0100 added frame component to Gamma in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40987
added frame component to Gamma in monotonicity calculus
Mon, 06 Dec 2010 13:18:25 +0100 use boolean pair to encode annotation, which may now take four values
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40986
use boolean pair to encode annotation, which may now take four values
Mon, 06 Dec 2010 13:18:25 +0100 started generalizing monotonicity code to accommodate new calculus
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40985
started generalizing monotonicity code to accommodate new calculus
Mon, 06 Dec 2010 13:17:26 +0100 merged
blanchet [Mon, 06 Dec 2010 13:17:26 +0100] rev 40984
merged
Mon, 06 Dec 2010 11:41:24 +0100 handle "max_relevant" uniformly
blanchet [Mon, 06 Dec 2010 11:41:24 +0100] rev 40983
handle "max_relevant" uniformly
Mon, 06 Dec 2010 11:26:17 +0100 honor the default max relevant facts setting from the SMT solvers in Sledgehammer
blanchet [Mon, 06 Dec 2010 11:26:17 +0100] rev 40982
honor the default max relevant facts setting from the SMT solvers in Sledgehammer
Mon, 06 Dec 2010 11:25:21 +0100 have SMT solvers report the number of facts that they should have by default in Sledgehammer -- the information might not seem to belong there but it also belongs nowhere else, for how is Sledgehammer to know how different solvers deal with hundreds of facts?
blanchet [Mon, 06 Dec 2010 11:25:21 +0100] rev 40981
have SMT solvers report the number of facts that they should have by default in Sledgehammer -- the information might not seem to belong there but it also belongs nowhere else, for how is Sledgehammer to know how different solvers deal with hundreds of facts?
Mon, 06 Dec 2010 10:32:39 +0100 return all facts for CVC3 and Yices, since there is no proof parsing / unsat core extraction
blanchet [Mon, 06 Dec 2010 10:32:39 +0100] rev 40980
return all facts for CVC3 and Yices, since there is no proof parsing / unsat core extraction
Mon, 06 Dec 2010 10:31:29 +0100 trust SMT filter's timeout -- nested timeouts seem to be at the origin of spontaneous Interrupt exceptions in some cases
blanchet [Mon, 06 Dec 2010 10:31:29 +0100] rev 40979
trust SMT filter's timeout -- nested timeouts seem to be at the origin of spontaneous Interrupt exceptions in some cases
Mon, 06 Dec 2010 10:23:31 +0100 reraise interrupt exceptions
blanchet [Mon, 06 Dec 2010 10:23:31 +0100] rev 40978
reraise interrupt exceptions
Mon, 06 Dec 2010 09:54:58 +0100 [mq]: sledge_binary_minimizer
blanchet [Mon, 06 Dec 2010 09:54:58 +0100] rev 40977
[mq]: sledge_binary_minimizer
Mon, 06 Dec 2010 10:52:48 +0100 correcting usage documentation in mirabelle tool
bulwahn [Mon, 06 Dec 2010 10:52:48 +0100] rev 40976
correcting usage documentation in mirabelle tool
Mon, 06 Dec 2010 10:52:46 +0100 adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn [Mon, 06 Dec 2010 10:52:46 +0100] rev 40975
adding mutabelle as a component and an isabelle tool to be used in regression testing
Mon, 06 Dec 2010 10:52:45 +0100 commenting out sledgehammer_mtd in Mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40974
commenting out sledgehammer_mtd in Mutabelle
Mon, 06 Dec 2010 10:52:45 +0100 removing declaration in quickcheck to really enable exhaustive testing
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40973
removing declaration in quickcheck to really enable exhaustive testing
Mon, 06 Dec 2010 10:52:44 +0100 adding timeout to try invocation in mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:44 +0100] rev 40972
adding timeout to try invocation in mutabelle
Mon, 06 Dec 2010 10:52:43 +0100 adding filtering, sytactic welltyping, and sledgehammer method in mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:43 +0100] rev 40971
adding filtering, sytactic welltyping, and sledgehammer method in mutabelle
Mon, 06 Dec 2010 09:34:57 +0100 replace `type_mapper` by the more adequate `type_lifting`
haftmann [Mon, 06 Dec 2010 09:34:57 +0100] rev 40970
replace `type_mapper` by the more adequate `type_lifting`
Mon, 06 Dec 2010 09:25:05 +0100 moved bootstrap of type_lifting to Fun
haftmann [Mon, 06 Dec 2010 09:25:05 +0100] rev 40969
moved bootstrap of type_lifting to Fun
Mon, 06 Dec 2010 09:19:10 +0100 replace `type_mapper` by the more adequate `type_lifting`
haftmann [Mon, 06 Dec 2010 09:19:10 +0100] rev 40968
replace `type_mapper` by the more adequate `type_lifting`
Mon, 06 Dec 2010 14:45:29 +0100 avoid explicit encoding -- acknowledge UTF-8 as global default and Isabelle/jEdit preference of UTF-8-Isabelle;
wenzelm [Mon, 06 Dec 2010 14:45:29 +0100] rev 40967
avoid explicit encoding -- acknowledge UTF-8 as global default and Isabelle/jEdit preference of UTF-8-Isabelle;
Sun, 05 Dec 2010 15:23:33 +0100 IsabelleText font: include Cyrillic, Hebrew, Arabic from DejaVu Sans 2.32;
wenzelm [Sun, 05 Dec 2010 15:23:33 +0100] rev 40966
IsabelleText font: include Cyrillic, Hebrew, Arabic from DejaVu Sans 2.32;
Sun, 05 Dec 2010 14:02:16 +0100 command 'notepad' replaces former 'example_proof';
wenzelm [Sun, 05 Dec 2010 14:02:16 +0100] rev 40965
command 'notepad' replaces former 'example_proof';
Sun, 05 Dec 2010 13:42:58 +0100 prefer 'notepad' over 'example_proof';
wenzelm [Sun, 05 Dec 2010 13:42:58 +0100] rev 40964
prefer 'notepad' over 'example_proof';
Sun, 05 Dec 2010 08:34:02 +0100 merged
haftmann [Sun, 05 Dec 2010 08:34:02 +0100] rev 40963
merged
Sat, 04 Dec 2010 21:53:00 +0100 more intimate definition of fold_list / fold_once in terms of fold
haftmann [Sat, 04 Dec 2010 21:53:00 +0100] rev 40962
more intimate definition of fold_list / fold_once in terms of fold
Sat, 04 Dec 2010 21:26:33 +0100 canonical fold signature
haftmann [Sat, 04 Dec 2010 21:26:33 +0100] rev 40961
canonical fold signature
Sat, 04 Dec 2010 21:26:55 +0100 formal notepad without any result;
wenzelm [Sat, 04 Dec 2010 21:26:55 +0100] rev 40960
formal notepad without any result;
Sat, 04 Dec 2010 18:41:12 +0100 added Syntax.default_root;
wenzelm [Sat, 04 Dec 2010 18:41:12 +0100] rev 40959
added Syntax.default_root; simplified Syntax.parse operations; clarified treatment of syntax root for translation rules -- refrain from logical_type replacement; tuned error message;
Sat, 04 Dec 2010 15:14:28 +0100 eliminated obsolete Token.Malformed -- subsumed by Token.Error;
wenzelm [Sat, 04 Dec 2010 15:14:28 +0100] rev 40958
eliminated obsolete Token.Malformed -- subsumed by Token.Error;
Sat, 04 Dec 2010 14:59:25 +0100 tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
wenzelm [Sat, 04 Dec 2010 14:59:25 +0100] rev 40957
tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
Sat, 04 Dec 2010 14:57:04 +0100 added Syntax.pretty_priority;
wenzelm [Sat, 04 Dec 2010 14:57:04 +0100] rev 40956
added Syntax.pretty_priority;
Fri, 03 Dec 2010 22:40:26 +0100 merged
haftmann [Fri, 03 Dec 2010 22:40:26 +0100] rev 40955
merged
Fri, 03 Dec 2010 14:46:58 +0100 conventional point-free characterization of rsp_fold
haftmann [Fri, 03 Dec 2010 14:46:58 +0100] rev 40954
conventional point-free characterization of rsp_fold
Fri, 03 Dec 2010 14:39:15 +0100 replaced memb by existing List.member
haftmann [Fri, 03 Dec 2010 14:39:15 +0100] rev 40953
replaced memb by existing List.member
Fri, 03 Dec 2010 14:22:24 +0100 explicit type constraint;
haftmann [Fri, 03 Dec 2010 14:22:24 +0100] rev 40952
explicit type constraint; streamlined notation
Fri, 03 Dec 2010 22:39:34 +0100 tuned proposition
haftmann [Fri, 03 Dec 2010 22:39:34 +0100] rev 40951
tuned proposition
Fri, 03 Dec 2010 22:34:20 +0100 lemma multiset_of_rev
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40950
lemma multiset_of_rev
Fri, 03 Dec 2010 22:34:20 +0100 lemmas fold_remove1_split and fold_multiset_equiv
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40949
lemmas fold_remove1_split and fold_multiset_equiv
Fri, 03 Dec 2010 22:08:14 +0100 minor tuning for release;
wenzelm [Fri, 03 Dec 2010 22:08:14 +0100] rev 40948
minor tuning for release;
Fri, 03 Dec 2010 21:34:54 +0100 source files are always encoded as UTF-8;
wenzelm [Fri, 03 Dec 2010 21:34:54 +0100] rev 40947
source files are always encoded as UTF-8;
Fri, 03 Dec 2010 21:30:41 +0100 eliminated fragile HTML.with_charset -- always use utf-8;
wenzelm [Fri, 03 Dec 2010 21:30:41 +0100] rev 40946
eliminated fragile HTML.with_charset -- always use utf-8;
Fri, 03 Dec 2010 20:38:58 +0100 recoded latin1 as utf8;
wenzelm [Fri, 03 Dec 2010 20:38:58 +0100] rev 40945
recoded latin1 as utf8; use textcomp for some text symbols where it appears appropriate;
Fri, 03 Dec 2010 20:26:57 +0100 removed old generated stuff;
wenzelm [Fri, 03 Dec 2010 20:26:57 +0100] rev 40944
removed old generated stuff; removed DOS line endings;
Fri, 03 Dec 2010 20:02:57 +0100 comment;
wenzelm [Fri, 03 Dec 2010 20:02:57 +0100] rev 40943
comment;
Fri, 03 Dec 2010 18:29:49 +0100 update documentation
blanchet [Fri, 03 Dec 2010 18:29:49 +0100] rev 40942
update documentation
Fri, 03 Dec 2010 18:29:14 +0100 replace "smt" prover with specific SMT solvers, e.g. "z3" -- whatever the SMT module gives us
blanchet [Fri, 03 Dec 2010 18:29:14 +0100] rev 40941
replace "smt" prover with specific SMT solvers, e.g. "z3" -- whatever the SMT module gives us
Fri, 03 Dec 2010 18:27:21 +0100 export more information about available SMT solvers
blanchet [Fri, 03 Dec 2010 18:27:21 +0100] rev 40940
export more information about available SMT solvers
Fri, 03 Dec 2010 17:59:13 +0100 setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm [Fri, 03 Dec 2010 17:59:13 +0100] rev 40939
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
Thu, 02 Dec 2010 21:48:36 +0100 use "fold_map" instead of "fold (fn .. => .. (ts @ [t], ..)) .."
traytel [Thu, 02 Dec 2010 21:48:36 +0100] rev 40938
use "fold_map" instead of "fold (fn .. => .. (ts @ [t], ..)) .."
Fri, 03 Dec 2010 17:31:27 +0100 updated generated file;
wenzelm [Fri, 03 Dec 2010 17:31:27 +0100] rev 40937
updated generated file;
Fri, 03 Dec 2010 17:29:27 +0100 removed confusing comments (cf. 500171e7aa59);
wenzelm [Fri, 03 Dec 2010 17:29:27 +0100] rev 40936
removed confusing comments (cf. 500171e7aa59);
Fri, 03 Dec 2010 17:18:41 +0100 merged
wenzelm [Fri, 03 Dec 2010 17:18:41 +0100] rev 40935
merged
Fri, 03 Dec 2010 14:00:55 +0100 removed outdated lint script
haftmann [Fri, 03 Dec 2010 14:00:55 +0100] rev 40934
removed outdated lint script
Fri, 03 Dec 2010 10:43:09 +0100 merged
blanchet [Fri, 03 Dec 2010 10:43:09 +0100] rev 40933
merged
Fri, 03 Dec 2010 10:28:39 +0100 compile
blanchet [Fri, 03 Dec 2010 10:28:39 +0100] rev 40932
compile
Fri, 03 Dec 2010 09:55:45 +0100 run synchronous Auto Tools in parallel
blanchet [Fri, 03 Dec 2010 09:55:45 +0100] rev 40931
run synchronous Auto Tools in parallel
Fri, 03 Dec 2010 10:17:55 +0100 really fixed comment (cf. 7abeb749ae99)
krauss [Fri, 03 Dec 2010 10:17:55 +0100] rev 40930
really fixed comment (cf. 7abeb749ae99)
Fri, 03 Dec 2010 10:03:13 +0100 theorem names generated by the (rep_)datatype command now have mandatory qualifiers
huffman [Fri, 03 Dec 2010 10:03:13 +0100] rev 40929
theorem names generated by the (rep_)datatype command now have mandatory qualifiers
Fri, 03 Dec 2010 10:03:10 +0100 eliminated unqualified accesses of datatype facts -- it seems like they all of them were unintended
krauss [Fri, 03 Dec 2010 10:03:10 +0100] rev 40928
eliminated unqualified accesses of datatype facts -- it seems like they all of them were unintended
Fri, 03 Dec 2010 09:58:32 +0100 NEWS
bulwahn [Fri, 03 Dec 2010 09:58:32 +0100] rev 40927
NEWS
Fri, 03 Dec 2010 08:40:47 +0100 only instantiate type variable if there exists some in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40926
only instantiate type variable if there exists some in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 fixing comment in library
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40925
fixing comment in library
Fri, 03 Dec 2010 08:40:47 +0100 adapting predicate_compile_quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40924
adapting predicate_compile_quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 adding a nice definition of Id_on for quickcheck and nitpick
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40923
adding a nice definition of Id_on for quickcheck and nitpick
Fri, 03 Dec 2010 08:40:47 +0100 adding code equation for finiteness of finite types
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40922
adding code equation for finiteness of finite types
Fri, 03 Dec 2010 08:40:47 +0100 improving sledgehammer_tactic and adding relevance filtering to the tactic
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40921
improving sledgehammer_tactic and adding relevance filtering to the tactic
Fri, 03 Dec 2010 08:40:47 +0100 adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40920
adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 adapting SML_Quickcheck to recent changes
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40919
adapting SML_Quickcheck to recent changes
Fri, 03 Dec 2010 08:40:47 +0100 explaining quickcheck testers in the documentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40918
explaining quickcheck testers in the documentation
Fri, 03 Dec 2010 08:40:47 +0100 adapting quickcheck examples
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40917
adapting quickcheck examples
Fri, 03 Dec 2010 08:40:47 +0100 improving presentation of quickcheck reports
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40916
improving presentation of quickcheck reports
Fri, 03 Dec 2010 08:40:47 +0100 declaring quickcheck testers as default after their setup
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40915
declaring quickcheck testers as default after their setup
Fri, 03 Dec 2010 08:40:47 +0100 activating construction of exhaustive testing combinators
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40914
activating construction of exhaustive testing combinators
Fri, 03 Dec 2010 08:40:47 +0100 renamed generator into exhaustive
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40913
renamed generator into exhaustive
Fri, 03 Dec 2010 08:40:47 +0100 checking if parameter is name of a tester which allows e.g. quickcheck[random]
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]
Fri, 03 Dec 2010 08:40:47 +0100 moving iteration of tests to the testers in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40911
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
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40910
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
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40909
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
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40908
adding configuration quickcheck_tester
Fri, 03 Dec 2010 08:40:47 +0100 adding smart quantifiers to exhaustive testing
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40907
adding smart quantifiers to exhaustive testing
Fri, 03 Dec 2010 08:40:47 +0100 adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40906
adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 only handle TimeOut exception if used interactively
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40905
only handle TimeOut exception if used interactively
Fri, 03 Dec 2010 08:40:47 +0100 removed interrupt handling that violates Isabelle/ML exception model
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40904
removed interrupt handling that violates Isabelle/ML exception model
Fri, 03 Dec 2010 08:40:47 +0100 corrected indentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40903
corrected indentation
Fri, 03 Dec 2010 08:40:47 +0100 tuned
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40902
tuned
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip