The OSmps2osil Class. More...
#include <OSmps2osil.h>

Public Member Functions | |
| OSmps2osil (std::string mpsfilename) | |
| the OSmps2osil class constructor | |
| ~OSmps2osil () | |
| the OSmps2osil class destructor | |
| bool | createOSInstance () |
| create an OSInstance from the MPS instance representation | |
Public Attributes | |
| OSInstance * | osinstance |
| osinstance is a pointer to the OSInstance object that gets created from the instance represented in MPS format | |
Private Attributes | |
| CoinMpsIO * | m_MpsData |
| m_MpsData is a pointer to a CoinMpsIO object | |
| CoinPackedMatrix * | m_CoinPackedMatrix |
| m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object | |
The OSmps2osil Class.
Definition at line 40 of file OSmps2osil.h.
| OSmps2osil::OSmps2osil | ( | std::string | mpsfilename | ) |
the OSmps2osil class constructor
| OSmps2osil::~OSmps2osil | ( | ) |
the OSmps2osil class destructor
| bool OSmps2osil::createOSInstance | ( | ) |
create an OSInstance from the MPS instance representation
osinstance is a pointer to the OSInstance object that gets created from the instance represented in MPS format
Definition at line 59 of file OSmps2osil.h.
CoinMpsIO* OSmps2osil::m_MpsData [private] |
m_MpsData is a pointer to a CoinMpsIO object
Definition at line 62 of file OSmps2osil.h.
CoinPackedMatrix* OSmps2osil::m_CoinPackedMatrix [private] |
m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object
Definition at line 64 of file OSmps2osil.h.
1.6.1