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