Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : onmulti3.gms
$title Onmulti may violate the ordered property (ONMULTI3,SEQ=25)
set dummy / d,e,a,b,c /
set i / a, b, c / , k ;
k(i+1) = yes;
$onMulti
set i / e,d / ;
$if errorfree $goTo problem
$clearError
$exit
$label problem
$error unordered property not recognized