ifsmirnov / jngen

Library for generating tests for olympiad problems
MIT License
250 stars 33 forks source link

Bugs in Tree::parents() #7

Open adedalic opened 5 years ago

adedalic commented 5 years ago

Method parents() in Tree doesn't consider vetrex labels while building array. In result one can get loops and cycles.

mraron commented 5 years ago

Yes, this affects me too.

aryanc403 commented 3 years ago

+1

defnotmee commented 2 months ago

still happens :(