/home/coin/SVN-release/OS-2.4.0/OS/src/OSModelInterfaces/OSmps2osil.h

Go to the documentation of this file.
00001 /* $Id: OSmps2osil.h 4292 2011-09-21 05:47:18Z kmartin $ */
00017 #ifndef OSMPS2OSIL_H
00018 #define OSMPS2OSIL_H
00019 
00020 
00021 #include <CoinMpsIO.hpp>
00022 #include <CoinPackedMatrix.hpp>
00023 #include <string>
00024 #include "OSInstance.h"
00025 
00026 
00039 class OSmps2osil
00040 {
00041 public:
00043     OSmps2osil( std::string mpsfilename);
00044 
00046     ~OSmps2osil();
00047 
00053     bool createOSInstance();
00054 
00058     OSInstance *osinstance;
00059 private:
00061     CoinMpsIO *m_MpsData;
00063     CoinPackedMatrix *m_CoinPackedMatrix;
00064 };
00065 #endif
00066 

Generated on Thu Sep 22 03:06:03 2011 by  doxygen 1.4.7