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

Bound propagation #2

Open
rkaminsk opened this issue Nov 11, 2020 · 0 comments
Open

Bound propagation #2

rkaminsk opened this issue Nov 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rkaminsk
Copy link
Member

rkaminsk commented Nov 11, 2020

If the atom associated with bound x >= l is true, then all atoms associated with bounds x <= u such that u < l can be made false. Furthermore, one can use bounds of non-basic variables to infer bounds for basic variables. These bounds can then be used to propagate atoms as mentioned before.

Update: Preliminary support has been implemented. I'll keep this issue open for now.

@rkaminsk rkaminsk added the enhancement New feature or request label Nov 11, 2020
@rkaminsk rkaminsk self-assigned this Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant