Pneos.gms : Test submitting GAMS models to NEOS server

Description

Contributor: Clemens Westphal, October 2020


Small Model of Type : Python


Category : GAMS API library


Main file : Pneos.gms

$title 'Test submitting GAMS models to NEOS server' (Pneos,SEQ=61)

$onText
Contributor: Clemens Westphal, October 2020
$offText


$set srcRoot %gams.sysdir%api%system.dirsep%python%system.dirsep%examples%system.dirsep%control%system.dirsep%
$if not setEnv NEOS_EMAIL $setEnv NEOS_EMAIL sbbneos@gams.com
$dropEnv PYTHONUSERBASE
$call.checkErrorLevel cd . && "%gams.sysdir%GMSPython%system.dirsep%python" "%srcRoot%transport_neos.py" "%gams.sysdir%."