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

put1.gms : aliased set and .te





Small Model of Type: GAMS
$title aliased set and .te (PUT1,SEQ=34) file temp; put temp; set i master set of sites / i1 Seattle i2 Portland i3 /; alias(i,j); loop(i, put i.te(i) / ); loop(i, put j.te(i) / ); loop(j, put j.te(j) / ); loop(j, put i.te(j) / );