transport13.cpp File Reference
This is the 13th model in a series of tutorial examples. More...
#include "gams.h"
#include "transport.h"
#include <iostream>
#include <map>
#include <string>
#include <tuple>
#include <vector>
Go to the source code of this file.
Detailed Description
This is the 13th model in a series of tutorial examples.
Here we show:
- How to run a GAMSJob using a wrapper class to package a particular GAMS model
Definition in file transport13.cpp.