Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpartha authored Dec 21, 2024
1 parent 306521c commit 8047e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Our certificate shows for each procedure that the CFG right before the CFG-to-DA
phase is correct under the assumption of the VC. That is, we support all the
transformation listed above except those listed in points 1 and 2.

**Note: points 1 and 2 are also handled on [a separate branch](https://github.com/viperproject/boogie-proofgen/tree/cfg_optimizations) that has not yet been merged into this default branch.**

## Modifications to the VC
We change the VC that Boogie generates in the following ways:
1. We do not generate any axioms about built-in types that we do not support.
Expand Down Expand Up @@ -114,4 +116,4 @@ implies correctness of the input CFG of the CFG-to-DAG phase.
When using the tool, one currently needs to make sure that no special characters
are used that are reserved in Isabelle (such as `#` or `'`). Moreover, for
files that do not verify, the tool cannot provide detailed information, since
the counterexample information is not available.
the counterexample information is not available.

0 comments on commit 8047e8a

Please sign in to comment.