OS  2.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OSmps2osil.h
Go to the documentation of this file.
1 /* $Id: OSmps2osil.h 4562 2013-01-02 12:31:12Z Gassmann $ */
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 
46  ~OSmps2osil();
47 
53  bool createOSInstance();
54 
59 private:
61  CoinMpsIO *m_MpsData;
63  CoinPackedMatrix *m_CoinPackedMatrix;
64 };
65 #endif
66 
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
OSmps2osil(std::string mpsfilename)
the OSmps2osil class constructor
The OSmps2osil Class.
Definition: OSmps2osil.h:39
The in-memory representation of an OSiL instance.
Definition: OSInstance.h:2241
~OSmps2osil()
the OSmps2osil class destructor
This file defines the OSInstance class along with its supporting classes.