| 47 | | It seems like some postOpt modules work with synchronous systems incorrectly. |
| | 47 | optdaedump output shows that module '''removeSimpleEquations''' skip synchronous equations and module '''comSubExp''' produce wrong equation system. |
| | 48 | |
| | 49 | {{{ |
| | 50 | ######################################## |
| | 51 | pre-optimization module comSubExp (simulation) |
| | 52 | ######################################## |
| | 53 | clocked partition(1) |
| | 54 | ======================================== Variables (2) |
| | 55 | ======================================== |
| | 56 | 1: y:VARIABLE() type: Real |
| | 57 | 2: x:VARIABLE() type: Real |
| | 58 | Equations (2, 2) |
| | 59 | ======================================== |
| | 60 | 1/1 (1): (-x) / x = 1.0 [dynamic |0|0|0|0|] |
| | 61 | 2/2 (1): x + y = 0.0 [dynamic |0|0|0|0|] |
| | 62 | no matching |
| | 63 | |
| | 64 | BackendDAEType: simulation |
| | 65 | Base partitions (1) |
| | 66 | ======================================== |
| | 67 | 1: Clock(0.1)[1] |
| | 68 | Sub partitions (1) |
| | 69 | ======================================== |
| | 70 | 1: factor(1/1) shift(0/1) event(false) |
| | 71 | }}} |