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

omega: Handles two-element Prod.Lex, but not three elements #3845

Closed
nomeata opened this issue Apr 8, 2024 · 1 comment
Closed

omega: Handles two-element Prod.Lex, but not three elements #3845

nomeata opened this issue Apr 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nomeata
Copy link
Contributor

nomeata commented Apr 8, 2024

@hargoniX and I just ran into this while proving termination with a rather complex termination measure: omega has some support for Lex.Prod, but breaks when nesting it:

example : Prod.Lex (· < ·) (· < ·) (0, 0) (0, 1) :=
  by omega -- works

example : Prod.Lex (· < ·) (Prod.Lex (· < ·) (· < ·)) (0, 0, 0) (0, 1, 0) :=
  by omega -- fails

Versions

0.4.7

Impact

Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.

@nomeata nomeata added the bug Something isn't working label Apr 8, 2024
@semorrison semorrison self-assigned this Apr 22, 2024
@Kha
Copy link
Member

Kha commented Aug 30, 2024

We're not planning to further increase the scope of omega but to embed it into more general tactics instead

@Kha Kha closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants