- Sep 24, 2019
-
-
Guilhem Saurel authored
-
- Mar 25, 2019
-
-
Guilhem Saurel authored
-
- Mar 21, 2019
-
-
Guilhem Saurel authored
-
- Jan 29, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Jan 04, 2019
-
-
stevet authored
-
- Mar 08, 2017
-
-
Steve Tonneau authored
-
Steve Tonneau authored
-
- Nov 03, 2015
-
-
andreadelprete authored
Add new LP problems in test_data folder to use them in test_LP_problem. Change range of admissible pitch-roll angles for random contact generation from 0 to twice the friction cone angle. Clean code.
-
andreadelprete authored
Add binary files describing some LP problems in folder test_data. Add test LP solver using binary files.
-
andreadelprete authored
-
- Nov 02, 2015
-
-
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.
-
- Oct 30, 2015
-
-
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.
-
- Oct 28, 2015
-
-
andreadelprete authored
Implement LP solver using coin-or LP. Add in test_LP_solver some small LP tests. Implement primal and dual LP algorithm to compute robustness of a given com position. Test algorithm against PP: primal works always, while dual works only sometimes (need to investigate).
-
- Oct 26, 2015
-
-
andreadelprete authored
-