In SUMO, while converting OSM file to SUMO compatible road network using DUAROUTER we can pass --routing.algorithm parameter to use one of these (default is Dijkstra).
In veins demo app there is a logic to simulate accident and vehicles reroute on receiving warning message. I'm trying to understand how rerouting is working there. This post says re-routing is dynamic and here is some more explanation of the scenario.
My question is while rerouting which routing algorithm veins uses? Is it the same using which road network is created? If I have to chechk behavior of different routing algorithms under same conditions, do I need to create same road network using different values for --routing.algorithm ?