A sparse MPC solver for walking motion generation.
|
#include "smpc_common.h"
#include "as_chol_solve.h"
#include "as_constraint.h"
#include "as_problem_param.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | qp_as |
Solve a quadratic program with a specific structure. qp_as = Quadratic Programming / Active Set. More... | |
Definition in file qp_as.h.