BDonnot / 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
46 stars 9 forks source link

Refacto solver API #68

Open BDonnot opened 9 months ago

BDonnot commented 9 months ago

The index "solver_to_me" and "me_to_solver" should be members of the solvers and NOT of the grid.

Solvers should behave more like "solver.run_pf(grid)" or something.