Hello, I am trying to solve a routing problem in Network Analysis by using VRP solver. I have many points to serve per each road segment so I am dealing more with an Arc Routing Problem than Vehicle Routing Problem, but there is no ARP solver in Network Analyst. So what I want to do is create a two mid-points for each segment that has some demand, one for each side of street (my problem has side dependency) and than sum the demand on each side of the street to this point.
Have someone ever try this with success?
I found that this approach is mentioned here: GIS high density vehicle routing soloution by jsandhu-esristaff on 25.6.2013 15:41
But there are not many details how to do this. My question is: Is there a way how to do this NOT manually. Some geoprocessing using the model builder, maybe? I know I will need Feature-to-point tool to get my mid points for each segment and then some sort of selection by location, but how to define that I want to place my new mid-point on the side of the segment and how to define the selection of present demand points from the same side of segment?
Any suggestions are strongly welcome.
Thank you.