Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/netconvert/left_turn_noblocking_longveh/input_edges.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
<edge id="edge_L2C" from="node_L" to="node_C"/>
3
<edge id="edge_C2L" from="node_C" to="node_L"/>
4
<edge id="edge_R2C" from="node_R" to="node_C"/>
5
<edge id="edge_C2R" from="node_C" to="node_R"/>
6
<edge id="edge_U2C" from="node_U" to="node_C"/>
7
<edge id="edge_C2U" from="node_C" to="node_U"/>
8
<edge id="edge_D2C" from="node_D" to="node_C"/>
9
<edge id="edge_C2D" from="node_C" to="node_D"/>
10
</edges>
11
12