Changes between Initial Version and Version 1 of Ticket #6089, comment 1
- Timestamp:
- 2020-08-21T11:41:16Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6089, comment 1
initial v1 1 Fixed in [changeset:9fe6151/OpenModelica 9fe6151]. The NF now e valuates all sum/product reduction expressions with iteration ranges of known size. I'm not sure that's always a good idea, but we can always add conditions later if needed. We'll see that the library coverage testing says.1 Fixed in [changeset:9fe6151/OpenModelica 9fe6151]. The NF now expands all sum/product reduction expressions with iteration ranges of known size. I'm not sure that's always a good idea, but we can always add conditions later if needed. We'll see that the library coverage testing says. 2 2 3 3 I also added a simplification rule for vector calls with fully expanded arrays as arguments, for example `vector({{x}, {y}, {z}}) => {x, y, z}`, since I noticed the model has quite a lot of those.