-
Notifications
You must be signed in to change notification settings - Fork 87
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
issue 1193: Add bridge to that converts upper/lower constraints to interval constraints #1195
issue 1193: Add bridge to that converts upper/lower constraints to interval constraints #1195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks real good, some minor comments :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if someone adds a GreaterThan
and a LessThan
bound constraint?
You would get an error as you cannot add an interval variable bound twice. Solver are recommended to still support variable GreaterThan and LessThan for now because of this |
54bf6f3
to
5e56bc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5e56bc7
to
5e0e937
Compare
02a29ca
to
15dc871
Compare
15dc871
to
2d6e52d
Compare
Except for codecov, PR is green |
There was some conflicts with #1197 that I just resolved, we can merge when CI passes. |
@blegat CI green. codecov/patch failed though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks! Coverage sometimes miss lines of trivial functions that are inlined.
Prompted by #1193
Used blegat's comment in the issue as well as gitter chat on November 6, 2020 8:59 PM