/export/starexec/sandbox/solver/bin/starexec_run_tct_dci /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- WORST_CASE(?,O(n^1)) * Step 1: WeightGap. WORST_CASE(?,O(n^1)) + Considered Problem: - Strict TRS: active(c()) -> mark(d()) active(g(X)) -> mark(h(X)) active(h(d())) -> mark(g(c())) g(active(X)) -> g(X) g(mark(X)) -> g(X) h(active(X)) -> h(X) h(mark(X)) -> h(X) mark(c()) -> active(c()) mark(d()) -> active(d()) mark(g(X)) -> active(g(X)) mark(h(X)) -> active(h(X)) - Signature: {active/1,g/1,h/1,mark/1} / {c/0,d/0} - Obligation: innermost derivational complexity wrt. signature {active,c,d,g,h,mark} + Applied Processor: WeightGap {wgDimension = 1, wgDegree = 1, wgKind = Algebraic, wgUArgs = NoUArgs, wgOn = WgOnAny} + Details: The weightgap principle applies using the following nonconstant growth matrix-interpretation: We apply a matrix interpretation of kind triangular matrix interpretation: Following symbols are considered usable: all TcT has computed the following interpretation: p(active) = [1] x1 + [0] p(c) = [10] p(d) = [4] p(g) = [1] x1 + [10] p(h) = [1] x1 + [0] p(mark) = [1] x1 + [5] Following rules are strictly oriented: active(c()) = [10] > [9] = mark(d()) active(g(X)) = [1] X + [10] > [1] X + [5] = mark(h(X)) g(mark(X)) = [1] X + [15] > [1] X + [10] = g(X) h(mark(X)) = [1] X + [5] > [1] X + [0] = h(X) mark(c()) = [15] > [10] = active(c()) mark(d()) = [9] > [4] = active(d()) mark(g(X)) = [1] X + [15] > [1] X + [10] = active(g(X)) mark(h(X)) = [1] X + [5] > [1] X + [0] = active(h(X)) Following rules are (at-least) weakly oriented: active(h(d())) = [4] >= [25] = mark(g(c())) g(active(X)) = [1] X + [10] >= [1] X + [10] = g(X) h(active(X)) = [1] X + [0] >= [1] X + [0] = h(X) Further, it can be verified that all rules not oriented are covered by the weightgap condition. * Step 2: WeightGap. WORST_CASE(?,O(n^1)) + Considered Problem: - Strict TRS: active(h(d())) -> mark(g(c())) g(active(X)) -> g(X) h(active(X)) -> h(X) - Weak TRS: active(c()) -> mark(d()) active(g(X)) -> mark(h(X)) g(mark(X)) -> g(X) h(mark(X)) -> h(X) mark(c()) -> active(c()) mark(d()) -> active(d()) mark(g(X)) -> active(g(X)) mark(h(X)) -> active(h(X)) - Signature: {active/1,g/1,h/1,mark/1} / {c/0,d/0} - Obligation: innermost derivational complexity wrt. signature {active,c,d,g,h,mark} + Applied Processor: WeightGap {wgDimension = 1, wgDegree = 1, wgKind = Algebraic, wgUArgs = NoUArgs, wgOn = WgOnAny} + Details: The weightgap principle applies using the following nonconstant growth matrix-interpretation: We apply a matrix interpretation of kind triangular matrix interpretation: Following symbols are considered usable: all TcT has computed the following interpretation: p(active) = [1] x1 + [2] p(c) = [2] p(d) = [2] p(g) = [1] x1 + [0] p(h) = [1] x1 + [0] p(mark) = [1] x1 + [2] Following rules are strictly oriented: g(active(X)) = [1] X + [2] > [1] X + [0] = g(X) h(active(X)) = [1] X + [2] > [1] X + [0] = h(X) Following rules are (at-least) weakly oriented: active(c()) = [4] >= [4] = mark(d()) active(g(X)) = [1] X + [2] >= [1] X + [2] = mark(h(X)) active(h(d())) = [4] >= [4] = mark(g(c())) g(mark(X)) = [1] X + [2] >= [1] X + [0] = g(X) h(mark(X)) = [1] X + [2] >= [1] X + [0] = h(X) mark(c()) = [4] >= [4] = active(c()) mark(d()) = [4] >= [4] = active(d()) mark(g(X)) = [1] X + [2] >= [1] X + [2] = active(g(X)) mark(h(X)) = [1] X + [2] >= [1] X + [2] = active(h(X)) Further, it can be verified that all rules not oriented are covered by the weightgap condition. * Step 3: NaturalMI. WORST_CASE(?,O(n^1)) + Considered Problem: - Strict TRS: active(h(d())) -> mark(g(c())) - Weak TRS: active(c()) -> mark(d()) active(g(X)) -> mark(h(X)) g(active(X)) -> g(X) g(mark(X)) -> g(X) h(active(X)) -> h(X) h(mark(X)) -> h(X) mark(c()) -> active(c()) mark(d()) -> active(d()) mark(g(X)) -> active(g(X)) mark(h(X)) -> active(h(X)) - Signature: {active/1,g/1,h/1,mark/1} / {c/0,d/0} - Obligation: innermost derivational complexity wrt. signature {active,c,d,g,h,mark} + Applied Processor: NaturalMI {miDimension = 2, miDegree = 1, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Just any strict-rules} + Details: We apply a matrix interpretation of kind triangular matrix interpretation (containing no more than 1 non-zero interpretation-entries in the diagonal of the component-wise maxima): Following symbols are considered usable: all TcT has computed the following interpretation: p(active) = [1 4] x1 + [1] [0 0] [0] p(c) = [0] [2] p(d) = [5] [0] p(g) = [1 2] x1 + [0] [0 0] [2] p(h) = [1 0] x1 + [0] [0 0] [2] p(mark) = [1 4] x1 + [1] [0 0] [0] Following rules are strictly oriented: active(h(d())) = [14] [0] > [13] [0] = mark(g(c())) Following rules are (at-least) weakly oriented: active(c()) = [9] [0] >= [6] [0] = mark(d()) active(g(X)) = [1 2] X + [9] [0 0] [0] >= [1 0] X + [9] [0 0] [0] = mark(h(X)) g(active(X)) = [1 4] X + [1] [0 0] [2] >= [1 2] X + [0] [0 0] [2] = g(X) g(mark(X)) = [1 4] X + [1] [0 0] [2] >= [1 2] X + [0] [0 0] [2] = g(X) h(active(X)) = [1 4] X + [1] [0 0] [2] >= [1 0] X + [0] [0 0] [2] = h(X) h(mark(X)) = [1 4] X + [1] [0 0] [2] >= [1 0] X + [0] [0 0] [2] = h(X) mark(c()) = [9] [0] >= [9] [0] = active(c()) mark(d()) = [6] [0] >= [6] [0] = active(d()) mark(g(X)) = [1 2] X + [9] [0 0] [0] >= [1 2] X + [9] [0 0] [0] = active(g(X)) mark(h(X)) = [1 0] X + [9] [0 0] [0] >= [1 0] X + [9] [0 0] [0] = active(h(X)) * Step 4: EmptyProcessor. WORST_CASE(?,O(1)) + Considered Problem: - Weak TRS: active(c()) -> mark(d()) active(g(X)) -> mark(h(X)) active(h(d())) -> mark(g(c())) g(active(X)) -> g(X) g(mark(X)) -> g(X) h(active(X)) -> h(X) h(mark(X)) -> h(X) mark(c()) -> active(c()) mark(d()) -> active(d()) mark(g(X)) -> active(g(X)) mark(h(X)) -> active(h(X)) - Signature: {active/1,g/1,h/1,mark/1} / {c/0,d/0} - Obligation: innermost derivational complexity wrt. signature {active,c,d,g,h,mark} + Applied Processor: EmptyProcessor + Details: The problem is already closed. The intended complexity is O(1). WORST_CASE(?,O(n^1))