Problem Mixed TRS jones1

LMPO

Execution Time (secs)
0.032
Answer
MAYBE
InputMixed TRS jones1
MAYBE

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

MPO

Execution Time (secs)
0.044
Answer
MAYBE
InputMixed TRS jones1
MAYBE

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP*

Execution Time (secs)
0.025
Answer
MAYBE
InputMixed TRS jones1
MAYBE

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

POP* (PS)

Execution Time (secs)
0.036
Answer
YES(?,POLY)
InputMixed TRS jones1
YES(?,POLY)

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  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(rev) = {}, safe(r1) = {2}, safe(empty) = {},
   safe(cons) = {1, 2}
  
  and precedence
  
   rev > r1 .
  
  Following symbols are considered recursive:
  
   {rev, r1}
  
  The recursion depth is 2 .
  
  For your convenience, here are the oriented rules in predicative
  notation (possibly applying argument filtering):
  
   Strict DPs: {}
   Weak DPs  : {}
   Strict Trs:
     {  rev(ls;) -> r1(ls; empty())
      , r1(empty(); a) -> a
      , r1(cons(; x, k); a) -> r1(k; cons(; x, a))}
   Weak Trs  : {}

Hurray, we answered YES(?,POLY)

Small POP*

Execution Time (secs)
0.035
Answer
MAYBE
InputMixed TRS jones1
MAYBE

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..

Small POP* (PS)

Execution Time (secs)
0.069
Answer
YES(?,O(n^1))
InputMixed TRS jones1
YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  rev(ls) -> r1(ls, empty())
     , r1(empty(), a) -> a
     , r1(cons(x, k), a) -> r1(k, cons(x, a))}
  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,
                             Nat 1-bounded) as induced by the safe mapping
  
   safe(rev) = {}, safe(r1) = {2}, safe(empty) = {},
   safe(cons) = {1, 2}
  
  and precedence
  
   rev > r1 .
  
  Following symbols are considered recursive:
  
   {r1}
  
  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:
     {  rev(ls;) -> r1(ls; empty())
      , r1(empty(); a) -> a
      , r1(cons(; x, k); a) -> r1(k; cons(; x, a))}
   Weak Trs  : {}

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