Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundness vs completeness matrix incorrect #1

Open
danjones1618 opened this issue Jan 16, 2022 · 1 comment
Open

Soundness vs completeness matrix incorrect #1

danjones1618 opened this issue Jan 16, 2022 · 1 comment

Comments

@danjones1618
Copy link

In week 4, the soundness vs completeness matrix is incorrect and not coherent with the logic presented in the previous slide.

Logic presented

Property Definition
Soundness Analysis says no bugs -> No bugs && Analysis says bug -> It is a bug
Completeness No bugs -> Analysis says no bugs

Current matrix

Complete Incomplete
Sound Reports all errors; no false alarms Reports all errors; may report false positives
Unsound May not report all errors; Reports no false alarms May not report all errors; may report false alarms

Corrected matrix

Complete Incomplete
Sound Reports all errors; no false alarms May not report all errors; Reports no false alarms
Unsound Reports all errors; may report false positives May not report all errors; may report false alarms
@TiPEX360
Copy link

amen 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants