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

Do not simplify equality immediately on construction #546

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. Do not simplify equality immediately on construction

    After some discussion, it turns out it is preferable to keep
    simplification code in the simplification functions and do not simplify
    equalities directly at construction point.
    
    However, we would still like to normalize equalities, so that constants
    are at LHS. Therefore we update the simplification rules, which were
    previously written to expect constant on RHS.
    blishko committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b6753d8 View commit details
    Browse the repository at this point in the history