src/HOL/Tools/Nitpick/nitpick_kodkod.ML
Fri, 12 Feb 2010 21:27:06 +0100 minor fixes to Nitpick
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
Fri, 05 Feb 2010 11:14:34 +0100 optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
Thu, 04 Feb 2010 16:03:15 +0100 split "nitpick_hol.ML" into two files to make it more manageable;
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
Wed, 20 Jan 2010 10:38:06 +0100 some work on Nitpick's support for quotient types;
Thu, 07 Jan 2010 12:24:35 +0100 reduced arity of Nitpick selectors associated with sets by 1, by using "Formula" instead of "Atom 2"
Fri, 18 Dec 2009 12:00:29 +0100 polished Nitpick's binary integer support etc.;
Thu, 17 Dec 2009 15:22:11 +0100 added support for binary nat/int representation to Nitpick
Mon, 14 Dec 2009 12:30:26 +0100 get rid of polymorphic equality in Nitpick's code + a few minor cleanups
Fri, 04 Dec 2009 17:19:59 +0100 fixed paths in Nitpick's ML file headers
Tue, 24 Nov 2009 18:36:18 +0100 fixed arity of some empty relations in Nitpick's Kodkod generator;
Tue, 24 Nov 2009 15:22:00 +0100 fix soundness bug in Nitpick's Kodkod generator for the relational composition case
Mon, 23 Nov 2009 14:34:05 +0100 generate arguments of relational composition in the right order in Nitpick
Mon, 23 Nov 2009 13:45:16 +0100 fixed a Kodkod generation exception in Nitpick, reported by a Karlsruhe user
Tue, 17 Nov 2009 19:47:27 +0100 fixed bug in Nitpick's handling of "The" and "Eps" when the return type is a "bool"
Fri, 13 Nov 2009 15:59:53 +0100 removed a few global names in Nitpick (styp, nat_less, pairf)
Thu, 12 Nov 2009 14:47:54 +0100 fixed soundness bug in Nitpick related to sets
Tue, 10 Nov 2009 13:46:40 +0100 fixed soundness bug in Nitpick related to sets of sets;
Thu, 29 Oct 2009 15:24:52 +0100 minor cleanup in Nitpick
Tue, 27 Oct 2009 19:00:17 +0100 optimized Nitpick's encoding and rendering of datatypes whose constructors don't appear in the problem
Tue, 27 Oct 2009 14:40:24 +0100 internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Thu, 22 Oct 2009 14:51:47 +0200 added Nitpick's theory and ML files to Isabelle/HOL;