================================================================ reLOC 0.08-osaka : Multirobot Solution solver (C) Copyright 2011-2013 Pavel Surynek ---------------------------------------------------------------- Reading graph... 1,0 4,0 2,1 5,1 3,2 6,2 5,4 8,4 6,5 9,5 7,6 10,6 9,8 12,8 10,9 11,10 13,10 7,3 11,7 14,11 14,13 Reading initial arrangement... Reading goal arrangement... Undirected graph: (|V|=15 |E|=21) [ Vertex: (id = 0) {1 4 } Vertex: (id = 1) {0 2 5 } Vertex: (id = 2) {1 3 6 } Vertex: (id = 3) {2 7 } Vertex: (id = 4) {0 5 8 } Vertex: (id = 5) {1 4 6 9 } Vertex: (id = 6) {2 5 7 10 } Vertex: (id = 7) {6 3 11 } Vertex: (id = 8) {4 9 12 } Vertex: (id = 9) {5 8 10 } Vertex: (id = 10) {6 9 11 13 } Vertex: (id = 11) {10 7 14 } Vertex: (id = 12) {8 } Vertex: (id = 13) {10 14 } Vertex: (id = 14) {11 13 } Edge 0: 1 <-> 0 Edge 1: 4 <-> 0 Edge 2: 2 <-> 1 Edge 3: 5 <-> 1 Edge 4: 3 <-> 2 Edge 5: 6 <-> 2 Edge 6: 5 <-> 4 Edge 7: 8 <-> 4 Edge 8: 6 <-> 5 Edge 9: 9 <-> 5 Edge 10: 7 <-> 6 Edge 11: 10 <-> 6 Edge 12: 9 <-> 8 Edge 13: 12 <-> 8 Edge 14: 10 <-> 9 Edge 15: 11 <-> 10 Edge 16: 13 <-> 10 Edge 17: 7 <-> 3 Edge 18: 11 <-> 7 Edge 19: 14 <-> 11 Edge 20: 14 <-> 13 ] Robot arrangement: (|R| = 3, |V| = 15) [ robot locations: {1#6 2#7 3#8 } vertex occupancy: {0#0 0#1 0#2 0#3 0#4 0#5 1#6 2#7 3#8 0#9 0#10 0#11 0#12 0#13 0#14 } ] Robot arrangement: (|R| = -1, |V| = 0) [ robot locations: {} vertex occupancy: {} ] Robot goal: (|R| = 3, |V| = 15) [ robot goals: { 1#{0,1,2,11} 2#{3,5,6} 3#{8,10} } vertex compatibilities: { 0@{1} 1@{1} 2@{1} 3@{2} 4@{} 5@{2} 6@{2} 7@{} 8@{3} 9@{} 10@{3} 11@{1} 12@{} 13@{} 14@{} } ] Solving layer: 2 Computed optimal makespan:1 Makespan optimal solution: Mulirobot solution: (|moves| = 2, paralellism = 2.000) [ Step 0: 1#6->2 2#7->3 ] Multirobot solution analysis: ( total makespan = 1 total distance = 2 total trajectory = 2 average parallelism = 2.000 average distance = 0.667 average trajectory = 0.667 parallelism distribution = [ 0 1 ] distance distribution = [ 2 ] trajectory distribution = [ 2 ] ) Phase statistics (current phase = 'root_phase') [ Phase (name = 'root_phase') [ Total SAT solver calls = 1 Satisfiable SAT solver calls = 1 Unsatisfiable SAT solver calls = 0 Indeterminate SAT solver calls = 0 Move executions = 4 Produced CNF variables = 290 Produced CNF clauses = 1095 Search steps = 0 Wall clock TIME (seconds) = 0.008 CPU/machine TIME (seconds) = 0.030 ] ] ----------------------------------------------------------------