20 #include <CoinMpsIO.hpp>
21 #include <CoinPackedMatrix.hpp>
94 CoinPackedMatrix *m_CoinPackedMatrix;
101 int * m_quadColumnStart;
102 int * m_quadColumnIdx;
103 double * m_quadElements;
std::string osol
osol is a string containing the content of the OS option file (it may be empty if no option file was ...
std::string jobID
jobID is a string containing a jobID that may have been supplied on the command line (it may be empty...
OSOption * osoption
osoption is a pointer to an OSOption object that gets created if the MPS file contains nonstandard se...
bool createOSObjects()
create an OSInstance from the MPS instance representation and an OSOption in case of nonstandard sect...
OSInstance * osinstance
osinstance is a pointer to the OSInstance object that gets created from the instance represented in M...
The in-memory representation of an OSiL instance.
Used to read an OSoL string.
OSmps2OS(std::string mpsfilename)
the OSmps2OS class constructor
This file defines the OSInstance class along with its supporting classes.
~OSmps2OS()
the OSmps2os class destructor
void setJobID(std::string jobID)
set the job ID
OSoLReader * osolreader
we may need to parse an OSoL file if the MPS file contains an SOS os BASIS section ...
void setOsol(std::string osol)
set the osol string