conopt01.gms : CONOPT test suite - basic option reading test

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : conopt01.gms

$TITLE 'CONOPT test suite - basic option reading test' (CONOPT01,SEQ=280)
$if not '%GAMS.nlp%' == '' $set solver %GAMS.nlp%
$if not set solver         $set solver conopt

$call gamslib -q ajax

$echo "abort$(ajax.solvestat <> %solvestat.IterationInterrupt%) 'problems with %solver% option';" >> ajax.gms

$echo "LFITER 1" > %solver%.op2
$call =gams ajax optfile=2 lo=0 lp=%solver%
$if errorlevel 1 $abort 'problems with %solver% options'