Description
Contributor: Clemens Westphal, October 2012
Small Model of Type : Python
Category : GAMS API library
Main file : Ptrseq.gms
$TITLE 'Test object oriented Python API running a sequence of examples based on a transport model' (PTRSEQ,SEQ=24)
$ontext
Contributor: Clemens Westphal, October 2012
$offtext
$set srcRoot %gams.sysdir%apifiles%system.dirsep%Python%system.dirsep%
$ set C ;
$if %system.filesys% == UNIX $set C :
$onEchoV > exTrans.gms
$ifthen setenv PYTHON37
$ setEnv PYTHONPATH "%srcRoot%api_37%C%%srcRoot%gams"
$ call.checkErrorLevel cd . && "%sysenv.PYTHON37%" "%srcRoot%transport%1.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON38
$ setEnv PYTHONPATH "%srcRoot%api_38%C%%srcRoot%gams"
$ call.checkErrorLevel cd . && "%sysenv.PYTHON38%" "%srcRoot%transport%1.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON39
$ setEnv PYTHONPATH "%srcRoot%api_39%C%%srcRoot%gams"
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%transport%1.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON310
$ setEnv PYTHONPATH "%srcRoot%api_310%C%%srcRoot%gams"
$ call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%transport%1.py" "%gams.sysdir%."
$endif
$ifThen dExist "%gams.sysdir%GMSPython"
$ dropEnv PYTHONPATH
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport%1.py" "%gams.sysdir%."
$endIf
$offEcho
$batinclude exTrans _gdx
$batinclude exTrans 1
$batinclude exTrans 2
$batinclude exTrans 3
$batinclude exTrans 4
$batinclude exTrans 5
$batinclude exTrans 6
$batinclude exTrans 7
$batinclude exTrans 8
$batinclude exTrans 8a
* These two need more references, cannot assume that they are the same one all machines
*$batinclude exTrans 9
*$batinclude exTrans 10
$batinclude exTrans 11
$batinclude exTrans 12
$batinclude exTrans 13
$batinclude exTrans 14