MAYBE

Succeeded in reading "/export/starexec/sandbox2/benchmark/theBenchmark.ari".
    (CONDITIONTYPE ORIENTED)
    (VAR x)
    (RULES
      a -> b
      f(a) -> b
      g(x) -> g(a) | f(x) == x
    )

No "->="-rules.

Decomposed conditions and removed infeasible rules if possible.
    (CONDITIONTYPE ORIENTED)
    (VAR x)
    (RULES
      a -> b
      f(a) -> b
      g(x) -> g(a) | f(x) == x
    )

(VAR x)
(CONDITION 
f(x) == x
)

Optimized the infeasibility problem if possible.

(VAR x)
(CONDITION 
f(x) == x
)

This is not ultra-RL and deterministic.


MAYBE