MAYBE 738.17/297.10 MAYBE 738.17/297.10 738.17/297.10 We are left with following problem, upon which TcT provides the 738.17/297.10 certificate MAYBE. 738.17/297.10 738.17/297.10 Strict Trs: 738.17/297.10 { active(zeros()) -> mark(cons(0(), zeros())) 738.17/297.10 , active(cons(X1, X2)) -> cons(active(X1), X2) 738.17/297.10 , active(U11(X)) -> U11(active(X)) 738.17/297.10 , active(U11(tt())) -> mark(tt()) 738.17/297.10 , active(U21(X)) -> U21(active(X)) 738.17/297.10 , active(U21(tt())) -> mark(tt()) 738.17/297.10 , active(U31(X)) -> U31(active(X)) 738.17/297.10 , active(U31(tt())) -> mark(tt()) 738.17/297.10 , active(U41(X1, X2)) -> U41(active(X1), X2) 738.17/297.10 , active(U41(tt(), V2)) -> mark(U42(isNatIList(V2))) 738.17/297.10 , active(U42(X)) -> U42(active(X)) 738.17/297.10 , active(U42(tt())) -> mark(tt()) 738.17/297.10 , active(isNatIList(V)) -> mark(U31(isNatList(V))) 738.17/297.10 , active(isNatIList(zeros())) -> mark(tt()) 738.17/297.10 , active(isNatIList(cons(V1, V2))) -> mark(U41(isNat(V1), V2)) 738.17/297.10 , active(U51(X1, X2)) -> U51(active(X1), X2) 738.17/297.10 , active(U51(tt(), V2)) -> mark(U52(isNatList(V2))) 738.17/297.10 , active(U52(X)) -> U52(active(X)) 738.17/297.10 , active(U52(tt())) -> mark(tt()) 738.17/297.10 , active(isNatList(cons(V1, V2))) -> mark(U51(isNat(V1), V2)) 738.17/297.10 , active(isNatList(nil())) -> mark(tt()) 738.17/297.10 , active(U61(X1, X2, X3)) -> U61(active(X1), X2, X3) 738.17/297.10 , active(U61(tt(), L, N)) -> mark(U62(isNat(N), L)) 738.17/297.10 , active(U62(X1, X2)) -> U62(active(X1), X2) 738.17/297.10 , active(U62(tt(), L)) -> mark(s(length(L))) 738.17/297.10 , active(isNat(0())) -> mark(tt()) 738.17/297.10 , active(isNat(s(V1))) -> mark(U21(isNat(V1))) 738.17/297.10 , active(isNat(length(V1))) -> mark(U11(isNatList(V1))) 738.17/297.10 , active(s(X)) -> s(active(X)) 738.17/297.10 , active(length(X)) -> length(active(X)) 738.17/297.10 , active(length(cons(N, L))) -> mark(U61(isNatList(L), L, N)) 738.17/297.10 , active(length(nil())) -> mark(0()) 738.17/297.10 , cons(mark(X1), X2) -> mark(cons(X1, X2)) 738.17/297.10 , cons(ok(X1), ok(X2)) -> ok(cons(X1, X2)) 738.17/297.10 , U11(mark(X)) -> mark(U11(X)) 738.17/297.10 , U11(ok(X)) -> ok(U11(X)) 738.17/297.10 , U21(mark(X)) -> mark(U21(X)) 738.17/297.10 , U21(ok(X)) -> ok(U21(X)) 738.17/297.10 , U31(mark(X)) -> mark(U31(X)) 738.17/297.10 , U31(ok(X)) -> ok(U31(X)) 738.17/297.10 , U41(mark(X1), X2) -> mark(U41(X1, X2)) 738.17/297.10 , U41(ok(X1), ok(X2)) -> ok(U41(X1, X2)) 738.17/297.10 , U42(mark(X)) -> mark(U42(X)) 738.17/297.10 , U42(ok(X)) -> ok(U42(X)) 738.17/297.10 , isNatIList(ok(X)) -> ok(isNatIList(X)) 738.17/297.10 , U51(mark(X1), X2) -> mark(U51(X1, X2)) 738.17/297.10 , U51(ok(X1), ok(X2)) -> ok(U51(X1, X2)) 738.17/297.10 , U52(mark(X)) -> mark(U52(X)) 738.17/297.10 , U52(ok(X)) -> ok(U52(X)) 738.17/297.10 , isNatList(ok(X)) -> ok(isNatList(X)) 738.17/297.10 , U61(mark(X1), X2, X3) -> mark(U61(X1, X2, X3)) 738.17/297.10 , U61(ok(X1), ok(X2), ok(X3)) -> ok(U61(X1, X2, X3)) 738.17/297.10 , U62(mark(X1), X2) -> mark(U62(X1, X2)) 738.17/297.10 , U62(ok(X1), ok(X2)) -> ok(U62(X1, X2)) 738.17/297.10 , isNat(ok(X)) -> ok(isNat(X)) 738.17/297.10 , s(mark(X)) -> mark(s(X)) 738.17/297.10 , s(ok(X)) -> ok(s(X)) 738.17/297.10 , length(mark(X)) -> mark(length(X)) 738.17/297.10 , length(ok(X)) -> ok(length(X)) 738.17/297.10 , proper(zeros()) -> ok(zeros()) 738.17/297.10 , proper(cons(X1, X2)) -> cons(proper(X1), proper(X2)) 738.17/297.10 , proper(0()) -> ok(0()) 738.17/297.10 , proper(U11(X)) -> U11(proper(X)) 738.17/297.10 , proper(tt()) -> ok(tt()) 738.17/297.10 , proper(U21(X)) -> U21(proper(X)) 738.17/297.10 , proper(U31(X)) -> U31(proper(X)) 738.17/297.10 , proper(U41(X1, X2)) -> U41(proper(X1), proper(X2)) 738.17/297.10 , proper(U42(X)) -> U42(proper(X)) 738.17/297.10 , proper(isNatIList(X)) -> isNatIList(proper(X)) 738.17/297.10 , proper(U51(X1, X2)) -> U51(proper(X1), proper(X2)) 738.17/297.10 , proper(U52(X)) -> U52(proper(X)) 738.17/297.10 , proper(isNatList(X)) -> isNatList(proper(X)) 738.17/297.10 , proper(U61(X1, X2, X3)) -> 738.17/297.10 U61(proper(X1), proper(X2), proper(X3)) 738.17/297.10 , proper(U62(X1, X2)) -> U62(proper(X1), proper(X2)) 738.17/297.10 , proper(isNat(X)) -> isNat(proper(X)) 738.17/297.10 , proper(s(X)) -> s(proper(X)) 738.17/297.10 , proper(length(X)) -> length(proper(X)) 738.17/297.10 , proper(nil()) -> ok(nil()) 738.17/297.10 , top(mark(X)) -> top(proper(X)) 738.17/297.10 , top(ok(X)) -> top(active(X)) } 738.17/297.10 Obligation: 738.17/297.10 innermost runtime complexity 738.17/297.10 Answer: 738.17/297.10 MAYBE 738.17/297.10 738.17/297.10 None of the processors succeeded. 738.17/297.10 738.17/297.10 Details of failed attempt(s): 738.17/297.10 ----------------------------- 738.17/297.10 1) 'empty' failed due to the following reason: 738.17/297.10 738.17/297.10 Empty strict component of the problem is NOT empty. 738.17/297.10 738.17/297.10 2) 'Best' failed due to the following reason: 738.17/297.10 738.17/297.10 None of the processors succeeded. 738.17/297.10 738.17/297.10 Details of failed attempt(s): 738.17/297.10 ----------------------------- 738.17/297.10 1) 'With Problem ... (timeout of 297 seconds)' failed due to the 738.17/297.10 following reason: 738.17/297.10 738.17/297.10 Computation stopped due to timeout after 297.0 seconds. 738.17/297.10 738.17/297.10 2) 'Best' failed due to the following reason: 738.17/297.10 738.17/297.10 None of the processors succeeded. 738.17/297.10 738.17/297.10 Details of failed attempt(s): 738.17/297.10 ----------------------------- 738.17/297.10 1) 'With Problem ... (timeout of 148 seconds) (timeout of 297 738.17/297.10 seconds)' failed due to the following reason: 738.17/297.10 738.17/297.10 Computation stopped due to timeout after 148.0 seconds. 738.17/297.10 738.17/297.10 2) 'Best' failed due to the following reason: 738.17/297.10 738.17/297.10 None of the processors succeeded. 738.17/297.10 738.17/297.10 Details of failed attempt(s): 738.17/297.10 ----------------------------- 738.17/297.10 1) 'Polynomial Path Order (PS) (timeout of 297 seconds)' failed due 738.17/297.10 to the following reason: 738.17/297.10 738.17/297.10 The input cannot be shown compatible 738.17/297.10 738.17/297.10 2) 'bsearch-popstar (timeout of 297 seconds)' failed due to the 738.17/297.10 following reason: 738.17/297.10 738.17/297.10 The input cannot be shown compatible 738.17/297.10 738.17/297.10 738.17/297.10 3) 'Fastest (timeout of 24 seconds) (timeout of 297 seconds)' 738.17/297.10 failed due to the following reason: 738.17/297.10 738.17/297.10 None of the processors succeeded. 738.17/297.10 738.17/297.10 Details of failed attempt(s): 738.17/297.10 ----------------------------- 738.17/297.10 1) 'Bounds with minimal-enrichment and initial automaton 'match'' 738.17/297.10 failed due to the following reason: 738.17/297.10 738.17/297.10 match-boundness of the problem could not be verified. 738.17/297.10 738.17/297.10 2) 'Bounds with perSymbol-enrichment and initial automaton 'match'' 738.17/297.10 failed due to the following reason: 738.17/297.10 738.17/297.10 match-boundness of the problem could not be verified. 738.17/297.10 738.17/297.10 738.17/297.10 738.17/297.10 738.17/297.10 738.17/297.10 Arrrr.. 738.17/297.15 EOF