This note describes the development of an exact solver for Minimal Directed Feedback Vertex Set as part of the PACE 2022 competition. The solver is powered largely by aggressively trying to reduce the DFVS problem to a Minimal Cover problem, and applying reduction rules adapted from Vertex Cover literature. The resulting problem is solved as an Integer Linear Program (ILP) using SCIP. The resulting solver performed the second-best in the competition, although a bug at submission time disqualified it. As an additional note, we describe a new vertex cover reduction generalizing the Desk reduction rule.Comment: 11 page
The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph~$G$ and seeks a smal...
An implementation, improvements to implementation and empirical results. Feedback Vertex Set on undi...
We present an algorithm that generates all (inclusion-wise) minimal feedback vertex sets of a direct...
In the Directed Feedback Vertex Set (DFVS) problem, one is given a directed graph G = (V,E) and want...
In this document we describe the techniques we used and implemented for our submission to the Parame...
We describe the solver DAGer for the Directed Feedback Vertex Set (DFVS) problem, as it was submitte...
The Parameterized Algorithms and Computational Experiments challenge (PACE) 2022 was devoted to engi...
This article briefly describes the most important algorithms and techniques used in the directed fee...
We describe DreyFVS, a heuristic for Directed Feedback Vertex Set submitted to the 2022 edition of P...
International audienceWe describe DreyFVS, a heuristic for Directed Feedback Vertex Set submitted to...
A directed graph is formed by vertices and arcs from one vertex to another. The feedback vertex set ...
Abstract. We evaluate the performance of FPT algorithms for the di-rected feedback vertex set proble...
We present a new deterministic algorithm for the Feedback Vertex Set problem parameterized by the so...
We present an exact solver for the DFVS, submitted for the exact track of the Parameterized Algorith...
Mount Doom is an exact solver for directed feedback vertex set. We approach this problem by first e...
The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph~$G$ and seeks a smal...
An implementation, improvements to implementation and empirical results. Feedback Vertex Set on undi...
We present an algorithm that generates all (inclusion-wise) minimal feedback vertex sets of a direct...
In the Directed Feedback Vertex Set (DFVS) problem, one is given a directed graph G = (V,E) and want...
In this document we describe the techniques we used and implemented for our submission to the Parame...
We describe the solver DAGer for the Directed Feedback Vertex Set (DFVS) problem, as it was submitte...
The Parameterized Algorithms and Computational Experiments challenge (PACE) 2022 was devoted to engi...
This article briefly describes the most important algorithms and techniques used in the directed fee...
We describe DreyFVS, a heuristic for Directed Feedback Vertex Set submitted to the 2022 edition of P...
International audienceWe describe DreyFVS, a heuristic for Directed Feedback Vertex Set submitted to...
A directed graph is formed by vertices and arcs from one vertex to another. The feedback vertex set ...
Abstract. We evaluate the performance of FPT algorithms for the di-rected feedback vertex set proble...
We present a new deterministic algorithm for the Feedback Vertex Set problem parameterized by the so...
We present an exact solver for the DFVS, submitted for the exact track of the Parameterized Algorith...
Mount Doom is an exact solver for directed feedback vertex set. We approach this problem by first e...
The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph~$G$ and seeks a smal...
An implementation, improvements to implementation and empirical results. Feedback Vertex Set on undi...
We present an algorithm that generates all (inclusion-wise) minimal feedback vertex sets of a direct...