humoto
qpmad.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4 
5  @brief
6 */
7 
8 #pragma once
9 
10 #include <qpmad/solver.h>
11 
12 namespace humoto
13 {
14  /**
15  * @brief QP solver: qpmad.
16  *
17  * @ingroup Solvers
18  * @{
19  * @defgroup qpmad qpmad
20  * @}
21  *
22  * @ingroup qpmad
23  */
24  namespace qpmad
25  {
26  }
27 }
28 
29 #include "qpmad/solution.h"
30 #include "qpmad/solver.h"
The root namespace of HuMoTo.
Definition: config.h:12