Grid2op / lightsim2grid

LightSim2grid implements a c++ backend targeting the Grid2Op (https://github.com/rte-france/grid2op) platform.
https://lightsim2grid.readthedocs.io/en/latest/
Mozilla Public License 2.0
49 stars 9 forks source link

Being able to perform a "N-k" security analysis #32

Closed BDonnot closed 2 years ago

BDonnot commented 3 years ago

Is your feature request related to a problem? Please describe.

It should be faster to compute directly the complete N-k security criterion "at once", or even in parallel c++ side, with lightsim2grid.

Describe the solution you'd like

Another interface that digest a list of "actions" - new topologies and / or injections - that would return the powerflow for each of them.

Describe alternatives you've considered

For now, the only thing to do is to do it python side.

Additional context

This kind of computation is always performed in power system operation