blanchet [Tue, 17 Feb 2009 14:01:54 +0100] rev 29956
Reintroduce set_interpreter for Collect and op :.
I removed them by accident when removing old code that dealt with the "set" type.
Incidentally, there is still some broken "set" code in Refute that should be fixed (see TODO in refute.ML).
blanchet [Mon, 16 Feb 2009 20:33:23 +0100] rev 29955
Added Nitpick tag to 'of_int_of_nat'.
This theorem leads to a more efficient encoding to Kodkod than the definition of 'of_int'.
huffman [Tue, 17 Feb 2009 20:45:23 -0800] rev 29954
add lemmas for exponentiation
haftmann [Tue, 17 Feb 2009 21:51:52 +0100] rev 29953
merged
haftmann [Tue, 17 Feb 2009 18:45:41 +0100] rev 29952
unified variable names in case expressions; no exponential fork in translation of case expressions
huffman [Tue, 17 Feb 2009 10:52:55 -0800] rev 29951
merged
huffman [Tue, 17 Feb 2009 07:13:29 -0800] rev 29950
remove redundant simp attributes for zdvd rules
huffman [Tue, 17 Feb 2009 06:59:33 -0800] rev 29949
lemmas abs_dvd_iff, dvd_abs_iff
nipkow [Tue, 17 Feb 2009 18:48:17 +0100] rev 29948
Cleaned up IntDiv and removed subsumed lemmas.
huffman [Mon, 16 Feb 2009 19:35:52 -0800] rev 29947
tune section headings; add square function
huffman [Mon, 16 Feb 2009 13:42:45 -0800] rev 29946
merged
huffman [Mon, 16 Feb 2009 13:42:15 -0800] rev 29945
rearrange subsections
huffman [Mon, 16 Feb 2009 13:14:36 -0800] rev 29944
remove instances num::semiring and num::linorder
huffman [Mon, 16 Feb 2009 13:08:21 -0800] rev 29943
datatype num = One | Dig0 num | Dig1 num
huffman [Mon, 16 Feb 2009 12:53:59 -0800] rev 29942
replace 1::num with One; remove monoid_mult instance
huffman [Sun, 15 Feb 2009 19:53:20 -0800] rev 29941
replace dec with double-and-decrement function
haftmann [Mon, 16 Feb 2009 19:11:55 +0100] rev 29940
more default simp rules for sgn
haftmann [Mon, 16 Feb 2009 19:11:35 +0100] rev 29939
re-generated
haftmann [Mon, 16 Feb 2009 19:11:16 +0100] rev 29938
clarified import
haftmann [Mon, 16 Feb 2009 19:11:16 +0100] rev 29937
faster preprocessor
haftmann [Mon, 16 Feb 2009 19:11:15 +0100] rev 29936
added pdivmod on int (for code generation)
haftmann [Mon, 16 Feb 2009 13:38:17 +0100] rev 29935
merged
haftmann [Mon, 16 Feb 2009 13:38:10 +0100] rev 29934
tuned texts
haftmann [Mon, 16 Feb 2009 13:38:09 +0100] rev 29933
dropped Id
haftmann [Mon, 16 Feb 2009 13:38:09 +0100] rev 29932
dropped clause_suc_preproc for generic code generator
haftmann [Mon, 16 Feb 2009 13:38:08 +0100] rev 29931
new primrec
berghofe [Mon, 16 Feb 2009 12:30:06 +0100] rev 29930
Adapted to encoding of sets as predicates.
kleing [Mon, 16 Feb 2009 20:45:15 +1100] rev 29929
enable auto-solve by default
blanchet [Mon, 16 Feb 2009 10:15:43 +0100] rev 29928
merged
blanchet [Mon, 16 Feb 2009 10:13:30 +0100] rev 29927
Added nitpick attribute, and fixed typo.