A decomposition procedure for finding the minimal Hamiltonian chain of a sparse graph

The problem considered here is one of finding the minimal Hamiltonian chain of a graph. A single chain must traverse all 𝑛 vertices of a graph with the minimal distance. The proposed procedure reduces a large problem into several smaller problems and uses a branch and bound algorithm to find the min...

Full description

Bibliographic Details
Main Author: Levinton, Ira Ray
Other Authors: Industrial Engineering and Operations Research
Format: Others
Language:en_US
Published: Virginia Polytechnic Institute and State University 2016
Subjects:
Online Access:http://hdl.handle.net/10919/64663
Description
Summary:The problem considered here is one of finding the minimal Hamiltonian chain of a graph. A single chain must traverse all 𝑛 vertices of a graph with the minimal distance. The proposed procedure reduces a large problem into several smaller problems and uses a branch and bound algorithm to find the minimal Hamiltonian chain of each partitioned subproblem. The graph is decomposed and partitioned into subproblems with the use of necessary conditions for the existence of a Hamiltonian chain. This process is only applicable to graphs with relatively few incident edges per vertex. The branch and bound algorithm makes use of concepts developed by Nicos Christofides. Hamiltonian chains are derived by using minimal spanning trees. === Master of Science