Description
Contributor: Clemens Westphal, October 2012
Small Model of Type : Python
Category : GAMS API library
Main file : PWarehouse.gms
$title 'Test object oriented Python API using a warehouse location problem' (PWAREHOUSE,SEQ=41)
$onText
Contributor: Clemens Westphal, October 2012
$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%warehouse.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON310
$ call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%warehouse.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON311
$ call.checkErrorLevel cd . && "%sysenv.PYTHON311%" "%srcRoot%warehouse.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON312
$ call.checkErrorLevel cd . && "%sysenv.PYTHON312%" "%srcRoot%warehouse.py" "%gams.sysdir%."
$endIf
$ifThen setenv PYTHON313
$ call.checkErrorLevel cd . && "%sysenv.PYTHON313%" "%srcRoot%warehouse.py" "%gams.sysdir%."
$endIf
$ifThen dExist "%gams.sysdir%GMSPython"
$ call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%warehouse.py" "%gams.sysdir%."
$endIf