I'm currently optimizing electrical grid planning and the MST
doesn't solve the problem well, because if the connection to the main grid is in a radial point all the power has to flow through one edge and will travel a long "electrical distance" to every consumption point.
The problem I'm looking at could be minimizing the MW*distance
or active power moment, but that creates a non-linear problem.
So what I want to find is a minimum spanning tree (not the optimal, just most efficient) that minimizes the maximum electrical distance (distance through the graph) to the tree root.
In this way I just buy longer thinner cables that is a cheaper solution to shorter thicker cables.