LAU_NP: Heuristics for NP problems

LAU_NP is a set of implementations of heuristic algorithms for certain problems that are essentially impossible to solve exactly with an algorithm.

The classic example of this is the "traveling salesman problem", which seeks the shortest roundtrip that visits each location exactly once. The obvious method of solution, to compute the length of every possible path, is not much worse than the best known method of solution, in terms of the amount of computing required to find the exact answer. However, there are heuristic methods that can find a "reasonable" approximation to the answer for most problems, in a much shorter amount of time.

The problems considered include:

Files you may copy include:

The list of routines includes:

Return to the FORTRAN software page.


Last revised on 27 March 2001.