TVMController.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2022 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
8 
10 
11 namespace mc_control::fsm
12 {
13 
16 : public details::BackendSpecificController<MCController::Backend::TVM, mc_solver::TVMQPSolver>
17 {
19  mc_solver::TVMQPSolver>::BackendSpecificController;
20 };
21 
22 } // namespace mc_control::fsm
#define MC_CONTROL_FSM_DLLAPI
Definition: api.h:50
Definition: Controller.h:18
Definition: TVMController.h:17
Definition: TVMQPSolver.h:24