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

get rid of tryGen #106

Open
jvoigtlaender opened this issue Feb 9, 2024 · 0 comments
Open

get rid of tryGen #106

jvoigtlaender opened this issue Feb 9, 2024 · 0 comments

Comments

@jvoigtlaender
Copy link
Member

Various places in the code use tryGen, erroring out in case a certain number of attempts does not lead to a random value with a desired property. Hopefully, such a runtime error will never be encountered in real, because it would crash "the whole thing". So, it would be good to:

  • analyze whether indeed all these uses of tryGen are with predicates known to be satisfiable at their use sites,
  • then probably replace tryGen with suchThat.
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

1 participant