Skip to content

Commit 9ae73f7

Browse files
committed
docs(readme): add verification coverage output example
Show the coverage tracking output in README example. Details about what's verified vs skipped are in FORMAL_VERIFICATION_GUIDE.md, keeping the README evergreen.
1 parent 752570a commit 9ae73f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,10 @@ cargo build --release --features verification
168168
```
169169
🔬 Running Z3 SMT verification...
170170
✅ Z3 verification passed: optimizations are semantically equivalent
171+
📊 Verification coverage: 42 verified, 3 skipped (93.3%)
171172
```
172173

173-
Z3 verification proves mathematically that optimizations preserve program semantics via translation validation.
174+
Z3 verification proves mathematically that optimizations preserve program semantics via translation validation. The coverage report shows how many functions were fully verified vs. skipped (due to unsupported patterns like complex loops). See `docs/FORMAL_VERIFICATION_GUIDE.md` for details.
174175

175176
## 💡 Examples
176177

0 commit comments

Comments
 (0)