Problem Transformed CSR 04 Ex24 Luc06 C

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex24 Luc06 C

stdout:

MAYBE

Problem:
 active(f(b(),X,c())) -> mark(f(X,c(),X))
 active(c()) -> mark(b())
 active(f(X1,X2,X3)) -> f(X1,active(X2),X3)
 f(X1,mark(X2),X3) -> mark(f(X1,X2,X3))
 proper(f(X1,X2,X3)) -> f(proper(X1),proper(X2),proper(X3))
 proper(b()) -> ok(b())
 proper(c()) -> ok(c())
 f(ok(X1),ok(X2),ok(X3)) -> ok(f(X1,X2,X3))
 top(mark(X)) -> top(proper(X))
 top(ok(X)) -> top(active(X))

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex24 Luc06 C

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputTransformed CSR 04 Ex24 Luc06 C

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  active(f(b(), X, c())) -> mark(f(X, c(), X))
     , active(c()) -> mark(b())
     , active(f(X1, X2, X3)) -> f(X1, active(X2), X3)
     , f(X1, mark(X2), X3) -> mark(f(X1, X2, X3))
     , proper(f(X1, X2, X3)) -> f(proper(X1), proper(X2), proper(X3))
     , proper(b()) -> ok(b())
     , proper(c()) -> ok(c())
     , f(ok(X1), ok(X2), ok(X3)) -> ok(f(X1, X2, X3))
     , top(mark(X)) -> top(proper(X))
     , top(ok(X)) -> top(active(X))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex24 Luc06 C

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputTransformed CSR 04 Ex24 Luc06 C

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  active(f(b(), X, c())) -> mark(f(X, c(), X))
     , active(c()) -> mark(b())
     , active(f(X1, X2, X3)) -> f(X1, active(X2), X3)
     , f(X1, mark(X2), X3) -> mark(f(X1, X2, X3))
     , proper(f(X1, X2, X3)) -> f(proper(X1), proper(X2), proper(X3))
     , proper(b()) -> ok(b())
     , proper(c()) -> ok(c())
     , f(ok(X1), ok(X2), ok(X3)) -> ok(f(X1, X2, X3))
     , top(mark(X)) -> top(proper(X))
     , top(ok(X)) -> top(active(X))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds