MAYBE
* Step 1: Failure MAYBE
  + Considered Problem:
      - Strict TRS:
          a__c() -> a()
          a__c() -> b()
          a__c() -> c()
          a__f(X1,X2,X3) -> f(X1,X2,X3)
          a__f(a(),b(),X) -> a__f(X,X,mark(X))
          mark(a()) -> a()
          mark(b()) -> b()
          mark(c()) -> a__c()
          mark(f(X1,X2,X3)) -> a__f(X1,X2,mark(X3))
      - Signature:
          {a__c/0,a__f/3,mark/1} / {a/0,b/0,c/0,f/3}
      - Obligation:
          innermost runtime complexity wrt. defined symbols {a__c,a__f,mark} and constructors {a,b,c,f}
  + Applied Processor:
      NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = UArgs, urules = URules, selector = Nothing}
  + Details:
      Incompatible
MAYBE