Combinatorial Heuristic Algorithms with FORTRAN

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

In recent years researchers have spent much effort in developing efficient heuristic algorithms for solving the class of NP-complete problems which are widely believed to be inherently intractable from the computational point of view. Although algorithms have been designed and are notorious among researchers, computer programs are either not implemented on computers or very difficult to obtain. The purpose of this book is to provide a source of FORTRAN coded algorithms for a selected number of well-known combinatorial optimization problems. The book is intended to be used as a supplementary text in combinatorial algorithms, network optimization, operations research and management science. In addition, a short description on each algorithm will allow the book to be used as a convenient reference. This work would not have been possible without the excellent facilities of Bell-Northern Research, Canada. H. T. Lau lIe des Soeurs Quebec, Canada August 1986 CONTENTS Page Introduction Part I. INTEGER PROGRAMMING Chapter 1. Integer Linear Programming Chapter 2. Zero-one Linear Programming 30 Chapter 3. Zero-one Knapsack Problem 38 Part II. NETWORK DESIGN Chapter 4. Traveling Salesman Problem 52 Chapter 5. Steiner Tree Problem 81 Chapter 6. Graph Partitioning 98 Chapter 7. K-Median Location 106 Chapter 8. K-Center Location 114 List of Subroutines 123 Bibliographic Notes 124 INTRODUCTION Following the elegant theory of NP-comp1eteness, the idea of developing efficient heuristic algorithms has been gaining its popularity and significance.

Author(s): Dr. H. T. Lau (auth.)
Series: Lecture Notes in Economics and Mathematical Systems 280
Edition: 1
Publisher: Springer-Verlag Berlin Heidelberg
Year: 1986

Language: English
Pages: 129
Tags: Operations Research/Decision Theory

Front Matter....Pages i-ix
Integer Linear Programming....Pages 1-29
Zero-One Linear Programming....Pages 30-37
Zero-One Knapsack Problem....Pages 38-51
Traveling Salesman Problem....Pages 52-80
Steiner Tree Problem....Pages 81-97
Graph Partitioning....Pages 98-105
K-Median Location....Pages 106-113
K-Center Location....Pages 114-122
Back Matter....Pages 123-128