liuq / QuadProgpp

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

code stuck in loop #17

Open Jaemin87 opened 4 years ago

Jaemin87 commented 4 years ago

Hello, I am using your code to solve a big problem of which matrix size is more than 20. Could you let me know where I have to modify the macro in your file? can you explain how to change the matrix size in detail? Also, I iteratively solve the QP multiple times on my code. Suddenly it seems that QP code stuck in the loop without any response. Have you experienced this issue on your side? Do you have any suspicious problems regarding this issue?

santoshj1989 commented 3 years ago

Same issue for me, how did you solve this?