Zenom2887 / RoAR_master

Master research plan
1 stars 0 forks source link

Quadratic Programming #17

Open hc3433 opened 11 months ago

Zenom2887 commented 11 months ago

About choosing the solver:

  1. Use OSQP from Oxford lib as Xincheng does. Pro: It's built based on libs in C++ itself. Doesn't require extra header files Con: The OSQP only contains offical C files (C++ files aren't official).
  2. Use ALGLIB as Robert does
  3. Others.