Title :
Design and Use of the CPAN Branch & Bound for the Solution of the Travelling Salesman Problem (TSP)
Author :
Tuñón, Manuel I Capel ; López, Mario Rossainz
Author_Institution :
Dpt. Lenguajes y Sistemas Informaticos, Granada Univ., Spain
Abstract :
This article presents the design of a High Level Parallel Composition or CPAN (according to its Spanish acronym) that implements a parallelization of the algorithmic design technique named Branch & Bound and uses it to solve the Travelling Salesman Problem (TSP), within a methodological infrastructure made up of an environment of Parallel Objects, an approach to Structured Parallel Programming and the Object-Orientation paradigm. A CPAN is defined as the composition of a set of parallel objects of three types: one object manager, the stages and the Collector objects. By following this idea, the Branch & Bound design technique implemented as an algorithmic parallel pattern of communication among processes and based on the model of the CPAN is shown. Thus, in this work, the CPAN Branch & Bound is added as a new pattern to the library of classes already proposed in [9], which was initially constituted by the CPANs Farm, Pipe and TreeDV that represent, respectively, the patterns of communication Farm, Pipeline and Binary Tree, the latter one implementing the design technique known as Divide and Conquer. As the programming environment used to derive the proposed CPANs, we use C++ and the POSIX standard for thread programming.
Keywords :
C++ language; divide and conquer methods; multi-threading; object-oriented programming; parallel algorithms; pipeline processing; programming environments; travelling salesman problems; tree data structures; tree searching; C++; CPAN; POSIX standard; TSP; algorithmic parallel pattern; binary tree; branch and bound design; collector objects; communication farm; high level parallel composition; object manager; object-orientation paradigm; parallel algorithm; parallel objects; pipeline pattern; programming environment; stages; structured parallel programming; thread programming; travelling salesman problem; treeDV; Algorithm design and analysis; Binary trees; Cost function; Design optimization; Libraries; Parallel programming; Pipelines; Space exploration; Traveling salesman problems; Yarn;
Conference_Titel :
Electronics, Communications and Computers, 2005. CONIELECOMP 2005. Proceedings. 15th International Conference on
Print_ISBN :
0-7695-2283-1
DOI :
10.1109/CONIEL.2005.33