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;