Problem TCT 09 shuffle

LMPO

Execution Time (secs)
0.037
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.061
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.047
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.052
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.058
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.039
Answer
MAYBE
InputTCT 09 shuffle
MAYBE

We consider the following Problem:

  Strict Trs:
    {  app(nil(), xs) -> nil()
     , app(cons(x, xs), ys) -> cons(x, app(xs, ys))
     , rev(nil()) -> nil()
     , rev(cons(x, xs)) -> append(xs, rev(cons(x, nil())))
     , shuffle(nil()) -> nil()
     , shuffle(cons(x, xs)) -> cons(x, shuffle(rev(xs)))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..