Reads an optimization result and stores result and solution in a Gams Modeling Object.
More...
#include <OSosrl2gams.hpp>
|
struct gmoRec * | gmo |
|
struct gevRec * | gev |
|
Reads an optimization result and stores result and solution in a Gams Modeling Object.
Definition at line 20 of file OSosrl2gams.hpp.
◆ OSrL2Gams()
OSrL2Gams::OSrL2Gams |
( |
struct gmoRec * | gmo_ | ) |
|
◆ ~OSrL2Gams()
OSrL2Gams::~OSrL2Gams |
( |
| ) |
|
|
inline |
◆ writeSolution() [1/2]
void OSrL2Gams::writeSolution |
( |
OSResult & | osresult | ) |
|
Writes a solution into a GMO with the result given as OSResult object.
- Parameters
-
osresult | Optimization result as object. |
Definition at line 32 of file OSosrl2gams.cpp.
◆ writeSolution() [2/2]
void OSrL2Gams::writeSolution |
( |
std::string & | osrl | ) |
|
Writes a solution into a GMO with the result given as osrl string.
- Parameters
-
osrl | Optimization result as string. |
Definition at line 185 of file OSosrl2gams.cpp.
◆ gmo
struct gmoRec* OSrL2Gams::gmo |
|
private |
◆ gev
struct gevRec* OSrL2Gams::gev |
|
private |
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/coin-or-OS-2.10.3-build/OS-releases-2.10.3/OS/src/OSModelInterfaces/OSosrl2gams.hpp
- /builddir/build/BUILD/coin-or-OS-2.10.3-build/OS-releases-2.10.3/OS/src/OSModelInterfaces/OSosrl2gams.cpp