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

Autostack management of constraints #76

Open
alaurenzi opened this issue Oct 11, 2017 · 5 comments
Open

Autostack management of constraints #76

alaurenzi opened this issue Oct 11, 2017 · 5 comments
Assignees

Comments

@alaurenzi
Copy link
Contributor

As far as I understood, it is not 100% sure that the way in which the AutoStack manages global constraints is correct. Unfortunately I cannot provide now a small self-contained example of this. @EnricoMingo remember to double-check!

@alaurenzi
Copy link
Contributor Author

Ping! It is an important feature!

@EnricoMingo
Copy link
Contributor

I have implemented in branch issue76 a way to clearly handle (global) constraints in AutoStack.
Basically, as for the bounds, there is a list of constraints which can be retrieved using the getConstraints() method in Autostack and can be used, for example, in the solver as:

solver(autostack->getTask(), autostack->getBounds(), autostack->getConstraints(), ...)

Tests passes, I wait some user feedback before merging to devel.

@EnricoMingo
Copy link
Contributor

@alaurenzi can we close this issue?

1 similar comment
@EnricoMingo
Copy link
Contributor

@alaurenzi can we close this issue?

@EnricoMingo
Copy link
Contributor

@alaurenzi this is quite old and we did not merge to devel...what we do?

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

No branches or pull requests

2 participants