powsybl-open-loadflow
powsybl-open-loadflow copied to clipboard
Minimal support of limit reductions for security analysis
Please check if the PR fulfills these requirements
- [ ] The commit message follows our guidelines
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
Does this PR already have an issue describing the problem?
No, it is the support of a new feature from powsybl-core 6.3.0. In that PR, we only support a minimal feature, without relying on utility methods available in core. But we can imagine testing this approach and with utility methods in order to compare results and performances (on core side, could be a problem).
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
- [ ] Yes
- [ ] No
If yes, please check if the following requirements are fulfilled
- [ ] The Breaking Change or Deprecated label has been added
- [ ] The migration steps are described in the following section
What changes might users need to make in their application due to this PR? (migration steps)
Other information: