You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
|
|
<input>
|
|
<net-file value="example.net.xml"/>
|
|
<route-files value="example.rou.xml"/>
|
|
<additional-files value="example.tll.xml"/>
|
|
<!-- Include any other input files here -->
|
|
</input>
|
|
<time>
|
|
<begin value="0"/>
|
|
<end value="180"/>
|
|
<step-length value="1"/>
|
|
</time>
|
|
<!-- Additional configuration settings -->
|
|
</configuration>
|