Description
23.1 and 23.2 have an access violation and crash, 23.3 is fixed Contributor: Alex
Small Model of Type : GAMS
Category : GAMS Test library
Main file : set10.gms
$title first entry in set/param data has wrong dimension (SET10,SEQ=449)
$onText
23.1 and 23.2 have an access violation and crash, 23.3 is fixed
Contributor: Alex
$offText
SET i(*,*) / c1 , c2.c3 , b /;
parameter x(*,*) / (c,d) 2 , b.c 5 , k.k 9 /;
$clearErrors
$terminate
$exit
1 SET i(*,*) / c1 , c2.c3 , b /;
**** $148 $161
2 parameter x(*,*) / (c,d) 2 , b.c 5 , k.k 9 /;
**** $148