Problem Strategy outermost added 08 Ex6 GM04

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex6 GM04

stdout:

MAYBE

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

Proof:
 Complexity Transformation Processor:
  strict:
   c() -> f(g(c()))
   f(g(X)) -> g(X)
  weak:
   
  Matrix Interpretation Processor:
   dimension: 1
   max_matrix:
    1
    interpretation:
     [f](x0) = x0 + 27,
     
     [g](x0) = x0 + 96,
     
     [c] = 197
    orientation:
     c() = 197 >= 320 = f(g(c()))
     
     f(g(X)) = X + 123 >= X + 96 = g(X)
    problem:
     strict:
      c() -> f(g(c()))
     weak:
      f(g(X)) -> g(X)
    Open
 

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex6 GM04

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex6 GM04

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex6 GM04

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex6 GM04

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds