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

sl4sos1a.gms : Test of SOS1 variables with active upper bounds, with solvelink=4


Run sos1a with solvelink=%SOLVELINK.CallScript%,%SOLVELINK.CallModule%,%SOLVELINK.AsyncSimulate%,%SOLVELINK.LoadLibrary%

Small Model of Type: MIP
$title 'Test of SOS1 variables with active upper bounds, with solvelink=1,2,4,5' (SL4SOS1A,SEQ=294) $ontext Run sos1a with solvelink=%SOLVELINK.CallScript%,%SOLVELINK.CallModule%,%SOLVELINK.AsyncSimulate%,%SOLVELINK.LoadLibrary% $offtext $set XX 95 $if %system.platform% == WIN $set XX NT $if %system.platform% == WEX $set XX NT $if %system.filesys% == UNIX $set XX un $set q '"' $if %system.filesys% == UNIX $set q "'" $call grep -iv scrdir "%gams.scrdir%gmsprm%XX%.%gams.scrext%" | grep -iv scriptnext | grep -iv sysdir | grep -iv JobTrace > "%gams.scrdir%mypf.%gams.scrext%" $call gams sos1a.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=sos1a.gms solvelink=%SOLVELINK.CallScript% reslim=10 $if errorlevel 1 $abort problems with sl=%SOLVELINK.CallScript% $call gams sos1a.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=sos1a.gms solvelink=%SOLVELINK.CallModule% reslim=10 $if errorlevel 1 $abort problems with sl=%SOLVELINK.CallModule% $call cat "%GAMS.sysdir%gmscmp%XX%.txt" | grep -v "^\*" | awk %q%NF>4 {if ($7>1) print $0 }%q% | grep -vi scensolver | cut -d" " -f1 | grep -iwq %system.LP% $if errorlevel 1 $goto skipsl5 $call gams sos1a.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=sos1a.gms solvelink=%SOLVELINK.LoadLibrary% reslim=10 $if errorlevel 1 $abort problems with sl=%SOLVELINK.LoadLibrary% $label skipsl5 $call gams sos1a.gms pf="%gams.scrdir%mypf.%gams.scrext%" i=sos1a.gms solvelink=%SOLVELINK.AsyncSimulate% reslim=10 $if errorlevel 1 $abort problems with sl=%SOLVELINK.AsyncSimulate%