Problem CSR 04 Ex8 BLR02

interpretations

Execution Time (secs)
-
Answer
TIMEOUT
InputCSR 04 Ex8 BLR02
TIMEOUT

We are left with following problem, upon which TcT provides the
certificate TIMEOUT.

Strict Trs:
  { fib(N) -> sel(N, fib1(s(0()), s(0())))
  , sel(s(N), cons(X, XS)) -> sel(N, XS)
  , sel(0(), cons(X, XS)) -> X
  , fib1(X, Y) -> cons(X, fib1(Y, add(X, Y)))
  , add(s(X), Y) -> s(add(X, Y))
  , add(0(), X) -> X }
Obligation:
  innermost runtime complexity
Answer:
  TIMEOUT

Computation stopped due to timeout after 20.0 seconds.

Arrrr..

lmpo

Execution Time (secs)
-
Answer
MAYBE
InputCSR 04 Ex8 BLR02
MAYBE

We are left with following problem, upon which TcT provides the
certificate MAYBE.

Strict Trs:
  { fib(N) -> sel(N, fib1(s(0()), s(0())))
  , fib1(X, Y) -> cons(X, fib1(Y, add(X, Y)))
  , add(0(), X) -> X
  , add(s(X), Y) -> s(add(X, Y))
  , sel(0(), cons(X, XS)) -> X
  , sel(s(N), cons(X, XS)) -> sel(N, XS) }
Obligation:
  innermost runtime complexity
Answer:
  MAYBE

The input cannot be shown compatible

Arrrr..

mpo

Execution Time (secs)
-
Answer
MAYBE
InputCSR 04 Ex8 BLR02
MAYBE

We are left with following problem, upon which TcT provides the
certificate MAYBE.

Strict Trs:
  { fib(N) -> sel(N, fib1(s(0()), s(0())))
  , fib1(X, Y) -> cons(X, fib1(Y, add(X, Y)))
  , add(0(), X) -> X
  , add(s(X), Y) -> s(add(X, Y))
  , sel(0(), cons(X, XS)) -> X
  , sel(s(N), cons(X, XS)) -> sel(N, XS) }
Obligation:
  innermost runtime complexity
Answer:
  MAYBE

The input cannot be shown compatible

Arrrr..

popstar

Execution Time (secs)
0.188
Answer
MAYBE
InputCSR 04 Ex8 BLR02
MAYBE

We are left with following problem, upon which TcT provides the
certificate MAYBE.

Strict Trs:
  { fib(N) -> sel(N, fib1(s(0()), s(0())))
  , fib1(X, Y) -> cons(X, fib1(Y, add(X, Y)))
  , add(0(), X) -> X
  , add(s(X), Y) -> s(add(X, Y))
  , sel(0(), cons(X, XS)) -> X
  , sel(s(N), cons(X, XS)) -> sel(N, XS) }
Obligation:
  innermost runtime complexity
Answer:
  MAYBE

The input cannot be shown compatible

Arrrr..

popstar-ps

Execution Time (secs)
0.150
Answer
MAYBE
InputCSR 04 Ex8 BLR02
MAYBE

We are left with following problem, upon which TcT provides the
certificate MAYBE.

Strict Trs:
  { fib(N) -> sel(N, fib1(s(0()), s(0())))
  , fib1(X, Y) -> cons(X, fib1(Y, add(X, Y)))
  , add(0(), X) -> X
  , add(s(X), Y) -> s(add(X, Y))
  , sel(0(), cons(X, XS)) -> X
  , sel(s(N), cons(X, XS)) -> sel(N, XS) }
Obligation:
  innermost runtime complexity
Answer:
  MAYBE

The input cannot be shown compatible

Arrrr..