See previous answer. Also see
https://sumo.dlr.de/docs/Simulation/Rerouter.html#vehicle_behavior_when_closing_a_street

Am So., 14. März 2021 um 17:30 Uhr schrieb reihaneh koohi <
[email protected]>:

> I use Siouxfalls network for simulation, and in run-time, I want to close
> the edge from node 19 to node 17 (which is named 19to17). To do this, I use
> additional file like this:
>
> <rerouter id="rerout1" edges="19to17" probability="1.0">
>    <interval begin="300" end="1500">
>        <closingReroute id="19to17"/>
>    </interval>
> </rerouter>
>
>
> This rerouter does not make any change in vehicle movements and all
> vehicles used to pass 19to17, again pass it, but this time with just a
> warning. Next time, I add the following line after closingRoute to show the
> other routes that they can choose:
> <destProbReroute id="19to15;15to10;10to17"/>
>
> I have the warning for ';', so I separate it in three lines:
> <destProbReroute id="19to15"/> <destProbReroute id="15to10"/>
> <destProbReroute id="10to17"/>
>
> And again no change in the output results!
>
> So, How does the rerouter work?
>
> The additional file and .sumocfg are attached.
>
>
> Thanks in advance
>
>
>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to