## obtain a list of command line options for Concorde
tsp_concorde_help(exe = NULL)
"R_CONCORDE"
). Make
sure the program is executable. To get a list of all available command line options which can be used
via the clo
option for solve_TSP
use
tsp_concorde_help()
. Several options (,
, ) are not available via solve_TSP
since
they are used by the interface.
Concorde download page
David Appletgate, Robert Bixby, Vasek Chvatal, William Cook (2001): TSP cuts which do not conform to the template paradigm, Computational Combinatorial Optimization, M. Junger and D. Naddef (editors), Springer.
D. S. Johnson, C. H. Papadimitriou (1985): Performance guarantees for heuristics (chapter 5). In: E. L. Lawler, J. K. Lenstra, A.H.G. Rinnooy Kan, D. B. Shmoys (eds.) The traveling salesman problem - A guided tour of combinatorial optimization, Wiley & Sons.
solve_TSP