Skip to content

fix: LogLinarith GreaterThan direction - #34

Open
Chessing234 wants to merge 2 commits into
teorth:mainfrom
Chessing234:fix/loglinarith-greaterthan-direction
Open

fix: LogLinarith GreaterThan direction#34
Chessing234 wants to merge 2 commits into
teorth:mainfrom
Chessing234:fix/loglinarith-greaterthan-direction

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • x > y was encoded as Theta(y) >= Theta(x), reversing the inequality.
  • Mirror LessThan: keep argument order and use >=.

Test plan

  • test_loglinarith_greaterthan_not_reversed

Swapping both sides and using >= inverted x > y into Theta(y) >= Theta(x).
@Chessing234
Chessing234 force-pushed the fix/loglinarith-greaterthan-direction branch from eee5f92 to aef445e Compare August 5, 2026 10:28
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