Changes between Initial Version and Version 1 of Ticket #2858, comment 10


Ignore:
Timestamp:
2014-10-03T10:57:59Z (11 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2858, comment 10

    initial v1  
    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.
     1I 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.
     2We 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
     3proper prefix) but not constant evaluated.
    44
    55Because this works fine: