Problem Mixed outermost patterns2

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost patterns2

stdout:

MAYBE

Problem:
 a() -> f(a())
 a() -> g(a())
 f(f(f(f(f(f(x)))))) -> b()
 g(g(g(g(g(g(x)))))) -> b()
 g(f(x)) -> b()

Proof:
 Complexity Transformation Processor:
  strict:
   a() -> f(a())
   a() -> g(a())
   f(f(f(f(f(f(x)))))) -> b()
   g(g(g(g(g(g(x)))))) -> b()
   g(f(x)) -> b()
  weak:
   
  Matrix Interpretation Processor:
   dimension: 1
   max_matrix:
    1
    interpretation:
     [b] = 0,
     
     [g](x0) = x0,
     
     [f](x0) = x0 + 14,
     
     [a] = 2
    orientation:
     a() = 2 >= 16 = f(a())
     
     a() = 2 >= 2 = g(a())
     
     f(f(f(f(f(f(x)))))) = x + 84 >= 0 = b()
     
     g(g(g(g(g(g(x)))))) = x >= 0 = b()
     
     g(f(x)) = x + 14 >= 0 = b()
    problem:
     strict:
      a() -> f(a())
      a() -> g(a())
      g(g(g(g(g(g(x)))))) -> b()
     weak:
      f(f(f(f(f(f(x)))))) -> b()
      g(f(x)) -> b()
    Matrix Interpretation Processor:
     dimension: 1
     max_matrix:
      1
      interpretation:
       [b] = 8,
       
       [g](x0) = x0 + 4,
       
       [f](x0) = x0 + 4,
       
       [a] = 4
      orientation:
       a() = 4 >= 8 = f(a())
       
       a() = 4 >= 8 = g(a())
       
       g(g(g(g(g(g(x)))))) = x + 24 >= 8 = b()
       
       f(f(f(f(f(f(x)))))) = x + 24 >= 8 = b()
       
       g(f(x)) = x + 8 >= 8 = b()
      problem:
       strict:
        a() -> f(a())
        a() -> g(a())
       weak:
        g(g(g(g(g(g(x)))))) -> b()
        f(f(f(f(f(f(x)))))) -> b()
        g(f(x)) -> b()
      Open
  

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost patterns2

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputMixed outermost patterns2

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  a() -> f(a())
     , a() -> g(a())
     , f(f(f(f(f(f(x)))))) -> b()
     , g(g(g(g(g(g(x)))))) -> b()
     , g(f(x)) -> b()}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost patterns2

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputMixed outermost patterns2

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  a() -> f(a())
     , a() -> g(a())
     , f(f(f(f(f(f(x)))))) -> b()
     , g(g(g(g(g(g(x)))))) -> b()
     , g(f(x)) -> b()}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds