Tool Bounds
stdout:
TIMEOUT
We consider the following Problem:
Strict Trs:
{ a__tail(X) -> tail(X)
, a__head(X) -> head(X)
, a__incr(X) -> incr(X)
, a__odds() -> odds()
, a__pairs() -> pairs()
, a__nats() -> nats()
, mark(cons(X1, X2)) -> cons(mark(X1), X2)
, mark(nil()) -> nil()
, mark(s(X)) -> s(mark(X))
, mark(0()) -> 0()
, mark(tail(X)) -> a__tail(mark(X))
, mark(head(X)) -> a__head(mark(X))
, mark(incr(X)) -> a__incr(mark(X))
, mark(odds()) -> a__odds()
, mark(pairs()) -> a__pairs()
, mark(nats()) -> a__nats()
, a__tail(cons(X, XS)) -> mark(XS)
, a__head(cons(X, XS)) -> mark(X)
, a__incr(cons(X, XS)) -> cons(s(mark(X)), incr(XS))
, a__odds() -> a__incr(a__pairs())
, a__pairs() -> cons(0(), incr(odds()))
, a__nats() -> cons(0(), incr(nats()))}
StartTerms: all
Strategy: none
Certificate: TIMEOUT
Proof:
Computation stopped due to timeout after 60.0 seconds.
Arrrr..Tool CDI
stdout:
MAYBE
Statistics:
Number of monomials: 1242
Last formula building started for bound 3
Last SAT solving started for bound 3Tool EDA
stdout:
TIMEOUT
We consider the following Problem:
Strict Trs:
{ a__tail(X) -> tail(X)
, a__head(X) -> head(X)
, a__incr(X) -> incr(X)
, a__odds() -> odds()
, a__pairs() -> pairs()
, a__nats() -> nats()
, mark(cons(X1, X2)) -> cons(mark(X1), X2)
, mark(nil()) -> nil()
, mark(s(X)) -> s(mark(X))
, mark(0()) -> 0()
, mark(tail(X)) -> a__tail(mark(X))
, mark(head(X)) -> a__head(mark(X))
, mark(incr(X)) -> a__incr(mark(X))
, mark(odds()) -> a__odds()
, mark(pairs()) -> a__pairs()
, mark(nats()) -> a__nats()
, a__tail(cons(X, XS)) -> mark(XS)
, a__head(cons(X, XS)) -> mark(X)
, a__incr(cons(X, XS)) -> cons(s(mark(X)), incr(XS))
, a__odds() -> a__incr(a__pairs())
, a__pairs() -> cons(0(), incr(odds()))
, a__nats() -> cons(0(), incr(nats()))}
StartTerms: all
Strategy: none
Certificate: TIMEOUT
Proof:
Computation stopped due to timeout after 60.0 seconds.
Arrrr..Tool IDA
stdout:
MAYBE
We consider the following Problem:
Strict Trs:
{ a__tail(X) -> tail(X)
, a__head(X) -> head(X)
, a__incr(X) -> incr(X)
, a__odds() -> odds()
, a__pairs() -> pairs()
, a__nats() -> nats()
, mark(cons(X1, X2)) -> cons(mark(X1), X2)
, mark(nil()) -> nil()
, mark(s(X)) -> s(mark(X))
, mark(0()) -> 0()
, mark(tail(X)) -> a__tail(mark(X))
, mark(head(X)) -> a__head(mark(X))
, mark(incr(X)) -> a__incr(mark(X))
, mark(odds()) -> a__odds()
, mark(pairs()) -> a__pairs()
, mark(nats()) -> a__nats()
, a__tail(cons(X, XS)) -> mark(XS)
, a__head(cons(X, XS)) -> mark(X)
, a__incr(cons(X, XS)) -> cons(s(mark(X)), incr(XS))
, a__odds() -> a__incr(a__pairs())
, a__pairs() -> cons(0(), incr(odds()))
, a__nats() -> cons(0(), incr(nats()))}
StartTerms: all
Strategy: none
Certificate: MAYBE
Proof:
None of the processors succeeded.
Details of failed attempt(s):
-----------------------------
1) 'matrix-interpretation of dimension 3' failed due to the following reason:
The input cannot be shown compatible
2) 'matrix-interpretation of dimension 3' failed due to the following reason:
The input cannot be shown compatible
3) 'matrix-interpretation of dimension 3' failed due to the following reason:
The input cannot be shown compatible
4) 'matrix-interpretation of dimension 2' failed due to the following reason:
The input cannot be shown compatible
5) 'matrix-interpretation of dimension 2' failed due to the following reason:
The input cannot be shown compatible
6) 'matrix-interpretation of dimension 1' failed due to the following reason:
The input cannot be shown compatible
Arrrr..Tool TRI
stdout:
TIMEOUT
We consider the following Problem:
Strict Trs:
{ a__tail(X) -> tail(X)
, a__head(X) -> head(X)
, a__incr(X) -> incr(X)
, a__odds() -> odds()
, a__pairs() -> pairs()
, a__nats() -> nats()
, mark(cons(X1, X2)) -> cons(mark(X1), X2)
, mark(nil()) -> nil()
, mark(s(X)) -> s(mark(X))
, mark(0()) -> 0()
, mark(tail(X)) -> a__tail(mark(X))
, mark(head(X)) -> a__head(mark(X))
, mark(incr(X)) -> a__incr(mark(X))
, mark(odds()) -> a__odds()
, mark(pairs()) -> a__pairs()
, mark(nats()) -> a__nats()
, a__tail(cons(X, XS)) -> mark(XS)
, a__head(cons(X, XS)) -> mark(X)
, a__incr(cons(X, XS)) -> cons(s(mark(X)), incr(XS))
, a__odds() -> a__incr(a__pairs())
, a__pairs() -> cons(0(), incr(odds()))
, a__nats() -> cons(0(), incr(nats()))}
StartTerms: all
Strategy: none
Certificate: TIMEOUT
Proof:
Computation stopped due to timeout after 60.0 seconds.
Arrrr..Tool TRI2
stdout:
MAYBE
We consider the following Problem:
Strict Trs:
{ a__tail(X) -> tail(X)
, a__head(X) -> head(X)
, a__incr(X) -> incr(X)
, a__odds() -> odds()
, a__pairs() -> pairs()
, a__nats() -> nats()
, mark(cons(X1, X2)) -> cons(mark(X1), X2)
, mark(nil()) -> nil()
, mark(s(X)) -> s(mark(X))
, mark(0()) -> 0()
, mark(tail(X)) -> a__tail(mark(X))
, mark(head(X)) -> a__head(mark(X))
, mark(incr(X)) -> a__incr(mark(X))
, mark(odds()) -> a__odds()
, mark(pairs()) -> a__pairs()
, mark(nats()) -> a__nats()
, a__tail(cons(X, XS)) -> mark(XS)
, a__head(cons(X, XS)) -> mark(X)
, a__incr(cons(X, XS)) -> cons(s(mark(X)), incr(XS))
, a__odds() -> a__incr(a__pairs())
, a__pairs() -> cons(0(), incr(odds()))
, a__nats() -> cons(0(), incr(nats()))}
StartTerms: all
Strategy: none
Certificate: MAYBE
Proof:
The input cannot be shown compatible
Arrrr..