GAMS® - Forum
how to dynamically update a set
GAMS
syntax
cladelpino
March 7, 2017, 1:59pm
1
This is GAMS code to accomplish that:
sets A,B(A);
parameter C(A);
B(A)=YES$(C(A)>0);