Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/route2OD/edge/input_routes.rou.xml
428440 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-08-27 09:31:32 by Eclipse SUMO duarouter Version v1_10_0+0276-ffc6265
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
5
6
<input>
7
<net-file value="net.net.xml"/>
8
<route-files value="trips.trips.xml"/>
9
</input>
10
11
<output>
12
<output-file value="input_routes.rou.xml"/>
13
<alternatives-output value="input_routes.rou.alt.xml"/>
14
</output>
15
16
<time>
17
<begin value="0"/>
18
<end value="10"/>
19
</time>
20
21
<report>
22
<no-warnings value="true"/>
23
<ignore-errors value="true"/>
24
<no-step-log value="true"/>
25
</report>
26
27
</configuration>
28
-->
29
30
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
31
<trip id="0" depart="0.00" from="C0D0" to="A1A0"/>
32
<flow id="0" begin="0.00" end="10" number="100" from="B2B3" to="B1B0"/>
33
<vehicle id="0" depart="0.00">
34
<route edges="D0E0 E0E1 E1D1 D1C1 C1B1 B1A1 A1A0"/>
35
</vehicle>
36
<vehicle id="1" depart="1.00">
37
<route edges="B2B3 B3B2 B2B1 B1B0"/>
38
</vehicle>
39
<vehicle id="2" depart="2.00">
40
<route edges="D2D3 D3D2 D2D1 D1D2"/>
41
</vehicle>
42
<vehicle id="3" depart="3.00">
43
<route edges="E1E2 E2D2 D2C2 C2B2 B2A2 A2A3"/>
44
</vehicle>
45
<vehicle id="4" depart="4.00">
46
<route edges="C0D0 D0C0 C0B0 B0A0 A0A1 A1A0"/>
47
</vehicle>
48
<vehicle id="5" depart="5.00">
49
<route edges="B1B0 B0B1 B1B2 B2C2 C2C3"/>
50
</vehicle>
51
<vehicle id="6" depart="6.00">
52
<route edges="A1A0 A0B0 B0C0"/>
53
</vehicle>
54
<vehicle id="7" depart="7.00">
55
<route edges="D0E0 E0E1 E1E2 E2E3 E3D3 D3C3 C3C2"/>
56
</vehicle>
57
<vehicle id="8" depart="8.00">
58
<route edges="B1B0 B0B1 B1B2 B2B3 B3B4 B4C4 C4C3"/>
59
</vehicle>
60
<vehicle id="9" depart="9.00">
61
<route edges="D4C4 C4B4 B4B3 B3B2 B2B1 B1B0 B0A0 A0A1"/>
62
</vehicle>
63
<vehicle id="10" depart="10.00">
64
<route edges="D4C4 C4B4 B4B3 B3B2 B2B1 B1B0 B0A0 A0A1"/>
65
</vehicle>
66
</routes>
67
68