Skip to content

Releases: boogie-org/boogie

v2.4.18

17 Feb 04:04
Compare
Choose a tag to compare
eliminated stratified inlining leaving along the support for stratifi…

…ed VC generation

v2.4.19

17 Feb 04:17
Compare
Choose a tag to compare
fix: Visit let-expression components consistently

Previously, the Rhss and Body are a let expression where visited in different orders in
different parts of Boogie. They are now visited consistently, always Rhss before Body.

Fixes #192

v2.4.17

13 Feb 17:40
Compare
Choose a tag to compare
fix: Visit let-expression components consistently

Previously, the Rhss and Body are a let expression where visited in different orders in
different parts of Boogie. They are now visited consistently, always Rhss before Body.

Fixes #192

v2.4.16

13 Feb 15:36
124d1ce
Compare
Choose a tag to compare
Remove typeEncoding:n (#194)

The typeEncoding:n option is unsound, as indicated in its documentation. It also does not appear to be used. This commit eliminates the /typeEncoding:n option.

v2.4.15

20 Jan 20:53
5dc369b
Compare
Choose a tag to compare
Fixed logic for selecting model_compress param.

v2.4.14

20 Jan 18:36
fa23b70
Compare
Choose a tag to compare
Merge pull request #189 from michael-emmi/z3-params

Using old Z3 model_compress parameter for Dafny.

v2.4.13

05 Jan 00:38
Compare
Choose a tag to compare
further cleanup of refinement instrumentation

v2.4.12

03 Jan 13:44
Compare
Choose a tag to compare
clean up of refinement checking

v2.4.11

02 Jan 15:42
c1c61af
Compare
Choose a tag to compare
Merge pull request #183 from michael-emmi/restore-total-user-time

Restore TotalUserTime field removed by 714d5a0.

v2.4.10

01 Jan 17:47
Compare
Choose a tag to compare
small fix to convert a conditional into a debug assert