Unverified Commit 29f37f81 authored by petar-avramovic's avatar petar-avramovic Committed by GitHub
Browse files

CycleInfo: Fix splitCriticalEdge (#68584)

There are cases when cycle that contains both Pred and Succ is not
found: Pred is in a smaller cycle that is contained in a larger cycle
that also contains Succ, or Pred and Succ are in disjointed innermost
cycles but there is a larger cycle that contains both.
Add efficient helper function that finds innermost cycle that contains
both Pred and Succ if it exists.
parent bccf2c84
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment