[GraphHopper] CH vs A*, variable edge costs
Peter K
peathal at yahoo.de
Wed Mar 26 19:33:12 UTC 2014
Hey Frederik,
for the normal mode you can use several vehicles. E.g. in the
config.properties do:
prepare.chShortcuts=no
osmreader.acceptWay=CAR,FOOT,BIKE,MTB
Currently the number of vehicles is limited a bit, but we'll rework this
at a later time so that this is unlimited.
Also this should be possible for CH, but requires a bit work:
https://github.com/graphhopper/graphhopper/issues/111
Regards,
Peter.
> Hi,
>
> so GraphHopper allows me to use CH or "classic" Dijkstra/A* routing.
>
> I know that when using CH, you need a different routing graph for each
> profile - e.g. car, bicycle, pedestrian etc.
>
> But for the classic algorithms, this should not be necessary; e.g.
> gosmore (which uses a variant of A*) can do a dozen of profiles on the
> same graph. Is that possible with GraphHopper as well, or does GH
> require separate routing graphs even in non-CH mode?
>
> Bye
> Frederik
>
More information about the GraphHopper
mailing list