Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. Jan 04, 2019
  3. Jul 05, 2018
  4. Mar 30, 2018
  5. Mar 15, 2018
  6. Nov 23, 2017
  7. Mar 09, 2017
  8. Mar 08, 2017
  9. Dec 16, 2016
  10. Nov 29, 2016
  11. Nov 24, 2016
  12. Aug 09, 2016
  13. Nov 06, 2015
  14. Nov 04, 2015
  15. Nov 03, 2015
  16. Nov 02, 2015
    • andreadelprete's avatar
      Improve documentation. · aff68b51
      andreadelprete authored
      aff68b51
    • andreadelprete's avatar
      [MAJOR IMPROVEMENTS] When using qpOases in DLP check for large negative... · 2ee806d6
      andreadelprete authored
      [MAJOR IMPROVEMENTS] When using qpOases in DLP check for large negative objective value, which suggests likely unboundedness of the problem. Change signature of most methods of StaticEquilibrium class so that they return true if operation succeeded, false otherwise. Add tests of LP formulations against polytope projection. Add ifdef CLP_FOUND everywhere in the code so that solver CLP is now optional (still to fix the cmakelist though). Add documentation.
      2ee806d6
  17. Oct 30, 2015
    • andreadelprete's avatar
      Add algorithms (LP and dual LP) to compute extremum equilibrium point over a... · eeed1551
      andreadelprete authored
      Add algorithms (LP and dual LP) to compute extremum equilibrium point over a line. Add relative tests (successful). Clean up old tests for computation of equilibrium robustness.
      eeed1551
    • 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
  18. Oct 28, 2015
  19. Oct 27, 2015
  20. Oct 26, 2015
Loading