/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,n____(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)) -> __(activate(X1),activate(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 + x1 + 3, [U71](x0, x1) = x0 + 4x1 + 7, [U31](x0) = x0 + 1, [nil] = 4, [U11](x0) = x0 + 1, [isPal](x0) = x0 + 1, [isQid](x0) = x0, [n__o] = 1, [u] = 4, [n__nil] = 4, [U72](x0) = 4x0 + 4, [n__u] = 4, [isNePal](x0) = x0, [a] = 1, [activate](x0) = x0, [isNeList](x0) = x0 + 1, [__](x0, x1) = 5x0 + x1 + 4, [U22](x0) = x0 + 2, [n____](x0, x1) = 5x0 + x1 + 4, [n__i] = 4, [i] = 4, [U61](x0) = x0, [o] = 1, [U51](x0, x1) = 2x0 + x1 + 3, [n__a] = 1, [n__e] = 2, [U42](x0) = x0 + 2, [U41](x0, x1) = 2x0 + x1 + 1, [U52](x0) = x0 + 3, [isList](x0) = x0 + 2, [e] = 2, [tt] = 1 orientation: __(__(X,Y),Z) = 25X + 5Y + Z + 24 >= 5X + 5Y + Z + 8 = __(X,__(Y,Z)) __(X,nil()) = 5X + 8 >= X = X __(nil(),X) = X + 24 >= X = X U11(tt()) = 2 >= 1 = tt() U21(tt(),V2) = V2 + 4 >= V2 + 4 = U22(isList(activate(V2))) U22(tt()) = 3 >= 1 = tt() U31(tt()) = 2 >= 1 = tt() U41(tt(),V2) = V2 + 3 >= V2 + 3 = U42(isNeList(activate(V2))) U42(tt()) = 3 >= 1 = tt() U51(tt(),V2) = V2 + 5 >= V2 + 5 = U52(isList(activate(V2))) U52(tt()) = 4 >= 1 = tt() U61(tt()) = 1 >= 1 = tt() U71(tt(),P) = 4P + 8 >= 4P + 8 = U72(isPal(activate(P))) U72(tt()) = 8 >= 1 = tt() U81(tt()) = 1 >= 1 = tt() isList(V) = V + 2 >= V + 2 = U11(isNeList(activate(V))) isList(n__nil()) = 6 >= 1 = tt() isList(n____(V1,V2)) = 5V1 + V2 + 6 >= V1 + V2 + 5 = U21(isList(activate(V1)),activate(V2)) isNeList(V) = V + 1 >= V + 1 = U31(isQid(activate(V))) isNeList(n____(V1,V2)) = 5V1 + V2 + 5 >= 2V1 + V2 + 5 = U41(isList(activate(V1)),activate(V2)) isNeList(n____(V1,V2)) = 5V1 + V2 + 5 >= 2V1 + V2 + 5 = U51(isNeList(activate(V1)),activate(V2)) isNePal(V) = V >= V = U61(isQid(activate(V))) isNePal(n____(I,n____(P,I))) = 6I + 5P + 8 >= I + 4P + 7 = U71(isQid(activate(I)),activate(P)) isPal(V) = V + 1 >= V = U81(isNePal(activate(V))) isPal(n__nil()) = 5 >= 1 = tt() isQid(n__a()) = 1 >= 1 = tt() isQid(n__e()) = 2 >= 1 = tt() isQid(n__i()) = 4 >= 1 = tt() isQid(n__o()) = 1 >= 1 = tt() isQid(n__u()) = 4 >= 1 = tt() nil() = 4 >= 4 = n__nil() __(X1,X2) = 5X1 + X2 + 4 >= 5X1 + X2 + 4 = n____(X1,X2) a() = 1 >= 1 = n__a() e() = 2 >= 2 = n__e() i() = 4 >= 4 = n__i() o() = 1 >= 1 = n__o() u() = 4 >= 4 = n__u() activate(n__nil()) = 4 >= 4 = nil() activate(n____(X1,X2)) = 5X1 + X2 + 4 >= 5X1 + X2 + 4 = __(activate(X1),activate(X2)) activate(n__a()) = 1 >= 1 = a() activate(n__e()) = 2 >= 2 = e() activate(n__i()) = 4 >= 4 = i() activate(n__o()) = 1 >= 1 = o() activate(n__u()) = 4 >= 4 = u() activate(X) = X >= X = X problem: U21(tt(),V2) -> U22(isList(activate(V2))) U41(tt(),V2) -> U42(isNeList(activate(V2))) U51(tt(),V2) -> U52(isList(activate(V2))) U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) 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))) isQid(n__a()) -> tt() isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] , [1 0 0] [1 1 0] [1] [U21](x0, x1) = [0 0 0]x0 + [1 0 0]x1 + [0] [0 0 0] [1 0 0] [0], [1 0 0] [1 1 1] [0] [U71](x0, x1) = [0 0 0]x0 + [1 1 1]x1 + [1] [0 0 0] [1 1 1] [0], [1 0 0] [U31](x0) = [0 0 0]x0 [0 0 0] , [0] [nil] = [0] [1], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [isPal](x0) = [0 0 1]x0 [0 1 1] , [1 0 0] [isQid](x0) = [0 0 0]x0 [0 1 0] , [0] [n__o] = [0] [1], [0] [u] = [0] [0], [0] [n__nil] = [0] [1], [U72](x0) = x0 , [0] [n__u] = [0] [0], [1 1 0] [0] [isNePal](x0) = [0 1 1]x0 + [1] [0 0 0] [0], [1] [a] = [1] [0], [1 0 0] [activate](x0) = [0 1 0]x0 [1 0 1] , [1 1 0] [0] [isNeList](x0) = [1 1 0]x0 + [0] [0 0 0] [1], [1 1 0] [1 0 0] [0] [__](x0, x1) = [0 0 0]x0 + [0 1 0]x1 + [1] [0 0 1] [0 0 0] [0], [1 0 0] [U22](x0) = [0 0 0]x0 [0 0 0] , [1 1 0] [1 0 0] [0] [n____](x0, x1) = [0 0 0]x0 + [0 1 0]x1 + [1] [0 0 1] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1 0 1] [U61](x0) = [0 0 0]x0 [0 0 0] , [0] [o] = [0] [1], [1 0 0] [1 1 0] [1] [U51](x0, x1) = [0 0 0]x0 + [1 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [1] [n__a] = [1] [0], [0] [n__e] = [0] [0], [1 0 0] [U42](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [1 1 0] [0] [U41](x0, x1) = [0 0 0]x0 + [1 1 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 0 0] [1] [U52](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [1 1 0] [isList](x0) = [0 0 0]x0 [0 1 1] , [0] [e] = [0] [0], [0] [tt] = [0] [0] orientation: [1 1 0] [1] [1 1 0] U21(tt(),V2) = [1 0 0]V2 + [0] >= [0 0 0]V2 = U22(isList(activate(V2))) [1 0 0] [0] [0 0 0] [1 1 0] [0] [1 1 0] U41(tt(),V2) = [1 1 0]V2 + [1] >= [1 1 0]V2 = U42(isNeList(activate(V2))) [0 0 0] [0] [0 0 0] [1 1 0] [1] [1 1 0] [1] U51(tt(),V2) = [1 0 0]V2 + [0] >= [0 0 0]V2 + [0] = U52(isList(activate(V2))) [0 0 0] [0] [0 0 0] [0] [0] [0] U61(tt()) = [0] >= [0] = tt() [0] [0] [1 1 1] [0] [1 0 0] U71(tt(),P) = [1 1 1]P + [1] >= [1 0 1]P = U72(isPal(activate(P))) [1 1 1] [0] [1 1 1] [0] [0] U81(tt()) = [0] >= [0] = tt() [0] [0] [1 1 0] [1 1 0] isList(V) = [0 0 0]V >= [0 0 0]V = U11(isNeList(activate(V))) [0 1 1] [0 0 0] [1 1 0] [0] [1 0 0] isNeList(V) = [1 1 0]V + [0] >= [0 0 0]V = U31(isQid(activate(V))) [0 0 0] [1] [0 0 0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] [0] isNeList(n____(V1,V2)) = [1 1 0]V1 + [1 1 0]V2 + [1] >= [0 0 0]V1 + [1 1 0]V2 + [1] = U41(isList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] [1] isNeList(n____(V1,V2)) = [1 1 0]V1 + [1 1 0]V2 + [1] >= [0 0 0]V1 + [1 0 0]V2 + [0] = U51(isNeList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [0] [1 1 0] [0] [1 1 0] isNePal(V) = [0 1 1]V + [1] >= [0 0 0]V = U61(isQid(activate(V))) [0 0 0] [0] [0 0 0] [1] [0] isQid(n__a()) = [0] >= [0] = tt() [1] [0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [0] [0] [0] [0] nil() = [0] >= [0] = n__nil() [1] [1] [1 1 0] [1 0 0] [0] [1 1 0] [1 0 0] [0] __(X1,X2) = [0 0 0]X1 + [0 1 0]X2 + [1] >= [0 0 0]X1 + [0 1 0]X2 + [1] = n____(X1,X2) [0 0 1] [0 0 0] [0] [0 0 1] [0 0 0] [0] [1] [1] a() = [1] >= [1] = n__a() [0] [0] [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() [1] [1] [0] [0] u() = [0] >= [0] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [1] [1] [1 1 0] [1 0 0] [0] [1 1 0] [1 0 0] [0] activate(n____(X1,X2)) = [0 0 0]X1 + [0 1 0]X2 + [1] >= [0 0 0]X1 + [0 1 0]X2 + [1] = __(activate(X1),activate(X2)) [1 1 1] [1 0 0] [0] [1 0 1] [0 0 0] [0] [1] [1] activate(n__a()) = [1] >= [1] = a() [1] [0] [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() [1] [1] [0] [0] activate(n__u()) = [0] >= [0] = u() [0] [0] [1 0 0] activate(X) = [0 1 0]X >= X = X [1 0 1] problem: U41(tt(),V2) -> U42(isNeList(activate(V2))) U51(tt(),V2) -> U52(isList(activate(V2))) U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] , [1 0 0] [1 0 1] [1] [U71](x0, x1) = [0 0 0]x0 + [0 1 1]x1 + [0] [0 0 0] [0 0 0] [0], [1 0 0] [U31](x0) = [0 0 0]x0 [0 0 0] , [1] [nil] = [0] [0], [1 0 0] [U11](x0) = [0 0 0]x0 [0 1 0] , [1 0 1] [0] [isPal](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 1 0] [isQid](x0) = [0 0 1]x0 [0 0 0] , [0] [n__o] = [0] [0], [0] [u] = [0] [0], [1] [n__nil] = [0] [0], [1 0 0] [1] [U72](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [0] [n__u] = [0] [0], [1 1 0] [0] [isNePal](x0) = [1 1 0]x0 + [1] [0 0 0] [0], [0] [a] = [0] [0], [activate](x0) = x0 , [1 1 0] [isNeList](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [1 0 0] [0] [__](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 1 0] [0 0 0] [1], [1 0 0] [1 0 0] [0] [n____](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 1 0] [0 0 0] [1], [0] [n__i] = [0] [1], [0] [i] = [0] [1], [1 0 0] [U61](x0) = [0 0 0]x0 [0 0 0] , [0] [o] = [0] [0], [1 0 0] [1 1 0] [1] [U51](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 0 0] [U42](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 1 0] [1] [U41](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [1 0 1] [1], [1 1 0] [U52](x0) = [0 0 0]x0 [0 0 0] , [1 1 0] [0] [isList](x0) = [0 0 0]x0 + [1] [0 1 0] [0], [0] [e] = [0] [0], [0] [tt] = [0] [0] orientation: [1 1 0] [1] [1 1 0] U41(tt(),V2) = [0 0 0]V2 + [0] >= [0 0 0]V2 = U42(isNeList(activate(V2))) [1 0 1] [1] [0 0 0] [1 1 0] [1] [1 1 0] [1] U51(tt(),V2) = [0 0 0]V2 + [0] >= [0 0 0]V2 + [0] = U52(isList(activate(V2))) [0 0 0] [0] [0 0 0] [0] [0] [0] U61(tt()) = [0] >= [0] = tt() [0] [0] [1 0 1] [1] [1 0 1] [1] U71(tt(),P) = [0 1 1]P + [0] >= [0 0 0]P + [0] = U72(isPal(activate(P))) [0 0 0] [0] [0 0 0] [0] [0] [0] U81(tt()) = [0] >= [0] = tt() [0] [0] [1 1 0] [0] [1 1 0] isList(V) = [0 0 0]V + [1] >= [0 0 0]V = U11(isNeList(activate(V))) [0 1 0] [0] [0 1 0] [1 1 0] [1 1 0] isNeList(V) = [0 1 0]V >= [0 0 0]V = U31(isQid(activate(V))) [0 0 0] [0 0 0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] [1] isNeList(n____(V1,V2)) = [0 1 0]V1 + [0 1 0]V2 + [1] >= [0 0 0]V1 + [0 0 0]V2 + [0] = U51(isNeList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 0] [0] [1 1 0] isNePal(V) = [1 1 0]V + [1] >= [0 0 0]V = U61(isQid(activate(V))) [0 0 0] [0] [0 0 0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [0] [0] [1] [1] nil() = [0] >= [0] = n__nil() [0] [0] [1 0 0] [1 0 0] [0] [1 0 0] [1 0 0] [0] __(X1,X2) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = n____(X1,X2) [0 1 0] [0 0 0] [1] [0 1 0] [0 0 0] [1] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [0] [0] e() = [0] >= [0] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [1] [1] [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] [0] [1 0 0] [1 0 0] [0] activate(n____(X1,X2)) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = __(activate(X1),activate(X2)) [0 1 0] [0 0 0] [1] [0 1 0] [0 0 0] [1] [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()) = [0] >= [0] = i() [1] [1] [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: U51(tt(),V2) -> U52(isList(activate(V2))) U61(tt()) -> tt() U71(tt(),P) -> U72(isPal(activate(P))) U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [0] [U81](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [1 0 1] [U71](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [1 1 0] , [1 0 1] [U31](x0) = [0 0 0]x0 [0 0 0] , [1] [nil] = [0] [1], [1 1 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [isPal](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [0] [isQid](x0) = [0 0 0]x0 + [1] [0 0 1] [0], [0] [n__o] = [0] [0], [0] [u] = [0] [0], [1] [n__nil] = [0] [1], [1 0 0] [U72](x0) = [0 0 0]x0 [0 0 0] , [0] [n__u] = [0] [0], [1 0 0] [1] [isNePal](x0) = [0 0 0]x0 + [1] [0 1 1] [0], [0] [a] = [0] [0], [activate](x0) = x0 , [1 0 1] [0] [isNeList](x0) = [0 0 0]x0 + [1] [0 0 0] [1], [1 0 0] [1 0 1] [1] [__](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 1] [0 1 0] [0], [1 0 0] [1 0 1] [1] [n____](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 1] [0 1 0] [0], [1] [n__i] = [0] [0], [1] [i] = [0] [0], [1 0 0] [1] [U61](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [o] = [0] [0], [1 0 0] [1 1 1] [1] [U51](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 1 0] [0 0 0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 1 0] [U52](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [1] [isList](x0) = [0 1 0]x0 + [0] [0 1 0] [0], [0] [e] = [0] [0], [0] [tt] = [1] [0] orientation: [1 1 1] [1] [1 1 1] [1] U51(tt(),V2) = [0 0 0]V2 + [0] >= [0 0 0]V2 + [0] = U52(isList(activate(V2))) [0 0 0] [1] [0 0 0] [0] [1] [0] U61(tt()) = [1] >= [1] = tt() [0] [0] [1 0 1] [1 0 0] U71(tt(),P) = [0 0 0]P >= [0 0 0]P = U72(isPal(activate(P))) [1 1 0] [0 0 0] [0] [0] U81(tt()) = [1] >= [1] = tt() [0] [0] [1 0 1] [1] [1 0 1] [1] isList(V) = [0 1 0]V + [0] >= [0 0 0]V + [0] = U11(isNeList(activate(V))) [0 1 0] [0] [0 0 0] [0] [1 0 1] [0] [1 0 1] isNeList(V) = [0 0 0]V + [1] >= [0 0 0]V = U31(isQid(activate(V))) [0 0 0] [1] [0 0 0] [1 0 1] [1 1 1] [1] [1 0 1] [1 1 1] [1] isNeList(n____(V1,V2)) = [0 0 0]V1 + [0 0 0]V2 + [1] >= [0 0 0]V1 + [0 0 0]V2 + [0] = U51(isNeList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [1] [1 0 0] [1] [1 0 0] [1] isNePal(V) = [0 0 0]V + [1] >= [0 0 0]V + [1] = U61(isQid(activate(V))) [0 1 1] [0] [0 0 0] [0] [0] [0] isQid(n__o()) = [1] >= [1] = tt() [0] [0] [1] [1] nil() = [0] >= [0] = n__nil() [1] [1] [1 0 0] [1 0 1] [1] [1 0 0] [1 0 1] [1] __(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 1] [0 1 0] [0] [0 0 1] [0 1 0] [0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [0] [0] e() = [0] >= [0] = n__e() [0] [0] [1] [1] 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() [1] [1] [1 0 0] [1 0 1] [1] [1 0 0] [1 0 1] [1] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [0] >= [0 0 0]X1 + [0 0 0]X2 + [0] = __(activate(X1),activate(X2)) [0 0 1] [0 1 0] [0] [0 0 1] [0 1 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [0] [0] activate(n__e()) = [0] >= [0] = e() [0] [0] [1] [1] 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: U51(tt(),V2) -> U52(isList(activate(V2))) U71(tt(),P) -> U72(isPal(activate(P))) U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [0] [U81](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [1 0 0] [1 1 0] [0] [U71](x0, x1) = [0 0 0]x0 + [1 0 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 0 0] [U31](x0) = [0 0 0]x0 [0 0 0] , [1] [nil] = [0] [0], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [isPal](x0) = [0 1 0]x0 [0 0 0] , [1 0 0] [0] [isQid](x0) = [0 0 1]x0 + [0] [0 0 0] [1], [0] [n__o] = [0] [0], [0] [u] = [0] [0], [1] [n__nil] = [0] [0], [1 1 0] [U72](x0) = [0 0 0]x0 [0 0 0] , [0] [n__u] = [0] [0], [1 1 1] [isNePal](x0) = [1 0 0]x0 [0 1 0] , [0] [a] = [0] [0], [activate](x0) = x0 , [1 0 0] [isNeList](x0) = [0 1 0]x0 [0 1 0] , [1 1 0] [1 1 1] [__](x0, x1) = [0 1 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [1 1 0] [1 1 1] [n____](x0, x1) = [0 1 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1 0 0] [U61](x0) = [1 0 0]x0 [0 0 0] , [0] [o] = [0] [0], [1 0 1] [1 0 1] [U51](x0, x1) = [0 0 1]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 0 0] [U52](x0) = [0 1 0]x0 [0 0 0] , [1 0 1] [0] [isList](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [e] = [0] [0], [0] [tt] = [0] [1] orientation: [1 0 1] [1] [1 0 1] [0] U51(tt(),V2) = [0 0 0]V2 + [1] >= [0 0 0]V2 + [1] = U52(isList(activate(V2))) [0 0 0] [0] [0 0 0] [0] [1 1 0] [0] [1 1 0] U71(tt(),P) = [1 0 0]P + [1] >= [0 0 0]P = U72(isPal(activate(P))) [0 0 0] [0] [0 0 0] [0] [0] U81(tt()) = [0] >= [0] = tt() [1] [1] [1 0 1] [0] [1 0 0] isList(V) = [0 0 0]V + [1] >= [0 0 0]V = U11(isNeList(activate(V))) [0 0 0] [0] [0 0 0] [1 0 0] [1 0 0] isNeList(V) = [0 1 0]V >= [0 0 0]V = U31(isQid(activate(V))) [0 1 0] [0 0 0] [1 1 0] [1 1 1] [1 1 0] [1 0 1] isNeList(n____(V1,V2)) = [0 1 0]V1 + [0 0 0]V2 >= [0 1 0]V1 + [0 0 0]V2 = U51(isNeList(activate(V1)),activate(V2)) [0 1 0] [0 0 0] [0 0 0] [0 0 0] [1 1 1] [1 0 0] isNePal(V) = [1 0 0]V >= [1 0 0]V = U61(isQid(activate(V))) [0 1 0] [0 0 0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [1] [1] [1] [1] nil() = [0] >= [0] = n__nil() [0] [0] [1 1 0] [1 1 1] [1 1 0] [1 1 1] __(X1,X2) = [0 1 0]X1 + [0 0 0]X2 >= [0 1 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() [0] [0] [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 1 0] [1 1 1] [1 1 0] [1 1 1] activate(n____(X1,X2)) = [0 1 0]X1 + [0 0 0]X2 >= [0 1 0]X1 + [0 0 0]X2 = __(activate(X1),activate(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() [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()) = [0] >= [0] = u() [0] [0] activate(X) = X >= X = X problem: U71(tt(),P) -> U72(isPal(activate(P))) U81(tt()) -> tt() isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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) = 4x0 + 6, [U71](x0, x1) = 2x0 + 2x1 + 6, [U31](x0) = 3x0 + 2, [nil] = 0, [U11](x0) = x0, [isPal](x0) = 2x0 + 4, [isQid](x0) = x0, [n__o] = 0, [u] = 0, [n__nil] = 0, [U72](x0) = x0 + 2, [n__u] = 0, [isNePal](x0) = x0, [a] = 0, [activate](x0) = x0, [isNeList](x0) = 3x0 + 2, [__](x0, x1) = 4x0 + 4x1 + 3, [n____](x0, x1) = 4x0 + 4x1 + 3, [n__i] = 0, [i] = 0, [U61](x0) = x0, [o] = 0, [U51](x0, x1) = 2x0 + 4x1 + 7, [n__a] = 0, [n__e] = 0, [isList](x0) = 3x0 + 2, [e] = 0, [tt] = 0 orientation: U71(tt(),P) = 2P + 6 >= 2P + 6 = U72(isPal(activate(P))) U81(tt()) = 6 >= 0 = tt() isList(V) = 3V + 2 >= 3V + 2 = U11(isNeList(activate(V))) isNeList(V) = 3V + 2 >= 3V + 2 = U31(isQid(activate(V))) isNeList(n____(V1,V2)) = 12V1 + 12V2 + 11 >= 6V1 + 4V2 + 11 = U51(isNeList(activate(V1)),activate(V2)) isNePal(V) = V >= V = U61(isQid(activate(V))) isQid(n__o()) = 0 >= 0 = tt() nil() = 0 >= 0 = n__nil() __(X1,X2) = 4X1 + 4X2 + 3 >= 4X1 + 4X2 + 3 = n____(X1,X2) a() = 0 >= 0 = 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)) = 4X1 + 4X2 + 3 >= 4X1 + 4X2 + 3 = __(activate(X1),activate(X2)) activate(n__a()) = 0 >= 0 = 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: U71(tt(),P) -> U72(isPal(activate(P))) isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [1 0 0] [1] [U71](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [1], [1 0 0] [U31](x0) = [0 0 0]x0 [0 0 0] , [0] [nil] = [0] [0], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [0] [isPal](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [isQid](x0) = [0 0 1]x0 [0 0 0] , [0] [n__o] = [0] [0], [1] [u] = [0] [0], [0] [n__nil] = [0] [0], [1 0 0] [U72](x0) = [0 0 0]x0 [0 1 0] , [1] [n__u] = [0] [0], [1 1 1] [1] [isNePal](x0) = [0 0 1]x0 + [1] [0 0 0] [1], [0] [a] = [0] [0], [1 0 0] [activate](x0) = [0 1 1]x0 [0 0 1] , [1 0 0] [isNeList](x0) = [1 0 0]x0 [0 1 0] , [1 0 0] [1 0 0] [1] [__](x0, x1) = [1 0 0]x0 + [1 0 0]x1 + [0] [0 0 0] [1 0 0] [0], [1 0 0] [1 0 0] [1] [n____](x0, x1) = [1 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [1 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1 1 0] [1] [U61](x0) = [0 0 0]x0 + [0] [0 0 0] [0], [0] [o] = [0] [0], [1 0 0] [1 0 0] [1] [U51](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [0] [0 0 0] [0 0 0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 0 0] [0] [isList](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [e] = [0] [0], [0] [tt] = [0] [0] orientation: [1 0 0] [1] [1 0 0] [0] U71(tt(),P) = [0 0 0]P + [0] >= [0 0 0]P + [0] = U72(isPal(activate(P))) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] isList(V) = [0 0 0]V + [1] >= [0 0 0]V = U11(isNeList(activate(V))) [0 0 0] [0] [0 0 0] [1 0 0] [1 0 0] isNeList(V) = [1 0 0]V >= [0 0 0]V = U31(isQid(activate(V))) [0 1 0] [0 0 0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] isNeList(n____(V1,V2)) = [1 0 0]V1 + [1 0 0]V2 + [1] >= [0 0 0]V1 + [0 0 0]V2 + [0] = U51(isNeList(activate(V1)),activate(V2)) [1 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 1 1] [1] [1 0 1] [1] isNePal(V) = [0 0 1]V + [1] >= [0 0 0]V + [0] = U61(isQid(activate(V))) [0 0 0] [1] [0 0 0] [0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [0] [0] [0] [0] nil() = [0] >= [0] = n__nil() [0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] __(X1,X2) = [1 0 0]X1 + [1 0 0]X2 + [0] >= [1 0 0]X1 + [0 0 0]X2 + [0] = n____(X1,X2) [0 0 0] [1 0 0] [0] [0 0 0] [1 0 0] [0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [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] [1] [1] u() = [0] >= [0] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [1] activate(n____(X1,X2)) = [1 0 0]X1 + [1 0 0]X2 + [0] >= [1 0 0]X1 + [1 0 0]X2 + [0] = __(activate(X1),activate(X2)) [0 0 0] [1 0 0] [0] [0 0 0] [1 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()) = [0] >= [0] = i() [0] [0] [0] [0] activate(n__o()) = [0] >= [0] = o() [0] [0] [1] [1] activate(n__u()) = [0] >= [0] = u() [0] [0] [1 0 0] activate(X) = [0 1 1]X >= X = X [0 0 1] problem: isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isNePal(V) -> U61(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [U31](x0) = [0 0 0]x0 [0 0 0] , [1] [nil] = [1] [1], [1 0 0] [0] [U11](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [1 0 0] [isQid](x0) = [0 0 0]x0 [0 0 0] , [0] [n__o] = [0] [0], [1] [u] = [1] [1], [1] [n__nil] = [0] [0], [1] [n__u] = [0] [0], [1 0 1] [1] [isNePal](x0) = [0 1 0]x0 + [1] [0 0 0] [0], [0] [a] = [1] [0], [0] [activate](x0) = x0 + [1] [1], [1 1 0] [isNeList](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1] [__](x0, x1) = x0 + [0 0 0]x1 + [0] [0 0 0] [0], [1 0 0] [1] [n____](x0, x1) = x0 + [0 0 0]x1 + [0] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [1], [1 0 0] [U61](x0) = [0 0 0]x0 [0 0 0] , [0] [o] = [0] [0], [1 0 0] [1 0 0] [U51](x0, x1) = [0 0 0]x0 + [0 0 0]x1 [0 0 0] [0 0 0] , [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 1 1] [1] [isList](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [e] = [1] [0], [0] [tt] = [0] [0] orientation: [1 1 1] [1] [1 1 0] [1] isList(V) = [0 0 0]V + [1] >= [0 0 0]V + [1] = U11(isNeList(activate(V))) [0 0 0] [0] [0 0 0] [0] [1 1 0] [1 0 0] isNeList(V) = [0 0 0]V >= [0 0 0]V = U31(isQid(activate(V))) [0 0 0] [0 0 0] [1 1 0] [1 0 0] [1] [1 1 0] [1 0 0] [1] isNeList(n____(V1,V2)) = [0 0 0]V1 + [0 0 0]V2 + [0] >= [0 0 0]V1 + [0 0 0]V2 + [0] = U51(isNeList(activate(V1)),activate(V2)) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [1 0 1] [1] [1 0 0] isNePal(V) = [0 1 0]V + [1] >= [0 0 0]V = U61(isQid(activate(V))) [0 0 0] [0] [0 0 0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [0] [0] [1] [1] nil() = [1] >= [0] = n__nil() [1] [0] [1 0 0] [1] [1 0 0] [1] __(X1,X2) = X1 + [0 0 0]X2 + [0] >= X1 + [0 0 0]X2 + [0] = n____(X1,X2) [0 0 0] [0] [0 0 0] [0] [0] [0] a() = [1] >= [0] = n__a() [0] [0] [0] [0] e() = [1] >= [0] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [1] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [1] [1] u() = [1] >= [0] = n__u() [1] [0] [1] [1] activate(n__nil()) = [1] >= [1] = nil() [1] [1] [1 0 0] [1] [1 0 0] [1] activate(n____(X1,X2)) = X1 + [0 0 0]X2 + [1] >= X1 + [0 0 0]X2 + [1] = __(activate(X1),activate(X2)) [0 0 0] [1] [0 0 0] [1] [0] [0] activate(n__a()) = [1] >= [1] = a() [1] [0] [0] [0] activate(n__e()) = [1] >= [1] = e() [1] [0] [0] [0] activate(n__i()) = [1] >= [0] = i() [1] [1] [0] [0] activate(n__o()) = [1] >= [0] = o() [1] [0] [1] [1] activate(n__u()) = [1] >= [1] = u() [1] [1] [0] activate(X) = X + [1] >= X = X [1] problem: isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isNeList(n____(V1,V2)) -> U51(isNeList(activate(V1)),activate(V2)) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [U31](x0) = [0 0 0]x0 [0 0 0] , [1] [nil] = [1] [0], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [0] [isQid](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [n__o] = [0] [0], [0] [u] = [1] [0], [1] [n__nil] = [1] [0], [0] [n__u] = [1] [0], [0] [a] = [0] [0], [activate](x0) = x0 , [1 0 0] [isNeList](x0) = [0 1 1]x0 [1 0 0] , [1 1 0] [1 0 0] [1] [__](x0, x1) = [0 0 0]x0 + [0 0 1]x1 + [0] [1 0 0] [0 1 0] [0], [1 1 0] [1 0 0] [1] [n____](x0, x1) = [0 0 0]x0 + [0 0 1]x1 + [0] [1 0 0] [0 1 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [0] [o] = [0] [0], [1 0 0] [1 0 0] [U51](x0, x1) = [0 0 0]x0 + [0 1 0]x1 [0 0 0] [0 0 0] , [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 1 0] [0] [isList](x0) = [0 0 0]x0 + [1] [0 1 0] [1], [0] [e] = [0] [0], [0] [tt] = [0] [1] orientation: [1 1 0] [0] [1 0 0] isList(V) = [0 0 0]V + [1] >= [0 0 0]V = U11(isNeList(activate(V))) [0 1 0] [1] [0 0 0] [1 0 0] [1 0 0] isNeList(V) = [0 1 1]V >= [0 0 0]V = U31(isQid(activate(V))) [1 0 0] [0 0 0] [1 1 0] [1 0 0] [1] [1 0 0] [1 0 0] isNeList(n____(V1,V2)) = [1 0 0]V1 + [0 1 1]V2 + [0] >= [0 0 0]V1 + [0 1 0]V2 = U51(isNeList(activate(V1)),activate(V2)) [1 1 0] [1 0 0] [1] [0 0 0] [0 0 0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [1] [1] [1] [1] nil() = [1] >= [1] = n__nil() [0] [0] [1 1 0] [1 0 0] [1] [1 1 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) [1 0 0] [0 1 0] [0] [1 0 0] [0 1 0] [0] [0] [0] a() = [0] >= [0] = n__a() [0] [0] [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] [1] [1] activate(n__nil()) = [1] >= [1] = nil() [0] [0] [1 1 0] [1 0 0] [1] [1 1 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] = __(activate(X1),activate(X2)) [1 0 0] [0 1 0] [0] [1 0 0] [0 1 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()) = [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: isList(V) -> U11(isNeList(activate(V))) isNeList(V) -> U31(isQid(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [U31](x0) = [0 0 0]x0 [0 0 0] , [0] [nil] = [0] [0], [1 0 1] [U11](x0) = [0 0 0]x0 [0 1 1] , [1 0 0] [isQid](x0) = [0 1 0]x0 [0 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], [activate](x0) = x0 , [1 1 0] [1] [isNeList](x0) = [0 1 0]x0 + [0] [0 0 1] [0], [1 0 0] [1 0 0] [__](x0, x1) = [1 0 0]x0 + [0 0 0]x1 [0 1 0] [0 0 0] , [1 0 0] [1 0 0] [n____](x0, x1) = [1 0 0]x0 + [0 0 0]x1 [0 1 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], [1 1 1] [1] [isList](x0) = [0 0 0]x0 + [1] [1 1 1] [1], [0] [e] = [0] [0], [0] [tt] = [0] [0] orientation: [1 1 1] [1] [1 1 1] [1] isList(V) = [0 0 0]V + [1] >= [0 0 0]V + [0] = U11(isNeList(activate(V))) [1 1 1] [1] [0 1 1] [0] [1 1 0] [1] [1 0 0] isNeList(V) = [0 1 0]V + [0] >= [0 0 0]V = U31(isQid(activate(V))) [0 0 1] [0] [0 0 0] [0] [0] isQid(n__o()) = [0] >= [0] = tt() [0] [0] [0] [0] nil() = [0] >= [0] = n__nil() [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] __(X1,X2) = [1 0 0]X1 + [0 0 0]X2 >= [1 0 0]X1 + [0 0 0]X2 = n____(X1,X2) [0 1 0] [0 0 0] [0 1 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() = [0] >= [0] = n__i() [0] [0] [0] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] u() = [0] >= [0] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 0] [1 0 0] [1 0 0] [1 0 0] activate(n____(X1,X2)) = [1 0 0]X1 + [0 0 0]X2 >= [1 0 0]X1 + [0 0 0]X2 = __(activate(X1),activate(X2)) [0 1 0] [0 0 0] [0 1 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()) = [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: isList(V) -> U11(isNeList(activate(V))) isQid(n__o()) -> 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)) -> __(activate(X1),activate(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] [1], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [1 1 0] [0] [isQid](x0) = [0 0 0]x0 + [1] [0 0 0] [0], [0] [n__o] = [1] [0], [0] [u] = [0] [0], [0] [n__nil] = [0] [0], [0] [n__u] = [0] [0], [0] [a] = [0] [0], [0] [activate](x0) = x0 + [0] [1], [1 0 0] [isNeList](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [1 1 0] [1] [__](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 0 0] [1 1 0] [1] [n____](x0, x1) = [0 0 0]x0 + [0 0 0]x1 + [1] [0 0 0] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [1], [0] [o] = [1] [1], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 0 0] [isList](x0) = [0 1 0]x0 [1 0 1] , [0] [e] = [0] [0], [0] [tt] = [0] [0] orientation: [1 0 0] [1 0 0] isList(V) = [0 1 0]V >= [0 0 0]V = U11(isNeList(activate(V))) [1 0 1] [0 0 0] [1] [0] isQid(n__o()) = [1] >= [0] = tt() [0] [0] [0] [0] nil() = [0] >= [0] = n__nil() [1] [0] [1 0 0] [1 1 0] [1] [1 0 0] [1 1 0] [1] __(X1,X2) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = n____(X1,X2) [0 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() = [0] >= [0] = n__i() [1] [0] [0] [0] o() = [1] >= [1] = n__o() [1] [0] [0] [0] u() = [0] >= [0] = n__u() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [1] [1] [1 0 0] [1 1 0] [1] [1 0 0] [1 1 0] [1] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 0]X2 + [1] >= [0 0 0]X1 + [0 0 0]X2 + [1] = __(activate(X1),activate(X2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [1] [0] [0] [0] activate(n__e()) = [0] >= [0] = e() [1] [0] [0] [0] activate(n__i()) = [0] >= [0] = i() [1] [1] [0] [0] activate(n__o()) = [1] >= [1] = o() [1] [1] [0] [0] activate(n__u()) = [0] >= [0] = u() [1] [0] [0] activate(X) = X + [0] >= X = X [1] problem: isList(V) -> U11(isNeList(activate(V))) 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)) -> __(activate(X1),activate(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] = [1] [1], [1 0 0] [U11](x0) = [0 0 0]x0 [0 0 0] , [0] [n__o] = [1] [0], [1] [u] = [1] [1], [0] [n__nil] = [1] [0], [1] [n__u] = [0] [0], [0] [a] = [0] [1], [1 1 0] [0] [activate](x0) = [1 1 0]x0 + [0] [0 0 1] [1], [1 0 1] [isNeList](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [1 0 0] [0] [__](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 0 0] [0 0 0] [0], [1 0 1] [1 0 0] [0] [n____](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 0 0] [0 0 0] [0], [0] [n__i] = [1] [0], [0] [i] = [1] [1], [0] [o] = [1] [1], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [1 1 1] [1] [isList](x0) = [0 1 0]x0 + [1] [0 1 1] [0], [0] [e] = [0] [1] orientation: [1 1 1] [1] [1 1 1] [1] isList(V) = [0 1 0]V + [1] >= [0 0 0]V + [0] = U11(isNeList(activate(V))) [0 1 1] [0] [0 0 0] [0] [1] [0] nil() = [1] >= [1] = n__nil() [1] [0] [1 0 1] [1 0 0] [0] [1 0 1] [1 0 0] [0] __(X1,X2) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = n____(X1,X2) [0 0 0] [0 0 0] [0] [0 0 0] [0 0 0] [0] [0] [0] a() = [0] >= [0] = n__a() [1] [0] [0] [0] e() = [0] >= [0] = n__e() [1] [0] [0] [0] i() = [1] >= [1] = n__i() [1] [0] [0] [0] o() = [1] >= [1] = n__o() [1] [0] [1] [1] u() = [1] >= [0] = n__u() [1] [0] [1] [1] activate(n__nil()) = [1] >= [1] = nil() [1] [1] [1 1 1] [1 1 0] [1] [1 1 1] [1 1 0] [1] activate(n____(X1,X2)) = [1 1 1]X1 + [1 1 0]X2 + [1] >= [1 1 0]X1 + [1 1 0]X2 + [1] = __(activate(X1),activate(X2)) [0 0 0] [0 0 0] [1] [0 0 0] [0 0 0] [0] [0] [0] activate(n__a()) = [0] >= [0] = a() [1] [1] [0] [0] activate(n__e()) = [0] >= [0] = e() [1] [1] [1] [0] activate(n__i()) = [1] >= [1] = i() [1] [1] [1] [0] activate(n__o()) = [1] >= [1] = o() [1] [1] [1] [1] activate(n__u()) = [1] >= [1] = u() [1] [1] [1 1 0] [0] activate(X) = [1 1 0]X + [0] >= X = X [0 0 1] [1] problem: isList(V) -> U11(isNeList(activate(V))) __(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)) -> __(activate(X1),activate(X2)) activate(n__a()) -> a() activate(n__e()) -> e() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [0] [nil] = [0] [0], [1 0 0] [0] [U11](x0) = [0 0 1]x0 + [0] [1 0 0] [1], [0] [n__o] = [0] [0], [0] [n__nil] = [1] [0], [1] [u] = [1] [1], [0] [n__u] = [0] [1], [1] [a] = [0] [1], [1 0 1] [activate](x0) = [0 1 1]x0 [1 0 1] , [1 0 0] [isNeList](x0) = [0 0 0]x0 [1 0 0] , [1 0 0] [0] [__](x0, x1) = x0 + [1 0 0]x1 + [1] [0 0 1] [0], [1 0 0] [0] [n____](x0, x1) = x0 + [1 0 0]x1 + [1] [0 0 1] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [1], [0] [o] = [1] [0], [1] [n__a] = [0] [0], [0] [n__e] = [0] [1], [1 0 1] [1] [isList](x0) = [1 1 1]x0 + [0] [1 1 1] [1], [0] [e] = [0] [1] orientation: [1 0 1] [1] [1 0 1] [0] isList(V) = [1 1 1]V + [0] >= [1 0 1]V + [0] = U11(isNeList(activate(V))) [1 1 1] [1] [1 0 1] [1] [1 0 0] [0] [1 0 0] [0] __(X1,X2) = X1 + [1 0 0]X2 + [1] >= X1 + [1 0 0]X2 + [1] = n____(X1,X2) [0 0 1] [0] [0 0 1] [0] [1] [1] a() = [0] >= [0] = n__a() [1] [0] [0] [0] e() = [0] >= [0] = n__e() [1] [1] [0] [0] i() = [0] >= [0] = n__i() [1] [0] [0] [0] o() = [1] >= [0] = n__o() [0] [0] [1] [0] u() = [1] >= [0] = n__u() [1] [1] [0] [0] activate(n__nil()) = [1] >= [0] = nil() [0] [0] [1 0 1] [1 0 1] [0] [1 0 1] [1 0 1] [0] activate(n____(X1,X2)) = [0 1 1]X1 + [1 0 1]X2 + [1] >= [0 1 1]X1 + [1 0 1]X2 + [1] = __(activate(X1),activate(X2)) [1 0 1] [1 0 1] [0] [1 0 1] [1 0 1] [0] [1] [1] activate(n__a()) = [0] >= [0] = a() [1] [1] [1] [0] activate(n__e()) = [1] >= [0] = e() [1] [1] [1] [1] activate(n__u()) = [1] >= [1] = u() [1] [1] [1 0 1] activate(X) = [0 1 1]X >= X = X [1 0 1] problem: __(X1,X2) -> n____(X1,X2) a() -> n__a() e() -> n__e() i() -> n__i() o() -> n__o() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(activate(X1),activate(X2)) activate(n__a()) -> a() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [0] [nil] = [0] [0], [0] [n__o] = [0] [0], [1] [u] = [0] [0], [0] [n__nil] = [0] [0], [0] [n__u] = [1] [0], [0] [a] = [0] [0], [1 1 0] [activate](x0) = [1 1 0]x0 [1 1 1] , [1 0 0] [1 0 0] [1] [__](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [1 0 0] [0 1 0] [1], [1 0 0] [1 0 0] [0] [n____](x0, x1) = [0 1 0]x0 + [0 1 0]x1 + [1] [0 0 0] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1] [o] = [0] [0], [0] [n__a] = [0] [0], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [1 0 0] [1 0 0] [1] [1 0 0] [1 0 0] [0] __(X1,X2) = [0 1 0]X1 + [0 1 0]X2 + [1] >= [0 1 0]X1 + [0 1 0]X2 + [1] = n____(X1,X2) [1 0 0] [0 1 0] [1] [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() = [0] >= [0] = n__i() [0] [0] [1] [0] o() = [0] >= [0] = n__o() [0] [0] [0] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] [1] activate(n____(X1,X2)) = [1 1 0]X1 + [1 1 0]X2 + [1] >= [1 1 0]X1 + [1 1 0]X2 + [1] = __(activate(X1),activate(X2)) [1 1 0] [1 1 0] [1] [1 1 0] [1 1 0] [1] [0] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] [1] [1] activate(n__u()) = [1] >= [0] = u() [1] [0] [1 1 0] activate(X) = [1 1 0]X >= X = X [1 1 1] problem: a() -> n__a() e() -> n__e() i() -> n__i() activate(n__nil()) -> nil() activate(n____(X1,X2)) -> __(activate(X1),activate(X2)) activate(n__a()) -> a() activate(n__u()) -> u() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [0] [nil] = [0] [0], [0] [u] = [0] [0], [1] [n__nil] = [0] [0], [1] [n__u] = [0] [0], [1] [a] = [0] [1], [1 0 1] [activate](x0) = [0 1 0]x0 [0 0 1] , [1 0 0] [1 0 0] [__](x0, x1) = [0 0 0]x0 + [0 0 1]x1 [0 0 1] [0 0 0] , [1 0 0] [1 0 1] [1] [n____](x0, x1) = [0 0 0]x0 + [0 0 1]x1 + [0] [0 0 1] [0 0 0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [0] [n__a] = [0] [1], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [1] [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] [1] [0] activate(n__nil()) = [0] >= [0] = nil() [0] [0] [1 0 1] [1 0 1] [1] [1 0 1] [1 0 1] activate(n____(X1,X2)) = [0 0 0]X1 + [0 0 1]X2 + [0] >= [0 0 0]X1 + [0 0 1]X2 = __(activate(X1),activate(X2)) [0 0 1] [0 0 0] [0] [0 0 1] [0 0 0] [1] [1] activate(n__a()) = [0] >= [0] = a() [1] [1] [1] [0] activate(n__u()) = [0] >= [0] = u() [0] [0] [1 0 1] activate(X) = [0 1 0]X >= X = X [0 0 1] problem: e() -> n__e() i() -> n__i() activate(n__a()) -> a() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [0] [a] = [0] [0], [activate](x0) = x0 , [0] [n__i] = [0] [0], [0] [i] = [0] [0], [1] [n__a] = [0] [0], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [0] [0] e() = [0] >= [0] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [0] [0] [1] [0] activate(n__a()) = [0] >= [0] = a() [0] [0] activate(X) = X >= X = X problem: e() -> n__e() i() -> n__i() activate(X) -> X Matrix Interpretation Processor: dim=3 interpretation: [1] [activate](x0) = x0 + [0] [0], [0] [n__i] = [0] [0], [0] [i] = [0] [0], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [0] [0] e() = [0] >= [0] = n__e() [0] [0] [0] [0] i() = [0] >= [0] = n__i() [0] [0] [1] activate(X) = X + [0] >= X = X [0] problem: e() -> n__e() i() -> n__i() Matrix Interpretation Processor: dim=3 interpretation: [0] [n__i] = [0] [0], [1] [i] = [0] [0], [0] [n__e] = [0] [0], [0] [e] = [0] [0] orientation: [0] [0] e() = [0] >= [0] = n__e() [0] [0] [1] [0] i() = [0] >= [0] = n__i() [0] [0] problem: e() -> n__e() Matrix Interpretation Processor: dim=3 interpretation: [0] [n__e] = [0] [0], [1] [e] = [0] [1] orientation: [1] [0] e() = [0] >= [0] = n__e() [1] [0] problem: Qed