Skip to content

fix: split Eq when Max/Min is on the left - #40

Open
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/eq-maxmin-lhs-conjuncts
Open

fix: split Eq when Max/Min is on the left#40
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/eq-maxmin-lhs-conjuncts

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • get_conjuncts only unpacked x = Max(...) / x = Min(...).
  • Normalize Max(...) = x (and Min) to the RHS form before splitting.

Test plan

  • test_eq_max_lhs_conjuncts

Max(y, z) = x is the same as x = Max(y, z); normalize before unpacking.
@Chessing234
Chessing234 force-pushed the fix/eq-maxmin-lhs-conjuncts branch from 63edb88 to 986c176 Compare August 5, 2026 10:27
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.

1 participant