Changes between Initial Version and Version 1 of Ticket #2271, comment 24


Ignore:
Timestamp:
2013-06-29T19:57:23Z (12 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2271, comment 24

    initial v1  
    11Spec33, section 11.1.2:
    22{{{
    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
     5variables assigned and nonLhs are other appearing variables. […]
    46}}}
    57Therefore, 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.