Datasets:

nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
search_path
stringlengths
505
16.8k
rating
float64
0
0.99
search_type
stringclasses
5 values
heuristic
stringclasses
2 values
[ 3, 72, 3, 30 ]
79
[ "72-3=69", "30/3=10", "69+10=79" ]
Current State: 79:[3, 72, 3, 30], Operations: [] Exploring Operation: 72-3=69, Resulting Numbers: [30, 69] Generated Node #2: [30, 69] from Operation: 72-3=69 Current State: 79:[30, 69], Operations: ['72-3=69'] Exploring Operation: 30/3=10, Resulting Numbers: [69, 10] Generated Node #3: [69, 10] from Operation: 30/3=10...
4
Current State: 79:[3, 72, 3, 30], Operations: [] Exploring Operation: 3*3=9, Resulting Numbers: [72, 30, 9] Generated Node #0,0: 79:[72, 30, 9] Operation: 3*3=9 Exploring Operation: 3+72=75, Resulting Numbers: [3, 30, 75] Generated Node #0,1: 79:[3, 30, 75] Operation: 3+72=75 Exploring Operation: 3*30=90, Resulting Num...
0
hs_4
sum_heuristic
[ 95, 7, 39, 35 ]
92
[ "95-7=88", "39-35=4", "88+4=92" ]
Current State: 92:[95, 7, 39, 35], Operations: [] Exploring Operation: 95-7=88, Resulting Numbers: [39, 35, 88] Generated Node #2: [39, 35, 88] from Operation: 95-7=88 Current State: 92:[39, 35, 88], Operations: ['95-7=88'] Exploring Operation: 39-35=4, Resulting Numbers: [88, 4] Generated Node #3: [88, 4] from Operati...
4
Current State: 92:[95, 7, 39, 35], Operations: [] Exploring Operation: 7+39=46, Resulting Numbers: [95, 35, 46] Generated Node #0,0: 92:[95, 35, 46] Operation: 7+39=46 Exploring Operation: 35/7=5, Resulting Numbers: [95, 39, 5] Generated Node #0,1: 92:[95, 39, 5] Operation: 35/7=5 Exploring Operation: 39-35=4, Resultin...
0.986979
hs_3
mult_heuristic
[ 98, 95, 51, 34 ]
51
[ "98-95=3", "51-34=17", "3*17=51" ]
Current State: 51:[98, 95, 51, 34], Operations: [] Exploring Operation: 98-95=3, Resulting Numbers: [51, 34, 3] Generated Node #2: [51, 34, 3] from Operation: 98-95=3 Current State: 51:[51, 34, 3], Operations: ['98-95=3'] Exploring Operation: 51-34=17, Resulting Numbers: [3, 17] Generated Node #3: [3, 17] from Operatio...
4
Current State: 51:[98, 95, 51, 34], Operations: [] Exploring Operation: 95-34=61, Resulting Numbers: [98, 51, 61] Generated Node #0,0: 51:[98, 51, 61] Operation: 95-34=61 Exploring Operation: 98-34=64, Resulting Numbers: [95, 51, 64] Generated Node #0,1: 51:[95, 51, 64] Operation: 98-34=64 Exploring Operation: 98-95=3,...
0.989583
hs_3
mult_heuristic
[ 44, 25, 31, 60 ]
34
[ "31-25=6", "60/6=10", "44-10=34" ]
Current State: 34:[44, 25, 31, 60], Operations: [] Exploring Operation: 31-25=6, Resulting Numbers: [44, 60, 6] Generated Node #2: [44, 60, 6] from Operation: 31-25=6 Current State: 34:[44, 60, 6], Operations: ['31-25=6'] Exploring Operation: 60/6=10, Resulting Numbers: [44, 10] Generated Node #3: [44, 10] from Operati...
4
Current State: 34:[44, 25, 31, 60], Operations: [] Exploring Operation: 60-44=16, Resulting Numbers: [25, 31, 16] Generated Node #0,0: 34:[25, 31, 16] Operation: 60-44=16 Exploring Operation: 44-25=19, Resulting Numbers: [31, 60, 19] Generated Node #0,1: 34:[31, 60, 19] Operation: 44-25=19 Exploring Operation: 60-31=29...
0
hs_4
sum_heuristic
[ 68, 8, 51, 46 ]
90
[ "68-51=17", "8*17=136", "136-46=90" ]
Current State: 90:[68, 8, 51, 46], Operations: [] Exploring Operation: 68-51=17, Resulting Numbers: [8, 46, 17] Generated Node #2: [8, 46, 17] from Operation: 68-51=17 Current State: 90:[8, 46, 17], Operations: ['68-51=17'] Exploring Operation: 8*17=136, Resulting Numbers: [46, 136] Generated Node #3: [46, 136] from Op...
4
Current State: 90:[68, 8, 51, 46], Operations: [] Exploring Operation: 68-51=17, Resulting Numbers: [8, 46, 17] Generated Node #0,0: 90:[8, 46, 17] Operation: 68-51=17 Exploring Operation: 68+8=76, Resulting Numbers: [51, 46, 76] Generated Node #0,1: 90:[51, 46, 76] Operation: 68+8=76 Exploring Operation: 68-46=22, Res...
0
hs_3
mult_heuristic
[ 75, 57, 59, 16 ]
93
[ "75-57=18", "59+16=75", "18+75=93" ]
Current State: 93:[75, 57, 59, 16], Operations: [] Exploring Operation: 75-57=18, Resulting Numbers: [59, 16, 18] Generated Node #2: [59, 16, 18] from Operation: 75-57=18 Current State: 93:[59, 16, 18], Operations: ['75-57=18'] Exploring Operation: 59+16=75, Resulting Numbers: [18, 75] Generated Node #3: [18, 75] from ...
4
Current State: 93:[75, 57, 59, 16], Operations: [] Exploring Operation: 59-57=2, Resulting Numbers: [75, 16, 2] Generated Node #0,0: 93:[75, 16, 2] Operation: 59-57=2 Moving to Node #0,0 Current State: 93:[75, 16, 2], Operations: ['59-57=2'] Exploring Operation: 75+16=91, Resulting Numbers: [2, 91] Generated Node #0,0,...
0.993924
hs_1
sum_heuristic
[ 13, 72, 27, 5 ]
53
[ "13+72=85", "27+5=32", "85-32=53" ]
Current State: 53:[13, 72, 27, 5], Operations: [] Exploring Operation: 13+72=85, Resulting Numbers: [27, 5, 85] Generated Node #2: [27, 5, 85] from Operation: 13+72=85 Current State: 53:[27, 5, 85], Operations: ['13+72=85'] Exploring Operation: 27+5=32, Resulting Numbers: [85, 32] Generated Node #3: [85, 32] from Opera...
4
Current State: 53:[13, 72, 27, 5], Operations: [] Exploring Operation: 13*5=65, Resulting Numbers: [72, 27, 65] Generated Node #0,0: 53:[72, 27, 65] Operation: 13*5=65 Start Sub Search at level 1: Moving to Node #0,0 Current State: 53:[72, 27, 65], Operations: ['13*5=65'] Exploring Operation: 72-27=45, Resulting Number...
0
hs_1
mult_heuristic
[ 19, 62, 14, 96 ]
21
[ "62-14=48", "96/48=2", "19+2=21" ]
Current State: 21:[19, 62, 14, 96], Operations: [] Exploring Operation: 62-14=48, Resulting Numbers: [19, 96, 48] Generated Node #2: [19, 96, 48] from Operation: 62-14=48 Current State: 21:[19, 96, 48], Operations: ['62-14=48'] Exploring Operation: 96/48=2, Resulting Numbers: [19, 2] Generated Node #3: [19, 2] from Ope...
4
Current State: 21:[19, 62, 14, 96], Operations: [] Exploring Operation: 96-62=34, Resulting Numbers: [19, 14, 34] Generated Node #0,0: 21:[19, 14, 34] Operation: 96-62=34 Exploring Operation: 62-19=43, Resulting Numbers: [14, 96, 43] Generated Node #0,1: 21:[14, 96, 43] Operation: 62-19=43 Moving to Node #0,0 Current S...
0
hs_2
mult_heuristic
[ 61, 1, 85, 47 ]
23
[ "61*1=61", "85-47=38", "61-38=23" ]
Current State: 23:[61, 1, 85, 47], Operations: [] Exploring Operation: 61*1=61, Resulting Numbers: [85, 47, 61] Generated Node #2: [85, 47, 61] from Operation: 61*1=61 Current State: 23:[85, 47, 61], Operations: ['61*1=61'] Exploring Operation: 85-47=38, Resulting Numbers: [61, 38] Generated Node #3: [61, 38] from Oper...
4
Current State: 23:[61, 1, 85, 47], Operations: [] Exploring Operation: 85-61=24, Resulting Numbers: [1, 47, 24] Generated Node #0,0: 23:[1, 47, 24] Operation: 85-61=24 Exploring Operation: 61-47=14, Resulting Numbers: [1, 85, 14] Generated Node #0,1: 23:[1, 85, 14] Operation: 61-47=14 Exploring Operation: 85-47=38, Res...
0.988715
hs_4
sum_heuristic
[ 61, 60, 10, 63 ]
31
[ "63-60=3", "10*3=30", "61-30=31" ]
Current State: 31:[61, 60, 10, 63], Operations: [] Exploring Operation: 63-60=3, Resulting Numbers: [61, 10, 3] Generated Node #2: [61, 10, 3] from Operation: 63-60=3 Current State: 31:[61, 10, 3], Operations: ['63-60=3'] Exploring Operation: 10*3=30, Resulting Numbers: [61, 30] Generated Node #3: [61, 30] from Operati...
4
Current State: 31:[61, 60, 10, 63], Operations: [] Exploring Operation: 63-60=3, Resulting Numbers: [61, 10, 3] Generated Node #0,0: 31:[61, 10, 3] Operation: 63-60=3 Exploring Operation: 63-61=2, Resulting Numbers: [60, 10, 2] Generated Node #0,1: 31:[60, 10, 2] Operation: 63-61=2 Start Sub Search at level 1: Moving t...
0.991319
hs_2
mult_heuristic
[ 75, 86, 74, 88 ]
82
[ "86-75=11", "88/11=8", "74+8=82" ]
Current State: 82:[75, 86, 74, 88], Operations: [] Exploring Operation: 86-75=11, Resulting Numbers: [74, 88, 11] Generated Node #2: [74, 88, 11] from Operation: 86-75=11 Current State: 82:[74, 88, 11], Operations: ['86-75=11'] Exploring Operation: 88/11=8, Resulting Numbers: [74, 8] Generated Node #3: [74, 8] from Ope...
4
Current State: 82:[75, 86, 74, 88], Operations: [] Exploring Operation: 88-86=2, Resulting Numbers: [75, 74, 2] Generated Node #0,0: 82:[75, 74, 2] Operation: 88-86=2 Exploring Operation: 86-75=11, Resulting Numbers: [74, 88, 11] Generated Node #0,1: 82:[74, 88, 11] Operation: 86-75=11 Exploring Operation: 75-74=1, Res...
0.953993
hs_4
mult_heuristic
[ 46, 76, 80, 62 ]
12
[ "76-46=30", "80-62=18", "30-18=12" ]
Current State: 12:[46, 76, 80, 62], Operations: [] Exploring Operation: 76-46=30, Resulting Numbers: [80, 62, 30] Generated Node #2: [80, 62, 30] from Operation: 76-46=30 Current State: 12:[80, 62, 30], Operations: ['76-46=30'] Exploring Operation: 80-62=18, Resulting Numbers: [30, 18] Generated Node #3: [30, 18] from ...
4
Current State: 12:[46, 76, 80, 62], Operations: [] Exploring Operation: 76-46=30, Resulting Numbers: [80, 62, 30] Generated Node #0,0: 12:[80, 62, 30] Operation: 76-46=30 Exploring Operation: 80-76=4, Resulting Numbers: [46, 62, 4] Generated Node #0,1: 12:[46, 62, 4] Operation: 80-76=4 Exploring Operation: 80-62=18, Re...
0.986111
hs_4
mult_heuristic
[ 48, 44, 46, 70 ]
44
[ "70-48=22", "46-44=2", "22*2=44" ]
Current State: 44:[48, 44, 46, 70], Operations: [] Exploring Operation: 70-48=22, Resulting Numbers: [44, 46, 22] Generated Node #2: [44, 46, 22] from Operation: 70-48=22 Current State: 44:[44, 46, 22], Operations: ['70-48=22'] Exploring Operation: 46-44=2, Resulting Numbers: [22, 2] Generated Node #3: [22, 2] from Ope...
4
Current State: 44:[48, 44, 46, 70], Operations: [] Exploring Operation: 70-46=24, Resulting Numbers: [48, 44, 24] Generated Node #0,0: 44:[48, 44, 24] Operation: 70-46=24 Exploring Operation: 70-44=26, Resulting Numbers: [48, 46, 26] Generated Node #0,1: 44:[48, 46, 26] Operation: 70-44=26 Exploring Operation: 70-48=22...
0.990451
hs_3
sum_heuristic
[ 97, 26, 83, 30 ]
70
[ "97+26=123", "83-30=53", "123-53=70" ]
Current State: 70:[97, 26, 83, 30], Operations: [] Exploring Operation: 97+26=123, Resulting Numbers: [83, 30, 123] Generated Node #2: [83, 30, 123] from Operation: 97+26=123 Current State: 70:[83, 30, 123], Operations: ['97+26=123'] Exploring Operation: 83-30=53, Resulting Numbers: [123, 53] Generated Node #3: [123, 5...
4
Current State: 70:[97, 26, 83, 30], Operations: [] Exploring Operation: 97-83=14, Resulting Numbers: [26, 30, 14] Generated Node #0,0: 70:[26, 30, 14] Operation: 97-83=14 Exploring Operation: 83-26=57, Resulting Numbers: [97, 30, 57] Generated Node #0,1: 70:[97, 30, 57] Operation: 83-26=57 Exploring Operation: 97-30=67...
0.981771
hs_5
mult_heuristic
[ 50, 54, 64, 16 ]
20
[ "54-50=4", "64+16=80", "80/4=20" ]
Current State: 20:[50, 54, 64, 16], Operations: [] Exploring Operation: 54-50=4, Resulting Numbers: [64, 16, 4] Generated Node #2: [64, 16, 4] from Operation: 54-50=4 Current State: 20:[64, 16, 4], Operations: ['54-50=4'] Exploring Operation: 64+16=80, Resulting Numbers: [4, 80] Generated Node #3: [4, 80] from Operatio...
4
Current State: 20:[50, 54, 64, 16], Operations: [] Exploring Operation: 64-50=14, Resulting Numbers: [54, 16, 14] Generated Node #0,0: 20:[54, 16, 14] Operation: 64-50=14 Exploring Operation: 64-54=10, Resulting Numbers: [50, 16, 10] Generated Node #0,1: 20:[50, 16, 10] Operation: 64-54=10 Moving to Node #0,1 Current S...
0
hs_2
sum_heuristic
[ 87, 8, 9, 7 ]
81
[ "87-8=79", "9-7=2", "79+2=81" ]
Current State: 81:[87, 8, 9, 7], Operations: [] Exploring Operation: 87-8=79, Resulting Numbers: [9, 7, 79] Generated Node #2: [9, 7, 79] from Operation: 87-8=79 Current State: 81:[9, 7, 79], Operations: ['87-8=79'] Exploring Operation: 9-7=2, Resulting Numbers: [79, 2] Generated Node #3: [79, 2] from Operation: 9-7=2 ...
4
Current State: 81:[87, 8, 9, 7], Operations: [] Exploring Operation: 87-7=80, Resulting Numbers: [8, 9, 80] Generated Node #0,0: 81:[8, 9, 80] Operation: 87-7=80 Exploring Operation: 87-8=79, Resulting Numbers: [9, 7, 79] Generated Node #0,1: 81:[9, 7, 79] Operation: 87-8=79 Moving to Node #0,0 Current State: 81:[8, 9,...
0.990451
hs_2
sum_heuristic
[ 17, 80, 72, 55 ]
79
[ "72-17=55", "55/55=1", "80-1=79" ]
Current State: 79:[17, 80, 72, 55], Operations: [] Exploring Operation: 72-17=55, Resulting Numbers: [80, 55, 55] Generated Node #2: [80, 55, 55] from Operation: 72-17=55 Current State: 79:[80, 55, 55], Operations: ['72-17=55'] Exploring Operation: 55/55=1, Resulting Numbers: [80, 1] Generated Node #3: [80, 1] from Ope...
4
Current State: 79:[17, 80, 72, 55], Operations: [] Exploring Operation: 17+55=72, Resulting Numbers: [80, 72, 72] Generated Node #0,0: 79:[80, 72, 72] Operation: 17+55=72 Moving to Node #0,0 Current State: 79:[80, 72, 72], Operations: ['17+55=72'] Exploring Operation: 72+72=144, Resulting Numbers: [80, 144] Generated N...
0
hs_1
mult_heuristic
[ 10, 55, 40, 1 ]
86
[ "55-10=45", "40+1=41", "45+41=86" ]
Current State: 86:[10, 55, 40, 1], Operations: [] Exploring Operation: 55-10=45, Resulting Numbers: [40, 1, 45] Generated Node #2: [40, 1, 45] from Operation: 55-10=45 Current State: 86:[40, 1, 45], Operations: ['55-10=45'] Exploring Operation: 40+1=41, Resulting Numbers: [45, 41] Generated Node #3: [45, 41] from Opera...
4
Current State: 86:[10, 55, 40, 1], Operations: [] Exploring Operation: 55-10=45, Resulting Numbers: [40, 1, 45] Generated Node #0,0: 86:[40, 1, 45] Operation: 55-10=45 Moving to Node #0,0 Current State: 86:[40, 1, 45], Operations: ['55-10=45'] Exploring Operation: 40+45=85, Resulting Numbers: [1, 85] Generated Node #0,...
0.993924
hs_1
sum_heuristic
[ 4, 84, 52, 65 ]
29
[ "4+84=88", "52+65=117", "117-88=29" ]
Current State: 29:[4, 84, 52, 65], Operations: [] Exploring Operation: 4+84=88, Resulting Numbers: [52, 65, 88] Generated Node #2: [52, 65, 88] from Operation: 4+84=88 Current State: 29:[52, 65, 88], Operations: ['4+84=88'] Exploring Operation: 52+65=117, Resulting Numbers: [88, 117] Generated Node #3: [88, 117] from O...
4
Current State: 29:[4, 84, 52, 65], Operations: [] Exploring Operation: 84-65=19, Resulting Numbers: [4, 52, 19] Generated Node #0,0: 29:[4, 52, 19] Operation: 84-65=19 Exploring Operation: 84-52=32, Resulting Numbers: [4, 65, 32] Generated Node #0,1: 29:[4, 65, 32] Operation: 84-52=32 Start Sub Search at level 1: Movin...
0.989583
hs_2
sum_heuristic
[ 42, 81, 4, 2 ]
85
[ "42*4=168", "81+2=83", "168-83=85" ]
Current State: 85:[42, 81, 4, 2], Operations: [] Exploring Operation: 42*4=168, Resulting Numbers: [81, 2, 168] Generated Node #2: [81, 2, 168] from Operation: 42*4=168 Current State: 85:[81, 2, 168], Operations: ['42*4=168'] Exploring Operation: 81+2=83, Resulting Numbers: [168, 83] Generated Node #3: [168, 83] from O...
4
Current State: 85:[42, 81, 4, 2], Operations: [] Exploring Operation: 81-42=39, Resulting Numbers: [4, 2, 39] Generated Node #0,0: 85:[4, 2, 39] Operation: 81-42=39 Exploring Operation: 42/2=21, Resulting Numbers: [81, 4, 21] Generated Node #0,1: 85:[81, 4, 21] Operation: 42/2=21 Exploring Operation: 42*2=84, Resulting...
0
hs_3
mult_heuristic
[ 13, 6, 38, 9 ]
77
[ "9-6=3", "13*3=39", "38+39=77" ]
Current State: 77:[13, 6, 38, 9], Operations: [] Exploring Operation: 9-6=3, Resulting Numbers: [13, 38, 3] Generated Node #2: [13, 38, 3] from Operation: 9-6=3 Current State: 77:[13, 38, 3], Operations: ['9-6=3'] Exploring Operation: 13*3=39, Resulting Numbers: [38, 39] Generated Node #3: [38, 39] from Operation: 13*3...
4
Current State: 77:[13, 6, 38, 9], Operations: [] Exploring Operation: 38-13=25, Resulting Numbers: [6, 9, 25] Generated Node #0,0: 77:[6, 9, 25] Operation: 38-13=25 Start Sub Search at level 1: Moving to Node #0,0 Current State: 77:[6, 9, 25], Operations: ['38-13=25'] Exploring Operation: 25-9=16, Resulting Numbers: [6...
0
hs_1
sum_heuristic
[ 39, 50, 7, 13 ]
52
[ "50-39=11", "11-7=4", "13*4=52" ]
Current State: 52:[39, 50, 7, 13], Operations: [] Exploring Operation: 50-39=11, Resulting Numbers: [7, 13, 11] Generated Node #2: [7, 13, 11] from Operation: 50-39=11 Current State: 52:[7, 13, 11], Operations: ['50-39=11'] Exploring Operation: 11-7=4, Resulting Numbers: [13, 4] Generated Node #3: [13, 4] from Operatio...
4
Current State: 52:[39, 50, 7, 13], Operations: [] Exploring Operation: 39+13=52, Resulting Numbers: [50, 7, 52] Generated Node #0,0: 52:[50, 7, 52] Operation: 39+13=52 Exploring Operation: 50-39=11, Resulting Numbers: [7, 13, 11] Generated Node #0,1: 52:[7, 13, 11] Operation: 50-39=11 Exploring Operation: 39-13=26, Res...
0.984375
hs_3
mult_heuristic
[ 47, 19, 67, 35 ]
41
[ "47+67=114", "114/19=6", "35+6=41" ]
Current State: 41:[47, 19, 67, 35], Operations: [] Exploring Operation: 47+67=114, Resulting Numbers: [19, 35, 114] Generated Node #2: [19, 35, 114] from Operation: 47+67=114 Current State: 41:[19, 35, 114], Operations: ['47+67=114'] Exploring Operation: 114/19=6, Resulting Numbers: [35, 6] Generated Node #3: [35, 6] f...
4
Current State: 41:[47, 19, 67, 35], Operations: [] Exploring Operation: 67-19=48, Resulting Numbers: [47, 35, 48] Generated Node #0,0: 41:[47, 35, 48] Operation: 67-19=48 Start Sub Search at level 1: Moving to Node #0,0 Current State: 41:[47, 35, 48], Operations: ['67-19=48'] Exploring Operation: 48-35=13, Resulting Nu...
0
hs_1
sum_heuristic
[ 34, 11, 60, 81 ]
44
[ "34-11=23", "81-60=21", "23+21=44" ]
Current State: 44:[34, 11, 60, 81], Operations: [] Exploring Operation: 34-11=23, Resulting Numbers: [60, 81, 23] Generated Node #2: [60, 81, 23] from Operation: 34-11=23 Current State: 44:[60, 81, 23], Operations: ['34-11=23'] Exploring Operation: 81-60=21, Resulting Numbers: [23, 21] Generated Node #3: [23, 21] from ...
4
Current State: 44:[34, 11, 60, 81], Operations: [] Exploring Operation: 81-34=47, Resulting Numbers: [11, 60, 47] Generated Node #0,0: 44:[11, 60, 47] Operation: 81-34=47 Exploring Operation: 60-11=49, Resulting Numbers: [34, 81, 49] Generated Node #0,1: 44:[34, 81, 49] Operation: 60-11=49 Exploring Operation: 60-34=26...
0.986979
hs_5
mult_heuristic
[ 24, 71, 8, 57 ]
64
[ "24*8=192", "71+57=128", "192-128=64" ]
Current State: 64:[24, 71, 8, 57], Operations: [] Exploring Operation: 24*8=192, Resulting Numbers: [71, 57, 192] Generated Node #2: [71, 57, 192] from Operation: 24*8=192 Current State: 64:[71, 57, 192], Operations: ['24*8=192'] Exploring Operation: 71+57=128, Resulting Numbers: [192, 128] Generated Node #3: [192, 128...
4
Current State: 64:[24, 71, 8, 57], Operations: [] Exploring Operation: 57-24=33, Resulting Numbers: [71, 8, 33] Generated Node #0,0: 64:[71, 8, 33] Operation: 57-24=33 Exploring Operation: 71-57=14, Resulting Numbers: [24, 8, 14] Generated Node #0,1: 64:[24, 8, 14] Operation: 71-57=14 Exploring Operation: 24+8=32, Resu...
0
hs_3
mult_heuristic
[ 29, 81, 32, 62 ]
81
[ "29+32=61", "62-61=1", "81*1=81" ]
Current State: 81:[29, 81, 32, 62], Operations: [] Exploring Operation: 29+32=61, Resulting Numbers: [81, 62, 61] Generated Node #2: [81, 62, 61] from Operation: 29+32=61 Current State: 81:[81, 62, 61], Operations: ['29+32=61'] Exploring Operation: 62-61=1, Resulting Numbers: [81, 1] Generated Node #3: [81, 1] from Ope...
4
Current State: 81:[29, 81, 32, 62], Operations: [] Exploring Operation: 81-62=19, Resulting Numbers: [29, 32, 19] Generated Node #0,0: 81:[29, 32, 19] Operation: 81-62=19 Exploring Operation: 62-29=33, Resulting Numbers: [81, 32, 33] Generated Node #0,1: 81:[81, 32, 33] Operation: 62-29=33 Exploring Operation: 29+62=91...
0.988715
hs_4
sum_heuristic
[ 15, 9, 8, 33 ]
21
[ "15*9=135", "33+135=168", "168/8=21" ]
Current State: 21:[15, 9, 8, 33], Operations: [] Exploring Operation: 15*9=135, Resulting Numbers: [8, 33, 135] Generated Node #2: [8, 33, 135] from Operation: 15*9=135 Current State: 21:[8, 33, 135], Operations: ['15*9=135'] Exploring Operation: 33+135=168, Resulting Numbers: [8, 168] Generated Node #3: [8, 168] from ...
4
Current State: 21:[15, 9, 8, 33], Operations: [] Exploring Operation: 33-9=24, Resulting Numbers: [15, 8, 24] Generated Node #0,0: 21:[15, 8, 24] Operation: 33-9=24 Exploring Operation: 33-15=18, Resulting Numbers: [9, 8, 18] Generated Node #0,1: 21:[9, 8, 18] Operation: 33-15=18 Exploring Operation: 33-8=25, Resulting...
0
hs_4
mult_heuristic
[ 5, 43, 93, 80 ]
61
[ "5+43=48", "93-80=13", "48+13=61" ]
Current State: 61:[5, 43, 93, 80], Operations: [] Exploring Operation: 5+43=48, Resulting Numbers: [93, 80, 48] Generated Node #2: [93, 80, 48] from Operation: 5+43=48 Current State: 61:[93, 80, 48], Operations: ['5+43=48'] Exploring Operation: 93-80=13, Resulting Numbers: [48, 13] Generated Node #3: [48, 13] from Oper...
4
Current State: 61:[5, 43, 93, 80], Operations: [] Exploring Operation: 80-5=75, Resulting Numbers: [43, 93, 75] Generated Node #0,0: 61:[43, 93, 75] Operation: 80-5=75 Exploring Operation: 93-5=88, Resulting Numbers: [43, 80, 88] Generated Node #0,1: 61:[43, 80, 88] Operation: 93-5=88 Exploring Operation: 5+43=48, Resu...
0.986111
hs_4
mult_heuristic
[ 9, 7, 23, 9 ]
41
[ "9-7=2", "9*2=18", "23+18=41" ]
Current State: 41:[9, 7, 23, 9], Operations: [] Exploring Operation: 9-7=2, Resulting Numbers: [23, 2] Generated Node #2: [23, 2] from Operation: 9-7=2 Current State: 41:[23, 2], Operations: ['9-7=2'] Exploring Operation: 9*2=18, Resulting Numbers: [23, 18] Generated Node #3: [23, 18] from Operation: 9*2=18 Current Sta...
4
Current State: 41:[9, 7, 23, 9], Operations: [] Exploring Operation: 9+9=18, Resulting Numbers: [7, 23, 18] Generated Node #0,0: 41:[7, 23, 18] Operation: 9+9=18 Exploring Operation: 7*9=63, Resulting Numbers: [9, 23, 63] Generated Node #0,1: 41:[9, 23, 63] Operation: 7*9=63 Exploring Operation: 9*7=63, Resulting Numbe...
0
hs_5
sum_heuristic
[ 51, 17, 61, 56 ]
49
[ "51+17=68", "61+56=117", "117-68=49" ]
Current State: 49:[51, 17, 61, 56], Operations: [] Exploring Operation: 51+17=68, Resulting Numbers: [61, 56, 68] Generated Node #2: [61, 56, 68] from Operation: 51+17=68 Current State: 49:[61, 56, 68], Operations: ['51+17=68'] Exploring Operation: 61+56=117, Resulting Numbers: [68, 117] Generated Node #3: [68, 117] fr...
4
Current State: 49:[51, 17, 61, 56], Operations: [] Exploring Operation: 61-56=5, Resulting Numbers: [51, 17, 5] Generated Node #0,0: 49:[51, 17, 5] Operation: 61-56=5 Exploring Operation: 61-17=44, Resulting Numbers: [51, 56, 44] Generated Node #0,1: 49:[51, 56, 44] Operation: 61-17=44 Start Sub Search at level 1: Movi...
0.986111
hs_2
sum_heuristic
[ 65, 95, 15, 18 ]
16
[ "95-65=30", "30/15=2", "18-2=16" ]
Current State: 16:[65, 95, 15, 18], Operations: [] Exploring Operation: 95-65=30, Resulting Numbers: [15, 18, 30] Generated Node #2: [15, 18, 30] from Operation: 95-65=30 Current State: 16:[15, 18, 30], Operations: ['95-65=30'] Exploring Operation: 30/15=2, Resulting Numbers: [18, 2] Generated Node #3: [18, 2] from Ope...
4
Current State: 16:[65, 95, 15, 18], Operations: [] Exploring Operation: 65-18=47, Resulting Numbers: [95, 15, 47] Generated Node #0,0: 16:[95, 15, 47] Operation: 65-18=47 Exploring Operation: 95-65=30, Resulting Numbers: [15, 18, 30] Generated Node #0,1: 16:[15, 18, 30] Operation: 95-65=30 Exploring Operation: 95-18=77...
0.955729
hs_4
mult_heuristic
[ 24, 8, 47, 80 ]
99
[ "24/8=3", "80-47=33", "3*33=99" ]
Current State: 99:[24, 8, 47, 80], Operations: [] Exploring Operation: 24/8=3, Resulting Numbers: [47, 80, 3] Generated Node #2: [47, 80, 3] from Operation: 24/8=3 Current State: 99:[47, 80, 3], Operations: ['24/8=3'] Exploring Operation: 80-47=33, Resulting Numbers: [3, 33] Generated Node #3: [3, 33] from Operation: 8...
4
Current State: 99:[24, 8, 47, 80], Operations: [] Exploring Operation: 24+80=104, Resulting Numbers: [8, 47, 104] Generated Node #0,0: 99:[8, 47, 104] Operation: 24+80=104 Exploring Operation: 80-47=33, Resulting Numbers: [24, 8, 33] Generated Node #0,1: 99:[24, 8, 33] Operation: 80-47=33 Exploring Operation: 80/8=10, ...
0.976563
hs_4
mult_heuristic
[ 35, 6, 58, 40 ]
59
[ "35+6=41", "58-40=18", "41+18=59" ]
Current State: 59:[35, 6, 58, 40], Operations: [] Exploring Operation: 35+6=41, Resulting Numbers: [58, 40, 41] Generated Node #2: [58, 40, 41] from Operation: 35+6=41 Current State: 59:[58, 40, 41], Operations: ['35+6=41'] Exploring Operation: 58-40=18, Resulting Numbers: [41, 18] Generated Node #3: [41, 18] from Oper...
4
Current State: 59:[35, 6, 58, 40], Operations: [] Exploring Operation: 6+40=46, Resulting Numbers: [35, 58, 46] Generated Node #0,0: 59:[35, 58, 46] Operation: 6+40=46 Exploring Operation: 6+58=64, Resulting Numbers: [35, 40, 64] Generated Node #0,1: 59:[35, 40, 64] Operation: 6+58=64 Exploring Operation: 35+6=41, Resu...
0.973958
hs_3
mult_heuristic
[ 12, 81, 66, 77 ]
82
[ "12+81=93", "77-66=11", "93-11=82" ]
Current State: 82:[12, 81, 66, 77], Operations: [] Exploring Operation: 12+81=93, Resulting Numbers: [66, 77, 93] Generated Node #2: [66, 77, 93] from Operation: 12+81=93 Current State: 82:[66, 77, 93], Operations: ['12+81=93'] Exploring Operation: 77-66=11, Resulting Numbers: [93, 11] Generated Node #3: [93, 11] from ...
4
Current State: 82:[12, 81, 66, 77], Operations: [] Exploring Operation: 12+66=78, Resulting Numbers: [81, 77, 78] Generated Node #0,0: 82:[81, 77, 78] Operation: 12+66=78 Moving to Node #0,0 Current State: 82:[81, 77, 78], Operations: ['12+66=78'] Exploring Operation: 78-77=1, Resulting Numbers: [81, 1] Generated Node ...
0.993924
hs_1
mult_heuristic
[ 5, 54, 97, 51 ]
99
[ "54-5=49", "97+51=148", "148-49=99" ]
Current State: 99:[5, 54, 97, 51], Operations: [] Exploring Operation: 54-5=49, Resulting Numbers: [97, 51, 49] Generated Node #2: [97, 51, 49] from Operation: 54-5=49 Current State: 99:[97, 51, 49], Operations: ['54-5=49'] Exploring Operation: 97+51=148, Resulting Numbers: [49, 148] Generated Node #3: [49, 148] from O...
4
Current State: 99:[5, 54, 97, 51], Operations: [] Exploring Operation: 54-5=49, Resulting Numbers: [97, 51, 49] Generated Node #0,0: 99:[97, 51, 49] Operation: 54-5=49 Exploring Operation: 54-51=3, Resulting Numbers: [5, 97, 3] Generated Node #0,1: 99:[5, 97, 3] Operation: 54-51=3 Exploring Operation: 97-54=43, Resulti...
0.980035
hs_4
mult_heuristic
[ 83, 67, 22, 2 ]
64
[ "83+67=150", "150-22=128", "128/2=64" ]
Current State: 64:[83, 67, 22, 2], Operations: [] Exploring Operation: 83+67=150, Resulting Numbers: [22, 2, 150] Generated Node #2: [22, 2, 150] from Operation: 83+67=150 Current State: 64:[22, 2, 150], Operations: ['83+67=150'] Exploring Operation: 150-22=128, Resulting Numbers: [2, 128] Generated Node #3: [2, 128] f...
4
Current State: 64:[83, 67, 22, 2], Operations: [] Exploring Operation: 83-67=16, Resulting Numbers: [22, 2, 16] Generated Node #0,0: 64:[22, 2, 16] Operation: 83-67=16 Start Sub Search at level 1: Moving to Node #0,0 Current State: 64:[22, 2, 16], Operations: ['83-67=16'] Exploring Operation: 22-16=6, Resulting Numbers...
0
hs_1
sum_heuristic
[ 89, 3, 32, 50 ]
95
[ "50-32=18", "18/3=6", "89+6=95" ]
Current State: 95:[89, 3, 32, 50], Operations: [] Exploring Operation: 50-32=18, Resulting Numbers: [89, 3, 18] Generated Node #2: [89, 3, 18] from Operation: 50-32=18 Current State: 95:[89, 3, 18], Operations: ['50-32=18'] Exploring Operation: 18/3=6, Resulting Numbers: [89, 6] Generated Node #3: [89, 6] from Operatio...
4
Current State: 95:[89, 3, 32, 50], Operations: [] Exploring Operation: 32+50=82, Resulting Numbers: [89, 3, 82] Generated Node #0,0: 95:[89, 3, 82] Operation: 32+50=82 Exploring Operation: 3*32=96, Resulting Numbers: [89, 50, 96] Generated Node #0,1: 95:[89, 50, 96] Operation: 3*32=96 Exploring Operation: 50-32=18, Res...
0.984375
hs_4
sum_heuristic
[ 28, 37, 19, 92 ]
48
[ "19*92=1748", "28+1748=1776", "1776/37=48" ]
Current State: 48:[28, 37, 19, 92], Operations: [] Exploring Operation: 19*92=1748, Resulting Numbers: [28, 37, 1748] Generated Node #2: [28, 37, 1748] from Operation: 19*92=1748 Current State: 48:[28, 37, 1748], Operations: ['19*92=1748'] Exploring Operation: 28+1748=1776, Resulting Numbers: [37, 1776] Generated Node ...
4
Current State: 48:[28, 37, 19, 92], Operations: [] Exploring Operation: 92-37=55, Resulting Numbers: [28, 19, 55] Generated Node #0,0: 48:[28, 19, 55] Operation: 92-37=55 Exploring Operation: 92-19=73, Resulting Numbers: [28, 37, 73] Generated Node #0,1: 48:[28, 37, 73] Operation: 92-19=73 Exploring Operation: 92-28=64...
0
hs_3
mult_heuristic
[ 79, 78, 66, 83 ]
65
[ "79-66=13", "83-78=5", "13*5=65" ]
Current State: 65:[79, 78, 66, 83], Operations: [] Exploring Operation: 79-66=13, Resulting Numbers: [78, 83, 13] Generated Node #2: [78, 83, 13] from Operation: 79-66=13 Current State: 65:[78, 83, 13], Operations: ['79-66=13'] Exploring Operation: 83-78=5, Resulting Numbers: [13, 5] Generated Node #3: [13, 5] from Ope...
4
Current State: 65:[79, 78, 66, 83], Operations: [] Exploring Operation: 83-79=4, Resulting Numbers: [78, 66, 4] Generated Node #0,0: 65:[78, 66, 4] Operation: 83-79=4 Moving to Node #0,0 Current State: 65:[78, 66, 4], Operations: ['83-79=4'] Exploring Operation: 78-66=12, Resulting Numbers: [4, 12] Generated Node #0,0,...
0
hs_1
sum_heuristic
[ 50, 80, 45, 70 ]
50
[ "50-45=5", "80-70=10", "5*10=50" ]
Current State: 50:[50, 80, 45, 70], Operations: [] Exploring Operation: 50-45=5, Resulting Numbers: [80, 70, 5] Generated Node #2: [80, 70, 5] from Operation: 50-45=5 Current State: 50:[80, 70, 5], Operations: ['50-45=5'] Exploring Operation: 80-70=10, Resulting Numbers: [5, 10] Generated Node #3: [5, 10] from Operatio...
4
Current State: 50:[50, 80, 45, 70], Operations: [] Exploring Operation: 70-45=25, Resulting Numbers: [50, 80, 25] Generated Node #0,0: 50:[50, 80, 25] Operation: 70-45=25 Exploring Operation: 80-50=30, Resulting Numbers: [45, 70, 30] Generated Node #0,1: 50:[45, 70, 30] Operation: 80-50=30 Exploring Operation: 80-70=10...
0.988715
hs_4
sum_heuristic
[ 54, 14, 46, 3 ]
25
[ "54+14=68", "46-3=43", "68-43=25" ]
Current State: 25:[54, 14, 46, 3], Operations: [] Exploring Operation: 54+14=68, Resulting Numbers: [46, 3, 68] Generated Node #2: [46, 3, 68] from Operation: 54+14=68 Current State: 25:[46, 3, 68], Operations: ['54+14=68'] Exploring Operation: 46-3=43, Resulting Numbers: [68, 43] Generated Node #3: [68, 43] from Opera...
4
Current State: 25:[54, 14, 46, 3], Operations: [] Exploring Operation: 46-14=32, Resulting Numbers: [54, 3, 32] Generated Node #0,0: 25:[54, 3, 32] Operation: 46-14=32 Exploring Operation: 54-14=40, Resulting Numbers: [46, 3, 40] Generated Node #0,1: 25:[46, 3, 40] Operation: 54-14=40 Exploring Operation: 54-46=8, Resu...
0.948785
hs_5
mult_heuristic
[ 47, 77, 74, 71 ]
49
[ "77+71=148", "148/74=2", "47+2=49" ]
Current State: 49:[47, 77, 74, 71], Operations: [] Exploring Operation: 77+71=148, Resulting Numbers: [47, 74, 148] Generated Node #2: [47, 74, 148] from Operation: 77+71=148 Current State: 49:[47, 74, 148], Operations: ['77+71=148'] Exploring Operation: 148/74=2, Resulting Numbers: [47, 2] Generated Node #3: [47, 2] f...
4
Current State: 49:[47, 77, 74, 71], Operations: [] Exploring Operation: 77-47=30, Resulting Numbers: [74, 71, 30] Generated Node #0,0: 49:[74, 71, 30] Operation: 77-47=30 Exploring Operation: 77-71=6, Resulting Numbers: [47, 74, 6] Generated Node #0,1: 49:[47, 74, 6] Operation: 77-71=6 Exploring Operation: 77-74=3, Res...
0
hs_4
mult_heuristic
[ 35, 2, 1, 5 ]
85
[ "35-1=34", "34/2=17", "5*17=85" ]
Current State: 85:[35, 2, 1, 5], Operations: [] Exploring Operation: 35-1=34, Resulting Numbers: [2, 5, 34] Generated Node #2: [2, 5, 34] from Operation: 35-1=34 Current State: 85:[2, 5, 34], Operations: ['35-1=34'] Exploring Operation: 34/2=17, Resulting Numbers: [5, 17] Generated Node #3: [5, 17] from Operation: 34/2...
4
Current State: 85:[35, 2, 1, 5], Operations: [] Exploring Operation: 35*2=70, Resulting Numbers: [1, 5, 70] Generated Node #0,0: 85:[1, 5, 70] Operation: 35*2=70 Exploring Operation: 35/5=7, Resulting Numbers: [2, 1, 7] Generated Node #0,1: 85:[2, 1, 7] Operation: 35/5=7 Moving to Node #0,1 Current State: 85:[2, 1, 7],...
0
hs_2
mult_heuristic
[ 82, 37, 64, 57 ]
76
[ "82-37=45", "64+57=121", "121-45=76" ]
Current State: 76:[82, 37, 64, 57], Operations: [] Exploring Operation: 82-37=45, Resulting Numbers: [64, 57, 45] Generated Node #2: [64, 57, 45] from Operation: 82-37=45 Current State: 76:[64, 57, 45], Operations: ['82-37=45'] Exploring Operation: 64+57=121, Resulting Numbers: [45, 121] Generated Node #3: [45, 121] fr...
4
Current State: 76:[82, 37, 64, 57], Operations: [] Exploring Operation: 64-57=7, Resulting Numbers: [82, 37, 7] Generated Node #0,0: 76:[82, 37, 7] Operation: 64-57=7 Exploring Operation: 57-37=20, Resulting Numbers: [82, 64, 20] Generated Node #0,1: 76:[82, 64, 20] Operation: 57-37=20 Exploring Operation: 82-64=18, Re...
0.982639
hs_5
sum_heuristic
[ 4, 48, 42, 27 ]
37
[ "4+48=52", "42-27=15", "52-15=37" ]
Current State: 37:[4, 48, 42, 27], Operations: [] Exploring Operation: 4+48=52, Resulting Numbers: [42, 27, 52] Generated Node #2: [42, 27, 52] from Operation: 4+48=52 Current State: 37:[42, 27, 52], Operations: ['4+48=52'] Exploring Operation: 42-27=15, Resulting Numbers: [52, 15] Generated Node #3: [52, 15] from Oper...
4
Current State: 37:[4, 48, 42, 27], Operations: [] Exploring Operation: 48-4=44, Resulting Numbers: [42, 27, 44] Generated Node #0,0: 37:[42, 27, 44] Operation: 48-4=44 Exploring Operation: 4+48=52, Resulting Numbers: [42, 27, 52] Generated Node #0,1: 37:[42, 27, 52] Operation: 4+48=52 Exploring Operation: 4+27=31, Resu...
0.959201
hs_4
sum_heuristic
[ 32, 32, 62, 32 ]
61
[ "32*62=1984", "1984-32=1952", "1952/32=61" ]
Current State: 61:[32, 32, 62, 32], Operations: [] Exploring Operation: 32*62=1984, Resulting Numbers: [1984] 1984,61 equal: Goal Reached Exploring Operation: 1984-32=1952, Resulting Numbers: [1952] 1952,61 equal: Goal Reached Exploring Operation: 1952/32=61, Resulting Numbers: [61] 61,61 equal: Goal Reached
4
Current State: 61:[32, 32, 62, 32], Operations: [] Exploring Operation: 32+32=64, Resulting Numbers: [62, 32, 64] Generated Node #0,0: 61:[62, 32, 64] Operation: 32+32=64 Exploring Operation: 32+32=64, Resulting Numbers: [32, 62, 64] Generated Node #0,1: 61:[32, 62, 64] Operation: 32+32=64 Moving to Node #0,0 Current S...
0
hs_2
sum_heuristic
[ 15, 59, 2, 66 ]
91
[ "15-2=13", "66-59=7", "13*7=91" ]
Current State: 91:[15, 59, 2, 66], Operations: [] Exploring Operation: 15-2=13, Resulting Numbers: [59, 66, 13] Generated Node #2: [59, 66, 13] from Operation: 15-2=13 Current State: 91:[59, 66, 13], Operations: ['15-2=13'] Exploring Operation: 66-59=7, Resulting Numbers: [13, 7] Generated Node #3: [13, 7] from Operati...
4
Current State: 91:[15, 59, 2, 66], Operations: [] Exploring Operation: 66-59=7, Resulting Numbers: [15, 2, 7] Generated Node #0,0: 91:[15, 2, 7] Operation: 66-59=7 Moving to Node #0,0 Current State: 91:[15, 2, 7], Operations: ['66-59=7'] Exploring Operation: 15-2=13, Resulting Numbers: [7, 13] Generated Node #0,0,0: 91...
0.993924
hs_1
sum_heuristic
[ 43, 31, 55, 44 ]
42
[ "31+55=86", "86/43=2", "44-2=42" ]
Current State: 42:[43, 31, 55, 44], Operations: [] Exploring Operation: 31+55=86, Resulting Numbers: [43, 44, 86] Generated Node #2: [43, 44, 86] from Operation: 31+55=86 Current State: 42:[43, 44, 86], Operations: ['31+55=86'] Exploring Operation: 86/43=2, Resulting Numbers: [44, 2] Generated Node #3: [44, 2] from Ope...
4
Current State: 42:[43, 31, 55, 44], Operations: [] Exploring Operation: 55-31=24, Resulting Numbers: [43, 44, 24] Generated Node #0,0: 42:[43, 44, 24] Operation: 55-31=24 Moving to Node #0,0 Current State: 42:[43, 44, 24], Operations: ['55-31=24'] Exploring Operation: 44-24=20, Resulting Numbers: [43, 20] Generated Nod...
0
hs_1
mult_heuristic
[ 85, 31, 21, 29 ]
43
[ "31-29=2", "21*2=42", "85-42=43" ]
Current State: 43:[85, 31, 21, 29], Operations: [] Exploring Operation: 31-29=2, Resulting Numbers: [85, 21, 2] Generated Node #2: [85, 21, 2] from Operation: 31-29=2 Current State: 43:[85, 21, 2], Operations: ['31-29=2'] Exploring Operation: 21*2=42, Resulting Numbers: [85, 42] Generated Node #3: [85, 42] from Operati...
4
Current State: 43:[85, 31, 21, 29], Operations: [] Exploring Operation: 85-31=54, Resulting Numbers: [21, 29, 54] Generated Node #0,0: 43:[21, 29, 54] Operation: 85-31=54 Exploring Operation: 85-29=56, Resulting Numbers: [31, 21, 56] Generated Node #0,1: 43:[31, 21, 56] Operation: 85-29=56 Exploring Operation: 85-21=64...
0
hs_4
mult_heuristic
[ 43, 35, 4, 13 ]
95
[ "43+35=78", "4+13=17", "78+17=95" ]
Current State: 95:[43, 35, 4, 13], Operations: [] Exploring Operation: 43+35=78, Resulting Numbers: [4, 13, 78] Generated Node #2: [4, 13, 78] from Operation: 43+35=78 Current State: 95:[4, 13, 78], Operations: ['43+35=78'] Exploring Operation: 4+13=17, Resulting Numbers: [78, 17] Generated Node #3: [78, 17] from Opera...
4
Current State: 95:[43, 35, 4, 13], Operations: [] Exploring Operation: 43-13=30, Resulting Numbers: [35, 4, 30] Generated Node #0,0: 95:[35, 4, 30] Operation: 43-13=30 Exploring Operation: 43+35=78, Resulting Numbers: [4, 13, 78] Generated Node #0,1: 95:[4, 13, 78] Operation: 43+35=78 Exploring Operation: 35-13=22, Res...
0.965278
hs_5
sum_heuristic
[ 77, 43, 16, 61 ]
79
[ "77-43=34", "61-16=45", "34+45=79" ]
Current State: 79:[77, 43, 16, 61], Operations: [] Exploring Operation: 77-43=34, Resulting Numbers: [16, 61, 34] Generated Node #2: [16, 61, 34] from Operation: 77-43=34 Current State: 79:[16, 61, 34], Operations: ['77-43=34'] Exploring Operation: 61-16=45, Resulting Numbers: [34, 45] Generated Node #3: [34, 45] from ...
4
Current State: 79:[77, 43, 16, 61], Operations: [] Exploring Operation: 16+61=77, Resulting Numbers: [77, 43, 77] Generated Node #0,0: 79:[77, 43, 77] Operation: 16+61=77 Exploring Operation: 43+16=59, Resulting Numbers: [77, 61, 59] Generated Node #0,1: 79:[77, 61, 59] Operation: 43+16=59 Moving to Node #0,0 Current S...
0
hs_2
sum_heuristic
[ 63, 24, 36, 43 ]
85
[ "63*24=1512", "1512/36=42", "43+42=85" ]
Current State: 85:[63, 24, 36, 43], Operations: [] Exploring Operation: 63*24=1512, Resulting Numbers: [36, 43, 1512] Generated Node #2: [36, 43, 1512] from Operation: 63*24=1512 Current State: 85:[36, 43, 1512], Operations: ['63*24=1512'] Exploring Operation: 1512/36=42, Resulting Numbers: [43, 42] Generated Node #3: ...
4
Current State: 85:[63, 24, 36, 43], Operations: [] Exploring Operation: 43-36=7, Resulting Numbers: [63, 24, 7] Generated Node #0,0: 85:[63, 24, 7] Operation: 43-36=7 Exploring Operation: 63-43=20, Resulting Numbers: [24, 36, 20] Generated Node #0,1: 85:[24, 36, 20] Operation: 63-43=20 Exploring Operation: 36+43=79, Re...
0
hs_3
sum_heuristic
[ 53, 64, 77, 61 ]
27
[ "64-53=11", "77-61=16", "11+16=27" ]
Current State: 27:[53, 64, 77, 61], Operations: [] Exploring Operation: 64-53=11, Resulting Numbers: [77, 61, 11] Generated Node #2: [77, 61, 11] from Operation: 64-53=11 Current State: 27:[77, 61, 11], Operations: ['64-53=11'] Exploring Operation: 77-61=16, Resulting Numbers: [11, 16] Generated Node #3: [11, 16] from ...
4
Current State: 27:[53, 64, 77, 61], Operations: [] Exploring Operation: 77-64=13, Resulting Numbers: [53, 61, 13] Generated Node #0,0: 27:[53, 61, 13] Operation: 77-64=13 Moving to Node #0,0 Current State: 27:[53, 61, 13], Operations: ['77-64=13'] Exploring Operation: 61-53=8, Resulting Numbers: [13, 8] Generated Node ...
0
hs_1
sum_heuristic
[ 83, 30, 15, 44 ]
24
[ "83-30=53", "44-15=29", "53-29=24" ]
Current State: 24:[83, 30, 15, 44], Operations: [] Exploring Operation: 83-30=53, Resulting Numbers: [15, 44, 53] Generated Node #2: [15, 44, 53] from Operation: 83-30=53 Current State: 24:[15, 44, 53], Operations: ['83-30=53'] Exploring Operation: 44-15=29, Resulting Numbers: [53, 29] Generated Node #3: [53, 29] from ...
4
Current State: 24:[83, 30, 15, 44], Operations: [] Exploring Operation: 44-15=29, Resulting Numbers: [83, 30, 29] Generated Node #0,0: 24:[83, 30, 29] Operation: 44-15=29 Exploring Operation: 83-15=68, Resulting Numbers: [30, 44, 68] Generated Node #0,1: 24:[30, 44, 68] Operation: 83-15=68 Exploring Operation: 83-30=53...
0.986111
hs_5
sum_heuristic
[ 7, 55, 58, 54 ]
50
[ "7+55=62", "58+54=112", "112-62=50" ]
Current State: 50:[7, 55, 58, 54], Operations: [] Exploring Operation: 7+55=62, Resulting Numbers: [58, 54, 62] Generated Node #2: [58, 54, 62] from Operation: 7+55=62 Current State: 50:[58, 54, 62], Operations: ['7+55=62'] Exploring Operation: 58+54=112, Resulting Numbers: [62, 112] Generated Node #3: [62, 112] from O...
4
Current State: 50:[7, 55, 58, 54], Operations: [] Exploring Operation: 58-55=3, Resulting Numbers: [7, 54, 3] Generated Node #0,0: 50:[7, 54, 3] Operation: 58-55=3 Start Sub Search at level 1: Moving to Node #0,0 Current State: 50:[7, 54, 3], Operations: ['58-55=3'] Exploring Operation: 54-3=51, Resulting Numbers: [7, ...
0
hs_1
sum_heuristic
[ 9, 40, 90, 58 ]
92
[ "58-40=18", "18/9=2", "90+2=92" ]
Current State: 92:[9, 40, 90, 58], Operations: [] Exploring Operation: 58-40=18, Resulting Numbers: [9, 90, 18] Generated Node #2: [9, 90, 18] from Operation: 58-40=18 Current State: 92:[9, 90, 18], Operations: ['58-40=18'] Exploring Operation: 18/9=2, Resulting Numbers: [90, 2] Generated Node #3: [90, 2] from Operatio...
4
Current State: 92:[9, 40, 90, 58], Operations: [] Exploring Operation: 40+58=98, Resulting Numbers: [9, 90, 98] Generated Node #0,0: 92:[9, 90, 98] Operation: 40+58=98 Exploring Operation: 58-9=49, Resulting Numbers: [40, 90, 49] Generated Node #0,1: 92:[40, 90, 49] Operation: 58-9=49 Exploring Operation: 58-40=18, Res...
0.985243
hs_3
mult_heuristic
[ 34, 64, 60, 93 ]
65
[ "34+64=98", "93-60=33", "98-33=65" ]
Current State: 65:[34, 64, 60, 93], Operations: [] Exploring Operation: 34+64=98, Resulting Numbers: [60, 93, 98] Generated Node #2: [60, 93, 98] from Operation: 34+64=98 Current State: 65:[60, 93, 98], Operations: ['34+64=98'] Exploring Operation: 93-60=33, Resulting Numbers: [98, 33] Generated Node #3: [98, 33] from ...
4
Current State: 65:[34, 64, 60, 93], Operations: [] Exploring Operation: 93-34=59, Resulting Numbers: [64, 60, 59] Generated Node #0,0: 65:[64, 60, 59] Operation: 93-34=59 Exploring Operation: 60-34=26, Resulting Numbers: [64, 93, 26] Generated Node #0,1: 65:[64, 93, 26] Operation: 60-34=26 Moving to Node #0,0 Current S...
0.988715
hs_2
mult_heuristic
[ 49, 3, 17, 2 ]
12
[ "49-3=46", "17*2=34", "46-34=12" ]
Current State: 12:[49, 3, 17, 2], Operations: [] Exploring Operation: 49-3=46, Resulting Numbers: [17, 2, 46] Generated Node #2: [17, 2, 46] from Operation: 49-3=46 Current State: 12:[17, 2, 46], Operations: ['49-3=46'] Exploring Operation: 17*2=34, Resulting Numbers: [46, 34] Generated Node #3: [46, 34] from Operation...
4
Current State: 12:[49, 3, 17, 2], Operations: [] Exploring Operation: 49-17=32, Resulting Numbers: [3, 2, 32] Generated Node #0,0: 12:[3, 2, 32] Operation: 49-17=32 Exploring Operation: 17-3=14, Resulting Numbers: [49, 2, 14] Generated Node #0,1: 12:[49, 2, 14] Operation: 17-3=14 Exploring Operation: 49-3=46, Resulting...
0
hs_3
mult_heuristic
[ 2, 69, 6, 90 ]
33
[ "2*6=12", "90-69=21", "12+21=33" ]
Current State: 33:[2, 69, 6, 90], Operations: [] Exploring Operation: 2*6=12, Resulting Numbers: [69, 90, 12] Generated Node #2: [69, 90, 12] from Operation: 2*6=12 Current State: 33:[69, 90, 12], Operations: ['2*6=12'] Exploring Operation: 90-69=21, Resulting Numbers: [12, 21] Generated Node #3: [12, 21] from Operatio...
4
Current State: 33:[2, 69, 6, 90], Operations: [] Exploring Operation: 90-69=21, Resulting Numbers: [2, 6, 21] Generated Node #0,0: 33:[2, 6, 21] Operation: 90-69=21 Exploring Operation: 90/6=15, Resulting Numbers: [2, 69, 15] Generated Node #0,1: 33:[2, 69, 15] Operation: 90/6=15 Exploring Operation: 90/2=45, Resulting...
0.978299
hs_5
sum_heuristic
[ 4, 41, 87, 21 ]
38
[ "4*21=84", "87-41=46", "84-46=38" ]
Current State: 38:[4, 41, 87, 21], Operations: [] Exploring Operation: 4*21=84, Resulting Numbers: [41, 87, 84] Generated Node #2: [41, 87, 84] from Operation: 4*21=84 Current State: 38:[41, 87, 84], Operations: ['4*21=84'] Exploring Operation: 87-41=46, Resulting Numbers: [84, 46] Generated Node #3: [84, 46] from Oper...
4
Current State: 38:[4, 41, 87, 21], Operations: [] Exploring Operation: 87-41=46, Resulting Numbers: [4, 21, 46] Generated Node #0,0: 38:[4, 21, 46] Operation: 87-41=46 Moving to Node #0,0 Current State: 38:[4, 21, 46], Operations: ['87-41=46'] Exploring Operation: 46-4=42, Resulting Numbers: [21, 42] Generated Node #0,...
0
hs_1
sum_heuristic
[ 57, 33, 43, 24 ]
71
[ "57+33=90", "43-24=19", "90-19=71" ]
Current State: 71:[57, 33, 43, 24], Operations: [] Exploring Operation: 57+33=90, Resulting Numbers: [43, 24, 90] Generated Node #2: [43, 24, 90] from Operation: 57+33=90 Current State: 71:[43, 24, 90], Operations: ['57+33=90'] Exploring Operation: 43-24=19, Resulting Numbers: [90, 19] Generated Node #3: [90, 19] from ...
4
Current State: 71:[57, 33, 43, 24], Operations: [] Exploring Operation: 33+43=76, Resulting Numbers: [57, 24, 76] Generated Node #0,0: 71:[57, 24, 76] Operation: 33+43=76 Exploring Operation: 33+24=57, Resulting Numbers: [57, 43, 57] Generated Node #0,1: 71:[57, 43, 57] Operation: 33+24=57 Exploring Operation: 43+24=67...
0.984375
hs_3
mult_heuristic
[ 74, 19, 97, 91 ]
87
[ "74+19=93", "97-91=6", "93-6=87" ]
Current State: 87:[74, 19, 97, 91], Operations: [] Exploring Operation: 74+19=93, Resulting Numbers: [97, 91, 93] Generated Node #2: [97, 91, 93] from Operation: 74+19=93 Current State: 87:[97, 91, 93], Operations: ['74+19=93'] Exploring Operation: 97-91=6, Resulting Numbers: [93, 6] Generated Node #3: [93, 6] from Ope...
4
Current State: 87:[74, 19, 97, 91], Operations: [] Exploring Operation: 74+19=93, Resulting Numbers: [97, 91, 93] Generated Node #0,0: 87:[97, 91, 93] Operation: 74+19=93 Exploring Operation: 97-91=6, Resulting Numbers: [74, 19, 6] Generated Node #0,1: 87:[74, 19, 6] Operation: 97-91=6 Exploring Operation: 97-19=78, Re...
0.986979
hs_5
mult_heuristic
[ 15, 96, 30, 32 ]
19
[ "96-15=81", "30+32=62", "81-62=19" ]
Current State: 19:[15, 96, 30, 32], Operations: [] Exploring Operation: 96-15=81, Resulting Numbers: [30, 32, 81] Generated Node #2: [30, 32, 81] from Operation: 96-15=81 Current State: 19:[30, 32, 81], Operations: ['96-15=81'] Exploring Operation: 30+32=62, Resulting Numbers: [81, 62] Generated Node #3: [81, 62] from ...
4
Current State: 19:[15, 96, 30, 32], Operations: [] Exploring Operation: 96-30=66, Resulting Numbers: [15, 32, 66] Generated Node #0,0: 19:[15, 32, 66] Operation: 96-30=66 Exploring Operation: 96/32=3, Resulting Numbers: [15, 30, 3] Generated Node #0,1: 19:[15, 30, 3] Operation: 96/32=3 Exploring Operation: 32-15=17, Re...
0.96875
hs_5
sum_heuristic
[ 7, 56, 84, 21 ]
23
[ "84/7=12", "56-21=35", "35-12=23" ]
Current State: 23:[7, 56, 84, 21], Operations: [] Exploring Operation: 84/7=12, Resulting Numbers: [56, 21, 12] Generated Node #2: [56, 21, 12] from Operation: 84/7=12 Current State: 23:[56, 21, 12], Operations: ['84/7=12'] Exploring Operation: 56-21=35, Resulting Numbers: [12, 35] Generated Node #3: [12, 35] from Oper...
4
Current State: 23:[7, 56, 84, 21], Operations: [] Exploring Operation: 56-7=49, Resulting Numbers: [84, 21, 49] Generated Node #0,0: 23:[84, 21, 49] Operation: 56-7=49 Exploring Operation: 84/7=12, Resulting Numbers: [56, 21, 12] Generated Node #0,1: 23:[56, 21, 12] Operation: 84/7=12 Exploring Operation: 84/21=4, Resu...
0.967014
hs_5
sum_heuristic
[ 88, 8, 85, 40 ]
56
[ "88/8=11", "85-40=45", "11+45=56" ]
Current State: 56:[88, 8, 85, 40], Operations: [] Exploring Operation: 88/8=11, Resulting Numbers: [85, 40, 11] Generated Node #2: [85, 40, 11] from Operation: 88/8=11 Current State: 56:[85, 40, 11], Operations: ['88/8=11'] Exploring Operation: 85-40=45, Resulting Numbers: [11, 45] Generated Node #3: [11, 45] from Oper...
4
Current State: 56:[88, 8, 85, 40], Operations: [] Exploring Operation: 88-85=3, Resulting Numbers: [8, 40, 3] Generated Node #0,0: 56:[8, 40, 3] Operation: 88-85=3 Exploring Operation: 85-40=45, Resulting Numbers: [88, 8, 45] Generated Node #0,1: 56:[88, 8, 45] Operation: 85-40=45 Exploring Operation: 88-40=48, Resulti...
0.972222
hs_3
mult_heuristic
[ 51, 84, 90, 74 ]
17
[ "84-51=33", "90-74=16", "33-16=17" ]
Current State: 17:[51, 84, 90, 74], Operations: [] Exploring Operation: 84-51=33, Resulting Numbers: [90, 74, 33] Generated Node #2: [90, 74, 33] from Operation: 84-51=33 Current State: 17:[90, 74, 33], Operations: ['84-51=33'] Exploring Operation: 90-74=16, Resulting Numbers: [33, 16] Generated Node #3: [33, 16] from ...
4
Current State: 17:[51, 84, 90, 74], Operations: [] Exploring Operation: 90-74=16, Resulting Numbers: [51, 84, 16] Generated Node #0,0: 17:[51, 84, 16] Operation: 90-74=16 Exploring Operation: 90-84=6, Resulting Numbers: [51, 74, 6] Generated Node #0,1: 17:[51, 74, 6] Operation: 90-84=6 Start Sub Search at level 1: Movi...
0.991319
hs_2
sum_heuristic
[ 9, 30, 36, 5 ]
31
[ "36/9=4", "30+5=35", "35-4=31" ]
Current State: 31:[9, 30, 36, 5], Operations: [] Exploring Operation: 36/9=4, Resulting Numbers: [30, 5, 4] Generated Node #2: [30, 5, 4] from Operation: 36/9=4 Current State: 31:[30, 5, 4], Operations: ['36/9=4'] Exploring Operation: 30+5=35, Resulting Numbers: [4, 35] Generated Node #3: [4, 35] from Operation: 30+5=3...
4
Current State: 31:[9, 30, 36, 5], Operations: [] Exploring Operation: 9+5=14, Resulting Numbers: [30, 36, 14] Generated Node #0,0: 31:[30, 36, 14] Operation: 9+5=14 Exploring Operation: 9*5=45, Resulting Numbers: [30, 36, 45] Generated Node #0,1: 31:[30, 36, 45] Operation: 9*5=45 Start Sub Search at level 1: Moving to ...
0
hs_2
mult_heuristic
[ 6, 77, 24, 4 ]
65
[ "77-6=71", "24/4=6", "71-6=65" ]
Current State: 65:[6, 77, 24, 4], Operations: [] Exploring Operation: 77-6=71, Resulting Numbers: [24, 4, 71] Generated Node #2: [24, 4, 71] from Operation: 77-6=71 Current State: 65:[24, 4, 71], Operations: ['77-6=71'] Exploring Operation: 24/4=6, Resulting Numbers: [71, 6] Generated Node #3: [71, 6] from Operation: 2...
4
Current State: 65:[6, 77, 24, 4], Operations: [] Exploring Operation: 24/4=6, Resulting Numbers: [6, 77, 6] Generated Node #0,0: 65:[6, 77, 6] Operation: 24/4=6 Exploring Operation: 24-6=18, Resulting Numbers: [77, 4, 18] Generated Node #0,1: 65:[77, 4, 18] Operation: 24-6=18 Exploring Operation: 77-24=53, Resulting Nu...
0.986111
hs_5
mult_heuristic
[ 22, 33, 88, 43 ]
89
[ "88/22=4", "33*4=132", "132-43=89" ]
Current State: 89:[22, 33, 88, 43], Operations: [] Exploring Operation: 88/22=4, Resulting Numbers: [33, 43, 4] Generated Node #2: [33, 43, 4] from Operation: 88/22=4 Current State: 89:[33, 43, 4], Operations: ['88/22=4'] Exploring Operation: 33*4=132, Resulting Numbers: [43, 132] Generated Node #3: [43, 132] from Oper...
4
Current State: 89:[22, 33, 88, 43], Operations: [] Exploring Operation: 22+88=110, Resulting Numbers: [33, 43, 110] Generated Node #0,0: 89:[33, 43, 110] Operation: 22+88=110 Exploring Operation: 33-22=11, Resulting Numbers: [88, 43, 11] Generated Node #0,1: 89:[88, 43, 11] Operation: 33-22=11 Exploring Operation: 22+4...
0
hs_5
mult_heuristic
[ 87, 68, 78, 8 ]
74
[ "87-68=19", "8*19=152", "152-78=74" ]
Current State: 74:[87, 68, 78, 8], Operations: [] Exploring Operation: 87-68=19, Resulting Numbers: [78, 8, 19] Generated Node #2: [78, 8, 19] from Operation: 87-68=19 Current State: 74:[78, 8, 19], Operations: ['87-68=19'] Exploring Operation: 8*19=152, Resulting Numbers: [78, 152] Generated Node #3: [78, 152] from Op...
4
Current State: 74:[87, 68, 78, 8], Operations: [] Exploring Operation: 87-8=79, Resulting Numbers: [68, 78, 79] Generated Node #0,0: 74:[68, 78, 79] Operation: 87-8=79 Moving to Node #0,0 Current State: 74:[68, 78, 79], Operations: ['87-8=79'] Exploring Operation: 79-78=1, Resulting Numbers: [68, 1] Generated Node #0,0...
0
hs_1
mult_heuristic
[ 28, 97, 30, 1 ]
39
[ "97-28=69", "30*1=30", "69-30=39" ]
Current State: 39:[28, 97, 30, 1], Operations: [] Exploring Operation: 97-28=69, Resulting Numbers: [30, 1, 69] Generated Node #2: [30, 1, 69] from Operation: 97-28=69 Current State: 39:[30, 1, 69], Operations: ['97-28=69'] Exploring Operation: 30*1=30, Resulting Numbers: [69, 30] Generated Node #3: [69, 30] from Opera...
4
Current State: 39:[28, 97, 30, 1], Operations: [] Exploring Operation: 97-28=69, Resulting Numbers: [30, 1, 69] Generated Node #0,0: 39:[30, 1, 69] Operation: 97-28=69 Start Sub Search at level 1: Moving to Node #0,0 Current State: 39:[30, 1, 69], Operations: ['97-28=69'] Exploring Operation: 69-30=39, Resulting Number...
0.993924
hs_1
sum_heuristic
[ 32, 98, 64, 65 ]
62
[ "32+98=130", "130/65=2", "64-2=62" ]
Current State: 62:[32, 98, 64, 65], Operations: [] Exploring Operation: 32+98=130, Resulting Numbers: [64, 65, 130] Generated Node #2: [64, 65, 130] from Operation: 32+98=130 Current State: 62:[64, 65, 130], Operations: ['32+98=130'] Exploring Operation: 130/65=2, Resulting Numbers: [64, 2] Generated Node #3: [64, 2] f...
4
Current State: 62:[32, 98, 64, 65], Operations: [] Exploring Operation: 98-65=33, Resulting Numbers: [32, 64, 33] Generated Node #0,0: 62:[32, 64, 33] Operation: 98-65=33 Exploring Operation: 98-64=34, Resulting Numbers: [32, 65, 34] Generated Node #0,1: 62:[32, 65, 34] Operation: 98-64=34 Exploring Operation: 65-64=1,...
0
hs_4
mult_heuristic
[ 3, 5, 16, 74 ]
53
[ "5-3=2", "74/2=37", "16+37=53" ]
Current State: 53:[3, 5, 16, 74], Operations: [] Exploring Operation: 5-3=2, Resulting Numbers: [16, 74, 2] Generated Node #2: [16, 74, 2] from Operation: 5-3=2 Current State: 53:[16, 74, 2], Operations: ['5-3=2'] Exploring Operation: 74/2=37, Resulting Numbers: [16, 37] Generated Node #3: [16, 37] from Operation: 74/2...
4
Current State: 53:[3, 5, 16, 74], Operations: [] Exploring Operation: 3+5=8, Resulting Numbers: [16, 74, 8] Generated Node #0,0: 53:[16, 74, 8] Operation: 3+5=8 Exploring Operation: 3+16=19, Resulting Numbers: [5, 74, 19] Generated Node #0,1: 53:[5, 74, 19] Operation: 3+16=19 Exploring Operation: 5*16=80, Resulting Num...
0
hs_5
sum_heuristic
[ 6, 68, 81, 13 ]
20
[ "6+68=74", "81+13=94", "94-74=20" ]
Current State: 20:[6, 68, 81, 13], Operations: [] Exploring Operation: 6+68=74, Resulting Numbers: [81, 13, 74] Generated Node #2: [81, 13, 74] from Operation: 6+68=74 Current State: 20:[81, 13, 74], Operations: ['6+68=74'] Exploring Operation: 81+13=94, Resulting Numbers: [74, 94] Generated Node #3: [74, 94] from Oper...
4
Current State: 20:[6, 68, 81, 13], Operations: [] Exploring Operation: 68-6=62, Resulting Numbers: [81, 13, 62] Generated Node #0,0: 20:[81, 13, 62] Operation: 68-6=62 Exploring Operation: 68-13=55, Resulting Numbers: [6, 81, 55] Generated Node #0,1: 20:[6, 81, 55] Operation: 68-13=55 Exploring Operation: 81-13=68, Res...
0.97309
hs_4
sum_heuristic
[ 60, 66, 33, 46 ]
32
[ "66/33=2", "46*2=92", "92-60=32" ]
Current State: 32:[60, 66, 33, 46], Operations: [] Exploring Operation: 66/33=2, Resulting Numbers: [60, 46, 2] Generated Node #2: [60, 46, 2] from Operation: 66/33=2 Current State: 32:[60, 46, 2], Operations: ['66/33=2'] Exploring Operation: 46*2=92, Resulting Numbers: [60, 92] Generated Node #3: [60, 92] from Operati...
4
Current State: 32:[60, 66, 33, 46], Operations: [] Exploring Operation: 66-60=6, Resulting Numbers: [33, 46, 6] Generated Node #0,0: 32:[33, 46, 6] Operation: 66-60=6 Exploring Operation: 66-46=20, Resulting Numbers: [60, 33, 20] Generated Node #0,1: 32:[60, 33, 20] Operation: 66-46=20 Moving to Node #0,0 Current State...
0
hs_2
sum_heuristic
[ 56, 80, 3, 22 ]
22
[ "56-22=34", "3*34=102", "102-80=22" ]
Current State: 22:[56, 80, 3, 22], Operations: [] Exploring Operation: 56-22=34, Resulting Numbers: [80, 3, 34] Generated Node #2: [80, 3, 34] from Operation: 56-22=34 Current State: 22:[80, 3, 34], Operations: ['56-22=34'] Exploring Operation: 3*34=102, Resulting Numbers: [80, 102] Generated Node #3: [80, 102] from Op...
4
Current State: 22:[56, 80, 3, 22], Operations: [] Exploring Operation: 56-22=34, Resulting Numbers: [80, 3, 34] Generated Node #0,0: 22:[80, 3, 34] Operation: 56-22=34 Exploring Operation: 80-56=24, Resulting Numbers: [3, 22, 24] Generated Node #0,1: 22:[3, 22, 24] Operation: 80-56=24 Moving to Node #0,1 Current State:...
0
hs_2
mult_heuristic
[ 24, 41, 64, 8 ]
46
[ "64-24=40", "40/8=5", "41+5=46" ]
Current State: 46:[24, 41, 64, 8], Operations: [] Exploring Operation: 64-24=40, Resulting Numbers: [41, 8, 40] Generated Node #2: [41, 8, 40] from Operation: 64-24=40 Current State: 46:[41, 8, 40], Operations: ['64-24=40'] Exploring Operation: 40/8=5, Resulting Numbers: [41, 5] Generated Node #3: [41, 5] from Operatio...
4
Current State: 46:[24, 41, 64, 8], Operations: [] Exploring Operation: 41+8=49, Resulting Numbers: [24, 64, 49] Generated Node #0,0: 46:[24, 64, 49] Operation: 41+8=49 Exploring Operation: 64-24=40, Resulting Numbers: [41, 8, 40] Generated Node #0,1: 46:[41, 8, 40] Operation: 64-24=40 Exploring Operation: 64-8=56, Resu...
0.927951
hs_5
sum_heuristic
[ 24, 40, 9, 34 ]
27
[ "40-24=16", "9+34=43", "43-16=27" ]
Current State: 27:[24, 40, 9, 34], Operations: [] Exploring Operation: 40-24=16, Resulting Numbers: [9, 34, 16] Generated Node #2: [9, 34, 16] from Operation: 40-24=16 Current State: 27:[9, 34, 16], Operations: ['40-24=16'] Exploring Operation: 9+34=43, Resulting Numbers: [16, 43] Generated Node #3: [16, 43] from Opera...
4
Current State: 27:[24, 40, 9, 34], Operations: [] Exploring Operation: 40-34=6, Resulting Numbers: [24, 9, 6] Generated Node #0,0: 27:[24, 9, 6] Operation: 40-34=6 Start Sub Search at level 1: Moving to Node #0,0 Current State: 27:[24, 9, 6], Operations: ['40-34=6'] Exploring Operation: 24/6=4, Resulting Numbers: [9, 4...
0
hs_1
sum_heuristic
[ 82, 95, 60, 82 ]
36
[ "82/82=1", "95-60=35", "1+35=36" ]
Current State: 36:[82, 95, 60, 82], Operations: [] Exploring Operation: 82/82=1, Resulting Numbers: [95, 60, 1] Generated Node #2: [95, 60, 1] from Operation: 82/82=1 Current State: 36:[95, 60, 1], Operations: ['82/82=1'] Exploring Operation: 95-60=35, Resulting Numbers: [1, 35] Generated Node #3: [1, 35] from Operatio...
4
Current State: 36:[82, 95, 60, 82], Operations: [] Exploring Operation: 82/82=1, Resulting Numbers: [95, 60, 1] Generated Node #0,0: 36:[95, 60, 1] Operation: 82/82=1 Exploring Operation: 95-82=13, Resulting Numbers: [82, 60, 13] Generated Node #0,1: 36:[82, 60, 13] Operation: 95-82=13 Exploring Operation: 82-82=0, Res...
0.950521
hs_5
mult_heuristic
[ 10, 85, 70, 53 ]
78
[ "10+85=95", "70-53=17", "95-17=78" ]
Current State: 78:[10, 85, 70, 53], Operations: [] Exploring Operation: 10+85=95, Resulting Numbers: [70, 53, 95] Generated Node #2: [70, 53, 95] from Operation: 10+85=95 Current State: 78:[70, 53, 95], Operations: ['10+85=95'] Exploring Operation: 70-53=17, Resulting Numbers: [95, 17] Generated Node #3: [95, 17] from ...
4
Current State: 78:[10, 85, 70, 53], Operations: [] Exploring Operation: 70-53=17, Resulting Numbers: [10, 85, 17] Generated Node #0,0: 78:[10, 85, 17] Operation: 70-53=17 Moving to Node #0,0 Current State: 78:[10, 85, 17], Operations: ['70-53=17'] Exploring Operation: 85/17=5, Resulting Numbers: [10, 5] Generated Node ...
0
hs_1
sum_heuristic
[ 6, 20, 6, 30 ]
50
[ "6+20=26", "30-6=24", "26+24=50" ]
Current State: 50:[6, 20, 6, 30], Operations: [] Exploring Operation: 6+20=26, Resulting Numbers: [30, 26] Generated Node #2: [30, 26] from Operation: 6+20=26 Current State: 50:[30, 26], Operations: ['6+20=26'] Exploring Operation: 30-6=24, Resulting Numbers: [26, 24] Generated Node #3: [26, 24] from Operation: 30-6=24...
4
Current State: 50:[6, 20, 6, 30], Operations: [] Exploring Operation: 6+20=26, Resulting Numbers: [6, 30, 26] Generated Node #0,0: 50:[6, 30, 26] Operation: 6+20=26 Exploring Operation: 30-20=10, Resulting Numbers: [6, 6, 10] Generated Node #0,1: 50:[6, 6, 10] Operation: 30-20=10 Exploring Operation: 30/6=5, Resulting ...
0.96875
hs_5
mult_heuristic
[ 34, 49, 68, 20 ]
63
[ "49-34=15", "68-20=48", "15+48=63" ]
Current State: 63:[34, 49, 68, 20], Operations: [] Exploring Operation: 49-34=15, Resulting Numbers: [68, 20, 15] Generated Node #2: [68, 20, 15] from Operation: 49-34=15 Current State: 63:[68, 20, 15], Operations: ['49-34=15'] Exploring Operation: 68-20=48, Resulting Numbers: [15, 48] Generated Node #3: [15, 48] from ...
4
Current State: 63:[34, 49, 68, 20], Operations: [] Exploring Operation: 68-49=19, Resulting Numbers: [34, 20, 19] Generated Node #0,0: 63:[34, 20, 19] Operation: 68-49=19 Exploring Operation: 49-34=15, Resulting Numbers: [68, 20, 15] Generated Node #0,1: 63:[68, 20, 15] Operation: 49-34=15 Exploring Operation: 68/34=2,...
0.988715
hs_3
sum_heuristic
[ 47, 52, 75, 43 ]
19
[ "47+52=99", "75+43=118", "118-99=19" ]
Current State: 19:[47, 52, 75, 43], Operations: [] Exploring Operation: 47+52=99, Resulting Numbers: [75, 43, 99] Generated Node #2: [75, 43, 99] from Operation: 47+52=99 Current State: 19:[75, 43, 99], Operations: ['47+52=99'] Exploring Operation: 75+43=118, Resulting Numbers: [99, 118] Generated Node #3: [99, 118] fr...
4
Current State: 19:[47, 52, 75, 43], Operations: [] Exploring Operation: 52-43=9, Resulting Numbers: [47, 75, 9] Generated Node #0,0: 19:[47, 75, 9] Operation: 52-43=9 Exploring Operation: 75-43=32, Resulting Numbers: [47, 52, 32] Generated Node #0,1: 19:[47, 52, 32] Operation: 75-43=32 Exploring Operation: 75-52=23, Re...
0.980903
hs_5
sum_heuristic
[ 38, 64, 10, 85 ]
27
[ "38+64=102", "85-10=75", "102-75=27" ]
Current State: 27:[38, 64, 10, 85], Operations: [] Exploring Operation: 38+64=102, Resulting Numbers: [10, 85, 102] Generated Node #2: [10, 85, 102] from Operation: 38+64=102 Current State: 27:[10, 85, 102], Operations: ['38+64=102'] Exploring Operation: 85-10=75, Resulting Numbers: [102, 75] Generated Node #3: [102, 7...
4
Current State: 27:[38, 64, 10, 85], Operations: [] Exploring Operation: 85-38=47, Resulting Numbers: [64, 10, 47] Generated Node #0,0: 27:[64, 10, 47] Operation: 85-38=47 Exploring Operation: 64-38=26, Resulting Numbers: [10, 85, 26] Generated Node #0,1: 27:[10, 85, 26] Operation: 64-38=26 Exploring Operation: 85-64=21...
0.986111
hs_3
sum_heuristic
[ 58, 54, 4, 57 ]
51
[ "58+54=112", "4+57=61", "112-61=51" ]
Current State: 51:[58, 54, 4, 57], Operations: [] Exploring Operation: 58+54=112, Resulting Numbers: [4, 57, 112] Generated Node #2: [4, 57, 112] from Operation: 58+54=112 Current State: 51:[4, 57, 112], Operations: ['58+54=112'] Exploring Operation: 4+57=61, Resulting Numbers: [112, 61] Generated Node #3: [112, 61] fr...
4
Current State: 51:[58, 54, 4, 57], Operations: [] Exploring Operation: 57-54=3, Resulting Numbers: [58, 4, 3] Generated Node #0,0: 51:[58, 4, 3] Operation: 57-54=3 Exploring Operation: 58-4=54, Resulting Numbers: [54, 57, 54] Generated Node #0,1: 51:[54, 57, 54] Operation: 58-4=54 Exploring Operation: 58-57=1, Resultin...
0.984375
hs_5
mult_heuristic
[ 14, 21, 83, 46 ]
14
[ "83-14=69", "21*46=966", "966/69=14" ]
Current State: 14:[14, 21, 83, 46], Operations: [] Exploring Operation: 83-14=69, Resulting Numbers: [21, 46, 69] Generated Node #2: [21, 46, 69] from Operation: 83-14=69 Current State: 14:[21, 46, 69], Operations: ['83-14=69'] Exploring Operation: 21*46=966, Resulting Numbers: [69, 966] Generated Node #3: [69, 966] fr...
4
Current State: 14:[14, 21, 83, 46], Operations: [] Exploring Operation: 83-21=62, Resulting Numbers: [14, 46, 62] Generated Node #0,0: 14:[14, 46, 62] Operation: 83-21=62 Exploring Operation: 46-21=25, Resulting Numbers: [14, 83, 25] Generated Node #0,1: 14:[14, 83, 25] Operation: 46-21=25 Exploring Operation: 83-46=37...
0
hs_3
sum_heuristic
[ 51, 10, 49, 67 ]
72
[ "51-49=2", "10/2=5", "67+5=72" ]
Current State: 72:[51, 10, 49, 67], Operations: [] Exploring Operation: 51-49=2, Resulting Numbers: [10, 67, 2] Generated Node #2: [10, 67, 2] from Operation: 51-49=2 Current State: 72:[10, 67, 2], Operations: ['51-49=2'] Exploring Operation: 10/2=5, Resulting Numbers: [67, 5] Generated Node #3: [67, 5] from Operation:...
4
Current State: 72:[51, 10, 49, 67], Operations: [] Exploring Operation: 67-51=16, Resulting Numbers: [10, 49, 16] Generated Node #0,0: 72:[10, 49, 16] Operation: 67-51=16 Exploring Operation: 51-49=2, Resulting Numbers: [10, 67, 2] Generated Node #0,1: 72:[10, 67, 2] Operation: 51-49=2 Start Sub Search at level 1: Movi...
0
hs_2
mult_heuristic
[ 8, 54, 61, 20 ]
45
[ "8*20=160", "54+61=115", "160-115=45" ]
Current State: 45:[8, 54, 61, 20], Operations: [] Exploring Operation: 8*20=160, Resulting Numbers: [54, 61, 160] Generated Node #2: [54, 61, 160] from Operation: 8*20=160 Current State: 45:[54, 61, 160], Operations: ['8*20=160'] Exploring Operation: 54+61=115, Resulting Numbers: [160, 115] Generated Node #3: [160, 115...
4
Current State: 45:[8, 54, 61, 20], Operations: [] Exploring Operation: 61-54=7, Resulting Numbers: [8, 20, 7] Generated Node #0,0: 45:[8, 20, 7] Operation: 61-54=7 Exploring Operation: 61-20=41, Resulting Numbers: [8, 54, 41] Generated Node #0,1: 45:[8, 54, 41] Operation: 61-20=41 Exploring Operation: 54-8=46, Resultin...
0
hs_3
mult_heuristic
[ 59, 1, 4, 10 ]
61
[ "1+4=5", "10/5=2", "59+2=61" ]
Current State: 61:[59, 1, 4, 10], Operations: [] Exploring Operation: 1+4=5, Resulting Numbers: [59, 10, 5] Generated Node #2: [59, 10, 5] from Operation: 1+4=5 Current State: 61:[59, 10, 5], Operations: ['1+4=5'] Exploring Operation: 10/5=2, Resulting Numbers: [59, 2] Generated Node #3: [59, 2] from Operation: 10/5=2 ...
4
Current State: 61:[59, 1, 4, 10], Operations: [] Exploring Operation: 1+10=11, Resulting Numbers: [59, 4, 11] Generated Node #0,0: 61:[59, 4, 11] Operation: 1+10=11 Exploring Operation: 59+1=60, Resulting Numbers: [4, 10, 60] Generated Node #0,1: 61:[4, 10, 60] Operation: 59+1=60 Exploring Operation: 1+4=5, Resulting N...
0
hs_4
mult_heuristic
[ 97, 69, 91, 1 ]
74
[ "97+69=166", "91+1=92", "166-92=74" ]
Current State: 74:[97, 69, 91, 1], Operations: [] Exploring Operation: 97+69=166, Resulting Numbers: [91, 1, 166] Generated Node #2: [91, 1, 166] from Operation: 97+69=166 Current State: 74:[91, 1, 166], Operations: ['97+69=166'] Exploring Operation: 91+1=92, Resulting Numbers: [166, 92] Generated Node #3: [166, 92] fr...
4
Current State: 74:[97, 69, 91, 1], Operations: [] Exploring Operation: 97-69=28, Resulting Numbers: [91, 1, 28] Generated Node #0,0: 74:[91, 1, 28] Operation: 97-69=28 Exploring Operation: 97-91=6, Resulting Numbers: [69, 1, 6] Generated Node #0,1: 74:[69, 1, 6] Operation: 97-91=6 Start Sub Search at level 1: Moving to...
0.991319
hs_2
mult_heuristic
[ 79, 92, 31, 29 ]
15
[ "92-79=13", "31-29=2", "13+2=15" ]
Current State: 15:[79, 92, 31, 29], Operations: [] Exploring Operation: 92-79=13, Resulting Numbers: [31, 29, 13] Generated Node #2: [31, 29, 13] from Operation: 92-79=13 Current State: 15:[31, 29, 13], Operations: ['92-79=13'] Exploring Operation: 31-29=2, Resulting Numbers: [13, 2] Generated Node #3: [13, 2] from Ope...
4
Current State: 15:[79, 92, 31, 29], Operations: [] Exploring Operation: 92-79=13, Resulting Numbers: [31, 29, 13] Generated Node #0,0: 15:[31, 29, 13] Operation: 92-79=13 Exploring Operation: 79-31=48, Resulting Numbers: [92, 29, 48] Generated Node #0,1: 15:[92, 29, 48] Operation: 79-31=48 Exploring Operation: 92-31=61...
0.969618
hs_4
mult_heuristic
[ 9, 30, 69, 3 ]
22
[ "69-30=39", "39/3=13", "9+13=22" ]
Current State: 22:[9, 30, 69, 3], Operations: [] Exploring Operation: 69-30=39, Resulting Numbers: [9, 3, 39] Generated Node #2: [9, 3, 39] from Operation: 69-30=39 Current State: 22:[9, 3, 39], Operations: ['69-30=39'] Exploring Operation: 39/3=13, Resulting Numbers: [9, 13] Generated Node #3: [9, 13] from Operation: ...
4
Current State: 22:[9, 30, 69, 3], Operations: [] Exploring Operation: 69-9=60, Resulting Numbers: [30, 3, 60] Generated Node #0,0: 22:[30, 3, 60] Operation: 69-9=60 Exploring Operation: 69-30=39, Resulting Numbers: [9, 3, 39] Generated Node #0,1: 22:[9, 3, 39] Operation: 69-30=39 Exploring Operation: 69/3=23, Resulting...
0.979167
hs_3
sum_heuristic
[ 30, 17, 85, 24 ]
59
[ "30+24=54", "85/17=5", "54+5=59" ]
Current State: 59:[30, 17, 85, 24], Operations: [] Exploring Operation: 30+24=54, Resulting Numbers: [17, 85, 54] Generated Node #2: [17, 85, 54] from Operation: 30+24=54 Current State: 59:[17, 85, 54], Operations: ['30+24=54'] Exploring Operation: 85/17=5, Resulting Numbers: [54, 5] Generated Node #3: [54, 5] from Ope...
4
Current State: 59:[30, 17, 85, 24], Operations: [] Exploring Operation: 30+17=47, Resulting Numbers: [85, 24, 47] Generated Node #0,0: 59:[85, 24, 47] Operation: 30+17=47 Moving to Node #0,0 Current State: 59:[85, 24, 47], Operations: ['30+17=47'] Exploring Operation: 85-24=61, Resulting Numbers: [47, 61] Generated Nod...
0
hs_1
mult_heuristic
[ 15, 83, 61, 75 ]
83
[ "15+61=76", "76-75=1", "83*1=83" ]
Current State: 83:[15, 83, 61, 75], Operations: [] Exploring Operation: 15+61=76, Resulting Numbers: [83, 75, 76] Generated Node #2: [83, 75, 76] from Operation: 15+61=76 Current State: 83:[83, 75, 76], Operations: ['15+61=76'] Exploring Operation: 76-75=1, Resulting Numbers: [83, 1] Generated Node #3: [83, 1] from Ope...
4
Current State: 83:[15, 83, 61, 75], Operations: [] Exploring Operation: 15+75=90, Resulting Numbers: [83, 61, 90] Generated Node #0,0: 83:[83, 61, 90] Operation: 15+75=90 Exploring Operation: 15+61=76, Resulting Numbers: [83, 75, 76] Generated Node #0,1: 83:[83, 75, 76] Operation: 15+61=76 Start Sub Search at level 1: ...
0
hs_2
sum_heuristic
[ 21, 18, 43, 14 ]
54
[ "21-18=3", "43+14=57", "57-3=54" ]
Current State: 54:[21, 18, 43, 14], Operations: [] Exploring Operation: 21-18=3, Resulting Numbers: [43, 14, 3] Generated Node #2: [43, 14, 3] from Operation: 21-18=3 Current State: 54:[43, 14, 3], Operations: ['21-18=3'] Exploring Operation: 43+14=57, Resulting Numbers: [3, 57] Generated Node #3: [3, 57] from Operatio...
4
Current State: 54:[21, 18, 43, 14], Operations: [] Exploring Operation: 43-18=25, Resulting Numbers: [21, 14, 25] Generated Node #0,0: 54:[21, 14, 25] Operation: 43-18=25 Exploring Operation: 43+14=57, Resulting Numbers: [21, 18, 57] Generated Node #0,1: 54:[21, 18, 57] Operation: 43+14=57 Exploring Operation: 43-14=29...
0.967882
hs_5
mult_heuristic
[ 68, 95, 3, 4 ]
97
[ "68-4=64", "3*64=192", "192-95=97" ]
Current State: 97:[68, 95, 3, 4], Operations: [] Exploring Operation: 68-4=64, Resulting Numbers: [95, 3, 64] Generated Node #2: [95, 3, 64] from Operation: 68-4=64 Current State: 97:[95, 3, 64], Operations: ['68-4=64'] Exploring Operation: 3*64=192, Resulting Numbers: [95, 192] Generated Node #3: [95, 192] from Operat...
4
Current State: 97:[68, 95, 3, 4], Operations: [] Exploring Operation: 68+3=71, Resulting Numbers: [95, 4, 71] Generated Node #0,0: 97:[95, 4, 71] Operation: 68+3=71 Exploring Operation: 68+4=72, Resulting Numbers: [95, 3, 72] Generated Node #0,1: 97:[95, 3, 72] Operation: 68+4=72 Exploring Operation: 3*4=12, Resulting ...
0
hs_3
mult_heuristic
[ 43, 2, 78, 12 ]
97
[ "43+78=121", "2*12=24", "121-24=97" ]
Current State: 97:[43, 2, 78, 12], Operations: [] Exploring Operation: 43+78=121, Resulting Numbers: [2, 12, 121] Generated Node #2: [2, 12, 121] from Operation: 43+78=121 Current State: 97:[2, 12, 121], Operations: ['43+78=121'] Exploring Operation: 2*12=24, Resulting Numbers: [121, 24] Generated Node #3: [121, 24] fr...
4
Current State: 97:[43, 2, 78, 12], Operations: [] Exploring Operation: 43*2=86, Resulting Numbers: [78, 12, 86] Generated Node #0,0: 97:[78, 12, 86] Operation: 43*2=86 Exploring Operation: 2*12=24, Resulting Numbers: [43, 78, 24] Generated Node #0,1: 97:[43, 78, 24] Operation: 2*12=24 Start Sub Search at level 1: Movin...
0
hs_2
sum_heuristic
[ 4, 9, 16, 31 ]
49
[ "9-4=5", "16*5=80", "80-31=49" ]
Current State: 49:[4, 9, 16, 31], Operations: [] Exploring Operation: 9-4=5, Resulting Numbers: [16, 31, 5] Generated Node #2: [16, 31, 5] from Operation: 9-4=5 Current State: 49:[16, 31, 5], Operations: ['9-4=5'] Exploring Operation: 16*5=80, Resulting Numbers: [31, 80] Generated Node #3: [31, 80] from Operation: 16*5...
4
Current State: 49:[4, 9, 16, 31], Operations: [] Exploring Operation: 16-9=7, Resulting Numbers: [4, 31, 7] Generated Node #0,0: 49:[4, 31, 7] Operation: 16-9=7 Exploring Operation: 31-16=15, Resulting Numbers: [4, 9, 15] Generated Node #0,1: 49:[4, 9, 15] Operation: 31-16=15 Exploring Operation: 16+31=47, Resulting Nu...
0
hs_5
mult_heuristic
[ 2, 25, 5, 61 ]
38
[ "25+61=86", "86/2=43", "43-5=38" ]
Current State: 38:[2, 25, 5, 61], Operations: [] Exploring Operation: 25+61=86, Resulting Numbers: [2, 5, 86] Generated Node #2: [2, 5, 86] from Operation: 25+61=86 Current State: 38:[2, 5, 86], Operations: ['25+61=86'] Exploring Operation: 86/2=43, Resulting Numbers: [5, 43] Generated Node #3: [5, 43] from Operation: ...
4
Current State: 38:[2, 25, 5, 61], Operations: [] Exploring Operation: 61-25=36, Resulting Numbers: [2, 5, 36] Generated Node #0,0: 38:[2, 5, 36] Operation: 61-25=36 Moving to Node #0,0 Current State: 38:[2, 5, 36], Operations: ['61-25=36'] Exploring Operation: 5-2=3, Resulting Numbers: [36, 3] Generated Node #0,0,0: 38...
0
hs_1
sum_heuristic
[ 76, 11, 5, 72 ]
83
[ "5+72=77", "77/11=7", "76+7=83" ]
Current State: 83:[76, 11, 5, 72], Operations: [] Exploring Operation: 5+72=77, Resulting Numbers: [76, 11, 77] Generated Node #2: [76, 11, 77] from Operation: 5+72=77 Current State: 83:[76, 11, 77], Operations: ['5+72=77'] Exploring Operation: 77/11=7, Resulting Numbers: [76, 7] Generated Node #3: [76, 7] from Operati...
4
Current State: 83:[76, 11, 5, 72], Operations: [] Exploring Operation: 11*5=55, Resulting Numbers: [76, 72, 55] Generated Node #0,0: 83:[76, 72, 55] Operation: 11*5=55 Exploring Operation: 11+5=16, Resulting Numbers: [76, 72, 16] Generated Node #0,1: 83:[76, 72, 16] Operation: 11+5=16 Exploring Operation: 76+5=81, Resu...
0
hs_4
sum_heuristic