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
MC_CONTROL_DLLAPI
#define MC_CONTROL_DLLAPI
Definition: api.h:50
mc_solver::QPSolver::Backend::TVM
@ TVM
mc_solver::TVMQPSolver
Definition: TVMQPSolver.h:23
MCController.h
mc_control::TVMController
Definition: TVMController.h:20
mc_control::details::BackendSpecificController
Definition: MCController.h:749
TVMQPSolver.h
mc_control
Definition: CompletionCriteria.h:10