transport12.cpp File Reference
This is the 12th model in a series of tutorial examples. More...
#include "gams.h"
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Functions | |
string | getModelText () |
Get model as string. | |
string | toLower (const string &str) |
Convert string to lower case. | |
void | GUSSCall (GAMSSet dict, GAMSModelInstance mi, string solveStatement, gams::GAMSOptions *opt=nullptr, gams::GAMSModelInstanceOpt miOpt=gams::GAMSModelInstanceOpt(), std::ostream *output=nullptr) |
Using GUSS to solve the model in different scenarios. | |
Detailed Description
This is the 12th model in a series of tutorial examples.
Here we show:
- How to implement a GUSS approach using the GAMS API
Definition in file transport12.cpp.