/export/starexec/sandbox/solver/bin/starexec_run_tc20-std.sh /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 10 rules on 6 letters mirror SRS with 10 rules on 6 letters Matchbound { method = RFC, max_size = Nothing, max_bound = Nothing, verbose = False, tracing = False} matchbound 1 certified by automaton with 222 states ************************************************** proof ************************************************** property Termination has value Just True for SRS [4, 2, 4] -> [2, 0, 0, 5, 3, 3, 5, 2, 0, 4] {- Input 0 -} [4, 4, 2, 4, 2] -> [2, 0, 5, 2, 1, 4, 0, 2, 0, 1] {- Input 1 -} [0, 5, 4, 2, 4, 3] -> [5, 1, 5, 5, 3, 5, 3, 0, 0, 0] {- Input 2 -} [1, 1, 4, 5, 3, 3] -> [1, 3, 1, 1, 3, 0, 1, 2, 2, 1] {- Input 3 -} [3, 1, 4, 3, 1, 2] -> [0, 0, 1, 1, 4, 2, 3, 0, 0, 3] {- Input 4 -} [3, 2, 4, 2, 4, 1] -> [0, 2, 1, 1, 1, 5, 3, 1, 3, 3] {- Input 5 -} [3, 3, 0, 4, 1, 2] -> [3, 5, 1, 2, 0, 2, 0, 5, 3, 1] {- Input 6 -} [4, 1, 4, 5, 0, 5, 4] -> [4, 1, 5, 3, 1, 0, 5, 3, 1, 0] {- Input 7 -} [4, 4, 0, 5, 4, 2, 2] -> [4, 0, 4, 3, 4, 4, 4, 5, 4, 1] {- Input 8 -} [5, 4, 5, 3, 2, 4, 3] -> [2, 5, 5, 5, 0, 4, 5, 0, 1, 4] {- Input 9 -} reason mirror property Termination has value Just True for SRS [4, 2, 4] -> [4, 0, 2, 5, 3, 3, 5, 0, 0, 2] {- Mirror (Input 0) -} [2, 4, 2, 4, 4] -> [1, 0, 2, 0, 4, 1, 2, 5, 0, 2] {- Mirror (Input 1) -} [3, 4, 2, 4, 5, 0] -> [0, 0, 0, 3, 5, 3, 5, 5, 1, 5] {- Mirror (Input 2) -} [3, 3, 5, 4, 1, 1] -> [1, 2, 2, 1, 0, 3, 1, 1, 3, 1] {- Mirror (Input 3) -} [2, 1, 3, 4, 1, 3] -> [3, 0, 0, 3, 2, 4, 1, 1, 0, 0] {- Mirror (Input 4) -} [1, 4, 2, 4, 2, 3] -> [3, 3, 1, 3, 5, 1, 1, 1, 2, 0] {- Mirror (Input 5) -} [2, 1, 4, 0, 3, 3] -> [1, 3, 5, 0, 2, 0, 2, 1, 5, 3] {- Mirror (Input 6) -} [4, 5, 0, 5, 4, 1, 4] -> [0, 1, 3, 5, 0, 1, 3, 5, 1, 4] {- Mirror (Input 7) -} [2, 2, 4, 5, 0, 4, 4] -> [1, 4, 5, 4, 4, 4, 3, 4, 0, 4] {- Mirror (Input 8) -} [3, 4, 2, 3, 5, 4, 5] -> [4, 1, 0, 5, 4, 0, 5, 5, 5, 2] {- Mirror (Input 9) -} reason Matchbound Matchbound { method = RFC, max_size = Nothing, max_bound = Nothing, verbose = False, tracing = False} matchbound 1 certified by automaton with 222 states ************************************************** skeleton: \Mirror(10,6)\Rfcmatchbound{1}[] ************************************************** let {} in let {trac = False;done = Worker No_Strict_Rules;mo = Pre (Or_Else Count (IfSizeLeq 10000 GLPK Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;tiling = \ m w -> weighted (And_Then (Worker (Tiling {method = m,width = w,unlabel = False})) (Worker Remap));when_small = \ m -> And_Then (Worker (SizeAtmost 1000)) m;when_medium = \ m -> And_Then (Worker (SizeAtmost 10000)) m;solver = Minisatapi;qpi = \ dim bits -> weighted (when_small (Worker (QPI {tracing = trac,dim = dim,bits = bits,solver = solver})));matrix = \ dom dim bits -> weighted (when_small (Worker (Matrix {monotone = Weak,domain = dom,dim = dim,bits = bits,tracing = trac,solver = solver})));kbo = \ b -> weighted (when_small (Worker (KBO {bits = b,solver = solver})));mb = Worker (Matchbound {method = RFC,max_size = 100000});remove = First_Of ([ Worker (Weight {modus = mo})] <> ([ Seq [ qpi 2 4, qpi 3 4, qpi 4 4], Seq [ qpi 5 4, qpi 6 3, qpi 7 3]] <> ([ Seq [ matrix Arctic 2 5, matrix Arctic 3 4, matrix Arctic 4 3], Seq [ matrix Natural 2 5, matrix Natural 3 4, matrix Natural 4 3]] <> [ kbo 1, And_Then (Worker Mirror) (And_Then (kbo 1) (Worker Mirror))])));dp = As_Transformer (Apply (And_Then (Worker (DP {tracing = True})) (Worker Remap)) (Apply wop (Branch (Worker (EDG {tracing = True})) remove)));noh = [ Worker (Enumerate {closure = Forward}), Worker (Enumerate {closure = Backward})];yeah = Tree_Search_Preemptive 0 done ([ Worker (Weight {modus = mo}), mb, And_Then (Worker Mirror) mb, dp, And_Then (Worker Mirror) dp, tiling Forward 2, And_Then (Worker Mirror) (tiling Forward 2)] <> [ Worker (Unlabel {verbose = True})])} in Apply (Worker Remap) (Seq [ Worker KKST01, First_Of ([ yeah] <> noh)])