00001 #ifndef OSI_INCLUDE_H 00002 #define OSI_INCLUDE_H 00003 #ifdef OSI_CBC 00004 #include <OsiCbcSolverInterface.hpp> 00005 #endif 00006 #ifdef OSI_CLP 00007 #include <OsiClpSolverInterface.hpp> 00008 #endif 00009 #ifdef OSI_CPLEX 00010 #include <OsiCpxSolverInterface.hpp> 00011 #endif 00012 #ifdef OSI_DYLP 00013 #include <OsiDylpSolverInterface.hpp> 00014 #endif 00015 #ifdef OSI_FORTMP 00016 #include <OsiFmpSolverInterface.hpp> 00017 #endif 00018 #ifdef OSI_GLPK 00019 #include <OsiGlpkSolverInterface.hpp> 00020 #endif 00021 #ifdef OSI_MOSEK 00022 #include <OsiMskSolverInterface.hpp> 00023 #endif 00024 #ifdef OSI_OSL 00025 #include <OsiOslSolverInterface.hpp> 00026 #endif 00027 #ifdef OSI_SOPLEX 00028 #include <OsiSpxSolverInterface.hpp> 00029 #endif 00030 #ifdef OSI_SYMPHONY 00031 #include <OsiSymSolverInterface.hpp> 00032 #endif 00033 #ifdef OSI_VOL 00034 #include <OsiVolSolverInterface.hpp> 00035 #endif 00036 #ifdef OSI_XPRESS 00037 #include <OsiXprSolverInterface.hpp> 00038 #endif 00039 #endif // end ifndef