Problem Strategy outermost added 08 Ex24 GM04 L

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex24 GM04 L

stdout:

MAYBE

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

Proof:
 Complexity Transformation Processor:
  strict:
   f() -> f()
   g(b()) -> c()
   b() -> c()
  weak:
   
  Bounds Processor:
   bound: 0
   enrichment: match
   automaton:
    final states: {4,3,2}
    transitions:
     f0() -> 2*
     g0(1) -> 3*
     b0() -> 4*
     c0() -> 1*
     1 -> 4*
   problem:
    strict:
     f() -> f()
     b() -> c()
    weak:
     g(b()) -> c()
   Bounds Processor:
    bound: 1
    enrichment: match
    automaton:
     final states: {4,3,2}
     transitions:
      c1() -> 6*
      f0() -> 2*
      g0(1) -> 4*
      b0() -> 3*
      c0() -> 1*
      6 -> 3*
    problem:
     strict:
      f() -> f()
     weak:
      b() -> c()
      g(b()) -> c()
    Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex24 GM04 L

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex24 GM04 L

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex24 GM04 L

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex24 GM04 L

stdout:

TIMEOUT

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

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds