Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/marouter/incremental/adapt/input_taz.taz.xml
169686 views
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
3
<taz id="0">
4
<tazSource id="top0to0/2" weight="100"/>
5
<tazSink id="0/2totop0" weight="100"/>
6
</taz>
7
<taz id="1">
8
<tazSource id="top1to1/2" weight="100"/>
9
<tazSink id="1/2totop1" weight="100"/>
10
</taz>
11
<taz id="2">
12
<tazSource id="top2to2/2" weight="100"/>
13
<tazSink id="2/2totop2" weight="100"/>
14
</taz>
15
<taz id="3">
16
<tazSource id="right0to2/0" weight="100"/>
17
<tazSink id="2/0toright0" weight="100"/>
18
</taz>
19
<taz id="4">
20
<tazSource id="right1to2/1" weight="100"/>
21
<tazSink id="2/1toright1" weight="100"/>
22
</taz>
23
<taz id="5">
24
<tazSource id="right2to2/2" weight="100"/>
25
<tazSink id="2/2toright2" weight="100"/>
26
</taz>
27
<taz id="6">
28
<tazSource id="bottom0to0/0" weight="100"/>
29
<tazSink id="0/0tobottom0" weight="100"/>
30
</taz>
31
<taz id="7">
32
<tazSource id="bottom1to1/0" weight="100"/>
33
<tazSink id="1/0tobottom1" weight="100"/>
34
</taz>
35
<taz id="8">
36
<tazSource id="bottom2to2/0" weight="100"/>
37
<tazSink id="2/0tobottom2" weight="100"/>
38
</taz>
39
<taz id="9">
40
<tazSource id="left0to0/0" weight="100"/>
41
<tazSink id="0/0toleft0" weight="100"/>
42
</taz>
43
<taz id="10">
44
<tazSource id="left1to0/1" weight="100"/>
45
<tazSink id="0/1toleft1" weight="100"/>
46
</taz>
47
<taz id="11">
48
<tazSource id="left2to0/2" weight="100"/>
49
<tazSink id="0/2toleft2" weight="100"/>
50
</taz>
51
</tazs>
52
53
54