when running the code:
Code: Select all
wfcreate q 2000 2020
model m
for !i=1 to 10
m.append x{!i}=100+@trend
m.append y{!i}=100
%setbounds= %setbounds+" x"+ @str(!i)+"(1,110)"+" y"+ @str(!i)+"(1,110)"
next
m.setbounds {%setbounds}
m.msg
m.solve
and not "Warning: 10 variables have cross boundaries" ?
Is this a bug?
Thomas