src/HOL/Tools/Nitpick/nitpick_scope.ML
Mon, 03 Mar 2014 22:33:22 +0100 blanchet tuned ML names
Mon, 03 Mar 2014 22:33:22 +0100 blanchet tuned code
Mon, 03 Mar 2014 22:33:22 +0100 blanchet removed nonstandard models from Nitpick
Thu, 20 Feb 2014 19:38:34 +0100 wenzelm prefer cat_lines;
Mon, 27 May 2013 15:14:41 +0200 blanchet get rid of "show_all_types" in Nitpick
Fri, 11 May 2012 00:45:24 +0200 blanchet fixed "real" after they were redefined as a 'quotient_type'
Tue, 03 Jan 2012 18:33:17 +0100 blanchet port part of Nitpick to "set" type constructor
Tue, 08 Nov 2011 08:56:24 +0100 blanchet tweaked comment
Mon, 07 Nov 2011 22:59:24 +0100 blanchet added FIXME comment
Thu, 17 Mar 2011 14:43:51 +0100 blanchet prevent an exception if "card" is empty (e.g., "nitpick [card]")
Tue, 07 Dec 2010 11:56:53 +0100 blanchet remove the "fin_fun" optimization in Nitpick -- it was always a hack and didn't help much
Fri, 03 Sep 2010 17:43:44 +0200 wenzelm turned show_all_types into proper configuration option;
Fri, 06 Aug 2010 17:05:29 +0200 blanchet local versions of Nitpick.register_xxx functions
Wed, 04 Aug 2010 21:56:17 +0200 blanchet improve datatype symmetry breaking;
Wed, 04 Aug 2010 10:39:35 +0200 blanchet get rid of all "optimizations" regarding "unit" and other cardinality-1 types
Tue, 03 Aug 2010 21:20:31 +0200 blanchet better "Pretty" handling
Tue, 03 Aug 2010 18:27:21 +0200 blanchet change formula for enumerating scopes
Tue, 03 Aug 2010 18:14:44 +0200 blanchet example tweaking -- also prevents Nitpick_Tests from using more than 1 thread
Tue, 03 Aug 2010 14:49:42 +0200 blanchet bump up the max cardinalities, to use up more of the time given to us by the user
Mon, 02 Aug 2010 13:48:22 +0200 blanchet minor symmetry breaking for codatatypes like llist
Sun, 01 Aug 2010 16:35:25 +0200 blanchet tweak datatype sym break code
Sun, 01 Aug 2010 15:51:25 +0200 blanchet added manual symmetry breaking for datatypes
Sat, 31 Jul 2010 16:39:32 +0200 blanchet started implementation of custom sym break
Thu, 01 Jul 2010 16:54:44 +0200 haftmann "prod" and "sum" replace "*" and "+" respectively
Tue, 01 Jun 2010 10:31:18 +0200 blanchet thread along context instead of theory for typedef lookup
Sun, 25 Apr 2010 00:25:44 +0200 blanchet remove "show_skolems" option and change style of record declarations
Sat, 24 Apr 2010 16:43:03 +0200 blanchet Fruhjahrsputz: remove three mostly useless Nitpick options
Sat, 24 Apr 2010 16:33:01 +0200 blanchet remove type annotations as comments;
Sat, 24 Apr 2010 16:17:30 +0200 blanchet cosmetics
Fri, 23 Apr 2010 19:18:39 +0200 blanchet stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name
Wed, 24 Mar 2010 14:43:35 +0100 blanchet simplify Nitpick parameter parsing code a little bit + make compile
Wed, 17 Mar 2010 17:23:45 +0100 blanchet added one-entry cache around Kodkod invocation
Tue, 09 Mar 2010 09:25:23 +0100 blanchet added "finitize" option to Nitpick + remove dependency on "Coinductive_List"
Thu, 25 Feb 2010 16:33:39 +0100 blanchet improved precision of infinite "shallow" datatypes in Nitpick;
Mon, 22 Feb 2010 11:57:33 +0100 blanchet fixed a few bugs in Nitpick and removed unreferenced variables
Thu, 18 Feb 2010 18:48:07 +0100 blanchet added support for nonstandard "nat"s to Nitpick and fixed bugs in binary "nat"s and "int"s
Wed, 17 Feb 2010 20:46:50 +0100 blanchet make sure that Nitpick uses binary notation consistently if "binary_ints" is enabled
Sat, 13 Feb 2010 11:56:06 +0100 blanchet redo Nitpick's nonstandard values as cyclic values (instead of additional constructors)
Fri, 12 Feb 2010 21:27:06 +0100 blanchet minor fixes to Nitpick
Fri, 05 Feb 2010 12:04:54 +0100 blanchet handle Nitpick's nonstandard model enumeration in a cleaner way;
Fri, 05 Feb 2010 11:14:34 +0100 blanchet optimize Nitpick's encoding for other datatypes than list that have a constant constructor like "Nil";
Thu, 04 Feb 2010 16:50:26 +0100 blanchet adapted example following previous Nitpick change and fixed minor optimization in Nitpick
Thu, 04 Feb 2010 16:03:15 +0100 blanchet split "nitpick_hol.ML" into two files to make it more manageable;
Tue, 02 Feb 2010 11:38:38 +0100 blanchet 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 blanchet some work on Nitpick's support for quotient types;
Fri, 18 Dec 2009 12:00:29 +0100 blanchet polished Nitpick's binary integer support etc.;
Thu, 17 Dec 2009 15:22:11 +0100 blanchet added support for binary nat/int representation to Nitpick
Mon, 14 Dec 2009 16:48:49 +0100 blanchet distinguish better between "complete" (vs. incomplete) types and "concrete" (vs. abstract) types in Nitpick;
Mon, 14 Dec 2009 12:30:26 +0100 blanchet get rid of polymorphic equality in Nitpick's code + a few minor cleanups
Fri, 04 Dec 2009 17:19:59 +0100 blanchet fixed paths in Nitpick's ML file headers
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Mon, 23 Nov 2009 13:24:32 +0100 blanchet fixed soundness bug in Nitpick that occurred because unrolled predicate iterators were considered to be a "precise" type
Fri, 13 Nov 2009 15:59:53 +0100 blanchet removed a few global names in Nitpick (styp, nat_less, pairf)
Thu, 05 Nov 2009 17:03:22 +0100 blanchet added datatype constructor cache in Nitpick (to speed up the scope enumeration) and never test more than 4096 scopes
Tue, 27 Oct 2009 19:00:17 +0100 blanchet optimized Nitpick's encoding and rendering of datatypes whose constructors don't appear in the problem
Tue, 27 Oct 2009 14:40:24 +0100 blanchet internal renaming in Nitpick and fixed Kodkodi invokation on Linux;
Thu, 22 Oct 2009 14:51:47 +0200 blanchet added Nitpick's theory and ML files to Isabelle/HOL;
less more (0) tip