Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/public_transport/generateRailSignalConstraints/redundant/input_routes.rou.xml
428440 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed Sep 9 10:11:50 2020 by Eclipse SUMO duarouter Version v1_7_0+0007-9073c1719d
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
<additional-files value="input_additional.add.xml"/>
9
<route-files value="input_routes.rou.xml"/>
10
</input>
11
12
<output>
13
<output-file value="input_routes.rou.xml.rou.xml"/>
14
<alternatives-output value="input_routes.rou.xml.rou.alt.xml"/>
15
</output>
16
17
<report>
18
<ignore-errors value="true"/>
19
<no-step-log value="true"/>
20
</report>
21
22
</configuration>
23
-->
24
25
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
26
<vType id="train" length="50.00" vClass="rail"/>
27
<vehicle id="t0" type="train" depart="0.00" departSpeed="max">
28
<route edges="a b c"/>
29
<stop busStop="stop_c" arrival="450.00" duration="430.00" until="130.00"/>
30
</vehicle>
31
<vehicle id="t1" type="train" depart="20.00" departSpeed="max">
32
<route edges="d e c"/>
33
<stop busStop="stop_c" arrival="50.00" duration="30.00" until="80.00"/>
34
</vehicle>
35
<vehicle id="t2" type="train" depart="120.00" departSpeed="max">
36
<route edges="d e c"/>
37
<stop busStop="stop_c" arrival="150.00" duration="130.00" until="80.00"/>
38
</vehicle>
39
<vehicle id="t3" type="train" depart="220.00" departSpeed="max">
40
<route edges="d e c"/>
41
<stop busStop="stop_c" arrival="250.00" duration="230.00" until="80.00"/>
42
</vehicle>
43
<vehicle id="t4" type="train" depart="320.00" departSpeed="max">
44
<route edges="d e c"/>
45
<stop busStop="stop_c" arrival="350.00" duration="330.00" until="80.00"/>
46
</vehicle>
47
</routes>
48
49