Successive shortest path algorithms for a class of network problem
No Thumbnail Available
Date
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Saudi Digital Library
Abstract
The focus of this thesis is on a class of network problems consisting of the assignment, the semi-assignment and the transportation problems. The major objective of the thesis is to extend the successive shortest path (SSP) algorithm proposed for the assignment problem to solve the semi-assignment and the transportation problems. Then implement the SSP algorithm for these two problems and test their efficiency in comparison with available algorithms. The first part of this thesis is devoted to identifying which shortest path algorithm best fits the SSP algorithm proposed for the assignment problem. It has been confirmed that an implementation of a label-setting algorithm by Dijkstra is the best shortest path algorithm which best fits the SSP approach. The SSP algorithm for the assignment problem was found to be the most efficient in terms of computational time for solving sparse problems. The SSP algorithm for the semi-assignment problem has a computational bound O(n³) and outperformed CAPNET (an implementation of a specialized simplex algorithm) and TRANS which is an implementation of Out-of-Kilter algorithm. The generalized SSP algorithm for the transportation problem is implemented and found to be 1.3 times faster than CAPNET for low cost range problems.