source: tradir/serial/test.rou.xml @ 177

Last change on this file since 177 was 177, checked in by (none), 14 years ago
File size: 688 bytes
Line 
1<?xml version="1.0"?>
2
3<!-- generated on Tue Jan 12 12:18:40 2010 by SUMO duarouter Version 0.11.1
4<configuration>
5
6    <input>
7        <net-file value="test.net.xml"/>
8    </input>
9
10    <output>
11        <output-file value="test.rou.xml"/>
12    </output>
13
14    <processing>
15        <random-per-second value="0.25"/>
16    </processing>
17
18    <time>
19        <begin value="0"/>
20        <end value="10"/>
21    </time>
22
23</configuration>
24-->
25
26<routes>
27   <vehicle id="Rand0" depart="0">
28      <route edges="5a 6b"/>
29   </vehicle>
30   <vehicle id="Rand1" depart="4">
31      <route edges="7b 5a 3b"/>
32   </vehicle>
33   <vehicle id="Rand2" depart="8">
34      <route edges="3b 3a"/>
35   </vehicle>
36</routes>
Note: See TracBrowser for help on using the repository browser.