TOPICS
Search

Feedback Vertex Set


A feedback vertex set of a graph, also known as a decylcling set, is a set of vertices which, when removed from the graph (together with any adjacent edges), produces an acyclic graph. The size of a smallest feedback vertex set is known as the feedback vertex et number of a graph.

In is an NP-complete problem to determine if there exists a feedback vertex set of size k for directed graphs (Karp 1972). While the feedback vertex set problem can be solved in polynomial time for undirected graphs with maximum vertex degree Delta<=3, it remains NP-complete for undirected graphs with Delta>=4.


See also

Feedback Vertex Set Number, Graph Cycle

Explore with Wolfram|Alpha

References

Karp, R. M. "Reducibility Among Combinatorial Problems." In Complexity of Computer Computations, Proc. Sympos. IBM Thomas J. Watson Res. Center, Yorktown Heights, N.Y., 1972 (Ed. R. E. Miller and J. W. Thatcher). New York: Plenum, pp. 85-103, 1972.

Cite this as:

Weisstein, Eric W. "Feedback Vertex Set." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/FeedbackVertexSet.html

Subject classifications