0.00/0.02 MAYBE 0.00/0.02 (ignored inputs)COMMENT doi:10.1016/j.tcs.2012.09.005 [72] Example 9 submitted by: Thomas Sternagel and Aart Middeldorp 0.00/0.02 Conditional Rewrite Rules: 0.00/0.02 [ ssp(?xs,?v) -> ?ys | subL(?ys,?xs) == tt,sum(?ys) == ?v, 0.00/0.02 subL(nil,nil) -> tt, 0.00/0.02 subL(?xs,cons(?y,?ys)) -> ?z | subL(?xs,?ys) == ?z, 0.00/0.02 sum(nil) -> 0, 0.00/0.02 sum(cons(?x,?xs)) -> ?z | sum(?xs) == ?w,add(?w,?x) == ?z, 0.00/0.02 add(?x,0) -> ?x, 0.00/0.02 add(?x,s(?y)) -> s(?z) | add(?x,?y) == ?z ] 0.00/0.02 Check whether all rules are type 3 0.00/0.02 OK 0.00/0.02 Check whether the input is deterministic 0.00/0.02 No. non-deterministic rule: ssp(?xs,?v) -> ?ys | subL(?ys,?xs) == tt,sum(?ys) == ?v 0.00/0.02 Conditional critical pairs (CCPs): 0.00/0.02 [ ] 0.00/0.02 Check whether the input is almost orthogonale 0.00/0.02 OK 0.00/0.02 Check whether the input is properly oriented 0.00/0.02 not properly oriented 0.00/0.02 /export/starexec/sandbox/benchmark/theBenchmark.trs: Failure(unknown CR) 0.00/0.02 (0 msec.) 0.00/0.02 EOF