Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/bugs/ticket9327b/routes.jtrrouter
169710 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-01-03 13:51:43 by Eclipse SUMO jtrrouter Version v1_11_0+0710-dc89c8c
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/jtrrouterConfiguration.xsd">

    <input>
        <net-file value="input_net.net.xml"/>
        <route-files value="input_flows.flows.xml"/>
        <turn-ratio-files value="input_turns.turns.xml"/>
    </input>

    <output>
        <output-file value="routes.rou.xml"/>
        <write-license value="true"/>
    </output>

    <processing>
        <unsorted-input value="true"/>
        <no-internal-links value="true"/>
        <accept-all-destinations value="true"/>
    </processing>

    <defaults>
        <departlane value="random"/>
    </defaults>

    <time>
        <end value="1000"/>
    </time>

    <report>
        <xml-validation value="never"/>
        <xml-validation.routes value="never"/>
        <no-step-log value="true"/>
    </report>

</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="standard_car" speedFactor="1.20"/>
    <vehicle id="a.0" type="standard_car" depart="0.00" departLane="random">
        <route edges="beg middle -left2end -left -beg2left beg2right right -right -beg2right -beg"/>
    </vehicle>
    <vehicle id="b.0" type="standard_car" depart="50.00" departLane="random">
        <route edges="beg middle -right2end right2end -left2end -left left left2end -middle beg2right right -right -beg2right beg2left -beg2left -beg"/>
    </vehicle>
    <vehicle id="c.0" type="standard_car" depart="100.00" departLane="random">
        <route edges="beg middle -left2end left2end -right2end -right -beg2right beg2left left -left -beg2left beg2right right right2end end -end -middle -beg"/>
    </vehicle>
    <vehicle id="d.0" type="standard_car" depart="200.00" departLane="random">
        <route edges="beg middle end -end -left2end left2end -middle beg2right right -right -beg2right -beg"/>
    </vehicle>
</routes>