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