Summary of omc scaling issues
— at Version 4
This ticket collects all the known issues with omc scaling poorly with the model size:
- #3695 removeSimpleEquations is slow on large models
- #3781 Fix scaling of detectJacobianSparsePattern
- #3816 Matching and sorting scales as O(N3) in models with large numbers of discrete variables
- #3905 findZeroCrossings scales as O(N2)
- #4005 EncapsulateWhenConditions scales as O(N3) in models where a when clause is triggered by a large vector of conditions
- #4006 Weird performance of SimCode in models with many when clauses and events
- #4388 collectInitialBindings scales as O(N3)
- #4398 comSubExp scales as O(N3)
- #4460 resolveLoops scales as O(N3)
Change History
(4)
Description: |
modified (diff)
|
Milestone: |
Future → 1.12.0
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|