Problem SK90 4.24

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputSK90 4.24

stdout:

MAYBE

Problem:
 rev(nil()) -> nil()
 rev(++(x,y)) -> ++(rev1(x,y),rev2(x,y))
 rev1(x,nil()) -> x
 rev1(x,++(y,z)) -> rev1(y,z)
 rev2(x,nil()) -> nil()
 rev2(x,++(y,z)) -> rev(++(x,rev(rev2(y,z))))

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputSK90 4.24

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputSK90 4.24

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool pair1rc

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: none

Certificate: TIMEOUT

Application of 'pair1 (timeout of 60.0 seconds)':
-------------------------------------------------
  Computation stopped due to timeout after 60.0 seconds

Arrrr..

Tool pair2rc

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: none

Certificate: TIMEOUT

Application of 'pair2 (timeout of 60.0 seconds)':
-------------------------------------------------
  Computation stopped due to timeout after 60.0 seconds

Arrrr..

Tool pair3irc

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: TIMEOUT

Application of 'pair3 (timeout of 60.0 seconds)':
-------------------------------------------------
  Computation stopped due to timeout after 60.0 seconds

Arrrr..

Tool pair3rc

Execution TimeUnknown
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: none

Certificate: TIMEOUT

Application of 'pair3 (timeout of 60.0 seconds)':
-------------------------------------------------
  Computation stopped due to timeout after 60.0 seconds

Arrrr..

Tool rc

Execution TimeUnknown
Answer
MAYBE
InputSK90 4.24

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: none

Certificate: MAYBE

Application of 'rc (timeout of 60.0 seconds)':
----------------------------------------------
  None of the processors succeeded.
  
  Details of failed attempt(s):
  -----------------------------
    1) 'Fastest' failed due to the following reason:
         None of the processors succeeded.
         
         Details of failed attempt(s):
         -----------------------------
           1) 'Sequentially' failed due to the following reason:
                None of the processors succeeded.
                
                Details of failed attempt(s):
                -----------------------------
                  1) 'empty' failed due to the following reason:
                       Empty strict component of the problem is NOT empty.
                  
                  2) 'Fastest' failed due to the following reason:
                       None of the processors succeeded.
                       
                       Details of failed attempt(s):
                       -----------------------------
                         1) 'matrix-interpretation of dimension 3 (timeout of 100.0 seconds)' failed due to the following reason:
                              The input cannot be shown compatible
                         
                         2) 'matrix-interpretation of dimension 2 (timeout of 100.0 seconds)' failed due to the following reason:
                              The input cannot be shown compatible
                         
                  
           
           2) 'Fastest' failed due to the following reason:
                None of the processors succeeded.
                
                Details of failed attempt(s):
                -----------------------------
                  1) 'Bounds with minimal-enrichment and initial automaton 'match' (timeout of 100.0 seconds)' failed due to the following reason:
                       match-boundness of the problem could not be verified.
                  
                  2) 'Bounds with perSymbol-enrichment and initial automaton 'match' (timeout of 5.0 seconds)' failed due to the following reason:
                       match-boundness of the problem could not be verified.
                  
           
    
    2) 'dp' failed due to the following reason:
         We have computed the following dependency pairs
         
         Strict Dependency Pairs:
           {  rev^#(nil()) -> c_1()
            , rev^#(++(x, y)) -> c_2(rev1^#(x, y), rev2^#(x, y))
            , rev1^#(x, nil()) -> c_3(x)
            , rev1^#(x, ++(y, z)) -> c_4(rev1^#(y, z))
            , rev2^#(x, nil()) -> c_5()
            , rev2^#(x, ++(y, z)) -> c_6(rev^#(++(x, rev(rev2(y, z)))))}
         
         We consider the following Problem:
         
           Strict DPs:
             {  rev^#(nil()) -> c_1()
              , rev^#(++(x, y)) -> c_2(rev1^#(x, y), rev2^#(x, y))
              , rev1^#(x, nil()) -> c_3(x)
              , rev1^#(x, ++(y, z)) -> c_4(rev1^#(y, z))
              , rev2^#(x, nil()) -> c_5()
              , rev2^#(x, ++(y, z)) -> c_6(rev^#(++(x, rev(rev2(y, z)))))}
           Strict Trs:
             {  rev(nil()) -> nil()
              , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
              , rev1(x, nil()) -> x
              , rev1(x, ++(y, z)) -> rev1(y, z)
              , rev2(x, nil()) -> nil()
              , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
           StartTerms: basic terms
           Strategy: none
         
         Certificate: MAYBE
         
         Application of 'usablerules':
         -----------------------------
           All rules are usable.
           
           No subproblems were generated.
    

Arrrr..

Tool tup3irc

Execution Time66.34853ms
Answer
TIMEOUT
InputSK90 4.24

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  rev(nil()) -> nil()
     , rev(++(x, y)) -> ++(rev1(x, y), rev2(x, y))
     , rev1(x, nil()) -> x
     , rev1(x, ++(y, z)) -> rev1(y, z)
     , rev2(x, nil()) -> nil()
     , rev2(x, ++(y, z)) -> rev(++(x, rev(rev2(y, z))))}
  StartTerms: basic terms
  Strategy: innermost

Certificate: TIMEOUT

Application of 'tup3 (timeout of 60.0 seconds)':
------------------------------------------------
  Computation stopped due to timeout after 60.0 seconds

Arrrr..