Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
osiinclude.h
Go to the documentation of this file.
1
2#pragma once
3
4#ifdef COIN_OSI_CBC
5#include <coin/OsiCbcSolverInterface.hpp>
6#endif
7#ifdef COIN_OSI_CLP
8#include <coin/OsiClpSolverInterface.hpp>
9#endif
10#ifdef COIN_OSI_CPX
11#include <coin/OsiCpxSolverInterface.hpp>
12#endif
13#ifdef COIN_OSI_DYLP
14#include <coin/OsiDylpSolverInterface.hpp>
15#endif
16#ifdef COIN_OSI_FORTMP
17#include <coin/OsiFmpSolverInterface.hpp>
18#endif
19#ifdef COIN_OSI_GLPK
20#include <coin/OsiGlpkSolverInterface.hpp>
21#endif
22#ifdef COIN_OSI_MOSEK
23#include <coin/OsiMskSolverInterface.hpp>
24#endif
25#ifdef COIN_OSI_OSL
26#include <coin/OsiOslSolverInterface.hpp>
27#endif
28#ifdef COIN_OSI_SOPLEX
29#include <coin/OsiSpxSolverInterface.hpp>
30#endif
31#ifdef COIN_OSI_SYM
32#include <coin/OsiSymSolverInterface.hpp>
33#endif
34#ifdef COIN_OSI_VOL
35#include <coin/OsiVolSolverInterface.hpp>
36#endif
37#ifdef COIN_OSI_XPRESS
38#include <coin/OsiXprSolverInterface.hpp>
39#endif
40#ifdef COIN_OSI_GRB
41#include <coin/OsiGrbSolverInterface.hpp>
42#endif
43#ifdef COIN_OSI_CSDP
44#include <coin/OsiCsdpSolverInterface.hpp>
45#endif
46
47#include <coin/OsiSolverInterface.hpp>