SOTAVerified

Feedback Vertex Set (FVS)

The Feedback Vertex Set (FVS) problem is a computational problem in computer science and graph theory that involves finding the smallest possible subset of vertices in an undirected graph such that removing those vertices results in a graph that is acyclic, i.e., a forest. The goal of the FVS problem is to minimize the size of the feedback vertex set, and is considered NP-hard, meaning that finding the optimal solution is computationally difficult. For directed graphs, a feedback vertex set is instead a subset of vertices whose removal results in directed acyclic graph (DAG), not necessarily a forest. This task can refer to either looking for a set of provably minimal size (in as little time as possible), or a heuristic algorithm that produces small solutions quickly (but which may have even smaller sets).

Papers

Showing 14 of 4 papers

TitleStatusHype
Structure-based approach to identifying small sets of driver nodes in biological networksCode0
Solving Statistical Mechanics on Sparse Graphs with Feedback Set Variational Autoregressive Networks0
Solving the undirected feedback vertex set problem by local search0
Structure-based approach can identify driver nodes in ensembles of biologically-inspired Boolean networks0
Show:102550

No leaderboard results yet.