PAlias.gms : Test handling of Aliases in object oriented Python API

Description

Contributor: Clemens Westphal, November 2014


Small Model of Type : Python


Category : GAMS API library


Main file : PAlias.gms   includes :  apimod.inc [html]

$TITLE 'Test handling of Aliases in object oriented Python API' (PALIAS,SEQ=44)

$ontext
Contributor: Clemens Westphal, November 2014
$offtext


$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%

$ifthen setenv PYTHON38
$  call.checkErrorLevel cd . && "%sysenv.PYTHON38%" "%srcRoot%alias.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON39
$  call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%alias.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON310
$  call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%alias.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON311
$  call.checkErrorLevel cd . && "%sysenv.PYTHON311%" "%srcRoot%alias.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON312
$  call.checkErrorLevel cd . && "%sysenv.PYTHON312%" "%srcRoot%alias.py" "%gams.sysdir%."
$endif


$ifThen dExist "%gams.sysdir%GMSPython"
$  call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%alias.py" "%gams.sysdir%."
$endIf