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
blanchet [Mon, 06 Dec 2010 11:26:17 +0100] rev 40982
honor the default max relevant facts setting from the SMT solvers in Sledgehammer
blanchet [Mon, 06 Dec 2010 11:25:21 +0100] rev 40981
have SMT solvers report the number of facts that they should have by default in Sledgehammer -- the information might not seem to belong there but it also belongs nowhere else, for how is Sledgehammer to know how different solvers deal with hundreds of facts?
blanchet [Mon, 06 Dec 2010 10:32:39 +0100] rev 40980
return all facts for CVC3 and Yices, since there is no proof parsing / unsat core extraction
blanchet [Mon, 06 Dec 2010 10:31:29 +0100] rev 40979
trust SMT filter's timeout -- nested timeouts seem to be at the origin of spontaneous Interrupt exceptions in some cases
blanchet [Mon, 06 Dec 2010 10:23:31 +0100] rev 40978
reraise interrupt exceptions
blanchet [Mon, 06 Dec 2010 09:54:58 +0100] rev 40977
[mq]: sledge_binary_minimizer
bulwahn [Mon, 06 Dec 2010 10:52:48 +0100] rev 40976
correcting usage documentation in mirabelle tool
bulwahn [Mon, 06 Dec 2010 10:52:46 +0100] rev 40975
adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40974
commenting out sledgehammer_mtd in Mutabelle
bulwahn [Mon, 06 Dec 2010 10:52:45 +0100] rev 40973
removing declaration in quickcheck to really enable exhaustive testing
bulwahn [Mon, 06 Dec 2010 10:52:44 +0100] rev 40972
adding timeout to try invocation in mutabelle