Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/dua-iterate/optimum/input_routes.rou.xml
428506 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
4
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
5
<flow id="a" begin="0.00" from="a" to="d" end="200" period="2" departSpeed="max"/>
6
<flow id="f" begin="0.00" from="f" to="g" end="200" period="2" departSpeed="max"/>
7
</routes>
8
9