cplex01.gms : CPLEX test suite - basic option reading test
Small Model of Type: GAMS
$TITLE 'CPLEX test suite - basic option reading test' (CPLEX01,SEQ=263)
$call gamslib -q 1
$echo "abort$(transport.solvestat<>2) 'problems with CPLEX option';" >> trnsport.gms
$echo "itlim 1" > cplex.op2
$call =gams trnsport lo=0 optfile=2 lp=cplex
$if errorlevel 1 $abort 'problems with CPLEX options'