transportEngine.cpp File Reference
This is an example how to run a GAMSJob on GAMS Engine using the run_engine method. More...
#include "gams.h"
#include "gamsengineconfiguration.h"
#include "gamsvariablerecord.h"
#include <cmath>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <exception>
#include <gamspath.h>
Go to the source code of this file.
Detailed Description
This is an example how to run a GAMSJob on GAMS Engine using the run_engine method.
Here we show:
- How to send along additional model files(besides the main file)
- How to provide additional Engine options
- How to use checkpoints with run_engine
- How to interrupt a GAMSJob running on GAMS Engine
Definition in file transportEngine.cpp.