A customer asked us about a possible new option for the ShortestPathFinder. The option would assume you are sending multiple from-to lines in a specific order to the ShortestPathFinder. Once any path is output, any segments along that path would have their costs set to zero for any subsequent from-to path calculations.
Or maybe there is another algorithm we should be looking at to create optimum cost paths for shared routing along a cost network?
Comments and suggestion welcome!
With the proposed option enabled in the image below, the route to end #2 would follow route #! since its path would have set those segments to cost 0. (Note: should also work in reverse, if ends #1 and #2 are staring points)


