Skip to content

Boogie

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 14:13
· 65 commits to master since this release
7cf52a3
More thorough checks for exceeding resource limit (#812)

Sometimes Z3 doesn't tell us that it exceeded its resource limit. So, if
it returns "unknown", with an unknown reason, and the reported resource
count exceeds the provided limit, report that it ran out of resources.

Fixes #803.

Addresses dafny-lang/dafny#4804