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

Add the possibility to set tollerances on equality constraints for TSID #737

Open
Gio-DS opened this issue Oct 6, 2023 · 1 comment
Open

Comments

@Gio-DS
Copy link
Contributor

Gio-DS commented Oct 6, 2023

It would be nice to have the possibility to set some tollerances on equality constraints of blf TSID optimization problem. The idea would be to turn equality constraints into inequality constraints by setting a tollerance $\delta$:

$$Ax = b \rightarrow b-\delta \leq Ax \leq b+ \delta$$

CC @xela-95

@GiulioRomualdi
Copy link
Member

I would avoid using this approach and I will go for slack variables this will also allow us in the future to close #529

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