#include <OSiLReader.h>
Collaboration diagram for OSiLReader:
Public Member Functions | |
OSiLReader () | |
Default constructor. | |
~OSiLReader () | |
Class destructor. | |
OSInstance * | readOSiL (std::string *osil) throw (ErrorClass) |
parse the OSiL model instance. | |
Private Attributes | |
OSInstance * | m_osinstance |
osintance is the OSInstance object returned by the OSiLReader |
Definition at line 38 of file OSiLReader.h.
OSiLReader::OSiLReader | ( | ) |
OSiLReader::~OSiLReader | ( | ) |
OSInstance * OSiLReader::readOSiL | ( | std::string * | osil | ) | throw (ErrorClass) |
parse the OSiL model instance.
osil | a string that holds the problem instance. |
Definition at line 29 of file OSiLReader.cpp.
References ErrorClass::errormsg, and yygetOSInstance().
Referenced by main(), LindoSolver::solve(), KnitroSolver::solve(), IpoptSolver::solve(), and CoinSolver::solve().
OSInstance* OSiLReader::m_osinstance [private] |
osintance is the OSInstance object returned by the OSiLReader
Definition at line 66 of file OSiLReader.h.
Referenced by ~OSiLReader().