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
12 {
13 
21 : public details::BackendSpecificController<MCController::Backend::TVM, mc_solver::TVMQPSolver>
22 {
24  mc_solver::TVMQPSolver>::BackendSpecificController;
25 };
26 
27 } // namespace mc_control
#define MC_CONTROL_DLLAPI
Definition: api.h:50
Definition: CompletionCriteria.h:11
Definition: TVMController.h:22
Definition: TVMQPSolver.h:24