I either have a blonde moment or am attempting something a bit out of my league, but here it goes ;)
I have an optimization question. It is only somewhat traveling-salesman-ish.
Lets say I have a set of destinations and another corresponding set of origins. I need to link each destination with one origin so that the variation between the routes is as small as possible.
I am NOT interested in forming pairs of coordinates with a total shortest distance. I am after minimising the variation between the routes.
Obviously, there are many possible combinations of creating origin-destination pairs, it's just a matter of finding the optimal one where all routes are more-less equal.
Ideas on a way to tackle that?