blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44412
include all encodings in tests, now that the incompleteness of some encodings has been addressed
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44411
change Metis's default settings if type information axioms are generated
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44410
we must tag any type whose ground types intersect a nonmonotonic type
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44409
prefer the lighter, slightly unsound monotonicity-based encodings for Metis
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44408
made reconstruction of type tag equalities "\?x = \?x" reliable
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44407
tuning ATP problem output
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44406
revert guard logic -- make sure that typing information is generated for existentials
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44405
generate tag equations for existential variables
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44404
tuning, plus started implementing tag equation generation for existential variables
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44403
precisely distinguish between universal and existential quantifiers, instead of assuming the worst (universal), for monotonicity analysis
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44402
clearer terminology
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44401
renamed "heavy" to "uniform", based on discussion with Nick Smallbone
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44400
removed unused configuration option
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44399
added caching for (in)finiteness checks
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44398
remove needless typing information
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44397
cleaner handling of polymorphic monotonicity inference
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44396
started cleaning up polymorphic monotonicity-based encodings, based on discussions with Nick Smallbone
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44395
more precise warning
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44394
added option to control soundness of encodings more precisely, for evaluation purposes
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44393
make sound mode more sound (and clean up code)
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44392
reintroduced slightly unsound optimization taken out in 717880e98e6b, but only if "sound" is false
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44391
gracefully handle empty SPASS problems
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44390
pass sound option to Sledgehammer tactic
wenzelm [Tue, 23 Aug 2011 16:53:05 +0200] rev 44389
tuned signature -- contrast physical output primitives versus Output.raw_message;
wenzelm [Tue, 23 Aug 2011 16:41:16 +0200] rev 44388
tuned signature;
wenzelm [Tue, 23 Aug 2011 16:39:21 +0200] rev 44387
discontinued slightly odd Future/Lazy.get_finished, which do not really fit into the execution model of Future.cancel/join_tasks (canceled tasks need to be dequeued and terminated explicitly);
wenzelm [Tue, 23 Aug 2011 15:48:41 +0200] rev 44386
some support for toplevel printing wrt. editor perspective (still inactive);
wenzelm [Tue, 23 Aug 2011 12:20:12 +0200] rev 44385
propagate editor perspective through document model;
wenzelm [Mon, 22 Aug 2011 21:42:02 +0200] rev 44384
some support for editor perspective;
wenzelm [Mon, 22 Aug 2011 21:09:26 +0200] rev 44383
discontinued redundant Edit_Command_ID;