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

Go to the documentation of this file.
00001 
00018 #ifndef OSMPS2OSIL_H
00019 #define OSMPS2OSIL_H
00020 
00021 
00022 #include <CoinMpsIO.hpp>
00023 #include <CoinPackedMatrix.hpp>
00024 #include <string>
00025 #include "OSInstance.h"
00026 
00027 
00040 class OSmps2osil
00041 {
00042 public:
00044         OSmps2osil( std::string mpsfilename);
00045         
00047         ~OSmps2osil();
00048 
00054         bool createOSInstance();
00055         
00059         OSInstance *osinstance;
00060 private:
00062         CoinMpsIO *m_MpsData;
00064         CoinPackedMatrix *m_CoinPackedMatrix;
00065 };
00066 #endif
00067 

Generated on Sun Nov 14 14:06:39 2010 for Coin-All by  doxygen 1.4.7