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

The number of active equality constraints exceeds the number of variables #195

Open
hongkai-dai opened this issue Oct 25, 2020 · 1 comment

Comments

@hongkai-dai
Copy link
Collaborator

Theoretically when solving an LP (except for pathalogical cases), the number of active constraints should be the same as the number of variables, and we can invert the matrix corresponding to the left-hand side of the active constraints. In our problem when computing the Lyapunov maximal violation, we often get a lot more active constraints than the number of decision variables, and the matrix to be inverted is a tall/thin matrix.

@hongkai-dai
Copy link
Collaborator Author

Many of the constraints are only on the binary variables, and we don't consider the derivative of binary variables w.r.t the problem data. We should ignore these constraints when computing the optimal continuous value solution.

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

1 participant