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

exhaustive scalarsets #45

Open
Smattr opened this issue Jul 4, 2018 · 1 comment
Open

exhaustive scalarsets #45

Smattr opened this issue Jul 4, 2018 · 1 comment

Comments

@Smattr
Copy link
Owner

Smattr commented Jul 4, 2018

It occurred to me that it should be possible for the checker to identify when symmetry reduction results in an upper range of a scalarset type being unnecessary. For example, the user may define a scalarset(10) but the checker may find that in practice any value above 5 is always symmetric to one less. Hence, the user could have just defined a scalarset(6).

Extending this idea, it should be possible for the checker to take an "infinite" scalarset and find a "useful" upper bound to it. Subsequent to having this idea, I read David Dill's "A Retrospective on Murϕ" and realised he had already had this idea. It does not look like this was ever implemented in a Murphi variant, but it certainly seems like a worthwhile goal for Rumur.

@Smattr
Copy link
Owner Author

Smattr commented Jul 4, 2018

This notion is actually referred to as "data saturation" in C􏰈 Norris Ip and David L􏰈 Dill's "Better Verification Through Symmetry".

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

No branches or pull requests

1 participant