Partial Feedback Edge Set

Input

Graph G=(V,E)G = (V, E), positive integers KEK \leq |E| and LVL \leq |V|.

Question

Is there a subset EEE' \subseteq E with EK|E'| \leq K such that EE' contains at least one edge from every circuit of length LL or less in GG?

Classes

Comments

Remains NP-complete for any fixed L3L \geq 3 and for bipartite graphs (with fixed L4L \geq 4). However, if L=VL = |V|, i.e. if we ask that EE' contains an edge from every cycle in GG, then the problem is trivially solvable in polynomial time.

Proofs

NP-complete

Transformation from Vertex Cover (Yannakakis, 1978).

Reducible from

References