Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/countEdgeUsage/flow_fractional/routes.rou.xml
428461 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="flowAB" from="A" to="B" begin="0" end="50" period="exp(0.01)"/>
3
<flow id="flowCD" from="C" to="D" begin="0" end="10" probability="0.15"/>
4
5
</routes>
6
7