Ratio of number of equations and variables that is not solvable by osqp #665
Replies: 2 comments 1 reply
-
Hi @yeasmin62, I think you are confusing OSQP with a linear equation solver. OSQP solves a quadratic optimization problem, where we minimize a quadratic function over a set of linear constraints. In this case, we don't really have "overdetermined" or "underdetermined" systems, but instead we focus on feasibility (a solution exists that satisfies all the constraints) and infeasibility (there is no solution that satisfies all the constraints). OSQP can be used to solve the least squares problems, where you try to find the best |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you very much for your answer. However, is there any limitation of the number of constraints or number variables? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I know that system if equations can be determined (equal number of equations and variables), underdetermined ( Number of Equations is less than number of Variables) and overdetermined (number of Equations is greater than variables).
Thank you very much in advance
Beta Was this translation helpful? Give feedback.
All reactions