The files containing the drayage instances (Crane100xxx and Crane300xxx) have the following format: NOMBRE: COMENTARIO: VERTICES: ARCOS_REQ: ARCOS_NOREQ: VERTICES_REQ: 0 LIST OF REQUIRED ARCS: (,) coste . . . LIST OF NO REQUIRED ARCS: (,) coste -1 . . . Cordenadas vertices (,) (,) . . . Entries and may be empty. For each required arc from node u1 to node u2 there is a line (,) coste where c is the cost of traversing the arc. For each non-required arc from node u1 to node u2 there is a line (,) coste -1 where c is the cost of traversing the arc. There are no required vertices in these instances. The coordinates of the vertices are given at the end of the file as: (,) where is the number of the vertex and and its coordinates. The files containing the SCP grid instances (Crane_gridxxx) have a similar format. All the vertices not incident with a required arc are non-required vertices. NAME: Arcos no requeridos finales: VERTICES: ARCOS_REQ: ARCOS_NOREQ: VERTICES_REQ: 0 LIST OF REQUIRED ARCS: (,) coste . . . LIST OF NO REQUIRED ARCS : (,) coste . . . VERTICES REQUE: The line "Arcos no requeridos finales" gives the total number of non-required arcs of the graph, while the line "ARCOS_NOREQ:" gives the total number of lines in which the non-required arcs are given (since some non-required arcs exist in both directions, this number may be smaller than the total number of arcs). For each required arc from node u1 to node u2 there is a line (,) coste where c is the cost of traversing the arc. For each non-required arc from node u1 to node u2 there is a line (,) coste where c1 is the cost of traversing the arc from u1 to u2, and c2 is the cost of traversing it from u2 to u1, or -1 if such arc does not exist.