unload5.gms : multiple $unloads of the same item are OK

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : unload5.gms

$title multiple $unloads of the same item are OK (UNLOAD5,SEQ=54)
variable x; parameter a;

a   = 2;
x.l = 1;

$gdxout gdx1
$unload x x.l x.up x.l = x.garb x.l=y x= x
$unload a a a=b a=a
$unload 
$gdxout
$gdxin gdx1
$load