Hi, you can put arbitrary routes into sumo which you can calculate yourself but I suppose you wanted to know what the existing routers support. It is possible to give edge weight files to the duarouter http://sumo-sim.org/userdoc/Demand/Shortest_or_Optimal_Path_Routing.html#Custom_edge_weights so if your routing scheme is based on additive edge costs it is easy to do it this way. If not, you will have to implement your own router and unless speed of execution is vital to your application, it is probably easier to parse the network and your input data with a python script (look into sumolib/net to use an existing network parser) and generate the routes yourself.
Best regards, Michael Am 23.01.2014 07:58, schrieb Vachan B R: > is it possible to implement data-centric routing scheme for traffic > information delivery, in which multiple routing-related information > is considered for decision-making to meet different user requirements? is > it possible to implement routing method, four typical > routing decision schemes (level-based routing scheme (L-R) ,cost-based > routing scheme (C-R) , cost-and-residual energy- > combined routing scheme (CRE-R), and cost-and delay- > time-combined routing scheme (CDT-R). please tell me d way out and help me > with materials for coding it . > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
