kestrel3.gms : Kestrel test for nlp solvers

Description

Simple mhw4d test for nlp solvers supported by kestrel.

Contributor: Clemens Westphal, Nov 2011


Small Model of Type : GAMS


Category : GAMS Test library


Main file : kestrel3.gms

$title Kestrel test for nlp solvers (KESTREL3,SEQ=545)

$ontext
Simple mhw4d test for nlp solvers supported by kestrel.

Contributor: Clemens Westphal, Nov 2011
$offtext


*NOTE: This test requires chmod and bash to be available

$if set neos_server $setenv NEOSSERVER %neos_server%
$if not setEnv NEOS_EMAIL $setenv NEOS_EMAIL sbbneos@gams.com

$call chmod +x ./kestreltest.sh
$call bash ./kestreltest.sh gtm conopt pathnlp snopt baron
$if errorlevel 1 $abort "error from kestreltest, inspect stdout"