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

NOT READY Compute syntactic transitive closure for select relational symbols #3940

Closed
wants to merge 2 commits into from

Conversation

geo2a
Copy link
Collaborator

@geo2a geo2a commented Jun 14, 2024

Related to #3861

This PR adds a routine to compute a syntactic transitive closure if a certain relational symbol in a given set of applications of this symbol.

See module Booster.Pattern.PartialOrder for the implementation and [Test.Booster.Pattern.PartialOrder(https://github.com/runtimeverification/haskell-backend/blob/georgy%2Fpartial-order-transitive-closure/booster/unit-tests/Test/Booster/Pattern/PartialOrder.hs#L13) for the unit-tests.

Application

This routine, in conjunction with syntactic inference of requires from the path condition, should allow us to solve some side-conditions completely syntactically, i.e. without calling the SMT solver or event the applying equations.

@geo2a
Copy link
Collaborator Author

geo2a commented Jun 19, 2024

Opened this draft too early.

@geo2a geo2a closed this Jun 19, 2024
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