Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/dfrouter/flowmax/long_route/long.edg.xml
169686 views
1
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
2
3
<edge id="in1" from="i1" to="r1" />
4
<edge id="in2" from="i2" to="r2" />
5
<edge id="1to2" from="r1" to="r2" />
6
<edge id="2to3" from="r2" to="r3" />
7
<edge id="3to4" from="r3" to="r4" />
8
<edge id="out3" from="r3" to="o3" />
9
<edge id="out4" from="r4" to="o4" />
10
<edge id="post3" from="o3" to="p3" />
11
<edge id="post4" from="o4" to="p4" />
12
13
</edges>
14
15