diff options
author | rustanleino <unknown> | 2010-06-22 02:14:31 +0000 |
---|---|---|
committer | rustanleino <unknown> | 2010-06-22 02:14:31 +0000 |
commit | 98ee7b446b22df255ecf914d68f1997ea987877e (patch) | |
tree | 2aa039b67935fa9e58199eaba5c2aaad7c5fd23c /BCT/BCT.sln | |
parent | 266595b02c986e9b18327ac2494893d3185d919e (diff) |
Boogie:
* Set Z3's QI_COST as the sum of "weight" and "generation", not their product. This worked better when setting the :weight of a quantifier (see below).
Dafny:
* Improved axiomatization of sequences; in particular, use an axiom to generate terms that say what the two pieces of a concatenation are
* Two of the (previous) sequence axioms could cause a matching loop, in cases where Z3's arithmetic reasoning does not infer all rational arithmetic equalities during instantiation. The effect of this was apparently not noticed before, perhaps the concatenation/drop properties previously had to be supplied in manual assert statements. But now, with the improved sequence axiomatization (see previous bullet), this effect became remarkably noticeable. To reduce the bad effect of this apparent matching loop, Michal and I added a :weight annotation on two of the axioms, which, along with the Boogie change above, seems to give acceptable results.
* Removed several assert lemmas that are no longer needed in Test programs (the test programs now contain only about a handful of such lemmas)
Diffstat (limited to 'BCT/BCT.sln')
0 files changed, 0 insertions, 0 deletions