10 #define OSRL2GAMS_HPP_
12 #include "GAMSlinksConfig.h"
Reads an optimization result and stores result and solution in a Gams Modeling Object.
void writeSolution(std::string &osrl)
Writes a solution into a GMO with the result given as osrl string.
OSrL2Gams(struct gmoRec *gmo_)
Constructor.
void writeSolution(OSResult &osresult)
Writes a solution into a GMO with the result given as OSResult object.