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

Add a bridge for f-in-LessThan,GreaterThan,EqualTo to Complements #2581

Closed
odow opened this issue Nov 13, 2024 · 0 comments · Fixed by #2582
Closed

Add a bridge for f-in-LessThan,GreaterThan,EqualTo to Complements #2581

odow opened this issue Nov 13, 2024 · 0 comments · Fixed by #2582
Labels
Submodule: Bridges About the Bridges submodule

Comments

@odow
Copy link
Member

odow commented Nov 13, 2024

x-ref jump-dev/JuMP.jl#3738

f(x) == b  <--> {f(x) - b} ⟂ y
f(x) >= b  <--> {f(x) - b} ⟂ y >= 0
f(x) <= b  <--> {f(x) - b} ⟂ y <= 0
@odow odow added the Submodule: Bridges About the Bridges submodule label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Submodule: Bridges About the Bridges submodule
Development

Successfully merging a pull request may close this issue.

1 participant