Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/function/routing/chrouter/weights_parallel/input_trips.trips.xml
429542 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<flow id="early" begin="0" end="100" number="100" from="src" to="dest"/>
3
<flow id="later" begin="3600" end="3700" number="100" from="src" to="dest"/>
4
</routes>
5
6