diff --git a/rulegen3.cpp b/rulegen3.cpp index 21251af1..a44b909c 100644 --- a/rulegen3.cpp +++ b/rulegen3.cpp @@ -1264,6 +1264,8 @@ EX void test_transducers() { extract(autom, special[tid][dir], tid, dir); } + set checked; + if(!(flags & w_skip_transducer_loops)) for(int tid=0; tid checked; - for(auto& cyc: cycle_data[tid]) { if(checked.count(cyc)) { continue;