src/HOL/Tools/Nitpick/kodkod_sat.ML
Thu, 28 Nov 2013 15:14:00 +0100 added Riss3g
Wed, 12 Dec 2012 13:28:01 +0100 tuning
Wed, 12 Dec 2012 11:56:07 +0100 use modern SAT solvers with modern Kodkod versions
Mon, 26 Sep 2011 14:03:43 +0200 put MiniSat back first -- Torlak's eval seemed to suggest that Crypto and Lingeling were better, but Crypto is slower on "Nitpick_Examples" and Crypto crashes
Mon, 26 Sep 2011 11:41:52 +0200 put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
Sun, 25 Sep 2011 18:43:25 +0200 killed JNI version of zChaff, since Kodkod 1.5 does not support it anymore
Sun, 25 Sep 2011 18:43:25 +0200 update list of SAT solvers reflecting Kodkod 1.5
Mon, 06 Sep 2010 17:51:26 +0200 remove "minipick" (the toy version of Nitpick) and some tests;
Sat, 31 Jul 2010 22:02:54 +0200 change the order of the SAT solvers, from fastest to slowest
Sat, 31 Jul 2010 01:23:51 +0200 added support for CryptoMiniSat
Fri, 14 May 2010 22:28:39 +0200 remove support for crashing beta solver HaifaSat
Sat, 24 Apr 2010 16:33:01 +0200 remove type annotations as comments;
Fri, 12 Feb 2010 19:44:37 +0100 various cosmetic changes to Nitpick
Tue, 09 Feb 2010 16:07:51 +0100 optimization to quantifiers in Nitpick's handling of simp rules + renamed some SAT solvers
Thu, 04 Feb 2010 13:36:52 +0100 four changes to Nitpick:
Tue, 02 Feb 2010 11:38:38 +0100 added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
Fri, 04 Dec 2009 17:19:59 +0100 fixed paths in Nitpick's ML file headers
Mon, 16 Nov 2009 10:24:28 +0100 change the order in which Nitpick tries SAT solvers;
Tue, 27 Oct 2009 14:40:24 +0100 internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Mon, 26 Oct 2009 18:52:16 +0100 made Nitpick aware of the KODKODI_JAVA_LIBRARY_PATH, for detecting and properly invoking JNI-based SAT solvers
Thu, 22 Oct 2009 14:51:47 +0200 added Nitpick's theory and ML files to Isabelle/HOL;