Description
This models tests the GAMS modlib models 197.APL1P 198.APL1PCA 199.FARM with both DECISC and DECISM Contributor: Jan-H. Jagla
Small Model of Type : GAMS
Category : GAMS Test library
Main file : decis01.gms
$title Test of small DECIS Models with DECISC and DECISM (decis01,SEQ=365)
$onText
This models tests the GAMS modlib models
197.APL1P
198.APL1PCA
199.FARM
with both DECISC and DECISM
Contributor: Jan-H. Jagla
$offText
$set decistst decistst.gms
$onEchoV > %decistst%
$call gamslib -q %1
$call gams %1 --decisalg=decisc lo=2
$if errorlevel 1 $abort "%1 with decisc failed"
$call gams %1 --decisalg=decism lo=2
$if errorlevel 1 $abort "%1 with decism failed"
$offEcho
$batInclude %decistst% apl1p
$batInclude %decistst% apl1pca
$batInclude %decistst% farm