Parallel branch and cut for capacitated vehicle routing

  • Authors:
  • T. K. Ralphs

  • Affiliations:
  • Department of Industrial and Systems Engineering, Lehigh University, Bethlehem, PA

  • Venue:
  • Parallel Computing - Special issue: Parallel computing in logistics
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Combinatorial optimization problems arise commonly in logistics applications. The most successful approaches to date for solving such problems involve modeling them as integer programs and then applying some variant of the branch and bound algorithm. Although branch and bound is conceptually easy to parallelize, achieving scalability can be a challenge. In more sophisticated variants, such as branch and cut, large amounts of data must be shared among the processors, resulting in increased parallel overhead. In this paper, we review the branch and cut algorithm for solving combinatorial optimization problems and describe the implementation of SYMPHONY, a library for implementing these algorithms in parallel. We then describe a solver for the vehicle routing problem that was implemented using SYMPHONY and analyze its parallel performance on a Beowulf cluster.