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
MC_CONTROL_FSM_DLLAPI
#define MC_CONTROL_FSM_DLLAPI
Definition: api.h:50
Controller.h
mc_solver::QPSolver::Backend::TVM
@ TVM
mc_control::fsm
Definition: Controller.h:17
mc_solver::TVMQPSolver
Definition: TVMQPSolver.h:23
mc_control::fsm::TVMController
Definition: TVMController.h:15
TVMQPSolver.h
mc_control::fsm::details::BackendSpecificController
Definition: Controller.h:163