/export/starexec/sandbox2/solver/bin/starexec_run_tct_rci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Sum. MAYBE + Considered Problem: - Strict TRS: f(X) -> if(X,c(),f(true())) if(false(),X,Y) -> Y if(true(),X,Y) -> X - Signature: {f/1,if/3} / {c/0,false/0,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,if} and constructors {c,false,true} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: () * Step 2: Sum. MAYBE + Considered Problem: - Strict TRS: f(X) -> if(X,c(),f(true())) if(false(),X,Y) -> Y if(true(),X,Y) -> X - Signature: {f/1,if/3} / {c/0,false/0,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,if} and constructors {c,false,true} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: () * Step 3: Ara. MAYBE + Considered Problem: - Strict TRS: f(X) -> if(X,c(),f(true())) if(false(),X,Y) -> Y if(true(),X,Y) -> X - Signature: {f/1,if/3} / {c/0,false/0,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,if} and constructors {c,false,true} + Applied Processor: Ara {minDegree = 1, maxDegree = 3, araTimeout = 15, araRuleShifting = Just 1, isBestCase = True, mkCompletelyDefined = False, verboseOutput = False} + Details: Signatures used: ---------------- F (TrsFun "c") :: [] -(0)-> "A"(0, 0, 0) F (TrsFun "f") :: ["A"(0, 0, 0)] -(1)-> "A"(0, 0, 0) F (TrsFun "false") :: [] -(0)-> "A"(0, 0, 1) F (TrsFun "if") :: ["A"(0, 0, 1) x "A"(0, 0, 0) x "A"(0, 0, 0)] -(1)-> "A"(0, 0, 0) F (TrsFun "main") :: ["A"(0, 0, 1) x "A"(0, 0, 0) x "A"(0, 0, 0)] -(1)-> "A"(0, 0, 0) F (TrsFun "true") :: [] -(0)-> "A"(0, 0, 1) F (TrsFun "true") :: [] -(0)-> "A"(0, 0, 0) Cost-free Signatures used: -------------------------- Base Constructor Signatures used: --------------------------------- Following Still Strict Rules were Typed as: ------------------------------------------- 1. Strict: f(X) -> if(X,c(),f(true())) if(false(),X,Y) -> Y if(true(),X,Y) -> X main(x1,x2,x3) -> if(x1,x2,x3) 2. Weak: MAYBE