Tue, 06 Dec 2011 14:18:24 +0100 |
nipkow |
added lemmas
|
changeset |
files
|
Mon, 05 Dec 2011 22:29:43 +0100 |
nipkow |
tuned proof
|
changeset |
files
|
Mon, 05 Dec 2011 17:33:57 +0100 |
hoelzl |
real is better supported than real_of_nat, use it in the nat => ereal coercion
|
changeset |
files
|
Mon, 05 Dec 2011 14:47:01 +0100 |
kuncar |
merged
|
changeset |
files
|
Mon, 05 Dec 2011 14:44:46 +0100 |
kuncar |
the note about morphisms moved in the description part
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:28 +0100 |
bulwahn |
updating documentation about quiet and verbose options in quickcheck
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:22 +0100 |
bulwahn |
making the default behaviour of quickcheck a little bit less verbose;
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:21 +0100 |
bulwahn |
adding verbose configuration to quickcheck
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:20 +0100 |
bulwahn |
random reporting compilation returns if counterexample is genuine or potentially spurious, and takes genuine_only option as argument
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:19 +0100 |
bulwahn |
the reporting random testing also returns if the counterexample is genuine or potentially spurious
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:06 +0100 |
bulwahn |
exhaustive returns if a counterexample is genuine or potentially spurious in the presence of assumptions more correctly
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:05 +0100 |
bulwahn |
inverted flag potential to genuine_only in the quickcheck narrowing Haskell code
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:03 +0100 |
bulwahn |
NEWS
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:02 +0100 |
bulwahn |
documenting the genuine_only option in quickcheck;
|
changeset |
files
|
Mon, 05 Dec 2011 12:36:00 +0100 |
bulwahn |
renaming potential flag to genuine_only flag with an inverse semantics
|
changeset |
files
|
Mon, 05 Dec 2011 12:35:58 +0100 |
bulwahn |
quickcheck narrowing continues searching after found a potentially spurious counterexample
|
changeset |
files
|
Mon, 05 Dec 2011 12:35:06 +0100 |
bulwahn |
outputing the potentially spurious counterexample and continue search
|
changeset |
files
|
Mon, 05 Dec 2011 12:35:05 +0100 |
bulwahn |
dynamic genuine_flag in compilation of random and exhaustive
|
changeset |
files
|
Mon, 05 Dec 2011 12:35:04 +0100 |
bulwahn |
indicating where the restart should occur; making safe_if dynamic
|
changeset |
files
|
Mon, 05 Dec 2011 07:31:11 +0100 |
nipkow |
merged
|
changeset |
files
|
Mon, 05 Dec 2011 07:31:00 +0100 |
nipkow |
enforce parantheses around SKIP {_}
|
changeset |
files
|
Sun, 04 Dec 2011 20:05:08 +0100 |
bulwahn |
adding genuine flag to predicate_compile_quickcheck and prolog_quickcheck (cf. 5e46c225370e);
|
changeset |
files
|
Sun, 04 Dec 2011 18:30:57 +0100 |
huffman |
merged
|
changeset |
files
|
Sun, 04 Dec 2011 13:10:19 +0100 |
huffman |
remove Library/Diagonalize.thy, because Library/Nat_Bijection.thy includes all the same functionality
|
changeset |
files
|
Sun, 04 Dec 2011 18:29:29 +0100 |
nipkow |
missing dependency
|
changeset |
files
|
Sun, 04 Dec 2011 18:29:16 +0100 |
nipkow |
improved var names
|
changeset |
files
|
Sat, 03 Dec 2011 21:25:34 +0100 |
nipkow |
invariant holds before loop
|
changeset |
files
|
Sat, 03 Dec 2011 13:11:50 +0100 |
wenzelm |
caret_range based on BreakIterator, which handles combined unicode characters as well;
|
changeset |
files
|
Fri, 02 Dec 2011 16:37:35 +0100 |
wenzelm |
misc tuning;
|
changeset |
files
|
Fri, 02 Dec 2011 16:24:48 +0100 |
wenzelm |
some localization;
|
changeset |
files
|
Fri, 02 Dec 2011 15:23:27 +0100 |
wenzelm |
eliminated some legacy operations;
|
changeset |
files
|
Fri, 02 Dec 2011 14:54:25 +0100 |
wenzelm |
more antiquotations;
|
changeset |
files
|
Fri, 02 Dec 2011 14:37:25 +0100 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Fri, 02 Dec 2011 14:26:43 +0100 |
wenzelm |
eliminated some legacy operations;
|
changeset |
files
|
Fri, 02 Dec 2011 13:59:25 +0100 |
wenzelm |
removed dead code, which has never been active in recorded history;
|
changeset |
files
|
Fri, 02 Dec 2011 13:51:36 +0100 |
wenzelm |
do not open ML structures;
|
changeset |
files
|
Fri, 02 Dec 2011 13:38:24 +0100 |
wenzelm |
tuned signature;
|
changeset |
files
|
Fri, 02 Dec 2011 10:31:47 +0100 |
huffman |
hide quickcheck constants Abs_cfun and Rep_cfun, to avoid clash with HOLCF
|
changeset |
files
|
Thu, 01 Dec 2011 22:16:26 +0100 |
bulwahn |
hiding internal constants and facts more properly
|
changeset |
files
|
Thu, 01 Dec 2011 22:16:23 +0100 |
bulwahn |
removing catch_match' now that catch_match is polymorphic
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
adapting exhaustive generators in record package
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
outputing if counterexample is potentially spurious or not
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
making catch_match polymorphic
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
compilations return genuine flag to quickcheck framework
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
extending quickcheck's result by the genuine flag
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
reporting random compilation also catches match exceptions internally
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
the narrowing also indicates if counterexample is potentially spurious
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
the simple exhaustive compilation also indicates if counterexample is potentially spurious;
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
quickcheck-random compilation also indicates if the counterexample is potentially spurious or not
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
changing the exhaustive generator signatures;
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
quickcheck's compilation returns if it is genuine counterexample or a counterexample due to a match exception
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
adding examples for quickcheck-random
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
removing exception handling now that is caught at some other point;
|
changeset |
files
|
Thu, 01 Dec 2011 22:14:35 +0100 |
bulwahn |
quickcheck random can also find potential counterexamples;
|
changeset |
files
|
Thu, 01 Dec 2011 20:54:48 +0100 |
wenzelm |
merged
|
changeset |
files
|
Thu, 01 Dec 2011 20:52:16 +0100 |
nipkow |
merged IMP/Util into IMP/Vars
|
changeset |
files
|
Thu, 01 Dec 2011 15:41:58 +0100 |
hoelzl |
use list theorems in Dining Cryptographers and Koepf Duermuth Countermeasure
|
changeset |
files
|
Thu, 01 Dec 2011 15:41:58 +0100 |
hoelzl |
cardinality of sets of lists
|
changeset |
files
|
Thu, 01 Dec 2011 15:41:48 +0100 |
hoelzl |
do not import examples Probability theory
|
changeset |
files
|
Thu, 01 Dec 2011 14:03:57 +0100 |
hoelzl |
moved theorems about distribution to the definition; removed oopsed-lemma
|
changeset |
files
|