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

Go to the documentation of this file.
00001 /* $Id: OSmps2osil.h 2698 2009-06-09 04:14:07Z kmartin $ */
00019 #ifndef OSMPS2OSIL_H
00020 #define OSMPS2OSIL_H
00021 
00022 
00023 #include <CoinMpsIO.hpp>
00024 #include <CoinPackedMatrix.hpp>
00025 #include <string>
00026 #include "OSInstance.h"
00027 
00028 
00041 class OSmps2osil
00042 {
00043 public:
00045         OSmps2osil( std::string mpsfilename);
00046         
00048         ~OSmps2osil();
00049 
00055         bool createOSInstance();
00056         
00060         OSInstance *osinstance;
00061 private:
00063         CoinMpsIO *m_MpsData;
00065         CoinPackedMatrix *m_CoinPackedMatrix;
00066 };
00067 #endif
00068 

Generated on Sun Mar 20 03:06:29 2011 by  doxygen 1.4.7