/export/starexec/sandbox2/solver/bin/starexec_run_ttt2 /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem: active(c()) -> mark(f(g(c()))) active(f(g(X))) -> mark(g(X)) mark(c()) -> active(c()) mark(f(X)) -> active(f(X)) mark(g(X)) -> active(g(X)) f(mark(X)) -> f(X) f(active(X)) -> f(X) g(mark(X)) -> g(X) g(active(X)) -> g(X) Proof: Matrix Interpretation Processor: dim=3 interpretation: [1 0 1] [mark](x0) = [0 0 0]x0 [0 0 0] , [1 0 1] [active](x0) = [0 0 0]x0 [0 0 0] , [1 0 0] [f](x0) = [1 0 0]x0 [0 0 0] , [0] [c] = [0] [1], [1 0 0] [g](x0) = [0 0 0]x0 [0 0 0] orientation: [1] [0] active(c()) = [0] >= [0] = mark(f(g(c()))) [0] [0] [1 0 0] [1 0 0] active(f(g(X))) = [0 0 0]X >= [0 0 0]X = mark(g(X)) [0 0 0] [0 0 0] [1] [1] mark(c()) = [0] >= [0] = active(c()) [0] [0] [1 0 0] [1 0 0] mark(f(X)) = [0 0 0]X >= [0 0 0]X = active(f(X)) [0 0 0] [0 0 0] [1 0 0] [1 0 0] mark(g(X)) = [0 0 0]X >= [0 0 0]X = active(g(X)) [0 0 0] [0 0 0] [1 0 1] [1 0 0] f(mark(X)) = [1 0 1]X >= [1 0 0]X = f(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] f(active(X)) = [1 0 1]X >= [1 0 0]X = f(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] g(mark(X)) = [0 0 0]X >= [0 0 0]X = g(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] g(active(X)) = [0 0 0]X >= [0 0 0]X = g(X) [0 0 0] [0 0 0] problem: active(f(g(X))) -> mark(g(X)) mark(c()) -> active(c()) mark(f(X)) -> active(f(X)) mark(g(X)) -> active(g(X)) f(mark(X)) -> f(X) f(active(X)) -> f(X) g(mark(X)) -> g(X) g(active(X)) -> g(X) Matrix Interpretation Processor: dim=3 interpretation: [1 1 1] [0] [mark](x0) = [1 0 0]x0 + [0] [0 0 0] [1], [1 0 1] [0] [active](x0) = [1 0 0]x0 + [0] [0 0 0] [1], [1 0 0] [0] [f](x0) = [0 0 0]x0 + [0] [0 0 0] [1], [0] [c] = [1] [0], [1 0 0] [g](x0) = [0 0 0]x0 [0 0 0] orientation: [1 0 0] [1] [1 0 0] [0] active(f(g(X))) = [1 0 0]X + [0] >= [1 0 0]X + [0] = mark(g(X)) [0 0 0] [1] [0 0 0] [1] [1] [0] mark(c()) = [0] >= [0] = active(c()) [1] [1] [1 0 0] [1] [1 0 0] [1] mark(f(X)) = [1 0 0]X + [0] >= [1 0 0]X + [0] = active(f(X)) [0 0 0] [1] [0 0 0] [1] [1 0 0] [0] [1 0 0] [0] mark(g(X)) = [1 0 0]X + [0] >= [1 0 0]X + [0] = active(g(X)) [0 0 0] [1] [0 0 0] [1] [1 1 1] [0] [1 0 0] [0] f(mark(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = f(X) [0 0 0] [1] [0 0 0] [1] [1 0 1] [0] [1 0 0] [0] f(active(X)) = [0 0 0]X + [0] >= [0 0 0]X + [0] = f(X) [0 0 0] [1] [0 0 0] [1] [1 1 1] [1 0 0] g(mark(X)) = [0 0 0]X >= [0 0 0]X = g(X) [0 0 0] [0 0 0] [1 0 1] [1 0 0] g(active(X)) = [0 0 0]X >= [0 0 0]X = g(X) [0 0 0] [0 0 0] problem: mark(f(X)) -> active(f(X)) mark(g(X)) -> active(g(X)) f(mark(X)) -> f(X) f(active(X)) -> f(X) g(mark(X)) -> g(X) g(active(X)) -> g(X) Matrix Interpretation Processor: dim=1 interpretation: [mark](x0) = 4x0 + 2, [active](x0) = x0 + 3, [f](x0) = x0 + 4, [g](x0) = x0 + 1 orientation: mark(f(X)) = 4X + 18 >= X + 7 = active(f(X)) mark(g(X)) = 4X + 6 >= X + 4 = active(g(X)) f(mark(X)) = 4X + 6 >= X + 4 = f(X) f(active(X)) = X + 7 >= X + 4 = f(X) g(mark(X)) = 4X + 3 >= X + 1 = g(X) g(active(X)) = X + 4 >= X + 1 = g(X) problem: Qed