liuq / QuadProgpp

A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.
MIT License
285 stars 88 forks source link

I don't wanna use the '='. How do this? #19

Open zed654 opened 3 years ago

zed654 commented 3 years ago

I do not want to use '=' to solve my equation.

ex. min f = 1/2 x^2 + y^2 x >= 1 y >= 1

How could I write this to your function..?

happy-yan commented 2 years ago

I have same question