NO (ignored inputs)COMMENT [111] p. 29 ( GWCR & ~WCR & ~GCR ) Input: [ a -> b, a -> f(a,a), f(?x,a) -> a ] Make it flat: [ a -> b, a -> f(a,a), f(?x,a) -> a ] Time: 0.000 [s] Make it Complete (R^): [ b = f(?x,a), f(?x,b) = a, f(?x_1,b) = f(?x,a), f(a,b) = a, f(b,a) = a, b = f(a,a), f(?x_1,b) = f(a,a), f(a,b) = f(?x_1,a), f(?x_1,b) = f(b,a), f(a,b) = f(?x_1,b), f(?x_1,b) = b, f(?x_1,b) = f(?x_3,b), f(?x_1,b) = f(b,b), f(b,b) = f(?x_1,a), f(a,b) = f(b,a), f(a,b) = f(b,b), f(b,a) = f(b,b), f(a,b) = f(a,a), f(b,a) = b, f(a,b) = b, b = f(b,b), f(b,b) = a, f(b,b) = f(a,a), f(b,a) = f(a,a), f(b,a) = f(?x_1,a), a = b, f(a,a) = f(?x_1,a), a = f(a,a), f(?x,a) = f(?x_1,a), f(?x,a) = a ] Time: 0.034 [s] The number of normal forms that must be checked: 905 Time: 0.280 [s] Now checking all the pairs... Time to check pairs: 0.000 [s] The TRS doesn't have Uniqueness of Normal Forms. Counter Example: f(f(?!cx_2,?!cx_3),b) <->* f(f(?!cx_3,?!cx_3),b) proof: f(f(?!cx_2,?!cx_3),b) ->R^ f(f(?!cx_2,?!cx_3),a) ->R^ a f(f(?!cx_3,?!cx_3),b) ->R^ f(f(?!cx_3,?!cx_3),a) ->R^ a Total Time: 0.315 [s] problems/507.trs: Success(not UNC) real 0.34 user 0.33 sys 0.01