You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the following inconsistencies:
- Update numbering in index.md to avoid duplicate indices.
- Fix anchors in on the goto-analyzer page.
- Add links to contracts and goto-harness to make sure the
information in doc/cprover-manual is actually visible on the rendered
page.
- Add the user-facing documentation about memory primitives to the
manual.
- Add the user-facing documentation about dealing with static functions
to the manual.
- Replace the blank page that clicking on "variants" in the goto-cc
section produced by the content of the file that it was meant to link
to.
- Fix various links to actually use TOC entries instead of .md files
(that ended up as 404).
- Fix links to the TOC to actually link back to the TOC.
we may declare a [_decreases clause_](contracts-decreases.md)
85
+
we may declare a [_decreases clause_](../../contracts/decreases/)
84
86
that indicates a bounded numeric measure
85
87
which must monotonically decrease with each loop iteration.
86
88
In this case, it is easy to see that `lb` and `ub` are approaching closer together with each iteration, since either `lb` must increase or `ub` must decrease in each iteration.
@@ -143,10 +145,10 @@ and finally we verify the instrumented GOTO binary with desired checks.
0 commit comments