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