CycleHunter icon indicating copy to clipboard operation
CycleHunter copied to clipboard

improve detector to handle longer cycles (triple,quadruple..)

Open gmmoura opened this issue 4 years ago • 2 comments

So we recently found that longer cycles are possible and resolvers get stuck in them too... like a->b->c->a.

We need to verify if cycleHunter can detect those, and if not, improve it.

gmmoura avatar May 06 '21 13:05 gmmoura

I have an idea for that, and some code implemented in parallel with CycleHunter that finds cycles of any length. I can create a branch with that code for you to see and test.

seb-at-nzrs avatar May 12 '21 08:05 seb-at-nzrs

sure, please go ahead, @seb-at-nzrs :)

gmmoura avatar May 13 '21 20:05 gmmoura