Pgamstransfer.gms : Test gams.transfer

Description

Contributor: Adam Christensen, July 2020


Small Model of Type : Python


Category : GAMS API library


Main file : Pgamstransfer.gms

$title 'Test gams.transfer' (PGAMSTRANSFER,SEQ=58)

$onText
Contributor: Adam Christensen, July 2020
$offText


$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%transfer%system.dirsep%
$dropEnv PYTHONUSERBASE
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%gt_example1.py"  "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%gt_example2.py"  "%gams.sysdir%."
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport_gt.py" "%gams.sysdir%."