Sun, 07 Nov 2010 18:02:02 +0100 | blanchet | catch TimeOut exception | changeset | files |
Sun, 07 Nov 2010 17:56:07 +0100 | blanchet | ensure the SMT solver respects the timeout -- Mirabelle revealed cases where "smt_filter" apparently never returns | changeset | files |
Sun, 07 Nov 2010 17:51:25 +0100 | blanchet | if SMT used as a filter in a loop fails at each iteration, returns the first error, not the last, since it is more informative -- the first error typically says "out of memory", whereas the last might well be "the SMT problem is unprovable", which should be no surprise if too many facts were removed | changeset | files |
Sun, 07 Nov 2010 13:29:59 +0100 | blanchet | removed explicit "Interrupt" handling for conformity with async model -- unfortunately the user loses the information about how many scopes were checked, but this needs to be retought with the new interface anyway | changeset | files |