*=== Batch runs for solver square utility $call =gams square.gms --trace1=copstest.co1 --trace2=copstest.co2 --outfile=copstest.co1_copstest.co2 --bnd=1e-5 --resmin=0.05 $if errorlevel 1 $abort "probs with squre"% $call mv -f copstest.co1_copstest.co2_sqr.htm results\ $call =gams square.gms --trace1=copstest.co1 --trace2=copstest.co3 --outfile=copstest.co1_copstest.co3 --bnd=1e-5 --resmin=0.05 $if errorlevel 1 $abort "probs with squre"% $call mv -f copstest.co1_copstest.co3_sqr.htm results\ $call =gams square.gms --trace1=copstest.co2 --trace2=copstest.co3 --outfile=copstest.co2_copstest.co3 --bnd=1e-5 --resmin=0.05 $if errorlevel 1 $abort "probs with squre"% $call mv -f copstest.co2_copstest.co3_sqr.htm results\ *=== Batch runs for resource time utility $call =gams restime.gms --trace1=copstest.co1 --trace2=copstest.co2 --outfile=copstest.co1_copstest.co2 --bnd=1e-5 --resmin=0.05 --tsame=10 --tfaster=50 $call mv -f copstest.co1_copstest.co2_resA.htm results\ $call mv -f copstest.co1_copstest.co2_resB.htm results\ $call =gams restime.gms --trace1=copstest.co1 --trace2=copstest.co3 --outfile=copstest.co1_copstest.co3 --bnd=1e-5 --resmin=0.05 --tsame=10 --tfaster=50 $call mv -f copstest.co1_copstest.co3_resA.htm results\ $call mv -f copstest.co1_copstest.co3_resB.htm results\ $call =gams restime.gms --trace1=copstest.co2 --trace2=copstest.co3 --outfile=copstest.co2_copstest.co3 --bnd=1e-5 --resmin=0.05 --tsame=10 --tfaster=50 $call mv -f copstest.co2_copstest.co3_resA.htm results\ $call mv -f copstest.co2_copstest.co3_resB.htm results\ *=== Batch runs for performance profile utility $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_0 --objwithin= 1e-6 --numpts=25 --outfile=profile_0.txt --factor=1.25 --resmin=0.05 $call mv -f profile_0.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_1 --objwithin=1 --numpts=25 --outfile=profile_1.txt --factor=1.25 --resmin=0.05 $call mv -f profile_1.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_2 --objwithin=2 --numpts=25 --outfile=profile_2.txt --factor=1.25 --resmin=0.05 $call mv -f profile_2.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_5 --objwithin=5 --numpts=25 --outfile=profile_5.txt --factor=1.25 --resmin=0.05 $call mv -f profile_5.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_10 --objwithin=10 --numpts=25 --outfile=profile_10.txt --factor=1.25 --resmin=0.05 $call mv -f profile_10.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_50 --objwithin=50 --numpts=25 --outfile=profile_50.txt --factor=1.25 --resmin=0.05 $call mv -f profile_50.gif results\ $call gams plotprof.gms --trace1=copstest.co1 --trace2=copstest.co2 --trace3=copstest.co3 --otype=gif --figname=profile_Inf --objwithin=Inf --numpts=25 --outfile=profile_Inf.txt --factor=1.25 --resmin=0.05 $call mv -f profile_Inf.gif results\ $call mv -f profile_0.txt results\ $call mv -f profile_1.txt results\ $call mv -f profile_2.txt results\ $call mv -f profile_5.txt results\ $call mv -f profile_10.txt results\ $call mv -f profile_50.txt results\ $call mv -f profile_Inf.txt results\