f788e05de2
find_cycle was trying to find the longest cycle that a given node is part of, which is a really, really hard problem (exponential?). instead, just detect cycles. since the only difference is the (std error) output which is printed, all works out OK. |
||
---|---|---|
.. | ||
Makefile | ||
tsort.1 | ||
tsort.c |