powsybl / powsybl-network-store

Persistent implementation of PowSyBl network based on Spring Boot
Mozilla Public License 2.0
3 stars 6 forks source link

don't invalidate busbreakerview cache when a retained switch is toggle #473

Open jonenst opened 1 month ago

jonenst commented 1 month ago

Describe the current behavior

Can we do the same as https://github.com/powsybl/powsybl-core/pull/2439 ?

Describe the expected behavior

cache invalidated for no good reason, retained switch are not traversed during busbreakerview computation so opening or closing them doesn't change the busbreakerview

Describe the motivation

avoid recomputation, performance

Extra Information

No response