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 in that directory.
getTSPInstancesOverview(directory, append.filename = FALSE)[character(1)]
Readable directory path.
[logical(1)]
Should the full file names be appended to the data frame?
Default is FALSE.
[data.frame]