TVM
0.9.4
supported_solvers.in.h
Go to the documentation of this file.
1
/* Copyright 2017-2021 CNRS-AIST JRL and CNRS-UM LIRMM */
2
3
#pragma once
4
14
// clang-format off
15
16
@TVM_USE_LSSOL@
17
#ifdef TVM_USE_LSSOL
18
# include <
tvm/solver/LSSOLLeastSquareSolver.h
>
19
#endif
20
21
@TVM_USE_QLD@
22
#ifdef TVM_USE_QLD
23
# include <
tvm/solver/QLDLeastSquareSolver.h
>
24
#endif
25
26
@TVM_USE_QUADPROG@
27
#ifdef TVM_USE_QUADPROG
28
# include <
tvm/solver/QuadprogLeastSquareSolver.h
>
29
#endif
30
31
@TVM_USE_LEXLS@
32
#ifdef TVM_USE_LEXLS
33
# include <
tvm/solver/LexLSLeastSquareSolver.h
>
34
#endif
35
36
// clang-format on
37
38
#include <
tvm/solver/defaultLeastSquareSolver.h
>
LSSOLLeastSquareSolver.h
LexLSLeastSquareSolver.h
QLDLeastSquareSolver.h
QuadprogLeastSquareSolver.h
defaultLeastSquareSolver.h
include
tvm
supported_solvers.in.h
Generated by
1.9.1