QP and constraints #595
Replies: 5 comments 5 replies
-
You're asking about quadratically constrained quadratic programs (QCQP) right? You can model it using ExpressionsBasedModel, but currently none of the built in solvers can handle that model. You need to either extend the functionality in the org.ojalgo.optimisation.convex package or use some 3:d party solver. |
Beta Was this translation helpful? Give feedback.
-
Yes QCQP, as shown in the attached picture. |
Beta Was this translation helpful? Give feedback.
-
No, the |
Beta Was this translation helpful? Give feedback.
-
i'm soory, yes the constraint in my problem is a linear inequality as shown in the attached picture. but the cost function is quadratic. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have write this example with arbitrary matrices but unfortunately i get 0 as optimum in both variables:
Do i miss something ? |
Beta Was this translation helpful? Give feedback.
-
Hello
I’m currently working on a project where i would like to use your vivid software package to solve a QP for my MPC.
I would like to ask if there is an improvement in the sense of having a quadratic constraints as inequality.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions