Problem Strategy outermost added 08 Ex4 7 77 Bor03

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex4 7 77 Bor03

stdout:

MAYBE

Problem:
 zeros() -> cons(0(),zeros())
 tail(cons(X,XS)) -> XS

Proof:
 Complexity Transformation Processor:
  strict:
   zeros() -> cons(0(),zeros())
   tail(cons(X,XS)) -> XS
  weak:
   
  Matrix Interpretation Processor:
   dimension: 1
   max_matrix:
    1
    interpretation:
     [tail](x0) = x0 + 81,
     
     [cons](x0, x1) = x0 + x1 + 48,
     
     [0] = 224,
     
     [zeros] = 0
    orientation:
     zeros() = 0 >= 272 = cons(0(),zeros())
     
     tail(cons(X,XS)) = X + XS + 129 >= XS = XS
    problem:
     strict:
      zeros() -> cons(0(),zeros())
     weak:
      tail(cons(X,XS)) -> XS
    Open
 

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex4 7 77 Bor03

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex4 7 77 Bor03

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  zeros() -> cons(0(), zeros())
     , tail(cons(X, XS)) -> XS}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputStrategy outermost added 08 Ex4 7 77 Bor03

stdout:

MAYBE
 Warning when parsing problem:
                             
                               Unsupported strategy 'OUTERMOST'

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputStrategy outermost added 08 Ex4 7 77 Bor03

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  zeros() -> cons(0(), zeros())
     , tail(cons(X, XS)) -> XS}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds