OS  2.10.2
OSmps2osil.h
Go to the documentation of this file.
1 /* $Id: OSmps2osil.h 5284 2017-12-08 13:52:50Z stefan $ */
17 #ifndef OSMPS2OSIL_H
18 #define OSMPS2OSIL_H
19 
20 
21 #include <CoinMpsIO.hpp>
22 #include <CoinPackedMatrix.hpp>
23 #include <string>
24 #include "OSInstance.h"
25 
26 
40 {
41 public:
43  OSmps2osil( std::string mpsfilename);
44 
47 
54 
59 private:
61  CoinMpsIO *m_MpsData;
63  CoinPackedMatrix *m_CoinPackedMatrix;
64 };
65 #endif
66 
This file defines the OSInstance class along with its supporting classes.
The in-memory representation of an OSiL instance.
Definition: OSInstance.h:2263
The OSmps2osil Class.
Definition: OSmps2osil.h:40
OSmps2osil(std::string mpsfilename)
the OSmps2osil class constructor
~OSmps2osil()
the OSmps2osil class destructor
bool createOSInstance()
create an OSInstance from the MPS instance representation
OSInstance * osinstance
osinstance is a pointer to the OSInstance object that gets created from the instance represented in N...
Definition: OSmps2osil.h:58