Davidrxyang / raines-2024-line-addition-problem

MIT License
1 stars 0 forks source link

PIA implementation #27

Closed henrydeng2002 closed 1 month ago

henrydeng2002 commented 1 month ago

PIA seems to work, tests on small network seems to make sense

Davidrxyang commented 1 month ago

Should be no conflicts with my new work

henrydeng2002 commented 1 month ago

one issue I just found is that I'm currently adding direct connections between stations in the network, whereas in the PIA paper they start off with a graph and find the shortest path between stations in the graph. i might have to fix this later