Skip to content

Fix reduction of c1 - (c2 + a) -> c3 - a.#10

Merged
cianciosa merged 2 commits into
mainfrom
reduction_bugs
Jun 1, 2026
Merged

Fix reduction of c1 - (c2 + a) -> c3 - a.#10
cianciosa merged 2 commits into
mainfrom
reduction_bugs

Conversation

@cianciosa

Copy link
Copy Markdown
Collaborator

This fixes issue #9

@cianciosa cianciosa linked an issue Jun 1, 2026 that may be closed by this pull request
@cianciosa

Copy link
Copy Markdown
Collaborator Author

Also found a mistake in
c1 - (c2 - a) -> c3 + a

@cianciosa cianciosa merged commit 67c708d into main Jun 1, 2026
2 checks passed
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.

Incorrect reduction for constant minus add

1 participant