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
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.
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.
0 commit comments