Path: blob/main/tests/complex/state/dists/input_routes.rou.xml
169686 views
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">1<route id="r1" edges="4/1to3/1 3/1to2/1 2/1to1/1 1/1to0/1"/>2<routeDistribution id="r">3<route edges="3/1to2/1 2/1to1/1 1/1to0/1"/>4<route edges="2/1to1/1 1/1to0/1"/>5</routeDistribution>6<vTypeDistribution id="v">7<vType id="v1" accel="1.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10" probability=".4"/>8<vType id="v2" accel="2.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="10" probability=".6"/>9</vTypeDistribution>10<vehicle id="0" depart="0" departSpeed="10" departPos="100" route="r1" type="v"/>11<vehicle id="1" depart="5" departSpeed="10" departPos="100" route="r1" type="v"/>12<flow id="f" begin="30" period="3" end="90" departSpeed="avg" route="r1" type="v"/>1314</routes>151617