gamsbas1.gms : GAMSBAS test suite - basic option reading test

Description

We do not ship GAMSBAS anymore. Please check the McCarl guide for alternatives


Small Model of Type : GAMS


Category : GAMS Test library


Main file : gamsbas1.gms

$TITLE 'GAMSBAS test suite - basic option reading test' (GAMSBAS1,SEQ=257)
* We do not ship GAMSBAS anymore. Please check the McCarl guide for alternatives
$ontext
$call gamslib -q 1
$echo "abort$(transport.modelstat <> %modelstat.Optimal% or transport.solvestat <> %solvestat.NormalCompletion%) 'problems with gamsbas option';" >> trnsport.gms
$echo "lp soplex" > gamsbas.opt
$call =gams trnsport lp=gamsbas lo=0 optfile=1
$if errorlevel 1 $abort 'problems with gamsbas options'
$offtext