Prioritize the edges that need to be cut by calculating the Minimum Feedback Arc Set on each cycle by
- Calculating the Minimum Feedback Arc Set on each cycle
- Calculating the Minimum Feedback Vertex Set for each cycle
To identify the most impactful action the developer can take, sort edges by
- The number of cycles the edge appears in as a min feedback arc
- The number of cycles the origin vertex (class) appears in as a min feedback vertex
- The weight of the edge (low to high)
- The Change Rank of the origin vertex (class) (skip if strongly correlated to min vertex)