An Experimental Study of ILP Formulations for the Longest Induced Path Problem

Fritz Bökler,Markus Chimani,Mirko H. Wagner,Tilo Wiedera
DOI: https://doi.org/10.1007/978-3-030-53262-8_8
2020-10-17
Abstract:Given a graph $G=(V,E)$, the longest induced path problem asks for a maximum cardinality node subset $W\subseteq V$ such that the graph induced by $W$ is a path. It is a long established problem with applications, e.g., in network analysis. We propose novel integer linear programming (ILP) formulations for the problem and discuss efficient implementations thereof. Comparing them with known formulations from literature, we prove that they are beneficial in theory, yielding stronger relaxations. Moreover, our experiments show their practical superiority.
Data Structures and Algorithms
What problem does this paper attempt to address?