/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Input TRS: 1: f(X) -> if(X,c(),f(true())) 2: if(true(),X,Y) -> X 3: if(false(),X,Y) -> Y Number of strict rules: 3 Direct POLO(bPol) ... removes: 3 false w: 1 c w: 0 true w: 0 f w: x1 + 1 if w: x1 + x2 + x3 Number of strict rules: 2 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #f(X) -> #if(X,c(),f(true())) #2: #f(X) -> #f(true()) Number of SCCs: 1, DPs: 1 SCC { #2 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... found. #f(X) -#2-> #f(true()) --->* #f(true()) Looping with: [ X := true(); ]