Does GraphHopper support dynamic edge weights?
问题 We are thinking to use it in our project where we need to do a route planner. The first problem we had is that we have very dyanimc variables representing our weight values; this means that we can't use the Contraction Hierarchy algorithm becouse every time one of these variables changes we should re-create the "contracted" graph, so we were thinking to configure graphhopper in order to not use the CH algorithm In this scenario is it possible to modify graphhopper code to support this dynamic