[sumo-user] URGENT

2018-09-03 Thread Gulkaiyr Kalybek kyzy via sumo-user
Hello! My name is Gulkaiyr and I am writing my thesis about route calculation I want to ask you about SUMO How I can use Dijkstra and A* algorithm in sumo , And I can not understand from help and http://sumo.sourceforge.net/userdoc/ Please help me How I can implement dijkstra algorithm in sumo Pl

Re: [sumo-user] URGENT

2018-09-03 Thread Jakob Erdmann
see http://sumo.dlr.de/wiki/Demand/Shortest_or_Optimal_Path_Routing and http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes#Incomplete_Routes_.28trips_and_flows.29 2018-09-03 15:08 GMT+02:00 Gulkaiyr Kalybek kyzy via sumo-user < sumo-u...@lists.sourceforge.net>: > Hello! My

Re: [sumo-user] URGENT

2018-10-14 Thread Jakob Erdmann
randomTrips.py does not support using astar. You can use randomTrips to generated trips and then call durarouter with the routing-algorithm option directly to turn these trips into complete routes. Am Do., 11. Okt. 2018 um 22:29 Uhr schrieb Gulkaiyr Kalybek kyzy via sumo-user : > Hello, Can you h