## set path for executables
concorde_path(path)## obtain a list of command line options for the solvers
concorde_help(exe = NULL)
linkern_help(exe = NULL)
concorde_path()
to set the path to
the directory containing the executables foconcorde_path()
) and
make them executable, or you can get the source code and compile it on your
own.To get a list of all available command line options which can be used via the
clo
option for solve_TSP
use concorde_help()
and
linkern_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.
David Applegate and William Cook and Andre Rohe (2003): Chained Lin-Kernighan for Large Traveling Salesman Problems, INFORMS Journal on Computing, 15, 82--92.
solve_TSP