Add imax right-successor corner cases - #176
Merged
nomeata merged 1 commit intoAug 30, 2026
Merged
Conversation
phiferd
marked this pull request as ready for review
August 29, 2026 16:24
Collaborator
|
I don't want to blame checkers that already implement a more complete level normalization. So these tests probably shouldn't be tutorial tests, but go into the |
phiferd
force-pushed
the
imax-right-successor-corner-cases
branch
from
August 29, 2026 23:45
34407be to
7333a62
Compare
nomeata
enabled auto-merge (squash)
August 30, 2026 08:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #175.
Adds the two requested universe-normalization corner cases:
imax u 1versusmax u 1imax u (v + 1)versusmax u (v + 1)They are a single
corner-cases/export withoutcome: either: a checker mayreject the hand-crafted declarations conservatively, or accept them using more
complete level normalization. The official checker rejects the export and
Arena records that result as permitted rather than scoring it as a failure.
Validation:
.venv-arena/bin/python ./lka.py build-test corner-cases/imax-right-successor.venv-arena/bin/python ./lka.py run --checker official --test corner-cases/imax-right-successor