Problem CiME 04 append

LMPO

Execution Time (secs)
0.044
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.064
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.042
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.047
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.036
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.035
Answer
MAYBE
InputCiME 04 append
MAYBE

We consider the following Problem:

  Strict Trs:
    {  is_empty(nil()) -> true()
     , is_empty(cons(x, l)) -> false()
     , hd(cons(x, l)) -> x
     , tl(cons(x, l)) -> l
     , append(l1, l2) -> ifappend(l1, l2, l1)
     , ifappend(l1, l2, nil()) -> l2
     , ifappend(l1, l2, cons(x, l)) -> cons(x, append(l, l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..