OS
2.10.2
src
OSModelInterfaces
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
39
class
OSmps2osil
40
{
41
public
:
43
OSmps2osil
( std::string mpsfilename);
44
46
~OSmps2osil
();
47
53
bool
createOSInstance
();
54
58
OSInstance
*
osinstance
;
59
private
:
61
CoinMpsIO
*m_MpsData;
63
CoinPackedMatrix
*m_CoinPackedMatrix;
64
};
65
#endif
66
OSInstance
The in-memory representation of an OSiL instance..
Definition:
OSInstance.h:2263
OSInstance.h
This file defines the OSInstance class along with its supporting classes.
OSmps2osil
The OSmps2osil Class.
Definition:
OSmps2osil.h:40
CoinMpsIO
OSmps2osil::createOSInstance
bool createOSInstance()
create an OSInstance from the MPS instance representation
OSmps2osil::OSmps2osil
OSmps2osil(std::string mpsfilename)
the OSmps2osil class constructor
OSmps2osil::osinstance
OSInstance * osinstance
osinstance is a pointer to the OSInstance object that gets created from the instance represented in N...
Definition:
OSmps2osil.h:58
OSmps2osil::~OSmps2osil
~OSmps2osil()
the OSmps2osil class destructor
CoinPackedMatrix
CoinPackedMatrix.hpp
CoinMpsIO.hpp
Generated by
1.8.18