Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/turndefs/routeSampler/weighted/probability/input_routes.rou.xml
429581 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Sun Feb 16 13:56:43 2020 by Eclipse SUMO duarouter Version v1_5_0+0098-7db9878c73
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_routes2.rou.xml"/>
13
<alternatives-output value="input_routes2.rou.alt.xml"/>
14
</output>
15
16
<time>
17
<begin value="0"/>
18
<end value="50.0"/>
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
<vehicle id="right" depart="3.00">
32
<route edges="-3 -3.180.00 5" probability="3"/>
33
</vehicle>
34
<vehicle id="straight" depart="3.00">
35
<route edges="-3 -3.180.00 15" probability="6"/>
36
</vehicle>
37
<vehicle id="left" depart="3.00">
38
<route edges="-3 -3.180.00 11" probability="1"/>
39
</vehicle>
40
</routes>
41
42