You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tools): prevent stack overflow in treewidth validator
- Add depth tracking to Bron-Kerbosch algorithm in findMaxCliqueSize
- Add depth tracking to Bron-Kerbosch algorithm in findMaxCliqueSizeInSet
- When recursion depth exceeds 100, return conservative estimate
- Prevents RangeError: Maximum call stack size exceeded on large dense graphs
- All 539 graph-gen tests now passing
0 commit comments