Table of Contents

Name

TSPSOL - Traveling Salesperson Problem solver from GLPK

Synopsis

tspsol [options...] tsp-file

Description

Options:

-o filename, --output filename
write solution to filename in plain text format
-t, --trace
produce detailed output

Reporting Bugs

Please report bugs to <bug-glpk@gnu.org>.

Copyright

Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Andrew Makhorin <mao@gnu.org> This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty.

See Also

glpsol(1)
/usr/share/doc/glpk/
Documentation about GLPK, its C API, the GNU MathProg modeling language, and MPS and LP file formats in PostScript format.

See also the official GNU webpage dedicated to GLPK at <http://www.gnu.org/software/glpk/glpk.html >.


Table of Contents