Changes between Initial Version and Version 1 of Ticket #2271, comment 24
- Timestamp:
- 2013-06-29T19:57:23Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2271, comment 24
initial v1 1 1 Spec33, section 11.1.2: 2 2 {{{ 3 […] Conceptually the algorithm can be viewed as (lhs1, lhs2, …) = someFunction(nonLhs1, nonLhs2, …), where lhs are the variables assigned and nonLhs are other appearing variables. […] 3 […] Conceptually the algorithm can be viewed as 4 (lhs1, lhs2, …) = someFunction(nonLhs1, nonLhs2, …), where lhs are the 5 variables assigned and nonLhs are other appearing variables. […] 4 6 }}} 5 7 Therefore, the first algorithms should be treated as (n, x[1:n]) = algorithm1() and the second algorithm should be treated as (x[n+1:N]) = algorithm2(n). I guess there is nothing wrong in the model test above. But Dymola can’t simulate this due to the equation counting.