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 need help #27

Closed hui-Scholarliness closed 1 year ago

hui-Scholarliness commented 1 year ago

I want to know the meaning of each argument passed in the solve_quadprog function. Especially with matlab in X = quadprog (H, f, A, b, Aeq, beq, LB, UB, X0, OPTIONS) for comparison

liuq commented 1 year ago

Please look at the code; the role of each matrix is precisely explained.