/export/starexec/sandbox/solver/bin/starexec_run_tc20-rel.sh /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 1 strict rules and 1 weak rules on 2 letters tile all, by Config { method = Overlap,width = 2,unlabel = True} SRS with 9 strict rules and 9 weak rules on 9 letters weights SRS with 0 strict rules and 5 weak rules on 5 letters no strict rules ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, b, b, b, a] -> [] {- Input 0 -} [] ->= [a, b, a] {- Input 1 -} reason Tiling { method = Overlap, width = 2, state_type = Bit64, map_type = Enum, unlabel = True, print_completion_steps = False, print_tiles = False, verbose = False, tracing = True} steps 1 using 9 tiles tile all rules steps: 1 property Termination has value Just True for SRS [[<, a], [a, b], [b, b], [b, b], [b, a], [a, >]] -> [ [ < , > ] ] {- Semlab 0 (Concon 0 (Input 0)) -} [[<, a], [a, b], [b, b], [b, b], [b, a], [a, a]] -> [ [ < , a ] ] {- Semlab 0 (Concon 1 (Input 0)) -} [[<, a], [a, b], [b, b], [b, b], [b, a], [a, b]] -> [ [ < , b ] ] {- Semlab 0 (Concon 2 (Input 0)) -} [[a, a], [a, b], [b, b], [b, b], [b, a], [a, >]] -> [ [ a , > ] ] {- Semlab 1 (Concon 0 (Input 0)) -} [[a, a], [a, b], [b, b], [b, b], [b, a], [a, a]] -> [ [ a , a ] ] {- Semlab 1 (Concon 1 (Input 0)) -} [[a, a], [a, b], [b, b], [b, b], [b, a], [a, b]] -> [ [ a , b ] ] {- Semlab 1 (Concon 2 (Input 0)) -} [[b, a], [a, b], [b, b], [b, b], [b, a], [a, >]] -> [ [ b , > ] ] {- Semlab 2 (Concon 0 (Input 0)) -} [[b, a], [a, b], [b, b], [b, b], [b, a], [a, a]] -> [ [ b , a ] ] {- Semlab 2 (Concon 1 (Input 0)) -} [[b, a], [a, b], [b, b], [b, b], [b, a], [a, b]] -> [ [ b , b ] ] {- Semlab 2 (Concon 2 (Input 0)) -} [[<, >]] ->= [ [<, a] , [a, b] , [b, a] , [a, >] ] {- Semlab 0 (Concon 0 (Input 1)) -} [[<, a]] ->= [ [<, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 0 (Concon 1 (Input 1)) -} [[<, b]] ->= [ [<, a] , [a, b] , [b, a] , [a, b] ] {- Semlab 0 (Concon 2 (Input 1)) -} [[a, >]] ->= [ [a, a] , [a, b] , [b, a] , [a, >] ] {- Semlab 1 (Concon 0 (Input 1)) -} [[a, a]] ->= [ [a, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 1 (Concon 1 (Input 1)) -} [[a, b]] ->= [ [a, a] , [a, b] , [b, a] , [a, b] ] {- Semlab 1 (Concon 2 (Input 1)) -} [[b, >]] ->= [ [b, a] , [a, b] , [b, a] , [a, >] ] {- Semlab 2 (Concon 0 (Input 1)) -} [[b, a]] ->= [ [b, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 2 (Concon 1 (Input 1)) -} [[b, b]] ->= [ [b, a] , [a, b] , [b, a] , [a, b] ] {- Semlab 2 (Concon 2 (Input 1)) -} reason ([b, b], 2/1) ([<, >], 1/1) ([<, b], 1/1) ([b, >], 1/1) property Termination has value Just True for SRS [[<, a]] ->= [ [<, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 0 (Concon 1 (Input 1)) -} [[a, >]] ->= [ [a, a] , [a, b] , [b, a] , [a, >] ] {- Semlab 1 (Concon 0 (Input 1)) -} [[a, a]] ->= [ [a, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 1 (Concon 1 (Input 1)) -} [[a, b]] ->= [ [a, a] , [a, b] , [b, a] , [a, b] ] {- Semlab 1 (Concon 2 (Input 1)) -} [[b, a]] ->= [ [b, a] , [a, b] , [b, a] , [a, a] ] {- Semlab 2 (Concon 1 (Input 1)) -} reason no strict rules ************************************************** skeleton: (1/1,2)\TileAllROC{2}(9/9,9)\Weight(0/5,5)[] ************************************************** let {} in let {done = Worker No_Strict_Rules;mo = Pre (Or_Else Count (IfSizeLeq 100000 GLPK Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;when_small = \ m -> And_Then (Worker (SizeAtmost 100)) m;when_medium = \ m -> And_Then (Worker (SizeAtmost 10000)) m;tiling = \ m w -> weighted (And_Then (Worker (Tiling {method = m,width = w,tracing = True})) (Worker Remap));matrix = \ mo dom dim bits -> when_small (weighted (Worker (Matrix {monotone = mo,domain = dom,dim = dim,bits = bits,shape = Corner})));kbo = \ b -> when_medium (weighted (Worker (KBO {bits = b,solver = Minisatapi})));yeah = Apply wop (Tree_Search_Preemptive 0 done ([ ] <> ([ kbo 1, And_Then (Worker Mirror) (kbo 1)] <> ((for [ 3, 4] (\ d -> matrix Strict Natural d 3)) <> (for [ 2, 3, 5] (\ w -> tiling Overlap w))))));noh = [ Timeout 5 (Worker (Enumerate {closure = Forward})), Timeout 5 (Worker (Enumerate {closure = Backward}))]} in Apply (Worker Remap) (First_Of ([ yeah] <> noh))