Epigraph
Convex Optimization in C++
epigraph.hpp
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #ifdef ENABLE_ECOS
11 #include "wrappers/ecosWrapper.hpp"
12 #undef CTRLC
13 #undef DEBUG
14 #undef DELTA
15 #undef DLONG
16 #undef PROFILING
17 #endif
18 
19 #ifdef ENABLE_OSQP
20 #include "wrappers/osqpWrapper.hpp"
21 #endif