![]() |
dynamic constraint for non-consecutive years - Printable Version +- VedaSupport Forum (https://forum.kanors-emr.org) +-- Forum: VEDA 2.0 (https://forum.kanors-emr.org/forumdisplay.php?fid=19) +--- Forum: Questions and Observations (https://forum.kanors-emr.org/forumdisplay.php?fid=20) +--- Thread: dynamic constraint for non-consecutive years (/showthread.php?tid=1045) |
dynamic constraint for non-consecutive years - mresende - 21-06-2021 Hi, I wonder if it is possible to impose a growth constraint with the form: var_act(t) * growth(t) >= var_act(t+2) - seed The manual talks only about dynamic constraints of type (t,t+1) and (t,t-1). Motivation: my model has some maximum growth and decline constraints on historical data, but as demand shrunk in 2020 due to the global crisis, I cannot impose decline constraints in this year. So one solution would be to impose constraints in the difference between 2021 (when the economy recovers) and 2019. RE: dynamic constraint for non-consecutive years - Antti-L - 21-06-2021 Yes, it is possible at least with a cumulative constraint. Reading the following thread should give you the idea, or two: https://forum.kanors-emr.org/showthread.php?tid=913 RE: dynamic constraint for non-consecutive years - mresende - 22-06-2021 (21-06-2021, 10:30 PM)Antti-L Wrote: Yes, it is possible at least with a cumulative constraint. Reading the following thread should give you the idea, or two: https://forum.kanors-emr.org/showthread.php?tid=913Thank you. I will see it |