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

LPO + MPO => RPO #72

Open
jwaldmann opened this issue Apr 13, 2014 · 0 comments
Open

LPO + MPO => RPO #72

jwaldmann opened this issue Apr 13, 2014 · 0 comments

Comments

@jwaldmann
Copy link
Collaborator

we have LPO (compare arguments lexicographically). we should also allow
"multiset status" (compare arguments as multiset). This results in what people usually call RPO. Technically,

Precedence = Map symbol Height

will be changed to

Precedence = Map symbol (Status,Height)
data Status = Lex | Multi

cf. http://verify.rwth-aachen.de/giesl/papers/FROCOS07-distribute.ps
but they put the permutation into Lex while we do it in the argument filter
(and want to keep it there).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant