blanchet [Fri, 14 May 2010 15:02:38 +0200] rev 36914
recognize new Kodkod error message syntax
blanchet [Fri, 14 May 2010 14:14:22 +0200] rev 36913
improve precision of set constructs in Nitpick
blanchet [Fri, 14 May 2010 12:01:16 +0200] rev 36912
produce more potential counterexamples for subset operator (cf. quantifiers)
blanchet [Fri, 14 May 2010 11:24:49 +0200] rev 36911
improved Sledgehammer proofs
blanchet [Fri, 14 May 2010 11:24:14 +0200] rev 36910
pass "full_type" argument to proof reconstruction
blanchet [Fri, 14 May 2010 11:23:42 +0200] rev 36909
made Sledgehammer's full-typed proof reconstruction work for the first time;
previously, Isar proofs and full-type mode were mutually exclusive because both options were hard-coded in the ATP names (e.g., "e_isar" and "full_vampire") -- making the options orthogonal revealed that some code was missing to handle types in the proof reconstruction code
blanchet [Fri, 14 May 2010 11:20:09 +0200] rev 36908
delect installed ATPs dynamically, _not_ at image built time
ballarin [Thu, 13 May 2010 15:09:42 +0200] rev 36907
Fix syntax; apparently constant apply was introduced in an earlier changeset.
ballarin [Thu, 13 May 2010 14:47:15 +0200] rev 36906
Merged.
ballarin [Thu, 13 May 2010 13:30:16 +0200] rev 36905
Add mixin to base morphism, required by class package; cf ab324ffd6f3d.