Description
Contributor: Clemens Westphal, January 2015
Small Model of Type : Python
Category : GAMS API library
Main file : PSpecialValues.gms
$TITLE 'Test handling of Special Values in object oriented Python API' (PSPECIALVALUES,SEQ=48)
$ontext
Contributor: Clemens Westphal, January 2015
$offtext
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%
$ifthen setenv PYTHON37
$ call.checkErrorLevel cd . && "%sysenv.PYTHON37%" "%srcRoot%special_values.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON38
$ call.checkErrorLevel cd . && "%sysenv.PYTHON38%" "%srcRoot%special_values.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON39
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%special_values.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON310
$ call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%special_values.py" "%gams.sysdir%."
$endif
$ifThen dExist "%gams.sysdir%GMSPython"
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%special_values.py" "%gams.sysdir%."
$endIf