univ1.gms : No assignment to universe

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : univ1.gms

$title 'No assignment to universe' (UNIV1,SEQ=176)
set i / 1*10 /;
alias(*,u);
u('1') = no;
display u;
$if errorfree $abort assigment not allowed
$clearerror
$terminate