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

[Civl] Add support for preconditions to actions #872

Merged
merged 7 commits into from
Apr 22, 2024
Merged

Conversation

shazqadeer
Copy link
Contributor

@shazqadeer shazqadeer commented Apr 22, 2024

This PR adds preconditions to actions for the purpose of providing extra contextual information in left mover checks for inductive sequentialization. These preconditions are proved to be interference-free just like other preconditions. Their initiation is established by the IS invariant during the step condition check for the action being moved left. As a result of this enhancement, the use of abstractions (and the eliminates clause) is eliminated from Civl benchmarks, the strengthening achieved by the extra gates of the abstractions now achieved by the preconditions.

The intention is to eliminate abstractions and the eliminates clause from Civl. But that will be done in a separate PR.

@shazqadeer shazqadeer requested a review from bkragl April 22, 2024 03:59
@shazqadeer shazqadeer merged commit df44c91 into master Apr 22, 2024
5 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.

1 participant