solver
Solver.hpp
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #ifdef USE_GUROBI
12 #include <gurobi_c++.h>
13 #endif
14 
15 #ifdef USE_IPOPT
16 #include <IpSolveStatistics.hpp>
17 #include <IpIpoptApplication.hpp>
18 #endif
19 
20 #include <solver/interface/Var.hpp>
ECOS - Embedded Conic Solver.