mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
24 lines
652 B
XML
24 lines
652 B
XML
<?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="road.net.xml"/>
|
|
<route-files value="flows.xml"/>
|
|
</input>
|
|
|
|
<time>
|
|
<begin value="0.0"/>
|
|
<step-length value="0.1"/>
|
|
</time>
|
|
|
|
<report>
|
|
<!-- Silent -->
|
|
<verbose value="false"/>
|
|
<no-step-log value="true"/>
|
|
<duration-log.statistics value="false"/>
|
|
<duration-log.disable value="true"/>
|
|
<no-warnings value="true"/>
|
|
</report>
|
|
|
|
</configuration>
|