PDomainChecking.gms : Test object oriented Python API for domain checks

Description

Contributor: Clemens Westphal, November 2014


Small Model of Type : Python


Category : GAMS API library


Main file : PDomainChecking.gms

$TITLE 'Test object oriented Python API for domain checks' (PDOMAINCHECKING,SEQ=34)

$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%domain_checking.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON39
$  call.checkErrorLevel cd . && "%sysenv.PYTHON39%" "%srcRoot%domain_checking.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON310
$  call.checkErrorLevel cd . && "%sysenv.PYTHON310%" "%srcRoot%domain_checking.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON311
$  call.checkErrorLevel cd . && "%sysenv.PYTHON311%" "%srcRoot%domain_checking.py" "%gams.sysdir%."
$endif
$ifthen setenv PYTHON312
$  call.checkErrorLevel cd . && "%sysenv.PYTHON312%" "%srcRoot%domain_checking.py" "%gams.sysdir%."
$endif

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