Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/alternatives/style2_input/with_taz_used3/routes.duarouter
195431 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2025-12-11T14:11:32.280046+01:00 by Eclipse SUMO duarouter v1_25_0+0463-585108e55c6
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
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<duarouterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">

    <input>
        <net-file value="input_net.net.xml"/>
        <route-files value="input_alts.rou.alt.xml"/>
        <weight-files value="input_weights.dump.xml"/>
        <junction-taz value="true"/>
    </input>

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

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

</duarouterConfiguration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="t" speedFactor="normc(1.00,0.10,0.20,2.00)" sigma="0"/>
    <vehicle id="0" type="t" depart="0.00" fromTaz="beg" toTaz="end">
        <route edges="beg2left left left2end"/>
    </vehicle>
    <vehicle id="1" type="t" depart="10.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="2" type="t" depart="20.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="3" type="t" depart="30.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="4" type="t" depart="40.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="5" type="t" depart="50.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="6" type="t" depart="60.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="7" type="t" depart="70.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="8" type="t" depart="80.00" fromTaz="beg" toTaz="end">
        <route edges="middle"/>
    </vehicle>
    <vehicle id="9" type="t" depart="90.00" fromTaz="beg" toTaz="end">
        <route edges="beg2left left left2end"/>
    </vehicle>
</routes>