- Oct 30, 2023
-
-
Guilhem Saurel authored
-
- Oct 05, 2022
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Apr 05, 2022
-
-
Guilhem Saurel authored
-
- Apr 13, 2021
-
-
Guilhem Saurel authored
- Sep 11, 2020
-
- Apr 15, 2020
-
-
Guilhem Saurel authored
-
- Apr 14, 2020
-
-
Guilhem Saurel authored
-
- Nov 26, 2019
-
- Sep 24, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Aug 08, 2019
-
-
Joseph Mirabel authored
-
- Mar 25, 2019
-
-
Guilhem Saurel authored
run-clang-tidy-6.0.py -header-filter='.*' -checks='llvm-header-guard' -fix
-
Guilhem Saurel authored
-
- Mar 21, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Feb 08, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Jan 29, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
- Mar 30, 2018
-
-
- Mar 15, 2018
-
-
Pierre Fernbach authored
-
- Mar 09, 2017
-
-
Steve Tonneau authored
-
- Mar 08, 2017
-
-
Steve Tonneau authored
-
Steve Tonneau authored
-
Steve Tonneau authored
-
Steve Tonneau authored
-
Steve Tonneau authored
-
Steve Tonneau authored
-
- Jun 06, 2016
-
-
andreadelprete authored
-
- Nov 02, 2015
-
-
andreadelprete authored
-
andreadelprete authored
-
- 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 27, 2015
-
-
andreadelprete authored
-
- Oct 26, 2015
-
-
andreadelprete authored
-