Skip to content
Snippets Groups Projects
Verified Commit 75fccedf authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Performance improvement for DynamicModel::removeEquations()

The main bottleneck was in EquationTags::erase(), which had quadratic
complexity in the number of equations. This commit optimizes it to n·log(n)
complexity.
parent 7a758f67
Loading
Checking pipeline status