/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem: __(__(X,Y),Z) -> __(X,__(Y,Z)) __(X,nil()) -> X __(nil(),X) -> X U11(tt()) -> tt() U21(tt(),V2) -> U22(isList(activate(V2))) U22(tt()) -> tt() U31(tt()) -> tt() U41(tt(),V2) -> U42(isNeList(activate(V2))) U42(tt()) -> tt() U51(tt(),V2) -> U52(isList(activate(V2))) U52(tt()) -> tt() U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) U72(tt()) -> tt() U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isList(n__nil()) -> tt() isList(n____(V1,V2)) -> U21(isList(activate(V1)),activate(V2)) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isNePal(n____(I,__(P,I))) -> U71(isQid(activate(I)),activate(P)) isPal(V) -> U81(isNePal(activate(V))) isPal(n__nil()) -> tt() isQid(n__a()) -> tt() isQid(n__e()) -> tt() isQid(n__i()) -> tt() isQid(n__o()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Proof: Matrix Interpretation Processor: dim=1 interpretation: [U81](x0) = x0, [U21](x0, x1) = x0 + 2x1, [U71](x0, x1) = x0 + 4x1, [U31](x0) = x0, [nil] = 0, [U11](x0) = x0, [isPal](x0) = 2x0, [isQid](x0) = 2x0, [n__o] = 4, [u] = 0, [n__nil] = 0, [U72](x0) = 2x0, [n__u] = 0, [isNePal](x0) = 2x0, [a] = 2, [activate](x0) = x0, [isNeList](x0) = 2x0, [__](x0, x1) = 4x0 + x1, [U22](x0) = x0, [n____](x0, x1) = 4x0 + x1, [n__i] = 4, [i] = 4, [U61](x0) = x0, [o] = 4, [U51](x0, x1) = 2x0 + 2x1, [n__a] = 2, [n__e] = 0, [U42](x0) = x0, [U41](x0, x1) = 2x0 + 2x1, [U52](x0) = x0, [isList](x0) = 2x0, [e] = 0, [tt] = 0 orientation: __(__(X,Y),Z) = 16X + 4Y + Z >= 4X + 4Y + Z = __(X,__(Y,Z)) __(X,nil()) = 4X >= X = X __(nil(),X) = X >= X = X U11(tt()) = 0 >= 0 = tt() U21(tt(),V2) = 2V2 >= 2V2 = U22(isList(activate(V2))) U22(tt()) = 0 >= 0 = tt() U31(tt()) = 0 >= 0 = tt() U41(tt(),V2) = 2V2 >= 2V2 = U42(isNeList(activate(V2))) U42(tt()) = 0 >= 0 = tt() U51(tt(),V2) = 2V2 >= 2V2 = U52(isList(activate(V2))) U52(tt()) = 0 >= 0 = tt() U61(tt()) = 0 >= 0 = tt() U71(tt(),P) = 4P >= 4P = U72(isPal(activate(P))) U72(tt()) = 0 >= 0 = tt() U81(tt()) = 0 >= 0 = tt() isList(V) = 2V >= 2V = U11(isNeList(activate(V))) isList(n__nil()) = 0 >= 0 = tt() isList(n____(V1,V2)) = 8V1 + 2V2 >= 2V1 + 2V2 = U21(isList(activate(V1)),activate(V2)) isNeList(V) = 2V >= 2V = U31(isQid(activate(V))) isNeList(n____(V1,V2)) = 8V1 + 2V2 >= 4V1 + 2V2 = U41(isList(activate(V1)),activate(V2)) isNeList(n____(V1,V2)) = 8V1 + 2V2 >= 4V1 + 2V2 = U51(isNeList(activate(V1)),activate(V2)) isNePal(V) = 2V >= 2V = U61(isQid(activate(V))) isNePal(n____(I,__(P,I))) = 10I + 8P >= 2I + 4P = U71(isQid(activate(I)),activate(P)) isPal(V) = 2V >= 2V = U81(isNePal(activate(V))) isPal(n__nil()) = 0 >= 0 = tt() isQid(n__a()) = 4 >= 0 = tt() isQid(n__e()) = 0 >= 0 = tt() isQid(n__i()) = 8 >= 0 = tt() isQid(n__o()) = 8 >= 0 = tt() isQid(n__u()) = 0 >= 0 = tt() nil() = 0 >= 0 = n__nil() __(X1,X2) = 4X1 + X2 >= 4X1 + X2 = n____(X1,X2) a() = 2 >= 2 = n__a() e() = 0 >= 0 = n__e() i() = 4 >= 4 = n__i() o() = 4 >= 4 = n__o() u() = 0 >= 0 = n__u() activate(n__nil()) = 0 >= 0 = nil() activate(n____(X1,X2)) = 4X1 + X2 >= 4X1 + X2 = __(X1,X2) activate(n__a()) = 2 >= 2 = a() activate(n__e()) = 0 >= 0 = e() activate(n__i()) = 4 >= 4 = i() activate(n__o()) = 4 >= 4 = o() activate(n__u()) = 0 >= 0 = u() activate(X) = X >= X = X problem: __(__(X,Y),Z) -> __(X,__(Y,Z)) __(X,nil()) -> X __(nil(),X) -> X U11(tt()) -> tt() U21(tt(),V2) -> U22(isList(activate(V2))) U22(tt()) -> tt() U31(tt()) -> tt() U41(tt(),V2) -> U42(isNeList(activate(V2))) U42(tt()) -> tt() U51(tt(),V2) -> U52(isList(activate(V2))) U52(tt()) -> tt() U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) U72(tt()) -> tt() U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isList(n__nil()) -> tt() isList(n____(V1,V2)) -> U21(isList(activate(V1)),activate(V2)) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isNePal(n____(I,__(P,I))) -> U71(isQid(activate(I)),activate(P)) isPal(V) -> U81(isNePal(activate(V))) isPal(n__nil()) -> tt() isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=1 interpretation: [U81](x0) = 2x0 + 1, [U21](x0, x1) = x0 + 4x1 + 5, [U71](x0, x1) = 4x0 + 4x1 + 1, [U31](x0) = x0 + 1, [nil] = 0, [U11](x0) = x0, [isPal](x0) = 2x0 + 1, [isQid](x0) = x0, [n__o] = 2, [u] = 1, [n__nil] = 0, [U72](x0) = 2x0 + 3, [n__u] = 1, [isNePal](x0) = x0, [a] = 0, [activate](x0) = x0, [isNeList](x0) = 4x0 + 4, [__](x0, x1) = 4x0 + x1 + 4, [U22](x0) = x0 + 1, [n____](x0, x1) = 4x0 + x1 + 4, [n__i] = 0, [i] = 0, [U61](x0) = x0, [o] = 2, [U51](x0, x1) = 4x0 + 4x1 + 3, [n__a] = 0, [n__e] = 1, [U42](x0) = x0, [U41](x0, x1) = 4x0 + 4x1, [U52](x0) = x0 + 1, [isList](x0) = 4x0 + 5, [e] = 1, [tt] = 1 orientation: __(__(X,Y),Z) = 16X + 4Y + Z + 20 >= 4X + 4Y + Z + 8 = __(X,__(Y,Z)) __(X,nil()) = 4X + 4 >= X = X __(nil(),X) = X + 4 >= X = X U11(tt()) = 1 >= 1 = tt() U21(tt(),V2) = 4V2 + 6 >= 4V2 + 6 = U22(isList(activate(V2))) U22(tt()) = 2 >= 1 = tt() U31(tt()) = 2 >= 1 = tt() U41(tt(),V2) = 4V2 + 4 >= 4V2 + 4 = U42(isNeList(activate(V2))) U42(tt()) = 1 >= 1 = tt() U51(tt(),V2) = 4V2 + 7 >= 4V2 + 6 = U52(isList(activate(V2))) U52(tt()) = 2 >= 1 = tt() U61(tt()) = 1 >= 1 = tt() U71(tt(),P) = 4P + 5 >= 4P + 5 = U72(isPal(activate(P))) U72(tt()) = 5 >= 1 = tt() U81(tt()) = 3 >= 1 = tt() isList(V) = 4V + 5 >= 4V + 4 = U11(isNeList(activate(V))) isList(n__nil()) = 5 >= 1 = tt() isList(n____(V1,V2)) = 16V1 + 4V2 + 21 >= 4V1 + 4V2 + 10 = U21(isList(activate(V1)),activate(V2)) isNeList(V) = 4V + 4 >= V + 1 = U31(isQid(activate(V))) isNeList(n____(V1,V2)) = 16V1 + 4V2 + 20 >= 16V1 + 4V2 + 20 = U41(isList(activate(V1)),activate(V2)) isNeList(n____(V1,V2)) = 16V1 + 4V2 + 20 >= 16V1 + 4V2 + 19 = U51(isNeList(activate(V1)),activate(V2)) isNePal(V) = V >= V = U61(isQid(activate(V))) isNePal(n____(I,__(P,I))) = 5I + 4P + 8 >= 4I + 4P + 1 = U71(isQid(activate(I)),activate(P)) isPal(V) = 2V + 1 >= 2V + 1 = U81(isNePal(activate(V))) isPal(n__nil()) = 1 >= 1 = tt() isQid(n__e()) = 1 >= 1 = tt() isQid(n__u()) = 1 >= 1 = tt() nil() = 0 >= 0 = n__nil() __(X1,X2) = 4X1 + X2 + 4 >= 4X1 + X2 + 4 = n____(X1,X2) a() = 0 >= 0 = n__a() e() = 1 >= 1 = n__e() i() = 0 >= 0 = n__i() o() = 2 >= 2 = n__o() u() = 1 >= 1 = n__u() activate(n__nil()) = 0 >= 0 = nil() activate(n____(X1,X2)) = 4X1 + X2 + 4 >= 4X1 + X2 + 4 = __(X1,X2) activate(n__a()) = 0 >= 0 = a() activate(n__e()) = 1 >= 1 = e() activate(n__i()) = 0 >= 0 = i() activate(n__o()) = 2 >= 2 = o() activate(n__u()) = 1 >= 1 = u() activate(X) = X >= X = X problem: U11(tt()) -> tt() U21(tt(),V2) -> U22(isList(activate(V2))) U41(tt(),V2) -> U42(isNeList(activate(V2))) U42(tt()) -> tt() U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isPal(V) -> U81(isNePal(activate(V))) isPal(n__nil()) -> tt() isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [U81](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [1 0 0] [0] [U21](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 0 1] [1 1 1] [U71](x0, x1) = [0 0 0]x0 + [0 1 0]x1 [0 0 0] [1 0 1] , [1] [nil] = [0] [0], [1 0 1] [U11](x0) = [0 0 0]x0 [0 0 1] , [1 1 0] [0] [isPal](x0) = [0 0 0]x0 + [1] [0 0 0] [1], [1 0 0] [0] [isQid](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [n__o] = [0] [0], [0] [u] = [0] [1], [1] [n__nil] = [0] [0], [1 1 0] [U72](x0) = [0 0 0]x0 [0 0 0] , [0] [n__u] = [0] [1], [1 0 0] [0] [isNePal](x0) = [0 0 0]x0 + [1] [0 0 0] [1], [0] [a] = [0] [0], [1 0 0] [activate](x0) = [0 1 1]x0 [0 1 1] , [1 0 0] [isNeList](x0) = [1 0 0]x0 [1 0 0] , [1 1 0] [1 1 1] [1] [__](x0, x1) = [1 0 0]x0 + [0 0 0]x1 + [0] [1 0 0] [0 0 0] [0], [1 0 0] [U22](x0) = [0 1 0]x0 [0 0 0] , [1 1 0] [1 1 1] [1] [n____](x0, x1) = [1 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [n__i] = [1] [0], [0] [i] = [1] [0], [1 0 0] [0] [U61](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [o] = [0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 0 0] [1] [U42](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 1 1] [1 0 1] [U41](x0, x1) = [0 0 0]x0 + [1 0 0]x1 [0 0 1] [0 0 0] , [1 0 0] [0] [isList](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [e] = [0] [0], [0] [tt] = [0] [1] orientation: [1] [0] U11(tt()) = [0] >= [0] = tt() [1] [1] [1 0 0] [0] [1 0 0] [0] U21(tt(),V2) = [0 0 0]V2 + [1] >= [0 0 0]V2 + [1] = U22(isList(activate(V2))) [0 0 0] [0] [0 0 0] [0] [1 0 1] [1] [1 0 0] [1] U41(tt(),V2) = [1 0 0]V2 + [0] >= [0 0 0]V2 + [0] = U42(isNeList(activate(V2))) [0 0 0] [1] [0 0 0] [1] [1] [0] U42(tt()) = [0] >= [0] = tt() [1] [1] [0] [0] U61(tt()) = [0] >= [0] = tt() [1] [1] [1 1 1] [1] [1 1 1] [1] U71(tt(),P) = [0 1 0]P + [0] >= [0 0 0]P + [0] = U72(isPal(activate(P))) [1 0 1] [0] [0 0 0] [0] [1 1 0] [1 1 1] [1] [1 0 0] [1 1 1] [1] isNeList(n____(V1,V2)) = [1 1 0]V1 + [1 1 1]V2 + [1] >= [0 0 0]V1 + [1 0 0]V2 + [0] = U41(isList(activate(V1)),activate(V2)) [1 1 0] [1 1 1] [1] [0 0 0] [0 0 0] [0] [1 0 0] [0] [1 0 0] [0] isNePal(V) = [0 0 0]V + [1] >= [0 0 0]V + [0] = U61(isQid(activate(V))) [0 0 0] [1] [0 0 0] [1] [1 1 0] [0] [1 0 0] [0] isPal(V) = [0 0 0]V + [1] >= [0 0 0]V + [1] = U81(isNePal(activate(V))) [0 0 0] [1] [0 0 0] [0] [1] [0] isPal(n__nil()) = [1] >= [0] = tt() [1] [1] [0] [0] isQid(n__e()) = [0] >= [0] = tt() [1] [1] [0] [0] isQid(n__u()) = [0] >= [0] = tt() [1] [1] [1] [1] nil() = [0] >= [0] = n__nil() [0] [0] [1 1 0] [1 1 1] [1] [1 1 0] [1 1 1] [1] __(X1,X2) = [1 0 0]X1 + [0 0 0]X2 + [0] >= [1 0 0]X1 + [0 0 0]X2 + [0] = n____(X1,X2) [1 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [0] [0] e() = [0] >= [0] = n__e() [0] [0] [0] [0] i() = [1] >= [1] = n__i() [0] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] u() = [0] >= [0] = n__u() [1] [1] [1] [1] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 1 0] [1 1 1] [1] [1 1 0] [1 1 1] [1] activate(n____(X1,X2)) = [1 0 0]X1 + [0 0 0]X2 + [0] >= [1 0 0]X1 + [0 0 0]X2 + [0] = __(X1,X2) [1 0 0] [0 0 0] [0] [1 0 0] [0 0 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [0] [0] activate(n__e()) = [0] >= [0] = e() [0] [0] [0] [0] activate(n__i()) = [1] >= [1] = i() [1] [0] [0] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [0] [0] activate(n__u()) = [1] >= [0] = u() [1] [1] [1 0 0] activate(X) = [0 1 1]X >= X = X [0 1 1] problem: U21(tt(),V2) -> U22(isList(activate(V2))) U41(tt(),V2) -> U42(isNeList(activate(V2))) U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isPal(V) -> U81(isNePal(activate(V))) isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1 1 0] [U81](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 0 1] [U21](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [1 0 0] [1 1 1] [U71](x0, x1) = [0 0 0]x0 + [0 1 1]x1 [0 0 0] [0 1 1] , [0] [nil] = [0] [0], [1 1 1] [1] [isPal](x0) = [0 1 0]x0 + [0] [0 0 0] [0], [1 0 1] [1] [isQid](x0) = [0 1 0]x0 + [0] [0 0 1] [1], [0] [n__o] = [0] [0], [0] [u] = [1] [0], [0] [n__nil] = [0] [0], [1 0 0] [U72](x0) = [0 1 0]x0 [0 0 0] , [0] [n__u] = [1] [0], [1 0 1] [1] [isNePal](x0) = [0 1 0]x0 + [0] [1 0 0] [0], [0] [a] = [0] [1], [activate](x0) = x0 , [1 0 1] [isNeList](x0) = [1 0 1]x0 [0 0 1] , [1 0 1] [1] [__](x0, x1) = x0 + [0 0 0]x1 + [0] [0 1 0] [0], [1 0 0] [U22](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [1] [n____](x0, x1) = x0 + [0 0 0]x1 + [0] [0 1 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1 0 0] [U61](x0) = [0 0 0]x0 [0 0 0] , [0] [o] = [0] [0], [0] [n__a] = [0] [1], [0] [n__e] = [0] [0], [1 0 0] [U42](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [1 0 1] [U41](x0, x1) = [0 0 0]x0 + [1 0 0]x1 [0 0 0] [0 1 0] , [1 0 1] [0] [isList](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [e] = [0] [0], [1] [tt] = [0] [0] orientation: [1 0 1] [1] [1 0 1] U21(tt(),V2) = [0 0 0]V2 + [0] >= [0 0 0]V2 = U22(isList(activate(V2))) [0 0 0] [0] [0 0 0] [1 0 1] [1] [1 0 1] U41(tt(),V2) = [1 0 0]V2 + [0] >= [0 0 0]V2 = U42(isNeList(activate(V2))) [0 1 0] [0] [0 0 0] [1] [1] U61(tt()) = [0] >= [0] = tt() [0] [0] [1 1 1] [1] [1 1 1] [1] U71(tt(),P) = [0 1 1]P + [0] >= [0 1 0]P + [0] = U72(isPal(activate(P))) [0 1 1] [0] [0 0 0] [0] [1 0 1] [1 1 1] [1] [1 0 1] [1 0 1] [1] isNeList(n____(V1,V2)) = [1 0 1]V1 + [1 1 1]V2 + [1] >= [0 0 0]V1 + [1 0 0]V2 + [0] = U41(isList(activate(V1)),activate(V2)) [0 0 1] [0 1 0] [0] [0 0 0] [0 1 0] [0] [1 0 1] [1] [1 0 1] [1] isNePal(V) = [0 1 0]V + [0] >= [0 0 0]V + [0] = U61(isQid(activate(V))) [1 0 0] [0] [0 0 0] [0] [1 1 1] [1] [1 1 1] [1] isPal(V) = [0 1 0]V + [0] >= [0 0 0]V + [0] = U81(isNePal(activate(V))) [0 0 0] [0] [0 0 0] [0] [1] [1] isQid(n__e()) = [0] >= [0] = tt() [1] [0] [1] [1] isQid(n__u()) = [1] >= [0] = tt() [1] [0] [0] [0] nil() = [0] >= [0] = n__nil() [0] [0] [1 0 1] [1] [1 0 1] [1] __(X1,X2) = X1 + [0 0 0]X2 + [0] >= X1 + [0 0 0]X2 + [0] = n____(X1,X2) [0 1 0] [0] [0 1 0] [0] [0] [0] a() = [0] >= [0] = n__a() [1] [1] [0] [0] e() = [0] >= [0] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [0] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] u() = [1] >= [1] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 1] [1] [1 0 1] [1] activate(n____(X1,X2)) = X1 + [0 0 0]X2 + [0] >= X1 + [0 0 0]X2 + [0] = __(X1,X2) [0 1 0] [0] [0 1 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [1] [1] [0] [0] activate(n__e()) = [0] >= [0] = e() [0] [0] [0] [0] activate(n__i()) = [0] >= [0] = i() [0] [0] [0] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [0] [0] activate(n__u()) = [1] >= [1] = u() [0] [0] activate(X) = X >= X = X problem: U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isPal(V) -> U81(isNePal(activate(V))) isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=1 interpretation: [U81](x0) = x0 + 1, [U71](x0, x1) = 4x0 + 6x1 + 5, [nil] = 0, [isPal](x0) = 6x0 + 1, [isQid](x0) = 2x0, [n__o] = 0, [u] = 0, [n__nil] = 0, [U72](x0) = x0 + 3, [n__u] = 0, [isNePal](x0) = 4x0, [a] = 1, [activate](x0) = x0, [isNeList](x0) = 2x0 + 2, [__](x0, x1) = x0 + 2x1, [n____](x0, x1) = x0 + 2x1, [n__i] = 0, [i] = 0, [U61](x0) = 2x0, [o] = 0, [n__a] = 1, [n__e] = 0, [U41](x0, x1) = 2x0 + x1, [isList](x0) = x0 + 1, [e] = 0, [tt] = 0 orientation: U61(tt()) = 0 >= 0 = tt() U71(tt(),P) = 6P + 5 >= 6P + 4 = U72(isPal(activate(P))) isNeList(n____(V1,V2)) = 2V1 + 4V2 + 2 >= 2V1 + V2 + 2 = U41(isList(activate(V1)),activate(V2)) isNePal(V) = 4V >= 4V = U61(isQid(activate(V))) isPal(V) = 6V + 1 >= 4V + 1 = U81(isNePal(activate(V))) isQid(n__e()) = 0 >= 0 = tt() isQid(n__u()) = 0 >= 0 = tt() nil() = 0 >= 0 = n__nil() __(X1,X2) = X1 + 2X2 >= X1 + 2X2 = n____(X1,X2) a() = 1 >= 1 = n__a() e() = 0 >= 0 = n__e() i() = 0 >= 0 = n__i() o() = 0 >= 0 = n__o() u() = 0 >= 0 = n__u() activate(n__nil()) = 0 >= 0 = nil() activate(n____(X1,X2)) = X1 + 2X2 >= X1 + 2X2 = __(X1,X2) activate(n__a()) = 1 >= 1 = a() activate(n__e()) = 0 >= 0 = e() activate(n__i()) = 0 >= 0 = i() activate(n__o()) = 0 >= 0 = o() activate(n__u()) = 0 >= 0 = u() activate(X) = X >= X = X problem: U61(tt()) -> tt() isNeList(n____(V1,V2)) -> U41(isList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isPal(V) -> U81(isNePal(activate(V))) isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1 0 0] [U81](x0) = [0 0 0]x0 [0 0 0] , [0] [nil] = [0] [1], [1 1 1] [1] [isPal](x0) = [0 0 0]x0 + [1] [0 0 1] [1], [1 0 0] [isQid](x0) = [0 1 1]x0 [0 1 0] , [0] [n__o] = [0] [0], [0] [u] = [1] [0], [0] [n__nil] = [0] [1], [0] [n__u] = [1] [0], [1 1 1] [1] [isNePal](x0) = [1 1 0]x0 + [0] [0 1 1] [1], [0] [a] = [0] [0], [activate](x0) = x0 , [1 1 1] [isNeList](x0) = [0 1 1]x0 [0 0 0] , [1 0 0] [1 0 0] [1] [__](x0, x1) = [0 0 0]x0 + [0 0 1]x1 + [0] [0 1 1] [0 0 0] [0], [1 0 0] [1 0 0] [1] [n____](x0, x1) = [0 0 0]x0 + [0 0 1]x1 + [0] [0 1 1] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1 0 1] [0] [U61](x0) = [1 0 0]x0 + [0] [0 1 0] [1], [0] [o] = [0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [1] [0], [1 1 0] [1 0 1] [U41](x0, x1) = [0 1 0]x0 + [0 0 1]x1 [0 0 0] [0 0 0] , [1 0 0] [isList](x0) = [0 1 1]x0 [0 0 0] , [0] [e] = [1] [0], [0] [tt] = [0] [1] orientation: [1] [0] U61(tt()) = [0] >= [0] = tt() [1] [1] [1 1 1] [1 0 1] [1] [1 1 1] [1 0 1] isNeList(n____(V1,V2)) = [0 1 1]V1 + [0 0 1]V2 + [0] >= [0 1 1]V1 + [0 0 1]V2 = U41(isList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1 1 1] [1] [1 1 0] [0] isNePal(V) = [1 1 0]V + [0] >= [1 0 0]V + [0] = U61(isQid(activate(V))) [0 1 1] [1] [0 1 1] [1] [1 1 1] [1] [1 1 1] [1] isPal(V) = [0 0 0]V + [1] >= [0 0 0]V + [0] = U81(isNePal(activate(V))) [0 0 1] [1] [0 0 0] [0] [0] [0] isQid(n__e()) = [1] >= [0] = tt() [1] [1] [0] [0] isQid(n__u()) = [1] >= [0] = tt() [1] [1] [0] [0] nil() = [0] >= [0] = n__nil() [1] [1] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] __(X1,X2) = [0 0 0]X1 + [0 0 1]X2 + [0] >= [0 0 0]X1 + [0 0 1]X2 + [0] = n____(X1,X2) [0 1 1] [0 0 0] [0] [0 1 1] [0 0 0] [0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [0] [0] e() = [1] >= [1] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [0] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] u() = [1] >= [1] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [1] [1] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 1]X2 + [0] >= [0 0 0]X1 + [0 0 1]X2 + [0] = __(X1,X2) [0 1 1] [0 0 0] [0] [0 1 1] [0 0 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [0] [0] activate(n__e()) = [1] >= [1] = e() [0] [0] [0] [0] activate(n__i()) = [0] >= [0] = i() [0] [0] [0] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [0] [0] activate(n__u()) = [1] >= [1] = u() [0] [0] activate(X) = X >= X = X problem: isPal(V) -> U81(isNePal(activate(V))) isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1 1 0] [U81](x0) = [0 0 0]x0 [0 1 0] , [1] [nil] = [0] [0], [1 0 1] [1] [isPal](x0) = [1 0 1]x0 + [0] [0 0 1] [1], [1 0 0] [1] [isQid](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [n__o] = [0] [0], [0] [u] = [0] [0], [1] [n__nil] = [0] [0], [0] [n__u] = [0] [0], [1 0 0] [isNePal](x0) = [0 0 1]x0 [0 0 0] , [0] [a] = [0] [0], [activate](x0) = x0 , [1 0 0] [1 0 0] [__](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [1 0 0] [1 0 0] [n____](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [n__i] = [0] [0], [0] [i] = [0] [0], [0] [o] = [0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [1], [0] [e] = [0] [1], [1] [tt] = [0] [0] orientation: [1 0 1] [1] [1 0 1] isPal(V) = [1 0 1]V + [0] >= [0 0 0]V = U81(isNePal(activate(V))) [0 0 1] [1] [0 0 1] [1] [1] isQid(n__e()) = [0] >= [0] = tt() [1] [0] [1] [1] isQid(n__u()) = [0] >= [0] = tt() [1] [0] [1] [1] nil() = [0] >= [0] = n__nil() [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] __(X1,X2) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = n____(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [0] [0] e() = [0] >= [0] = n__e() [1] [1] [0] [0] i() = [0] >= [0] = n__i() [0] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] u() = [0] >= [0] = n__u() [0] [0] [1] [1] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 >= [0 0 0]X1 + [0 0 0]X2 = __(X1,X2) [0 0 0] [0 0 0] [0 0 0] [0 0 0] [0] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [0] [0] activate(n__e()) = [0] >= [0] = e() [1] [1] [0] [0] activate(n__i()) = [0] >= [0] = i() [0] [0] [0] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [0] [0] activate(n__u()) = [0] >= [0] = u() [0] [0] activate(X) = X >= X = X problem: isQid(n__e()) -> tt() isQid(n__u()) -> tt() nil() -> n__nil() __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() u() -> n__u() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1] [nil] = [0] [1], [1 0 0] [1] [isQid](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [0] [n__o] = [1] [0], [1] [u] = [0] [1], [0] [n__nil] = [0] [1], [0] [n__u] = [0] [1], [1] [a] = [0] [1], [1 1 1] [activate](x0) = [0 1 0]x0 [0 0 1] , [1 0 0] [1 0 0] [1] [__](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [1], [1 0 0] [1 0 0] [0] [n____](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [1], [0] [n__i] = [0] [1], [1] [i] = [0] [1], [1] [o] = [1] [0], [0] [n__a] = [0] [1], [0] [n__e] = [0] [1], [1] [e] = [0] [1], [0] [tt] = [0] [0] orientation: [1] [0] isQid(n__e()) = [0] >= [0] = tt() [0] [0] [1] [0] isQid(n__u()) = [0] >= [0] = tt() [0] [0] [1] [0] nil() = [0] >= [0] = n__nil() [1] [1] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [0] __(X1,X2) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = n____(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1] [0] a() = [0] >= [0] = n__a() [1] [1] [1] [0] e() = [0] >= [0] = n__e() [1] [1] [1] [0] i() = [0] >= [0] = n__i() [1] [1] [1] [0] o() = [1] >= [1] = n__o() [0] [0] [1] [0] u() = [0] >= [0] = n__u() [1] [1] [1] [1] activate(n__nil()) = [0] >= [0] = nil() [1] [1] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = __(X1,X2) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1] [1] activate(n__a()) = [0] >= [0] = a() [1] [1] [1] [1] activate(n__e()) = [0] >= [0] = e() [1] [1] [1] [1] activate(n__i()) = [0] >= [0] = i() [1] [1] [1] [1] activate(n__o()) = [1] >= [1] = o() [0] [0] [1] [1] activate(n__u()) = [0] >= [0] = u() [1] [1] [1 1 1] activate(X) = [0 1 0]X >= X = X [0 0 1] problem: activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(X1,X2) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__i()) -> i() activate(n__o()) -> o() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [0] [nil] = [0] [0], [0] [n__o] = [0] [0], [0] [u] = [0] [0], [0] [n__nil] = [0] [0], [0] [n__u] = [0] [0], [0] [a] = [0] [0], [1] [activate](x0) = x0 + [0] [0], [1 0 0] [1 0 0] [__](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [1 0 0] [1 0 0] [n____](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [n__i] = [0] [0], [0] [i] = [0] [0], [0] [o] = [0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [1] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 = __(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [1] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [1] [0] activate(n__e()) = [0] >= [0] = e() [0] [0] [1] [0] activate(n__i()) = [0] >= [0] = i() [0] [0] [1] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [1] [0] activate(n__u()) = [0] >= [0] = u() [0] [0] [1] activate(X) = X + [0] >= X = X [0] problem: Qed