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