Problem Transformed CSR 04 Ex6 Luc98 Z

LMPO

Execution Time (secs)
0.080
Answer
YES(?,ELEMENTARY)
InputTransformed CSR 04 Ex6 Luc98 Z
YES(?,ELEMENTARY)

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,ELEMENTARY)

Proof:
  The input was oriented with the instance of
  Lightweight Multiset Path Order () as induced by the safe mapping
  
   safe(first) = {}, safe(0) = {}, safe(nil) = {}, safe(s) = {1},
   safe(cons) = {1, 2}, safe(n__first) = {1, 2}, safe(activate) = {},
   safe(from) = {}, safe(n__from) = {1}
  
  and precedence
  
   first ~ activate, activate ~ from .
  
  Following symbols are considered recursive:
  
   {first, activate, from}
  
  The recursion depth is 1 .
  
  For your convenience, here are the oriented rules in predicative
  notation (possibly applying argument filtering):
  
   Strict DPs: {}
   Weak DPs  : {}
   Strict Trs:
     {  first(0(), X;) -> nil()
      , first(s(; X), cons(; Y, Z);) ->
        cons(; Y, n__first(; X, activate(Z;)))
      , from(X;) -> cons(; X, n__from(; s(; X)))
      , first(X1, X2;) -> n__first(; X1, X2)
      , from(X;) -> n__from(; X)
      , activate(n__first(; X1, X2);) -> first(X1, X2;)
      , activate(n__from(; X);) -> from(X;)
      , activate(X;) -> X}
   Weak Trs  : {}

Hurray, we answered YES(?,ELEMENTARY)

MPO

Execution Time (secs)
0.112
Answer
YES(?,PRIMREC)
InputTransformed CSR 04 Ex6 Luc98 Z
YES(?,PRIMREC)

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,PRIMREC)

Proof:
  The input was oriented with the instance of
  'multiset path orders' as induced by the precedence
  
   first > cons, first > n__first, 0 > nil, activate > from, from > s,
   from > cons, from > n__from, first ~ activate .

Hurray, we answered YES(?,PRIMREC)

POP*

Execution Time (secs)
0.057
Answer
YES(?,POLY)
InputTransformed CSR 04 Ex6 Luc98 Z
YES(?,POLY)

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,POLY)

Proof:
  The input was oriented with the instance of
  Polynomial Path Order () as induced by the safe mapping
  
   safe(first) = {}, safe(0) = {}, safe(nil) = {}, safe(s) = {1},
   safe(cons) = {1, 2}, safe(n__first) = {1, 2}, safe(activate) = {},
   safe(from) = {}, safe(n__from) = {1}
  
  and precedence
  
   first ~ activate, activate ~ from .
  
  Following symbols are considered recursive:
  
   {first, activate, from}
  
  The recursion depth is 1 .
  
  For your convenience, here are the oriented rules in predicative
  notation (possibly applying argument filtering):
  
   Strict DPs: {}
   Weak DPs  : {}
   Strict Trs:
     {  first(0(), X;) -> nil()
      , first(s(; X), cons(; Y, Z);) ->
        cons(; Y, n__first(; X, activate(Z;)))
      , from(X;) -> cons(; X, n__from(; s(; X)))
      , first(X1, X2;) -> n__first(; X1, X2)
      , from(X;) -> n__from(; X)
      , activate(n__first(; X1, X2);) -> first(X1, X2;)
      , activate(n__from(; X);) -> from(X;)
      , activate(X;) -> X}
   Weak Trs  : {}

Hurray, we answered YES(?,POLY)

POP* (PS)

Execution Time (secs)
0.056
Answer
YES(?,POLY)
InputTransformed CSR 04 Ex6 Luc98 Z
YES(?,POLY)

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,POLY)

Proof:
  The input was oriented with the instance of
  Polynomial Path Order (PS) as induced by the safe mapping
  
   safe(first) = {}, safe(0) = {}, safe(nil) = {}, safe(s) = {1},
   safe(cons) = {1, 2}, safe(n__first) = {1, 2}, safe(activate) = {},
   safe(from) = {1}, safe(n__from) = {1}
  
  and precedence
  
   first ~ activate, activate ~ from .
  
  Following symbols are considered recursive:
  
   {first, activate, from}
  
  The recursion depth is 1 .
  
  For your convenience, here are the oriented rules in predicative
  notation (possibly applying argument filtering):
  
   Strict DPs: {}
   Weak DPs  : {}
   Strict Trs:
     {  first(0(), X;) -> nil()
      , first(s(; X), cons(; Y, Z);) ->
        cons(; Y, n__first(; X, activate(Z;)))
      , from(; X) -> cons(; X, n__from(; s(; X)))
      , first(X1, X2;) -> n__first(; X1, X2)
      , from(; X) -> n__from(; X)
      , activate(n__first(; X1, X2);) -> first(X1, X2;)
      , activate(n__from(; X);) -> from(; X)
      , activate(X;) -> X}
   Weak Trs  : {}

Hurray, we answered YES(?,POLY)

Small POP*

Execution Time (secs)
0.041
Answer
MAYBE
InputTransformed CSR 04 Ex6 Luc98 Z
MAYBE

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.131
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex6 Luc98 Z
YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  first(0(), X) -> nil()
     , first(s(X), cons(Y, Z)) -> cons(Y, n__first(X, activate(Z)))
     , from(X) -> cons(X, n__from(s(X)))
     , first(X1, X2) -> n__first(X1, X2)
     , from(X) -> n__from(X)
     , activate(n__first(X1, X2)) -> first(X1, X2)
     , activate(n__from(X)) -> from(X)
     , activate(X) -> X}
  StartTerms: basic terms
  Strategy: innermost

Certificate: YES(?,O(n^1))

Proof:
  The input was oriented with the instance of
  Small Polynomial Path Order (WSC,
                             PS) as induced by the safe mapping
  
   safe(first) = {1}, safe(0) = {}, safe(nil) = {}, safe(s) = {1},
   safe(cons) = {1, 2}, safe(n__first) = {1, 2}, safe(activate) = {},
   safe(from) = {1}, safe(n__from) = {1}
  
  and precedence
  
   first ~ activate, activate ~ from .
  
  Following symbols are considered recursive:
  
   {first, activate, from}
  
  The recursion depth is 1 .
  
  For your convenience, here are the oriented rules in predicative
  notation (possibly applying argument filtering):
  
   Strict DPs: {}
   Weak DPs  : {}
   Strict Trs:
     {  first(X; 0()) -> nil()
      , first(cons(; Y, Z); s(; X)) ->
        cons(; Y, n__first(; X, activate(Z;)))
      , from(; X) -> cons(; X, n__from(; s(; X)))
      , first(X2; X1) -> n__first(; X1, X2)
      , from(; X) -> n__from(; X)
      , activate(n__first(; X1, X2);) -> first(X2; X1)
      , activate(n__from(; X);) -> from(; X)
      , activate(X;) -> X}
   Weak Trs  : {}

Hurray, we answered YES(?,O(n^1))