Description
Contributor: Clemens Westphal, October 2020
Small Model of Type : Python
Category : GAMS API library
Main file : Pgams_engine.gms
$title 'Test gams.engine' (PGAMS_ENGINE,SEQ=60)
$onText
Contributor: Clemens Westphal, October 2020
$offText
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%
$if not setEnv ENGINE_URL $abort.noError Environment variables for GAMS Engine are not set
$dropEnv PYTHONUSERBASE
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%engine%system.dirsep%transport_engine.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%control%system.dirsep%run_engine.py" "%gams.sysdir%."