<div dir="ltr">Hi<div><br></div><div>First of all compliments for the GraphHopper Routing Machine...it's really amazing</div><div><br></div><div>We are thinking to use it in our scenario; since in our case we can't use the CH algorithm due to the fact that we have highly dinamyc weight values, we are thinking to use the Dijkstra-based algorithms (let's call them so) like A*, Bi-directional Dijkstra and so on...</div>
<div>In order to not use the CH algorithm Peter suggested to us to specify prepare.chShortcuts=no in the config.properties file</div><div><br></div><div>We did it and we are checking the algorithms...in our case we should also provide:</div>
<div>multiple paths from node A to node B</div><div>multimodal paths from node A to node B</div><div><br></div><div>What I mean is that when we calculate the route from point A to point B we should be able in providing:</div>
<div>multiple paths and che client can choose the wished one</div><div>multimodal path: a path composed by some "cars" ways, "pediastran" ways, "cycle" ways and so on....</div><div><br></div>
<div>It seems to us that the previously listed cases are not possible in GraphHopper (above all the possibility to return a list of Path)....Is this correct?</div><div>If it's correct.....are you thinking to implement them? Can we find any kind of implementation anywhere?</div>
<div><br></div><div>Thank you</div><div>Angelo</div></div>