Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/marouter/sue/testnetz1.edg.xml
169678 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
3
<edge id="D1" from="910" to="1" type="a"/>
4
5
<edge id="L2" from="1" to="4" type="a"/>
6
7
<edge id="L3" from="2" to="4" type="a"/>
8
9
<edge id="D2" from="920" to="2" type="a"/>
10
11
<edge id="L4" from="4" to="8" type="b"/>
12
13
<edge id="L5" from="4" to="6" type="a"/>
14
15
<edge id="L6" from="5" to="9" type="a"/>
16
17
<edge id="L7" from="6" to="5" type="a"/>
18
19
<edge id="L8" from="6" to="7" type="a"/>
20
21
<edge id="L9" from="7" to="12" type="a"/>
22
23
<edge id="L10" from="9" to="10" type="a"/>
24
25
<edge id="L11" from="9" to="11" type="c"/>
26
27
<edge id="L12" from="8" to="13" type="b"/>
28
29
<edge id="L13" from="10" to="11" type="a"/>
30
31
<edge id="L14" from="12" to="11" type="a"/>
32
33
<edge id="L15" from="11" to="13" type="a"/>
34
35
<edge id="L16" from="13" to="3" type="a"/>
36
37
<edge id="D3" from="3" to="930" type="a"/>
38
39
</edges>
40