Description
Contributor: Clemens Westphal, April 2014
Small Model of Type : Python
Category : GAMS API library
Main file : PTsp.gms
$title 'Test object oriented Python API using a Traveling Salesman Problem' (PTSP,SEQ=38)
$onText
Contributor: Clemens Westphal, April 2014
$offText
$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%
$ifThen setenv PYTHON39
$ call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON310
$ call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON311
$ call.checkErrorLevel cd . && "%sysenv.PYTHON311%" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON312
$ call.checkErrorLevel cd . && "%sysenv.PYTHON312%" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON313
$ call.checkErrorLevel cd . && "%sysenv.PYTHON313%" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf
$ifThen dExist "%gams.sysdir%GMSPython"
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%tsp.py" "%gams.sysdir%."
$endIf