MAYBE Problem: f(x,x) -> a() f(g(x),y) -> f(x,y) Proof: DP Processor: DPs: f#(g(x),y) -> f#(x,y) TRS: f(x,x) -> a() f(g(x),y) -> f(x,y) SCC Processor: #sccs: 1 #rules: 1 #arcs: 1/1 DPs: f#(g(x),y) -> f#(x,y) TRS: f(x,x) -> a() f(g(x),y) -> f(x,y) Open