The format used is similar to the TSPlib format (see exportToTSPlibFormat), but it saves not only the point coordinates. It also saves the arrival times of dynamic customers.

exportToFile(x, filename, digits = 2L)

Arguments

x

[Network]
Network to export.

filename

[character(1)]
File name.

digits

[integer(1)]
Round coordinates to this number of digits. Default is 2.

Value

Nothing