Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : cplex01.gms
$title 'CPLEX test suite - basic option reading test' (CPLEX01,SEQ=263)
$if not '%GAMS.lp%' == '' $set solver %GAMS.lp%
$if not set solver $set solver cplex
$call gamslib -q 1
$echo "abort$(transport.solvestat <> %solveStat.iterationInterrupt%) 'problems with %solver% option';" >> trnsport.gms
$echo "itlim 1" > %solver%.op2
$call =gams trnsport lo=0 optfile=2 lp=%solver%
$if errorlevel 1 $abort 'problems with %solver% options'