70 if(visited_nodes.find(current)!=visited_nodes.end())
73 visited_nodes.insert(current);
75 for(wmm_grapht::edgest::const_iterator
76 it=egraph.po_out(current).begin();
77 it!=egraph.po_out(current).end(); ++it)
79 if(naive || !egraph.com_out(it->first).empty())
82 if(find_second_event(it->first))