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

Enable choice of term ordering for REST #522

Merged
merged 9 commits into from
Feb 16, 2022

Conversation

zgrannan
Copy link
Contributor

@zgrannan zgrannan commented Feb 9, 2022

This PR allows the user to change the termination ordering for use in REST with a flag: --rest-ordering. Available options are:

  • rpo: Recursive Path Ordering (default)
  • kbo: Knuth-Bendix Ordering
  • lpo: Lexicographic Path Ordering
  • fuelN: Only apply N consecutive rewriting steps in a row (i.e fuel5, fuel10, etc).

Information about REST technique and different term orderings are described in sections 3 & 4 in the REST paper: https://s3.us-west-1.wasabisys.com/zg-public/paper.pdf

Related PR: ucsd-progsys/liquidhaskell#1930

@zgrannan zgrannan marked this pull request as ready for review February 11, 2022 19:34
@nikivazou nikivazou merged commit a096b4c into ucsd-progsys:develop Feb 16, 2022
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.

None yet

2 participants