Problem Mixed outermost gfb

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost gfb

stdout:

MAYBE

Problem:
 g(b()) -> g(f(f(f(f(f(b()))))))
 f(b()) -> b()
 g(f(b())) -> c()

Proof:
 Complexity Transformation Processor:
  strict:
   g(b()) -> g(f(f(f(f(f(b()))))))
   f(b()) -> b()
   g(f(b())) -> c()
  weak:
   
  Arctic Interpretation Processor:
   dimension: 1
   interpretation:
    [c] = 0,
    
    [f](x0) = x0,
    
    [g](x0) = x0,
    
    [b] = 7
   orientation:
    g(b()) = 7 >= 7 = g(f(f(f(f(f(b()))))))
    
    f(b()) = 7 >= 7 = b()
    
    g(f(b())) = 7 >= 0 = c()
   problem:
    strict:
     g(b()) -> g(f(f(f(f(f(b()))))))
     f(b()) -> b()
    weak:
     g(f(b())) -> c()
   Matrix Interpretation Processor:
    dimension: 1
    max_matrix:
     1
     interpretation:
      [c] = 64,
      
      [f](x0) = x0 + 20,
      
      [g](x0) = x0 + 44,
      
      [b] = 0
     orientation:
      g(b()) = 44 >= 144 = g(f(f(f(f(f(b()))))))
      
      f(b()) = 20 >= 0 = b()
      
      g(f(b())) = 64 >= 64 = c()
     problem:
      strict:
       g(b()) -> g(f(f(f(f(f(b()))))))
      weak:
       f(b()) -> b()
       g(f(b())) -> c()
     Open
 

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost gfb

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputMixed outermost gfb

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputMixed outermost gfb

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputMixed outermost gfb

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds