English

Optimal Longest Paths by Dynamic Programming

Data Structures and Algorithms 2017-02-15 v1

Abstract

We propose an optimal algorithm for solving the longest path problem in undirected weighted graphs. By using graph partitioning and dynamic programming, we obtain an algorithm that is significantly faster than other state-of-the-art methods. This enables us to solve instances that have previously been unsolved.

Keywords

Cite

@article{arxiv.1702.04170,
  title  = {Optimal Longest Paths by Dynamic Programming},
  author = {Tomas Balyo and Kai Fieger and Christian Schulz},
  journal= {arXiv preprint arXiv:1702.04170},
  year   = {2017}
}