OSmps2osil Class Reference

The OSmps2osil Class. More...

#include <OSmps2osil.h>

Collaboration diagram for OSmps2osil:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OSmps2osil (std::string mpsfilename)
 the OSmps2osil class constructor
 ~OSmps2osil ()
 the OSmps2osil class destructor
bool createOSInstance ()
 create an OSInstance from the MPS instance representation

Public Attributes

OSInstanceosinstance
 osinstance is a pointer to the OSInstance object that gets created from the instance represented in MPS format

Private Attributes

CoinMpsIOm_MpsData
 m_MpsData is a pointer to a CoinMpsIO object
CoinPackedMatrixm_CoinPackedMatrix
 m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object

Detailed Description

The OSmps2osil Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
the OSmps2osil class is used for reading an instance in MPS format and creating an OSInstance object in OSiL format

Definition at line 40 of file OSmps2osil.h.


Constructor & Destructor Documentation

OSmps2osil::OSmps2osil ( std::string  mpsfilename  ) 

the OSmps2osil class constructor

OSmps2osil::~OSmps2osil (  ) 

the OSmps2osil class destructor


Member Function Documentation

bool OSmps2osil::createOSInstance (  ) 

create an OSInstance from the MPS instance representation

Returns:
whether the instance is created successfully.

Member Data Documentation

osinstance is a pointer to the OSInstance object that gets created from the instance represented in MPS format

Definition at line 59 of file OSmps2osil.h.

m_MpsData is a pointer to a CoinMpsIO object

Definition at line 62 of file OSmps2osil.h.

m_CoinPackedMatrix is a pointer to a CoinPackedMatrix object

Definition at line 64 of file OSmps2osil.h.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1