#288: Expand information stored about model variables in preprocessor --------------------------+----------------------- Reporter: houtanb | Owner: sebastien Type: bug | Status: new Priority: major | Milestone: 5.0 Component: Preprocessor | Version: Keywords: | --------------------------+----------------------- From Michel:
In the preprocessor, we need the full analysis of the dynamic structure of the model. Lists of lagged variables, forward variables, variables that are both lagged and forward, static variables.
Currently, this analysis is done in set_state_space.m except when block option is used, then Ferhat does it in the preprocessor.
We need to think about the structure in which to store this information, so it requires a little planning