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

More efficient bound propagation from PL constraints #104

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

guykatzz
Copy link
Collaborator

change the way PL constraints propoagate bounds during solve: instead
of going over the constraints one by one and asking for new
bounds (pull), have the constraints report new bounds as they are
deduced (pull). This will allow us to query the constraints more often
without wasting a lot of time

of going over the constraints one by one and asking for new
bounds (pull), have the constraints report new bounds as they are
deduced (pull). This will allow us to query the constraints more often
without wasting a lot of time
@guykatzz guykatzz merged commit e0d062c into master Dec 11, 2018
@guykatzz guykatzz deleted the constraint_bound_tightener branch December 12, 2018 14:13
matanost pushed a commit that referenced this pull request Nov 2, 2021
…#104)

of going over the constraints one by one and asking for new
bounds (pull), have the constraints report new bounds as they are
deduced (pull). This will allow us to query the constraints more often
without wasting a lot of time
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.

2 participants