/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: -(x,0()) -> x -(s(x),s(y)) -> -(x,y) double(0()) -> 0() double(s(x)) -> s(s(double(x))) half(0()) -> 0() half(double(x)) -> x half(s(0())) -> 0() half(s(s(x))) -> s(half(x)) if(0(),y,z) -> y if(s(x),y,z) -> z - Signature: {-/2,double/1,half/1,if/3} / {0/0,s/1} - Obligation: innermost derivational complexity wrt. signature {-,0,double,half,if,s} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: application of cp failed MAYBE