$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