Problem CiME 04 append-wrong

LMPO

Execution Time (secs)
0.059
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.062
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.066
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.054
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP*

Execution Time (secs)
0.050
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.044
Answer
MAYBE
InputCiME 04 append-wrong
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)) -> cons(x, l)
     , append(l1, l2) -> ifappend(l1, l2, is_empty(l1))
     , ifappend(l1, l2, true()) -> l2
     , ifappend(l1, l2, false()) -> cons(hd(l1), append(tl(l1), l2))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..