Skip to content
Snippets Groups Projects
  1. Mar 21, 2024
  2. Oct 30, 2023
  3. Oct 05, 2022
  4. Apr 05, 2022
  5. Apr 13, 2021
  6. Sep 11, 2020
  7. Apr 15, 2020
  8. Apr 14, 2020
  9. Nov 26, 2019
  10. Sep 24, 2019
  11. Aug 08, 2019
  12. Mar 25, 2019
  13. Mar 21, 2019
  14. Feb 08, 2019
  15. Jan 29, 2019
  16. Mar 30, 2018
  17. Mar 15, 2018
  18. Mar 09, 2017
  19. Mar 08, 2017
  20. Jun 06, 2016
  21. Nov 02, 2015
  22. Oct 30, 2015
    • andreadelprete's avatar
      Implement LP solver using qpOases. Implement a more efficient primal... · cadc430e
      andreadelprete authored
      Implement LP solver using qpOases. Implement a more efficient primal formulation of the LP to compute robustness of a given CoM position (LP2 in the code). Even this formulation sometimes gives wrong results with coin-or solver, but not with qpOases. Implement first performance tests: qpOases seems faster than coin-or solver and fastest formulation seems to be the dual LP (about 0.1 ms for 32 generators). PP algorithm is instead very slow, much slower than in Steve's code, but it's not clear why.
      cadc430e
  23. Oct 28, 2015
Loading