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
7
#include <
mc_control/MCController.h
>
8
9
#include <
mc_solver/TVMQPSolver.h
>
10
11
namespace
mc_control
12
{
13
20
struct
MC_CONTROL_DLLAPI
TVMController
21
:
public
details::BackendSpecificController
<MCController::Backend::TVM, mc_solver::TVMQPSolver>
22
{
23
using
details::BackendSpecificController
<
MCController::Backend::TVM
,
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
include
mc_control
TVMController.h
Generated by
1.8.17