/export/starexec/sandbox/solver/bin/starexec_run_Default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: f(a,empty()) -> g(a,empty()) 2: f(a,cons(x,k)) -> f(cons(x,a),k) 3: g(empty(),d) -> d 4: g(cons(x,k),d) -> g(k,cons(x,d)) Number of strict rules: 4 Direct POLO(bPol) ... removes: 1 3 2 f w: x1 + 2 * x2 cons w: x1 + x2 + 1 empty w: 1 g w: x1 + x2 Number of strict rules: 1 Direct POLO(bPol) ... removes: 4 f w: x1 + 2 * x2 cons w: x1 + x2 + 1 empty w: 1 g w: 2 * x1 + x2 Number of strict rules: 0