aboutsummaryrefslogtreecommitdiff
path: root/math/concorde/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/concorde/pkg-descr')
-rw-r--r--math/concorde/pkg-descr14
1 files changed, 5 insertions, 9 deletions
diff --git a/math/concorde/pkg-descr b/math/concorde/pkg-descr
index 6ad71758060f..45bb521952c6 100644
--- a/math/concorde/pkg-descr
+++ b/math/concorde/pkg-descr
@@ -1,20 +1,16 @@
-Concorde (99.12.15 release) This is the initial full release of Concorde.
-More data about Concorde is available from the Concorde page at
-http://www.math.princeton.edu/tsp/concorde.html.
-
Concorde is a computer code for the traveling salesman problem (TSP)
and some related network optimization problems. The code is written
in the ANSI C programming language and it is available for academic
-research use; for other uses, contact concorde@caam.rice.edu for
+research use; for other uses, contact bico@isye.gatech.edu for
licensing options.
Concorde's TSP solver has been used to obtain the optimal solutions to
-all TSPLIB instances having up to 13,509 cities.
+106 of the 110 TSPLIB instances; the largest having 15,112 cities.
The Concorde callable library includes over 700 functions permitting
users to create specialized codes for TSP-like problems. All Concorde
-functions are thread-safe for prgramming in shared-memory parallel
+functions are thread-safe for programming in shared-memory parallel
environments; the main TSP solver includes code for running over
-networks of unix workstations.
+networks of Unix workstations.
-WWW: http://www.math.princeton.edu/tsp/concorde.html
+WWW: http://www.tsp.gatech.edu/concorde.html