I have a large number of points, which I would like to join by simple lines (point-to-point), minimizing the overall summed length of the generated lines. There's no preferred path, but all points must be connected to each other by a single network of lines.
My output just needs to be a set of simple lines.
Do anyone have an idea on how to accomplish that, other than grinding it out in a PythonCaller ?
Cheers
Lars I