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

State tracking of constraints. #31

Open
rkaminsk opened this issue May 6, 2020 · 0 comments
Open

State tracking of constraints. #31

rkaminsk opened this issue May 6, 2020 · 0 comments
Assignees

Comments

@rkaminsk
Copy link
Member

rkaminsk commented May 6, 2020

None of the constraints in clingcon can really benefit from the calculation of lower/upper bounds during propagation (even though it helped to find a lot of bugs). Even for sum constraints propagation is still linear (or quadratic if counting conflict generation). So we can simplify this by just enqueuing a constraint. This would also allow for unwatching a constraint on the current decision level and not just the next one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants