#include <OSrL2Smag.hpp>
Public Member Functions | |
OSrL2Smag (struct smagRec *smag_) | |
Constructor. | |
~OSrL2Smag () | |
Destructor. | |
void | writeSolution (OSResult &osresult) |
Writes a GAMS solution file with the result given as OSResult object. | |
void | writeSolution (std::string &osrl) |
Writes a GAMS solution file with the result given as osrl string. | |
Private Attributes | |
smagRec * | smag |
Definition at line 39 of file OSrL2Smag.hpp.
OSrL2Smag::OSrL2Smag | ( | struct smagRec * | smag_ | ) |
Constructor.
smag_ | SMAG handler. |
OSrL2Smag::~OSrL2Smag | ( | ) | [inline] |
void OSrL2Smag::writeSolution | ( | OSResult & | osresult | ) |
Writes a GAMS solution file with the result given as OSResult object.
osresult | Optimization result as object. |
void OSrL2Smag::writeSolution | ( | std::string & | osrl | ) |
Writes a GAMS solution file with the result given as osrl string.
osrl | Optimization result as string. |
struct smagRec* OSrL2Smag::smag [private] |
Definition at line 61 of file OSrL2Smag.hpp.