Opened 12 years ago
Last modified 10 years ago
#1932 accepted enhancement
Redesign When Equation Implementation in Backend — at Initial Version
Reported by: | Jens Frenkel | Owned by: | Willi Braun |
---|---|---|---|
Priority: | low | Milestone: | Future |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Jens Frenkel |
Description
The current implementation for when equations does not consider the MSL3.2 requirements in an efficient way.
cr = ...
(cr,cr,..) = ...
For example the following when
when cond then
(cr1,cr2) = func(...)
elsewhen cond1 then
cr1 = exp;
cr2 = exp;
end when;
should be lecal modelica but its not efficient supported.
Note:
See TracTickets
for help on using tickets.