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
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41004
tune parentheses and indentation
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41003
proper handling of frames for connectives in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41002
tune indentation
blanchet [Mon, 06 Dec 2010 13:33:09 +0100] rev 41001
removed old baggage from monotonicity calculus -- the "calculus" option didn't really work anyway because of on-the-fly simplifications
blanchet [Mon, 06 Dec 2010 13:33:05 +0100] rev 41000
implemented All rules from new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:30:57 +0100] rev 40999
fixed bug in clause handling in monotonicity code, whereby the unsound rule False | x <--> False was used to simplify constraints
blanchet [Mon, 06 Dec 2010 13:30:38 +0100] rev 40998
started implementing the new monotonicity rules for application
blanchet [Mon, 06 Dec 2010 13:30:36 +0100] rev 40997
implemented connectives in new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:29:23 +0100] rev 40996
added "Neq" operator to monotonicity inference module
blanchet [Mon, 06 Dec 2010 13:26:27 +0100] rev 40995
started implementing connectives in new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:26:23 +0100] rev 40994
more work on frames in the new monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40993
support 3 monotonicity calculi in one and fix soundness bug
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40992
tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40991
proper handling of assignment disjunctions vs. conjunctions
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40990
adapt monotonicity code to four annotation types
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40989
more monotonicity tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40988
tuning
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40987
added frame component to Gamma in monotonicity calculus
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40986
use boolean pair to encode annotation, which may now take four values
blanchet [Mon, 06 Dec 2010 13:18:25 +0100] rev 40985
started generalizing monotonicity code to accommodate new calculus
blanchet [Mon, 06 Dec 2010 13:17:26 +0100] rev 40984
merged
blanchet [Mon, 06 Dec 2010 11:41:24 +0100] rev 40983
handle "max_relevant" uniformly