bulwahn [Thu, 19 Nov 2009 08:25:47 +0100] rev 33752
adopting proposed_modes; adding a new dimension of complexity for nicer error messages; tuned
krauss [Thu, 19 Nov 2009 10:33:20 +0100] rev 33751
check if equations are present for all functions to avoid low-level exception later
nipkow [Thu, 19 Nov 2009 08:19:57 +0100] rev 33750
anti_sym -> antisym
boehmes [Wed, 18 Nov 2009 14:00:08 +0100] rev 33749
optionally trace theorems used in proof reconstruction
boehmes [Wed, 18 Nov 2009 09:34:53 +0100] rev 33748
added arithmetic example using div and mod
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
blanchet [Tue, 17 Nov 2009 22:51:00 +0100] rev 33746
merged
blanchet [Tue, 17 Nov 2009 22:20:51 +0100] rev 33745
comment out debugging code in Nitpick
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"
blanchet [Tue, 17 Nov 2009 19:12:10 +0100] rev 33743
made "NitpickHOL.normalized_rhs_of" more robust in the face of locale definitions
blanchet [Tue, 17 Nov 2009 19:08:02 +0100] rev 33742
removed "debug := true" that shouldn't have been submitted in the first place
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)
blanchet [Tue, 17 Nov 2009 18:25:05 +0100] rev 33740
merged
blanchet [Tue, 17 Nov 2009 18:24:43 +0100] rev 33739
run Nitpick examples if Kodkodi is available
wenzelm [Tue, 17 Nov 2009 15:55:30 +0100] rev 33738
merged
blanchet [Tue, 17 Nov 2009 14:10:31 +0100] rev 33737
fixed "expect" of Nitpick examples to reflect latest changes in Nitpick
blanchet [Tue, 17 Nov 2009 13:51:56 +0100] rev 33736
merged
blanchet [Tue, 17 Nov 2009 13:51:16 +0100] rev 33735
use SAT solver that's available everywhere for this example
blanchet [Tue, 17 Nov 2009 13:50:46 +0100] rev 33734
invoke Kodkodi from Nitpick using new $KODKOD/bin/kodkodi script;
this requires downloading Kodkodi 1.2.4, or writing a "kodkodi" script that invokes "java de.tum.in.isabelle.Kodkodi.Kodkodi $@"
blanchet [Tue, 17 Nov 2009 10:58:37 +0100] rev 33733
merged
blanchet [Mon, 16 Nov 2009 11:03:08 +0100] rev 33732
added constraint for Eq^- in Nitpick's implementation of the monotonicity calculus
blanchet [Mon, 16 Nov 2009 10:24:28 +0100] rev 33731
change the order in which Nitpick tries SAT solvers;
so that the binary JNIs come further down the list and can
easily be overridden
webertj [Tue, 17 Nov 2009 11:10:22 +0000] rev 33730
Fixed splitting of div and mod on integers (split theorem differed from implementation).
webertj [Tue, 17 Nov 2009 10:18:51 +0000] rev 33729
merged
webertj [Tue, 17 Nov 2009 10:17:53 +0000] rev 33728
Fixed splitting of div and mod on integers (split theorem differed from implementation).
wenzelm [Tue, 17 Nov 2009 15:53:35 +0100] rev 33727
init_theory: Runtime.controlled_execution for proper exception trace etc.;
wenzelm [Tue, 17 Nov 2009 14:51:57 +0100] rev 33726
eliminated slightly odd name space grouping -- now managed by Isar toplevel;
wenzelm [Tue, 17 Nov 2009 14:51:32 +0100] rev 33725
implicit name space grouping for theory/local_theory transactions;