We have a model where a block looks something like this
Code: Select all
y=f(y,x)+y_a
x=g(y,x)+x_aCode: Select all
d(y_a)=d(x_a).Code: Select all
y=f(y,x)+y_b+y_a
x=g(y,x)+x_a
d(y_b)=d(x_a) , Code: Select all
y=f(y,x)+y_b+y_a
x=g(y,x)+x_b+x_a
d(y_b)=d(x_b) Is there some way to link the add-factor in one equation to another variable in another equation in the model? One way that could work with a model looking like Model C would be if the SETBOUNDS command could be used on exogenous variables. That way, the user could be warned if she tried to change the add-factor x_a instead of the auxiliary exogenous variable x_b. Can you add the possibility of creating warnings also for exogenous variables? Or is there another smart way of dealing with this issue?
Thomas
