R/solverPaths.R
solverPaths.Rd
In the current version salesperson does not implement the source code
of some solvers including LKH and EAX, but calls the corresponding compiled
executables. Since the CRAN guidelines do not permit shipping binary executables
one has the download these by hand and tell the salesperson package about
the file path. This is done by the solverPaths
function.
solverPaths(paths = NULL)
paths | [
|
---|
[list
] List of pathes. Used internally by runTSPSolver
.