PACE Solver Description: Mount Doom - An Exact Solver for Directed Feedback Vertex SetDownload PDFOpen Website

Published: 01 Jan 2022, Last Modified: 13 May 2023IPEC 2022Readers: Everyone
Abstract: In this document we describe the techniques we used and implemented for our submission to the Parameterized Algorithms and Computational Experiments Challenge (PACE) 2022. The given problem is Directed Feedback Vertex Set (DFVS), where one is given a directed graph G = (V,E) and wants to find a minimum S ⊆ V such that G-S is acyclic. We approach this problem by first exhaustively applying a set of reduction rules. In order to find a minimum DFVS on the remaining instance, we create and solve a series of Vertex Cover instances.
0 Replies

Loading