Skip to content

Prove infeasible states #1950

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

Merged

Conversation

ttuegel
Copy link
Contributor

@ttuegel ttuegel commented Jul 3, 2020

Fixes: #1665


Reviewer checklist
  • Test coverage: stack test --coverage
  • Public API documentation: stack haddock

@ttuegel ttuegel marked this pull request as ready for review July 7, 2020 22:12
ttuegel added 2 commits July 7, 2020 20:00
For now, this step applies only to patterns that cannot be rewritten further, to
avoid getting stuck. Later, this will also be used to avoid repeated generation
of the same \ceil patterns.
@ttuegel ttuegel force-pushed the issue-1665--stuck-infeasible branch from 88e5951 to b3e9752 Compare July 8, 2020 01:00
@ttuegel ttuegel requested a review from ana-pantilie July 8, 2020 10:14
@@ -559,6 +587,7 @@ reachabilityFirstStep =
, CheckGoalStuck
, CheckGoalRemainder
, Simplify
, InferDefined
, TriviallyValid
Copy link
Contributor

@ana-pantilie ana-pantilie Jul 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the TriviallyValid transition necessary anymore (for GoalRemainder)?

@rv-jenkins rv-jenkins merged commit 1739884 into runtimeverification:master Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proof stuck on infeasible state
3 participants