Package algo

Package Specification The Java classes used as examples.

See:
          Description

Interface Summary
Path A Path in a Graph.
TSPInf Interface for TSP computing algorithms.
 

Class Summary
BestByteLocStore Storage for best path found so far.
DistBestStore Storage for best path found so far.
DistParBestStore Remote storage for best path found so far.
DistParClientTSP Objects of this class are to be send to a ExecutableServer.
DistParRemoteCommTSP Objects of this class communicate with the master server.
DistRunTSP Thread to communicate with distributed processes.
DistTSP A parallel algorithm for an euclidean 2d TSP Problem.
Graph A Graph for an TSP Problem.
ParByteLocalTSP A parallel algorithm for an euclidean 2d TSP Problem.
PathByteArray A Path in a graph implementd as arrays of bytes.
PlaneGraph A 2d Graph for an TSP Problem.
Point A Point in a 2d Graph.
RunByteLocTSP Thread for parallel computation.
SeqByteTSP A sequential algorithm for an euclidean 2d TSP Problem.
TransportMessage Transport container for communication with the master process.
TransportMessageGetWork Transport container for communication with the master process.
 

Package algo Description

Package Specification

The Java classes used as examples.

Related Documentation

Parallel Programming TSP stuff.