A feedback arc set is a set of edges whose removal leaves a directed graph acyclic:
Equivalently, the minimum set satisfying (1) is the minimum count of back-edges under any linear ordering of the vertices:
The identity (2) is the reason FAS shows up under another name — rank aggregation — when the input is a tournament. NP-hard in general (Karp), but a constant-factor approximation is achievable, and several near-linear heuristics (Eades–Lin–Smyth) work shockingly well in practice.