Problem Transformed CSR 04 Ex5 Zan97 C

Tool Bounds

Execution Time60.119316ms
Answer
TIMEOUT
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , if(ok(X1), ok(X2), ok(X3)) -> ok(if(X1, X2, X3))
     , f(ok(X)) -> ok(f(X))
     , proper(false()) -> ok(false())
     , proper(true()) -> ok(true())
     , proper(c()) -> ok(c())
     , proper(if(X1, X2, X3)) -> if(proper(X1), proper(X2), proper(X3))
     , proper(f(X)) -> f(proper(X))
     , if(X1, mark(X2), X3) -> mark(if(X1, X2, X3))
     , if(mark(X1), X2, X3) -> mark(if(X1, X2, X3))
     , f(mark(X)) -> mark(f(X))
     , active(if(X1, X2, X3)) -> if(X1, active(X2), X3)
     , active(if(X1, X2, X3)) -> if(active(X1), X2, X3)
     , active(f(X)) -> f(active(X))
     , active(if(false(), X, Y)) -> mark(Y)
     , active(if(true(), X, Y)) -> mark(X)
     , active(f(X)) -> mark(if(X, c(), f(true())))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool CDI

Execution Time50.521873ms
Answer
MAYBE
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

MAYBE

Statistics:
Number of monomials: 2865
Last formula building started for bound 3
Last SAT solving started for bound 3

Tool EDA

Execution Time60.07344ms
Answer
TIMEOUT
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , if(ok(X1), ok(X2), ok(X3)) -> ok(if(X1, X2, X3))
     , f(ok(X)) -> ok(f(X))
     , proper(false()) -> ok(false())
     , proper(true()) -> ok(true())
     , proper(c()) -> ok(c())
     , proper(if(X1, X2, X3)) -> if(proper(X1), proper(X2), proper(X3))
     , proper(f(X)) -> f(proper(X))
     , if(X1, mark(X2), X3) -> mark(if(X1, X2, X3))
     , if(mark(X1), X2, X3) -> mark(if(X1, X2, X3))
     , f(mark(X)) -> mark(f(X))
     , active(if(X1, X2, X3)) -> if(X1, active(X2), X3)
     , active(if(X1, X2, X3)) -> if(active(X1), X2, X3)
     , active(f(X)) -> f(active(X))
     , active(if(false(), X, Y)) -> mark(Y)
     , active(if(true(), X, Y)) -> mark(X)
     , active(f(X)) -> mark(if(X, c(), f(true())))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool IDA

Execution Time34.818153ms
Answer
MAYBE
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , if(ok(X1), ok(X2), ok(X3)) -> ok(if(X1, X2, X3))
     , f(ok(X)) -> ok(f(X))
     , proper(false()) -> ok(false())
     , proper(true()) -> ok(true())
     , proper(c()) -> ok(c())
     , proper(if(X1, X2, X3)) -> if(proper(X1), proper(X2), proper(X3))
     , proper(f(X)) -> f(proper(X))
     , if(X1, mark(X2), X3) -> mark(if(X1, X2, X3))
     , if(mark(X1), X2, X3) -> mark(if(X1, X2, X3))
     , f(mark(X)) -> mark(f(X))
     , active(if(X1, X2, X3)) -> if(X1, active(X2), X3)
     , active(if(X1, X2, X3)) -> if(active(X1), X2, X3)
     , active(f(X)) -> f(active(X))
     , active(if(false(), X, Y)) -> mark(Y)
     , active(if(true(), X, Y)) -> mark(X)
     , active(f(X)) -> mark(if(X, c(), f(true())))}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  None of the processors succeeded.
  
  Details of failed attempt(s):
  -----------------------------
    1) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    2) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    3) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    4) 'matrix-interpretation of dimension 2' failed due to the following reason:
         The input cannot be shown compatible
    
    5) 'matrix-interpretation of dimension 2' failed due to the following reason:
         The input cannot be shown compatible
    
    6) 'matrix-interpretation of dimension 1' failed due to the following reason:
         The input cannot be shown compatible
    

Arrrr..

Tool TRI

Execution Time60.04367ms
Answer
TIMEOUT
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , if(ok(X1), ok(X2), ok(X3)) -> ok(if(X1, X2, X3))
     , f(ok(X)) -> ok(f(X))
     , proper(false()) -> ok(false())
     , proper(true()) -> ok(true())
     , proper(c()) -> ok(c())
     , proper(if(X1, X2, X3)) -> if(proper(X1), proper(X2), proper(X3))
     , proper(f(X)) -> f(proper(X))
     , if(X1, mark(X2), X3) -> mark(if(X1, X2, X3))
     , if(mark(X1), X2, X3) -> mark(if(X1, X2, X3))
     , f(mark(X)) -> mark(f(X))
     , active(if(X1, X2, X3)) -> if(X1, active(X2), X3)
     , active(if(X1, X2, X3)) -> if(active(X1), X2, X3)
     , active(f(X)) -> f(active(X))
     , active(if(false(), X, Y)) -> mark(Y)
     , active(if(true(), X, Y)) -> mark(X)
     , active(f(X)) -> mark(if(X, c(), f(true())))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool TRI2

Execution Time0.601645ms
Answer
MAYBE
InputTransformed CSR 04 Ex5 Zan97 C

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , if(ok(X1), ok(X2), ok(X3)) -> ok(if(X1, X2, X3))
     , f(ok(X)) -> ok(f(X))
     , proper(false()) -> ok(false())
     , proper(true()) -> ok(true())
     , proper(c()) -> ok(c())
     , proper(if(X1, X2, X3)) -> if(proper(X1), proper(X2), proper(X3))
     , proper(f(X)) -> f(proper(X))
     , if(X1, mark(X2), X3) -> mark(if(X1, X2, X3))
     , if(mark(X1), X2, X3) -> mark(if(X1, X2, X3))
     , f(mark(X)) -> mark(f(X))
     , active(if(X1, X2, X3)) -> if(X1, active(X2), X3)
     , active(if(X1, X2, X3)) -> if(active(X1), X2, X3)
     , active(f(X)) -> f(active(X))
     , active(if(false(), X, Y)) -> mark(Y)
     , active(if(true(), X, Y)) -> mark(X)
     , active(f(X)) -> mark(if(X, c(), f(true())))}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..