humoto
quadprogpp.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 <QuadProg++/QuadProg++.hh>
11 
12 namespace humoto
13 {
14  /**
15  * @brief QP solver: QuadProgpp.
16  *
17  * @ingroup Solvers
18  * @{
19  * @defgroup QuadProgpp QuadProgpp
20  * @}
21  *
22  * @ingroup QuadProgpp
23  */
24  namespace quadprogpp
25  {
26  }
27 }
28 
29 #include "quadprogpp/solution.h"
30 #include "quadprogpp/solver.h"
The root namespace of HuMoTo.
Definition: config.h:12