COIN-OR::LEMON - Graph Library

Changes between Version 3 and Version 4 of SummerSchool2016


Ignore:
Timestamp:
06/07/16 09:45:26 (8 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerSchool2016

    v3 v4  
    2323       - '''`length`''': The length of the road, in meter (integer number)
    2424       - '''`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