Changes between Version 3 and Version 4 of SummerSchool2016
- Timestamp:
- 06/07/16 07:45:26 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerSchool2016
v3 v4 23 23 - '''`length`''': The length of the road, in meter (integer number) 24 24 - '''`maxspeed`''': The maximum allowed speed , in km/h (integer number) 25 - Planar graph test examples: [raw-attachment:planar-graph.zip] 26 - The file contains the following attributes: 27 - in the '''`@nodes`''' section: 28 - '''`label`''': the node label, >= 0 integer numbers 29 - '''`coordinates_x`''' and '''`coordinates_y`''': the coordinates of the nodes, floating point number 30 - in the '''`@arcs`''' section (the `-c.lgf` files only 31 - '''`capacity`''': capacity of the arcs (integer number) 32 - '''`cost`''': cost of the arcs (integer number) 33