The OSmps2osil Class. More...
#include <OSmps2osil.h>
Public Member Functions | |
OSmps2osil (std::string mpsfilename) | |
the OSmps2osil class constructor More... | |
~OSmps2osil () | |
the OSmps2osil class destructor More... | |
bool | createOSInstance () |
create an OSInstance from the MPS instance representation More... | |
Public Attributes | |
OSInstance * | osinstance |
osinstance is a pointer to the OSInstance object that gets created from the instance represented in NL format More... | |
Private Attributes | |
CoinMpsIO * | m_MpsData |
m_MpsData is a pointer to a CoinMpsIO object More... | |
CoinPackedMatrix * | m_CoinPackedMatrix |
m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object More... | |
The OSmps2osil Class.
Definition at line 39 of file OSmps2osil.h.
OSmps2osil::OSmps2osil | ( | std::string | mpsfilename | ) |
the OSmps2osil class constructor
Definition at line 26 of file OSmps2osil.cpp.
OSmps2osil::~OSmps2osil | ( | ) |
the OSmps2osil class destructor
Definition at line 123 of file OSmps2osil.cpp.
bool OSmps2osil::createOSInstance | ( | ) |
create an OSInstance from the MPS instance representation
Definition at line 143 of file OSmps2osil.cpp.
OSInstance* OSmps2osil::osinstance |
osinstance is a pointer to the OSInstance object that gets created from the instance represented in NL format
Definition at line 58 of file OSmps2osil.h.
|
private |
m_MpsData is a pointer to a CoinMpsIO object
Definition at line 61 of file OSmps2osil.h.
|
private |
m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object
Definition at line 63 of file OSmps2osil.h.