Hello! I found a small oversight in your code, and I hope you can fix it.
position: src\fsm\canonical.h
function name: is_frequent()
problem: I found that when it judges whether the pattern is frequent, it actually does not make a logical judgment, but only judges the size of pattern.
Hello! I found a small oversight in your code, and I hope you can fix it. position: src\fsm\canonical.h function name: is_frequent() problem: I found that when it judges whether the pattern is frequent, it actually does not make a logical judgment, but only judges the size of pattern.