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

fix: improve preproc triviality checks #68

Merged
merged 3 commits into from
Apr 1, 2024

Conversation

AdrienChampion
Copy link
Member

@AdrienChampion AdrienChampion commented Jan 15, 2024

  • adds a timeout for is-trivial checks during pre-processing on clauses with a generic shape (has predicates and a rhs)

  • for clauses with no predicates nor rhs, the is-trivial check is still unbounded when hoice has no timeout as, currently, a timeout/unknown result at this stage stops the whole analysis

    But if hoice does run with a timeout, the checks will now have one as well

closes #67

@ryosu-sato ryosu-sato merged commit 03266ed into hopv:master Apr 1, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

hoice get stuck during preprocessing
2 participants