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

Check if constraints are satisfiable #4

Open
bertiqwerty opened this issue Oct 6, 2021 · 2 comments
Open

Check if constraints are satisfiable #4

bertiqwerty opened this issue Oct 6, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@bertiqwerty
Copy link
Member

The purpose of this would be to aid users by this consistency check when specifying constraints. Checking feasibility is only reasonably possible for linear constraints. To do this check we could try to solve a scipy.optimize.linprog problem.

@bertiqwerty bertiqwerty added the enhancement New feature or request label Oct 23, 2021
@DavidWalz
Copy link
Member

@Osburg this is something that is already done as part of reduce_problem.

@Osburg
Copy link
Contributor

Osburg commented Mar 17, 2022

@DavidWalz but I think not necessarily for all constraints. For example linear inequality constraints that do not contain any of the eliminated variables just stay as they are and will therefore never be checked.

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

3 participants