-
Notifications
You must be signed in to change notification settings - Fork 134
Added new APIs to the RMC crate for creating non-deterministic slices #663
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
Conversation
celinval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename these functions to any_* to follow the same new name of nondet that we discussed offline?
I prefer if we rename all of them at the same time once we settle on the new name. |
celinval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor comments.
…model-checking#663) Added new APIs to the RMC crate for creating non-deterministic slices
…#663) Added new APIs to the RMC crate for creating non-deterministic slices
Description of changes:
Added several convenience APIs to the RMC crate for creating non-deterministic slices.
Resolved issues:
Resolves #614
Call-outs:
Testing:
How is this change tested? Added two new tests
Is this a refactor change? No
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.