Description
Contributor: Clemens Westphal, October 2012
Small Model of Type : Python
Category : GAMS API library
Main file : Ptrseq.gms
$title 'Test gams.control running a sequence of examples based on a transport model' (PTRSEQ,SEQ=24)
$onText
Contributor: Clemens Westphal, October 2012
$offText
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport_gdx.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport1.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport2.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport3.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport4.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport5.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport6.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport7.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport8.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport8a.py" "%gams.sysdir%."
* These two requires additional dependencies
* $call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport9.py" "%gams.sysdir%."
* $call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport10.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport11.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport12.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport13.py" "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport14.py" "%gams.sysdir%."