Half inequality constraint (Ax<= b or a<= Ax)?
mao1756 opened this issue · 1 comments
It seems to me that currently, the software only supports the constraint of the form
Context:
I am implementing a program that finds a projection of a given point to a given convex hull, and writing the problem as a QP, we have the following problem:
where
I don't have an issue to write
hello, and thanks for your question!
we use a similar interface to osqp. if you only care about one side of the inequality, you can set the other side to Inf or -Inf. there are relevant examples on the osqp website.