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

<!-- generated on Mon Sep 18 08:51:39 2017 by SUMO jtrrouter Version dev-SVN-r26070
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"/>
    </output>

    <processing>
        <accept-all-destinations value="true"/>
    </processing>

    <report>
        <xml-validation 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">
    <vehicle id="type1.0" depart="0.00" color="yellow">
        <route edges="2/1to2/2 2/2to3/2"/>
    </vehicle>
    <vehicle id="type2.0" depart="0.00" color="yellow">
        <route edges="2/1to2/2 2/2to3/2 3/2to3/3 3/3to2/3 2/3to1/3"/>
    </vehicle>
    <vehicle id="type3.0" depart="0.00" color="yellow">
        <route edges="2/1to2/2 2/2to3/2 3/2to3/1 3/1to3/2 3/2to4/2 4/2to3/2 3/2to2/2 2/2to2/3 2/3to1/3"/>
    </vehicle>
</routes>