| Commit | Author | Summary |
| 591485e63b | Bernhard Thiele | Fix FMU import related simulation deviations |
| acc20cc1ae | Adeel Asghar | Check if the list is empty. |
| ca1c6de2c5 | hkiel | increase size of base array to avoid expensive re-sizing |
| 7029f3afb7 | niklwors | fix for coping sim values in BufferReaderWriter |
| 90441d8cdc | ptaeuber | Improve model_info.json |
| 64eefbbd2d | ptaeuber | Speed up tearing matching a bit |
| 498ae9ff3d | Adeel Asghar | If an embedded server is specified. |
| 02b0bab99b | Adeel Asghar | Output the information when opc-ua server is initialized. |
| 0fc8e098cc | hkiel | optimize ResolveLoops.getShortPathsBetweenEqCrossNodes() further |
| 107d88df34 | ptaeuber | Add execStat for matching/sorting of init dae |
| da6c53fe6f | hkiel | avoid multiple sorts |
| 743991c8f7 | hkiel | fix reverse ranges n:-1:1 |
| 89f3548de4 | hkiel | fix List.sortIntN() |
| 9a5c35eeed | hkiel | sort lists before intersection to speed up |
| feee0cf283 | hkiel | implement intersection on sorted Integer lists |
| 767bebdf19 | hkiel | Remove loop check from differentiation ther is still a maxIteration check. reduces running time tremendously |
| bfbc14590d | ptaeuber | Count tmp vars to unknowns in SimCode EqSystem |
| 62106406ff | ptaeuber | Add more info to SimCode EqSystem |
| 0b0a647ac7 | hkiel | use AvlSetInt instead of too big List.uniqueIntN() array for large models |