exportToFile: Exports a network to an proprietary format.

Description Usage Arguments Value

View source: R/exportToFile.R

Description

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.

Usage

1
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


jakobbossek/salesperson documentation built on Dec. 11, 2021, 4:54 a.m.