A sparse MPC solver for walking motion generation (old version).
solver/smpc_common.h
Go to the documentation of this file.
00001 
00008 #ifndef SMPC_COMMON_H
00009 #define SMPC_COMMON_H
00010 
00011 /****************************************
00012  * INCLUDES 
00013  ****************************************/
00014 
00015 #include <cstddef>
00016 #include <smpc_solver.h>
00017 
00018 /****************************************
00019  * DEFINES
00020  ****************************************/
00021 
00024 
00025 /****************************************
00026  * TYPEDEFS 
00027  ****************************************/
00028 
00029 /****************************************
00030  * PROTOTYPES 
00031  ****************************************/
00032 
00034 #endif /*SMPC_COMMON_H*/
00035