2009-11-18 boehmes [Wed, 18 Nov 2009 14:00:08 +0100] rev 33749
optionally trace theorems used in proof reconstruction
src/HOL/SMT/Tools/z3_proof_rules.ML

2009-11-18 boehmes [Wed, 18 Nov 2009 09:34:53 +0100] rev 33748
added arithmetic example using div and mod
src/HOL/IsaMakefile src/HOL/SMT/Examples/SMT_Examples.thy src/HOL/SMT/Examples/cert/z3_linarith_21 src/HOL/SMT/Examples/cert/z3_linarith_21.proof

2009-11-17 blanchet [Tue, 17 Nov 2009 23:47:57 +0100] rev 33747
bump up Nitpick's axiom/definition unfolding limits, because some real-world problems (e.g. from Boogie) ran into the previous limits;
the limits are there to prevent infinite recursion; they can be set arbitrarily high without much harm
src/HOL/Nitpick.thy src/HOL/Tools/Nitpick/nitpick_hol.ML

2009-11-17 blanchet [Tue, 17 Nov 2009 22:51:00 +0100] rev 33746
merged

2009-11-17 blanchet [Tue, 17 Nov 2009 22:20:51 +0100] rev 33745
comment out debugging code in Nitpick
src/HOL/Tools/Nitpick/nitpick.ML

2009-11-17 blanchet [Tue, 17 Nov 2009 19:47:27 +0100] rev 33744
fixed bug in Nitpick's handling of "The" and "Eps" when the return type is a "bool"
src/HOL/Tools/Nitpick/HISTORY src/HOL/Tools/Nitpick/nitpick.ML src/HOL/Tools/Nitpick/nitpick_kodkod.ML src/HOL/Tools/Nitpick/nitpick_nut.ML

2009-11-17 blanchet [Tue, 17 Nov 2009 19:12:10 +0100] rev 33743
made "NitpickHOL.normalized_rhs_of" more robust in the face of locale definitions
src/HOL/Tools/Nitpick/nitpick_hol.ML

2009-11-17 blanchet [Tue, 17 Nov 2009 19:08:02 +0100] rev 33742
removed "debug := true" that shouldn't have been submitted in the first place
src/HOL/Nitpick_Examples/ROOT.ML

2009-11-17 hoelzl [Tue, 17 Nov 2009 18:52:30 +0100] rev 33741
Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
src/HOL/IsaMakefile src/HOL/Multivariate_Analysis/Brouwer_Fixpoint.thy src/HOL/Multivariate_Analysis/Derivative.thy src/HOL/Multivariate_Analysis/Multivariate_Analysis.thy

2009-11-17 blanchet [Tue, 17 Nov 2009 18:25:05 +0100] rev 33740
merged