wenzelm [Mon, 06 Dec 2010 16:18:56 +0100] rev 41019
merged
blanchet [Mon, 06 Dec 2010 13:46:45 +0100] rev 41018
fix monotonicity type of None
blanchet [Mon, 06 Dec 2010 13:36:28 +0100] rev 41017
compile
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41016
introduced hack to exploit the symmetry of equality in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41015
cleanup example
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41014
add more flexibility to the monotonicity calculus: instead of hardcoding F-arrows, also allow G-arrows, simulating applications of the Sub rule
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41013
fixed bug in monotonicity solution display, whereby the polarity of literals was ignored
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41012
improve precision of forall in constancy part of the monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41011
added some missing well-annotatedness constraints to monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41010
more work on the monotonicity evaluation driver
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41009
improve precision of finite functions in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41008
added ML code for testing entire theories for monotonicity
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41007
use ML SAT solvers up to a certain time limit, then switch to faster solvers with a timeout -- this becomes necessary with the new, more powerful monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41006
added examples to exercise new monotonicity code
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41005
fixed quantifier handling of new monotonicity calculus