GAMS [ Home | Support | Sales | Solvers | Documentation | Model Library | Search | Contact Us ]

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





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