21 #include <CoinMpsIO.hpp>
22 #include <CoinPackedMatrix.hpp>
24 #include "OSInstance.h"
~OSmps2osil()
the OSmps2osil class destructor
bool createOSInstance()
create an OSInstance from the MPS instance representation
CoinPackedMatrix * m_CoinPackedMatrix
m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object
The in-memory representation of an OSiL instance..
OSInstance * osinstance
osinstance is a pointer to the OSInstance object that gets created from the instance represented in N...
OSmps2osil(std::string mpsfilename)
the OSmps2osil class constructor
CoinMpsIO * m_MpsData
m_MpsData is a pointer to a CoinMpsIO object