Changes between Version 1 and Version 2 of Ticket #2788, comment 12
- Timestamp:
- 2014-08-25T04:54:09Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2788, comment 12
v1 v2 2 2 The nonlinear equation from your model is not supported by OpenModelica (and probably most other Modelica Tools as well). The reason is that it needs to have an integer (or enumeration) variable as iteration variable. 3 3 Anyway, the code generation should not fail in this strange manner. A solution would be to cache those systems during the symbolic transformation and before doing code generation at all. There we could introduce a traceable error message. 4 4 5 If there will be support for such systems can wbraun tell you. That's why I put him in to this discussion. 6 5 7 I am not sure what you want to model. But you can break the loop using the pre-operator like the following: 6 8 {{{#!mo