/export/starexec/sandbox/solver/bin/starexec_run_Default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: rev(nil()) -> nil() 2: rev(rev(x)) -> x 3: rev(++(x,y)) -> ++(rev(y),rev(x)) 4: ++(nil(),y) -> y 5: ++(x,nil()) -> x 6: ++(.(x,y),z) -> .(x,++(y,z)) 7: ++(x,++(y,z)) -> ++(++(x,y),z) 8: make(x) -> .(x,nil()) Number of strict rules: 8 Direct POLO(bPol) ... removes: 4 8 5 ++ w: x1 + x2 + 1 make w: x1 + 3 nil w: 1 rev w: x1 . w: x1 + x2 + 1 Number of strict rules: 5 Direct POLO(bPol) ... removes: 1 3 2 ++ w: x1 + x2 + 2 make w: x1 + 3 nil w: 1 rev w: 2 * x1 + 1 . w: x1 + x2 + 1 Number of strict rules: 2 Direct POLO(bPol) ... removes: 7 ++ w: x1 + 2 * x2 + 2 make w: x1 + 3 nil w: 1 rev w: 2 * x1 + 1 . w: x1 + x2 + 1 Number of strict rules: 1 Direct POLO(bPol) ... removes: 6 ++ w: 2 * x1 + 2 * x2 + 2 make w: x1 + 3 nil w: 1 rev w: 2 * x1 + 1 . w: x1 + x2 + 1 Number of strict rules: 0