1 | | I think the easiest way to fix this is to not do constant evaluation (well except for structural parameters). This will actually help a lot with other things we try to evaluate during flattening |
2 | | and we shouldn't. |
3 | | We should generate DAE for constants and use the component references everywhere and not their bindings. |
| 1 | I think the easiest way to fix this is to not do constant evaluation (well except for structural parameters). This will actually help a lot with other things we try to evaluate during flattening and we shouldn't. |
| 2 | We should generate DAE for constants and use the component references everywhere and not their bindings. I.e. {{{data.MM}}} stays the same (maybe vectorized and prefixed with the |
| 3 | proper prefix) but not constant evaluated. |