View source: R/exportToTSPlibFormat.R
exportToTSPlibFormat | R Documentation |
Exports a network to the TSPlib format.
exportToTSPlibFormat(
x,
filename,
name = NULL,
comment = NULL,
use.extended.format = TRUE,
full.matrix = FALSE,
digits = 10L
)
x |
[ |
filename |
[ |
name |
[ |
comment |
[ |
use.extended.format |
[ |
full.matrix |
[ |
digits |
[ |
Nothing
Currently we only support euclidean 2D instances. Furthermore note, that
if use.extended.format
is TRUE
, most alternative TSPlib parsers
will most probably not be able to parse the generated file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.