Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/function/routing/chrouter/weights/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
<trip id="early" depart="0" from="src" to="dest"/>
3
<trip id="later" depart="3600" from="src" to="dest"/>
4
</routes>
5
6