krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41809
removed duplicate declarations
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41808
recdef -> function
wenzelm [Mon, 21 Feb 2011 23:47:19 +0100] rev 41807
tuned proofs -- eliminated prems;
blanchet [Mon, 21 Feb 2011 18:29:47 +0100] rev 41806
merged
blanchet [Mon, 21 Feb 2011 18:28:28 +0100] rev 41805
adjust example
blanchet [Mon, 21 Feb 2011 18:02:14 +0100] rev 41804
document new "preconstr" option
blanchet [Mon, 21 Feb 2011 17:36:32 +0100] rev 41803
more work on "fix_datatype_vals" optimization (renamed "preconstruct")
blanchet [Mon, 21 Feb 2011 16:33:21 +0100] rev 41802
more work on "fix_datatype_vals"
blanchet [Mon, 21 Feb 2011 15:45:44 +0100] rev 41801
first steps in implementing "fix_datatype_vals" optimization
blanchet [Mon, 21 Feb 2011 14:02:07 +0100] rev 41800
better fudge factors for CVC3 and Yices based on Judgment Day
blanchet [Mon, 21 Feb 2011 13:59:44 +0100] rev 41799
exit code 127 can mean many things -- not just (and probably not) Perl missing
wenzelm [Mon, 21 Feb 2011 17:43:23 +0100] rev 41798
modernized specifications;
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41797
rename Nitpick's (internal) auxiliary lemmas
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41796
updated docs w.r.t. "nitpick_unfold" attribute
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41795
improve optimization
blanchet [Mon, 21 Feb 2011 11:50:37 +0100] rev 41794
updated docs
blanchet [Mon, 21 Feb 2011 11:50:31 +0100] rev 41793
tweaked Nitpick based on C++ memory model example
blanchet [Mon, 21 Feb 2011 10:44:19 +0100] rev 41792
renamed "nitpick\_def" to "nitpick_unfold" to reflect its new semantics
blanchet [Mon, 21 Feb 2011 10:42:29 +0100] rev 41791
always unfold constant defitions marked with "nitpick_def" -- to prevent unfolding, there's already "nitpick_simp"
blanchet [Mon, 21 Feb 2011 10:31:48 +0100] rev 41790
give more weight to Frees than to Consts in relevance filter
blanchet [Mon, 21 Feb 2011 10:29:13 +0100] rev 41789
don't distinguish between "fixes" and other free variables -- this confuses users
blanchet [Mon, 21 Feb 2011 10:29:00 +0100] rev 41788
added a timeout around SMT preprocessing (notably monomorphization)
blanchet [Mon, 21 Feb 2011 10:03:48 +0100] rev 41787
comments to find fudge factors easily
boehmes [Mon, 21 Feb 2011 09:19:44 +0100] rev 41786
added test cases with quantifier occurring in first-order term positions
boehmes [Mon, 21 Feb 2011 09:14:48 +0100] rev 41785
wrap occurrences of quantifiers in first-order terms (i.e., outside first-order formulas) in If-expressions
haftmann [Sat, 19 Feb 2011 08:47:46 +0100] rev 41784
dropped redundancy
haftmann [Sat, 19 Feb 2011 08:39:05 +0100] rev 41783
merged
haftmann [Thu, 17 Feb 2011 09:31:29 +0100] rev 41782
added is_IAbs; tuned brackets and comments