View source: R/getTSPInstancesOverview.R
getTSPInstancesOverview | R Documentation |
This function expects a directory and returns a data frame containing the most important properties, e. g., dimension, edge weight type, of all TSPlib instances (with file extensions tsp) in that directory. Moreover, the data frame contains information on the availiability of the optimal tour length (files tsp.opt) and optimal tour (tsp.tour).
getTSPInstancesOverview(directory, append.filename = FALSE)
directory |
[ |
append.filename |
[ |
[data.frame
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.