pipe9.gms : Test for projecting

Description

AB00772


Small Model of Type : GAMS


Category : GAMS Test library


Main file : pipe9.gms

$title 'Test for projecting' (PIPE9,SEQ=227)

* AB00772

set i(i) /i1*i5/;
parameter x(i) / i1*i3 10 /;
display i; alias(i,j);
option i<x;
$if errorfree $goto problem
$clearerror
option j<x;
$if errorfree $goto problem
$clearerror
$terminate

$label problem
$error should not allow to change a domain