Open yangysc opened 9 years ago
@yangysc, did you find a solution to this problem as I'm seeing it as well?
@kitog In fact ,if you use the release mode instead of debug mode,it can work. It seems that in debug mode ,when it is planning to return ,it will check something ,which makes it stick into infinite loop.
I wonder that when the function""findLegallyConnectedComponents " is planning to return,but it stuck into returning .Could someone help me with that?