blanchet [Tue, 03 Aug 2010 12:16:32 +0200] rev 38171
fix soundness bug w.r.t. "Suc" with "binary_ints"
blanchet [Tue, 03 Aug 2010 02:18:05 +0200] rev 38170
handle free variables even more gracefully;
1. show those that only occur in assumptions as part of the constants;
2. make sure locally defined Frees are given an Opt rep, just like constants generally owuld
blanchet [Tue, 03 Aug 2010 01:16:08 +0200] rev 38169
optimize local "def"s by treating them as definitions
blanchet [Mon, 02 Aug 2010 19:15:15 +0200] rev 38168
careful about which linear inductive predicates should be starred
blanchet [Mon, 02 Aug 2010 18:52:51 +0200] rev 38167
help Nitpick
blanchet [Mon, 02 Aug 2010 18:39:14 +0200] rev 38166
fix Skolemizer -- last week's optimizations resulted in UnequalLengths errors
blanchet [Mon, 02 Aug 2010 16:29:36 +0200] rev 38165
prevent generation of needless specialized constants etc.
blanchet [Mon, 02 Aug 2010 15:52:32 +0200] rev 38164
optimize generated Kodkod formula
blanchet [Mon, 02 Aug 2010 14:27:20 +0200] rev 38163
prefer implication to equality, to be more SAT solver friendly
blanchet [Mon, 02 Aug 2010 13:48:22 +0200] rev 38162
minor symmetry breaking for codatatypes like llist
blanchet [Mon, 02 Aug 2010 12:36:50 +0200] rev 38161
fix bug with mutually recursive and nested codatatypes
blanchet [Sun, 01 Aug 2010 23:15:26 +0200] rev 38160
fix minor bug in sym breaking
wenzelm [Fri, 06 Aug 2010 12:37:00 +0200] rev 38159
modernized specifications;
tuned headers;
wenzelm [Thu, 05 Aug 2010 23:43:43 +0200] rev 38158
Document_Model: include token marker here;
wenzelm [Thu, 05 Aug 2010 22:01:25 +0200] rev 38157
tuned;