Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/meta/write_config/cfg.duarouter.astar
185994 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-09-30 07:22:13 by Eclipse SUMO duarouter Version v1_20_0+2191-9c9833cde36
-->

<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"/>
    </input>

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

    <processing>
        <routing-algorithm value="astar"/>
    </processing>

</duarouterConfiguration>