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
[ 35, 40, 42, 70 ]
48
[ "70-35=35", "40*42=1680", "1680/35=48" ]
Current State: 48:[35, 40, 42, 70], Operations: [] Exploring Operation: 70-35=35, Resulting Numbers: [40, 42, 35] Generated Node #2: [40, 42, 35] from Operation: 70-35=35 Current State: 48:[40, 42, 35], Operations: ['70-35=35'] Exploring Operation: 40*42=1680, Resulting Numbers: [35, 1680] Generated Node #3: [35, 1680]...
4
Current State: 48:[35, 40, 42, 70], Operations: [] Exploring Operation: 70/35=2, Resulting Numbers: [40, 42, 2] Generated Node #0,0: 48:[40, 42, 2] Operation: 70/35=2 Exploring Operation: 70-40=30, Resulting Numbers: [35, 42, 30] Generated Node #0,1: 48:[35, 42, 30] Operation: 70-40=30 Moving to Node #0,0 Current State...
0
hs_2
mult_heuristic
[ 16, 68, 81, 95 ]
98
[ "16+68=84", "95-81=14", "84+14=98" ]
Current State: 98:[16, 68, 81, 95], Operations: [] Exploring Operation: 16+68=84, Resulting Numbers: [81, 95, 84] Generated Node #2: [81, 95, 84] from Operation: 16+68=84 Current State: 98:[81, 95, 84], Operations: ['16+68=84'] Exploring Operation: 95-81=14, Resulting Numbers: [84, 14] Generated Node #3: [84, 14] from ...
4
Current State: 98:[16, 68, 81, 95], Operations: [] Exploring Operation: 68-16=52, Resulting Numbers: [81, 95, 52] Generated Node #0,0: 98:[81, 95, 52] Operation: 68-16=52 Exploring Operation: 95-81=14, Resulting Numbers: [16, 68, 14] Generated Node #0,1: 98:[16, 68, 14] Operation: 95-81=14 Exploring Operation: 81-68=13...
0.989583
hs_3
sum_heuristic
[ 31, 55, 51, 13 ]
22
[ "31+55=86", "51+13=64", "86-64=22" ]
Current State: 22:[31, 55, 51, 13], Operations: [] Exploring Operation: 31+55=86, Resulting Numbers: [51, 13, 86] Generated Node #2: [51, 13, 86] from Operation: 31+55=86 Current State: 22:[51, 13, 86], Operations: ['31+55=86'] Exploring Operation: 51+13=64, Resulting Numbers: [86, 64] Generated Node #3: [86, 64] from ...
4
Current State: 22:[31, 55, 51, 13], Operations: [] Exploring Operation: 55-51=4, Resulting Numbers: [31, 13, 4] Generated Node #0,0: 22:[31, 13, 4] Operation: 55-51=4 Exploring Operation: 55-31=24, Resulting Numbers: [51, 13, 24] Generated Node #0,1: 22:[51, 13, 24] Operation: 55-31=24 Exploring Operation: 51-31=20, Re...
0.989583
hs_3
sum_heuristic
[ 96, 48, 21, 9 ]
93
[ "48-21=27", "27/9=3", "96-3=93" ]
Current State: 93:[96, 48, 21, 9], Operations: [] Exploring Operation: 48-21=27, Resulting Numbers: [96, 9, 27] Generated Node #2: [96, 9, 27] from Operation: 48-21=27 Current State: 93:[96, 9, 27], Operations: ['48-21=27'] Exploring Operation: 27/9=3, Resulting Numbers: [96, 3] Generated Node #3: [96, 3] from Operatio...
4
Current State: 93:[96, 48, 21, 9], Operations: [] Exploring Operation: 48-21=27, Resulting Numbers: [96, 9, 27] Generated Node #0,0: 93:[96, 9, 27] Operation: 48-21=27 Exploring Operation: 96/48=2, Resulting Numbers: [21, 9, 2] Generated Node #0,1: 93:[21, 9, 2] Operation: 96/48=2 Start Sub Search at level 1: Moving to...
0.991319
hs_2
sum_heuristic
[ 86, 79, 91, 13 ]
71
[ "86-79=7", "91-13=78", "78-7=71" ]
Current State: 71:[86, 79, 91, 13], Operations: [] Exploring Operation: 86-79=7, Resulting Numbers: [91, 13, 7] Generated Node #2: [91, 13, 7] from Operation: 86-79=7 Current State: 71:[91, 13, 7], Operations: ['86-79=7'] Exploring Operation: 91-13=78, Resulting Numbers: [7, 78] Generated Node #3: [7, 78] from Operatio...
4
Current State: 71:[86, 79, 91, 13], Operations: [] Exploring Operation: 91-13=78, Resulting Numbers: [86, 79, 78] Generated Node #0,0: 71:[86, 79, 78] Operation: 91-13=78 Exploring Operation: 86-13=73, Resulting Numbers: [79, 91, 73] Generated Node #0,1: 71:[79, 91, 73] Operation: 86-13=73 Moving to Node #0,0 Current S...
0.992188
hs_2
sum_heuristic
[ 3, 3, 3, 8 ]
69
[ "3*3=9", "8*9=72", "72-3=69" ]
Current State: 69:[3, 3, 3, 8], Operations: [] Exploring Operation: 3*3=9, Resulting Numbers: [8, 9] Generated Node #2: [8, 9] from Operation: 3*3=9 Current State: 69:[8, 9], Operations: ['3*3=9'] Exploring Operation: 8*9=72, Resulting Numbers: [72] 72,69 equal: Goal Reached Exploring Operation: 72-3=69, Resulting Numb...
4
Current State: 69:[3, 3, 3, 8], Operations: [] Exploring Operation: 3*8=24, Resulting Numbers: [3, 3, 24] Generated Node #0,0: 69:[3, 3, 24] Operation: 3*8=24 Moving to Node #0,0 Current State: 69:[3, 3, 24], Operations: ['3*8=24'] Exploring Operation: 24-3=21, Resulting Numbers: [3, 21] Generated Node #0,0,0: 69:[3, 2...
0
hs_1
sum_heuristic
[ 75, 14, 26, 53 ]
88
[ "75-14=61", "53-26=27", "61+27=88" ]
Current State: 88:[75, 14, 26, 53], Operations: [] Exploring Operation: 75-14=61, Resulting Numbers: [26, 53, 61] Generated Node #2: [26, 53, 61] from Operation: 75-14=61 Current State: 88:[26, 53, 61], Operations: ['75-14=61'] Exploring Operation: 53-26=27, Resulting Numbers: [61, 27] Generated Node #3: [61, 27] from ...
4
Current State: 88:[75, 14, 26, 53], Operations: [] Exploring Operation: 75-53=22, Resulting Numbers: [14, 26, 22] Generated Node #0,0: 88:[14, 26, 22] Operation: 75-53=22 Moving to Node #0,0 Current State: 88:[14, 26, 22], Operations: ['75-53=22'] Exploring Operation: 26-14=12, Resulting Numbers: [22, 12] Generated Nod...
0
hs_1
mult_heuristic
[ 46, 15, 67, 37 ]
73
[ "46-15=31", "67+37=104", "104-31=73" ]
Current State: 73:[46, 15, 67, 37], Operations: [] Exploring Operation: 46-15=31, Resulting Numbers: [67, 37, 31] Generated Node #2: [67, 37, 31] from Operation: 46-15=31 Current State: 73:[67, 37, 31], Operations: ['46-15=31'] Exploring Operation: 67+37=104, Resulting Numbers: [31, 104] Generated Node #3: [31, 104] fr...
4
Current State: 73:[46, 15, 67, 37], Operations: [] Exploring Operation: 46+15=61, Resulting Numbers: [67, 37, 61] Generated Node #0,0: 73:[67, 37, 61] Operation: 46+15=61 Exploring Operation: 15+67=82, Resulting Numbers: [46, 37, 82] Generated Node #0,1: 73:[46, 37, 82] Operation: 15+67=82 Exploring Operation: 15+37=52...
0.97309
hs_3
sum_heuristic
[ 6, 33, 24, 99 ]
72
[ "99/33=3", "6-3=3", "24*3=72" ]
Current State: 72:[6, 33, 24, 99], Operations: [] Exploring Operation: 99/33=3, Resulting Numbers: [6, 24, 3] Generated Node #2: [6, 24, 3] from Operation: 99/33=3 Current State: 72:[6, 24, 3], Operations: ['99/33=3'] Exploring Operation: 6-3=3, Resulting Numbers: [24, 3] Generated Node #3: [24, 3] from Operation: 6-3=...
4
Current State: 72:[6, 33, 24, 99], Operations: [] Exploring Operation: 99/33=3, Resulting Numbers: [6, 24, 3] Generated Node #0,0: 72:[6, 24, 3] Operation: 99/33=3 Moving to Node #0,0 Current State: 72:[6, 24, 3], Operations: ['99/33=3'] Exploring Operation: 24-6=18, Resulting Numbers: [3, 18] Generated Node #0,0,0: 72...
0
hs_1
sum_heuristic
[ 97, 34, 22, 66 ]
87
[ "97+34=131", "66-22=44", "131-44=87" ]
Current State: 87:[97, 34, 22, 66], Operations: [] Exploring Operation: 97+34=131, Resulting Numbers: [22, 66, 131] Generated Node #2: [22, 66, 131] from Operation: 97+34=131 Current State: 87:[22, 66, 131], Operations: ['97+34=131'] Exploring Operation: 66-22=44, Resulting Numbers: [131, 44] Generated Node #3: [131, 4...
4
Current State: 87:[97, 34, 22, 66], Operations: [] Exploring Operation: 97-66=31, Resulting Numbers: [34, 22, 31] Generated Node #0,0: 87:[34, 22, 31] Operation: 97-66=31 Moving to Node #0,0 Current State: 87:[34, 22, 31], Operations: ['97-66=31'] Exploring Operation: 34-31=3, Resulting Numbers: [22, 3] Generated Node ...
0
hs_1
mult_heuristic
[ 79, 66, 85, 2 ]
58
[ "79+66=145", "85+2=87", "145-87=58" ]
Current State: 58:[79, 66, 85, 2], Operations: [] Exploring Operation: 79+66=145, Resulting Numbers: [85, 2, 145] Generated Node #2: [85, 2, 145] from Operation: 79+66=145 Current State: 58:[85, 2, 145], Operations: ['79+66=145'] Exploring Operation: 85+2=87, Resulting Numbers: [145, 87] Generated Node #3: [145, 87] fr...
4
Current State: 58:[79, 66, 85, 2], Operations: [] Exploring Operation: 85-66=19, Resulting Numbers: [79, 2, 19] Generated Node #0,0: 58:[79, 2, 19] Operation: 85-66=19 Exploring Operation: 85-79=6, Resulting Numbers: [66, 2, 6] Generated Node #0,1: 58:[66, 2, 6] Operation: 85-79=6 Start Sub Search at level 1: Moving to...
0.991319
hs_2
mult_heuristic
[ 81, 61, 92, 98 ]
48
[ "81+61=142", "92+98=190", "190-142=48" ]
Current State: 48:[81, 61, 92, 98], Operations: [] Exploring Operation: 81+61=142, Resulting Numbers: [92, 98, 142] Generated Node #2: [92, 98, 142] from Operation: 81+61=142 Current State: 48:[92, 98, 142], Operations: ['81+61=142'] Exploring Operation: 92+98=190, Resulting Numbers: [142, 190] Generated Node #3: [142,...
4
Current State: 48:[81, 61, 92, 98], Operations: [] Exploring Operation: 92-61=31, Resulting Numbers: [81, 98, 31] Generated Node #0,0: 48:[81, 98, 31] Operation: 92-61=31 Exploring Operation: 92-81=11, Resulting Numbers: [61, 98, 11] Generated Node #0,1: 48:[61, 98, 11] Operation: 92-81=11 Exploring Operation: 98-92=6,...
0.969618
hs_5
sum_heuristic
[ 77, 67, 78, 32 ]
99
[ "78-77=1", "67+32=99", "1*99=99" ]
Current State: 99:[77, 67, 78, 32], Operations: [] Exploring Operation: 78-77=1, Resulting Numbers: [67, 32, 1] Generated Node #2: [67, 32, 1] from Operation: 78-77=1 Current State: 99:[67, 32, 1], Operations: ['78-77=1'] Exploring Operation: 67+32=99, Resulting Numbers: [1, 99] Generated Node #3: [1, 99] from Operatio...
4
Current State: 99:[77, 67, 78, 32], Operations: [] Exploring Operation: 78-77=1, Resulting Numbers: [67, 32, 1] Generated Node #0,0: 99:[67, 32, 1] Operation: 78-77=1 Exploring Operation: 77-67=10, Resulting Numbers: [78, 32, 10] Generated Node #0,1: 99:[78, 32, 10] Operation: 77-67=10 Exploring Operation: 67+32=99, Re...
0.951389
hs_5
sum_heuristic
[ 47, 3, 63, 65 ]
22
[ "47-3=44", "65-63=2", "44/2=22" ]
Current State: 22:[47, 3, 63, 65], Operations: [] Exploring Operation: 47-3=44, Resulting Numbers: [63, 65, 44] Generated Node #2: [63, 65, 44] from Operation: 47-3=44 Current State: 22:[63, 65, 44], Operations: ['47-3=44'] Exploring Operation: 65-63=2, Resulting Numbers: [44, 2] Generated Node #3: [44, 2] from Operati...
4
Current State: 22:[47, 3, 63, 65], Operations: [] Exploring Operation: 65-63=2, Resulting Numbers: [47, 3, 2] Generated Node #0,0: 22:[47, 3, 2] Operation: 65-63=2 Exploring Operation: 65-47=18, Resulting Numbers: [3, 63, 18] Generated Node #0,1: 22:[3, 63, 18] Operation: 65-47=18 Exploring Operation: 63-47=16, Resulti...
0.988715
hs_3
mult_heuristic
[ 77, 22, 62, 6 ]
68
[ "77-62=15", "6*15=90", "90-22=68" ]
Current State: 68:[77, 22, 62, 6], Operations: [] Exploring Operation: 77-62=15, Resulting Numbers: [22, 6, 15] Generated Node #2: [22, 6, 15] from Operation: 77-62=15 Current State: 68:[22, 6, 15], Operations: ['77-62=15'] Exploring Operation: 6*15=90, Resulting Numbers: [22, 90] Generated Node #3: [22, 90] from Opera...
4
Current State: 68:[77, 22, 62, 6], Operations: [] Exploring Operation: 22-6=16, Resulting Numbers: [77, 62, 16] Generated Node #0,0: 68:[77, 62, 16] Operation: 22-6=16 Exploring Operation: 62-22=40, Resulting Numbers: [77, 6, 40] Generated Node #0,1: 68:[77, 6, 40] Operation: 62-22=40 Exploring Operation: 77-6=71, Resu...
0
hs_5
mult_heuristic
[ 68, 2, 98, 87 ]
45
[ "68/2=34", "98-87=11", "34+11=45" ]
Current State: 45:[68, 2, 98, 87], Operations: [] Exploring Operation: 68/2=34, Resulting Numbers: [98, 87, 34] Generated Node #2: [98, 87, 34] from Operation: 68/2=34 Current State: 45:[98, 87, 34], Operations: ['68/2=34'] Exploring Operation: 98-87=11, Resulting Numbers: [34, 11] Generated Node #3: [34, 11] from Oper...
4
Current State: 45:[68, 2, 98, 87], Operations: [] Exploring Operation: 98-87=11, Resulting Numbers: [68, 2, 11] Generated Node #0,0: 45:[68, 2, 11] Operation: 98-87=11 Moving to Node #0,0 Current State: 45:[68, 2, 11], Operations: ['98-87=11'] Exploring Operation: 68/2=34, Resulting Numbers: [11, 34] Generated Node #0,...
0.993924
hs_1
mult_heuristic
[ 78, 16, 89, 14 ]
19
[ "78+16=94", "89-14=75", "94-75=19" ]
Current State: 19:[78, 16, 89, 14], Operations: [] Exploring Operation: 78+16=94, Resulting Numbers: [89, 14, 94] Generated Node #2: [89, 14, 94] from Operation: 78+16=94 Current State: 19:[89, 14, 94], Operations: ['78+16=94'] Exploring Operation: 89-14=75, Resulting Numbers: [94, 75] Generated Node #3: [94, 75] from ...
4
Current State: 19:[78, 16, 89, 14], Operations: [] Exploring Operation: 78-16=62, Resulting Numbers: [89, 14, 62] Generated Node #0,0: 19:[89, 14, 62] Operation: 78-16=62 Exploring Operation: 89-16=73, Resulting Numbers: [78, 14, 73] Generated Node #0,1: 19:[78, 14, 73] Operation: 89-16=73 Exploring Operation: 89-78=11...
0.983507
hs_4
sum_heuristic
[ 58, 99, 24, 6 ]
45
[ "99-58=41", "24/6=4", "41+4=45" ]
Current State: 45:[58, 99, 24, 6], Operations: [] Exploring Operation: 99-58=41, Resulting Numbers: [24, 6, 41] Generated Node #2: [24, 6, 41] from Operation: 99-58=41 Current State: 45:[24, 6, 41], Operations: ['99-58=41'] Exploring Operation: 24/6=4, Resulting Numbers: [41, 4] Generated Node #3: [41, 4] from Operatio...
4
Current State: 45:[58, 99, 24, 6], Operations: [] Exploring Operation: 99-24=75, Resulting Numbers: [58, 6, 75] Generated Node #0,0: 45:[58, 6, 75] Operation: 99-24=75 Exploring Operation: 99-58=41, Resulting Numbers: [24, 6, 41] Generated Node #0,1: 45:[24, 6, 41] Operation: 99-58=41 Moving to Node #0,1 Current State:...
0.990451
hs_2
sum_heuristic
[ 65, 46, 52, 41 ]
74
[ "65-46=19", "52+41=93", "93-19=74" ]
Current State: 74:[65, 46, 52, 41], Operations: [] Exploring Operation: 65-46=19, Resulting Numbers: [52, 41, 19] Generated Node #2: [52, 41, 19] from Operation: 65-46=19 Current State: 74:[52, 41, 19], Operations: ['65-46=19'] Exploring Operation: 52+41=93, Resulting Numbers: [19, 93] Generated Node #3: [19, 93] from ...
4
Current State: 74:[65, 46, 52, 41], Operations: [] Exploring Operation: 65-52=13, Resulting Numbers: [46, 41, 13] Generated Node #0,0: 74:[46, 41, 13] Operation: 65-52=13 Exploring Operation: 52-46=6, Resulting Numbers: [65, 41, 6] Generated Node #0,1: 74:[65, 41, 6] Operation: 52-46=6 Start Sub Search at level 1: Movi...
0.986111
hs_2
sum_heuristic
[ 49, 56, 63, 43 ]
45
[ "49+63=112", "112/56=2", "43+2=45" ]
Current State: 45:[49, 56, 63, 43], Operations: [] Exploring Operation: 49+63=112, Resulting Numbers: [56, 43, 112] Generated Node #2: [56, 43, 112] from Operation: 49+63=112 Current State: 45:[56, 43, 112], Operations: ['49+63=112'] Exploring Operation: 112/56=2, Resulting Numbers: [43, 2] Generated Node #3: [43, 2] f...
4
Current State: 45:[49, 56, 63, 43], Operations: [] Exploring Operation: 63-49=14, Resulting Numbers: [56, 43, 14] Generated Node #0,0: 45:[56, 43, 14] Operation: 63-49=14 Exploring Operation: 63-56=7, Resulting Numbers: [49, 43, 7] Generated Node #0,1: 45:[49, 43, 7] Operation: 63-56=7 Exploring Operation: 56-49=7, Res...
0
hs_4
sum_heuristic
[ 22, 72, 59, 13 ]
22
[ "22+72=94", "59+13=72", "94-72=22" ]
Current State: 22:[22, 72, 59, 13], Operations: [] Exploring Operation: 22+72=94, Resulting Numbers: [59, 13, 94] Generated Node #2: [59, 13, 94] from Operation: 22+72=94 Current State: 22:[59, 13, 94], Operations: ['22+72=94'] Exploring Operation: 59+13=72, Resulting Numbers: [94, 72] Generated Node #3: [94, 72] from ...
4
Current State: 22:[22, 72, 59, 13], Operations: [] Exploring Operation: 59-22=37, Resulting Numbers: [72, 13, 37] Generated Node #0,0: 22:[72, 13, 37] Operation: 59-22=37 Exploring Operation: 72-13=59, Resulting Numbers: [22, 59, 59] Generated Node #0,1: 22:[22, 59, 59] Operation: 72-13=59 Exploring Operation: 72-22=50...
0.987847
hs_4
mult_heuristic
[ 11, 63, 4, 87 ]
52
[ "11+63=74", "87-74=13", "4*13=52" ]
Current State: 52:[11, 63, 4, 87], Operations: [] Exploring Operation: 11+63=74, Resulting Numbers: [4, 87, 74] Generated Node #2: [4, 87, 74] from Operation: 11+63=74 Current State: 52:[4, 87, 74], Operations: ['11+63=74'] Exploring Operation: 87-74=13, Resulting Numbers: [4, 13] Generated Node #3: [4, 13] from Operat...
4
Current State: 52:[11, 63, 4, 87], Operations: [] Exploring Operation: 87-63=24, Resulting Numbers: [11, 4, 24] Generated Node #0,0: 52:[11, 4, 24] Operation: 87-63=24 Start Sub Search at level 1: Moving to Node #0,0 Current State: 52:[11, 4, 24], Operations: ['87-63=24'] Exploring Operation: 24-11=13, Resulting Number...
0.993924
hs_1
mult_heuristic
[ 63, 16, 48, 32 ]
87
[ "16*48=768", "768/32=24", "63+24=87" ]
Current State: 87:[63, 16, 48, 32], Operations: [] Exploring Operation: 16*48=768, Resulting Numbers: [63, 32, 768] Generated Node #2: [63, 32, 768] from Operation: 16*48=768 Current State: 87:[63, 32, 768], Operations: ['16*48=768'] Exploring Operation: 768/32=24, Resulting Numbers: [63, 24] Generated Node #3: [63, 24...
4
Current State: 87:[63, 16, 48, 32], Operations: [] Exploring Operation: 63-48=15, Resulting Numbers: [16, 32, 15] Generated Node #0,0: 87:[16, 32, 15] Operation: 63-48=15 Exploring Operation: 48/16=3, Resulting Numbers: [63, 32, 3] Generated Node #0,1: 87:[63, 32, 3] Operation: 48/16=3 Moving to Node #0,1 Current State...
0
hs_2
sum_heuristic
[ 19, 60, 38, 57 ]
71
[ "60*57=3420", "3420/38=90", "90-19=71" ]
Current State: 71:[19, 60, 38, 57], Operations: [] Exploring Operation: 60*57=3420, Resulting Numbers: [19, 38, 3420] Generated Node #2: [19, 38, 3420] from Operation: 60*57=3420 Current State: 71:[19, 38, 3420], Operations: ['60*57=3420'] Exploring Operation: 3420/38=90, Resulting Numbers: [19, 90] Generated Node #3: ...
4
Current State: 71:[19, 60, 38, 57], Operations: [] Exploring Operation: 19+38=57, Resulting Numbers: [60, 57, 57] Generated Node #0,0: 71:[60, 57, 57] Operation: 19+38=57 Start Sub Search at level 1: Moving to Node #0,0 Current State: 71:[60, 57, 57], Operations: ['19+38=57'] Exploring Operation: 57+57=114, Resulting N...
0
hs_1
sum_heuristic
[ 22, 15, 32, 41 ]
86
[ "32*41=1312", "1312-22=1290", "1290/15=86" ]
Current State: 86:[22, 15, 32, 41], Operations: [] Exploring Operation: 32*41=1312, Resulting Numbers: [22, 15, 1312] Generated Node #2: [22, 15, 1312] from Operation: 32*41=1312 Current State: 86:[22, 15, 1312], Operations: ['32*41=1312'] Exploring Operation: 1312-22=1290, Resulting Numbers: [15, 1290] Generated Node ...
4
Current State: 86:[22, 15, 32, 41], Operations: [] Exploring Operation: 22-15=7, Resulting Numbers: [32, 41, 7] Generated Node #0,0: 86:[32, 41, 7] Operation: 22-15=7 Start Sub Search at level 1: Moving to Node #0,0 Current State: 86:[32, 41, 7], Operations: ['22-15=7'] Exploring Operation: 32+7=39, Resulting Numbers: ...
0
hs_1
sum_heuristic
[ 65, 44, 14, 9 ]
40
[ "65-9=56", "56/14=4", "44-4=40" ]
Current State: 40:[65, 44, 14, 9], Operations: [] Exploring Operation: 65-9=56, Resulting Numbers: [44, 14, 56] Generated Node #2: [44, 14, 56] from Operation: 65-9=56 Current State: 40:[44, 14, 56], Operations: ['65-9=56'] Exploring Operation: 56/14=4, Resulting Numbers: [44, 4] Generated Node #3: [44, 4] from Operati...
4
Current State: 40:[65, 44, 14, 9], Operations: [] Exploring Operation: 65-14=51, Resulting Numbers: [44, 9, 51] Generated Node #0,0: 40:[44, 9, 51] Operation: 65-14=51 Exploring Operation: 65-44=21, Resulting Numbers: [14, 9, 21] Generated Node #0,1: 40:[14, 9, 21] Operation: 65-44=21 Moving to Node #0,1 Current State:...
0
hs_2
mult_heuristic
[ 8, 32, 52, 3 ]
53
[ "32/8=4", "52-3=49", "4+49=53" ]
Current State: 53:[8, 32, 52, 3], Operations: [] Exploring Operation: 32/8=4, Resulting Numbers: [52, 3, 4] Generated Node #2: [52, 3, 4] from Operation: 32/8=4 Current State: 53:[52, 3, 4], Operations: ['32/8=4'] Exploring Operation: 52-3=49, Resulting Numbers: [4, 49] Generated Node #3: [4, 49] from Operation: 52-3=4...
4
Current State: 53:[8, 32, 52, 3], Operations: [] Exploring Operation: 8*3=24, Resulting Numbers: [32, 52, 24] Generated Node #0,0: 53:[32, 52, 24] Operation: 8*3=24 Moving to Node #0,0 Current State: 53:[32, 52, 24], Operations: ['8*3=24'] Exploring Operation: 32+24=56, Resulting Numbers: [52, 56] Generated Node #0,0,0...
0
hs_1
mult_heuristic
[ 58, 50, 83, 2 ]
93
[ "58-50=8", "83+2=85", "8+85=93" ]
Current State: 93:[58, 50, 83, 2], Operations: [] Exploring Operation: 58-50=8, Resulting Numbers: [83, 2, 8] Generated Node #2: [83, 2, 8] from Operation: 58-50=8 Current State: 93:[83, 2, 8], Operations: ['58-50=8'] Exploring Operation: 83+2=85, Resulting Numbers: [8, 85] Generated Node #3: [8, 85] from Operation: 83...
4
Current State: 93:[58, 50, 83, 2], Operations: [] Exploring Operation: 83-50=33, Resulting Numbers: [58, 2, 33] Generated Node #0,0: 93:[58, 2, 33] Operation: 83-50=33 Exploring Operation: 83-58=25, Resulting Numbers: [50, 2, 25] Generated Node #0,1: 93:[50, 2, 25] Operation: 83-58=25 Exploring Operation: 58-50=8, Resu...
0.987847
hs_4
sum_heuristic
[ 93, 83, 63, 9 ]
44
[ "93-83=10", "63-9=54", "54-10=44" ]
Current State: 44:[93, 83, 63, 9], Operations: [] Exploring Operation: 93-83=10, Resulting Numbers: [63, 9, 10] Generated Node #2: [63, 9, 10] from Operation: 93-83=10 Current State: 44:[63, 9, 10], Operations: ['93-83=10'] Exploring Operation: 63-9=54, Resulting Numbers: [10, 54] Generated Node #3: [10, 54] from Opera...
4
Current State: 44:[93, 83, 63, 9], Operations: [] Exploring Operation: 83-63=20, Resulting Numbers: [93, 9, 20] Generated Node #0,0: 44:[93, 9, 20] Operation: 83-63=20 Exploring Operation: 93-63=30, Resulting Numbers: [83, 9, 30] Generated Node #0,1: 44:[83, 9, 30] Operation: 93-63=30 Exploring Operation: 93-83=10, Res...
0.97309
hs_4
sum_heuristic
[ 20, 96, 1, 4 ]
19
[ "96-20=76", "1*4=4", "76/4=19" ]
Current State: 19:[20, 96, 1, 4], Operations: [] Exploring Operation: 96-20=76, Resulting Numbers: [1, 4, 76] Generated Node #2: [1, 4, 76] from Operation: 96-20=76 Current State: 19:[1, 4, 76], Operations: ['96-20=76'] Exploring Operation: 1*4=4, Resulting Numbers: [76, 4] Generated Node #3: [76, 4] from Operation: 1*...
4
Current State: 19:[20, 96, 1, 4], Operations: [] Exploring Operation: 20-1=19, Resulting Numbers: [96, 4, 19] Generated Node #0,0: 19:[96, 4, 19] Operation: 20-1=19 Exploring Operation: 96/4=24, Resulting Numbers: [20, 1, 24] Generated Node #0,1: 19:[20, 1, 24] Operation: 96/4=24 Exploring Operation: 96-20=76, Resultin...
0.980035
hs_3
sum_heuristic
[ 18, 41, 24, 15 ]
50
[ "18+41=59", "24-15=9", "59-9=50" ]
Current State: 50:[18, 41, 24, 15], Operations: [] Exploring Operation: 18+41=59, Resulting Numbers: [24, 15, 59] Generated Node #2: [24, 15, 59] from Operation: 18+41=59 Current State: 50:[24, 15, 59], Operations: ['18+41=59'] Exploring Operation: 24-15=9, Resulting Numbers: [59, 9] Generated Node #3: [59, 9] from Ope...
4
Current State: 50:[18, 41, 24, 15], Operations: [] Exploring Operation: 41-15=26, Resulting Numbers: [18, 24, 26] Generated Node #0,0: 50:[18, 24, 26] Operation: 41-15=26 Exploring Operation: 41-18=23, Resulting Numbers: [24, 15, 23] Generated Node #0,1: 50:[24, 15, 23] Operation: 41-18=23 Start Sub Search at level 1: ...
0
hs_2
sum_heuristic
[ 80, 2, 70, 8 ]
50
[ "80*2=160", "160/8=20", "70-20=50" ]
Current State: 50:[80, 2, 70, 8], Operations: [] Exploring Operation: 80*2=160, Resulting Numbers: [70, 8, 160] Generated Node #2: [70, 8, 160] from Operation: 80*2=160 Current State: 50:[70, 8, 160], Operations: ['80*2=160'] Exploring Operation: 160/8=20, Resulting Numbers: [70, 20] Generated Node #3: [70, 20] from Op...
4
Current State: 50:[80, 2, 70, 8], Operations: [] Exploring Operation: 80-70=10, Resulting Numbers: [2, 8, 10] Generated Node #0,0: 50:[2, 8, 10] Operation: 80-70=10 Moving to Node #0,0 Current State: 50:[2, 8, 10], Operations: ['80-70=10'] Exploring Operation: 2+8=10, Resulting Numbers: [10, 10] Generated Node #0,0,0: ...
0
hs_1
sum_heuristic
[ 2, 78, 25, 34 ]
38
[ "78-25=53", "53-34=19", "2*19=38" ]
Current State: 38:[2, 78, 25, 34], Operations: [] Exploring Operation: 78-25=53, Resulting Numbers: [2, 34, 53] Generated Node #2: [2, 34, 53] from Operation: 78-25=53 Current State: 38:[2, 34, 53], Operations: ['78-25=53'] Exploring Operation: 53-34=19, Resulting Numbers: [2, 19] Generated Node #3: [2, 19] from Operat...
4
Current State: 38:[2, 78, 25, 34], Operations: [] Exploring Operation: 78/2=39, Resulting Numbers: [25, 34, 39] Generated Node #0,0: 38:[25, 34, 39] Operation: 78/2=39 Exploring Operation: 78-34=44, Resulting Numbers: [2, 25, 44] Generated Node #0,1: 38:[2, 25, 44] Operation: 78-34=44 Exploring Operation: 78-25=53, Res...
0.96875
hs_4
sum_heuristic
[ 3, 77, 6, 42 ]
38
[ "77-3=74", "42-6=36", "74-36=38" ]
Current State: 38:[3, 77, 6, 42], Operations: [] Exploring Operation: 77-3=74, Resulting Numbers: [6, 42, 74] Generated Node #2: [6, 42, 74] from Operation: 77-3=74 Current State: 38:[6, 42, 74], Operations: ['77-3=74'] Exploring Operation: 42-6=36, Resulting Numbers: [74, 36] Generated Node #3: [74, 36] from Operation...
4
Current State: 38:[3, 77, 6, 42], Operations: [] Exploring Operation: 42-6=36, Resulting Numbers: [3, 77, 36] Generated Node #0,0: 38:[3, 77, 36] Operation: 42-6=36 Exploring Operation: 77-6=71, Resulting Numbers: [3, 42, 71] Generated Node #0,1: 38:[3, 42, 71] Operation: 77-6=71 Exploring Operation: 77-42=35, Resultin...
0.986111
hs_3
sum_heuristic
[ 43, 52, 14, 5 ]
86
[ "43+52=95", "14-5=9", "95-9=86" ]
Current State: 86:[43, 52, 14, 5], Operations: [] Exploring Operation: 43+52=95, Resulting Numbers: [14, 5, 95] Generated Node #2: [14, 5, 95] from Operation: 43+52=95 Current State: 86:[14, 5, 95], Operations: ['43+52=95'] Exploring Operation: 14-5=9, Resulting Numbers: [95, 9] Generated Node #3: [95, 9] from Operatio...
4
Current State: 86:[43, 52, 14, 5], Operations: [] Exploring Operation: 52-14=38, Resulting Numbers: [43, 5, 38] Generated Node #0,0: 86:[43, 5, 38] Operation: 52-14=38 Exploring Operation: 52-5=47, Resulting Numbers: [43, 14, 47] Generated Node #0,1: 86:[43, 14, 47] Operation: 52-5=47 Moving to Node #0,0 Current State:...
0.992188
hs_2
sum_heuristic
[ 73, 37, 41, 96 ]
55
[ "73+37=110", "96-41=55", "110-55=55" ]
Current State: 55:[73, 37, 41, 96], Operations: [] Exploring Operation: 73+37=110, Resulting Numbers: [41, 96, 110] Generated Node #2: [41, 96, 110] from Operation: 73+37=110 Current State: 55:[41, 96, 110], Operations: ['73+37=110'] Exploring Operation: 96-41=55, Resulting Numbers: [110, 55] Generated Node #3: [110, 5...
4
Current State: 55:[73, 37, 41, 96], Operations: [] Exploring Operation: 96-41=55, Resulting Numbers: [73, 37, 55] Generated Node #0,0: 55:[73, 37, 55] Operation: 96-41=55 Exploring Operation: 96-37=59, Resulting Numbers: [73, 41, 59] Generated Node #0,1: 55:[73, 41, 59] Operation: 96-37=59 Exploring Operation: 96-73=23...
0.97309
hs_4
sum_heuristic
[ 2, 50, 19, 87 ]
28
[ "50-19=31", "87-31=56", "56/2=28" ]
Current State: 28:[2, 50, 19, 87], Operations: [] Exploring Operation: 50-19=31, Resulting Numbers: [2, 87, 31] Generated Node #2: [2, 87, 31] from Operation: 50-19=31 Current State: 28:[2, 87, 31], Operations: ['50-19=31'] Exploring Operation: 87-31=56, Resulting Numbers: [2, 56] Generated Node #3: [2, 56] from Operat...
4
Current State: 28:[2, 50, 19, 87], Operations: [] Exploring Operation: 50-19=31, Resulting Numbers: [2, 87, 31] Generated Node #0,0: 28:[2, 87, 31] Operation: 50-19=31 Exploring Operation: 87-50=37, Resulting Numbers: [2, 19, 37] Generated Node #0,1: 28:[2, 19, 37] Operation: 87-50=37 Exploring Operation: 87-19=68, Res...
0.96875
hs_3
mult_heuristic
[ 55, 32, 50, 30 ]
33
[ "50-32=18", "55*18=990", "990/30=33" ]
Current State: 33:[55, 32, 50, 30], Operations: [] Exploring Operation: 50-32=18, Resulting Numbers: [55, 30, 18] Generated Node #2: [55, 30, 18] from Operation: 50-32=18 Current State: 33:[55, 30, 18], Operations: ['50-32=18'] Exploring Operation: 55*18=990, Resulting Numbers: [30, 990] Generated Node #3: [30, 990] fr...
4
Current State: 33:[55, 32, 50, 30], Operations: [] Exploring Operation: 55-32=23, Resulting Numbers: [50, 30, 23] Generated Node #0,0: 33:[50, 30, 23] Operation: 55-32=23 Exploring Operation: 55-30=25, Resulting Numbers: [32, 50, 25] Generated Node #0,1: 33:[32, 50, 25] Operation: 55-30=25 Exploring Operation: 55-50=5,...
0
hs_3
mult_heuristic
[ 28, 28, 63, 83 ]
19
[ "28/28=1", "83-63=20", "20-1=19" ]
Current State: 19:[28, 28, 63, 83], Operations: [] Exploring Operation: 28/28=1, Resulting Numbers: [63, 83, 1] Generated Node #2: [63, 83, 1] from Operation: 28/28=1 Current State: 19:[63, 83, 1], Operations: ['28/28=1'] Exploring Operation: 83-63=20, Resulting Numbers: [1, 20] Generated Node #3: [1, 20] from Operatio...
4
Current State: 19:[28, 28, 63, 83], Operations: [] Exploring Operation: 83-28=55, Resulting Numbers: [28, 63, 55] Generated Node #0,0: 19:[28, 63, 55] Operation: 83-28=55 Exploring Operation: 83-63=20, Resulting Numbers: [28, 28, 20] Generated Node #0,1: 19:[28, 28, 20] Operation: 83-63=20 Exploring Operation: 63-28=35...
0.990451
hs_3
mult_heuristic
[ 5, 76, 97, 87 ]
71
[ "5+76=81", "97-87=10", "81-10=71" ]
Current State: 71:[5, 76, 97, 87], Operations: [] Exploring Operation: 5+76=81, Resulting Numbers: [97, 87, 81] Generated Node #2: [97, 87, 81] from Operation: 5+76=81 Current State: 71:[97, 87, 81], Operations: ['5+76=81'] Exploring Operation: 97-87=10, Resulting Numbers: [81, 10] Generated Node #3: [81, 10] from Oper...
4
Current State: 71:[5, 76, 97, 87], Operations: [] Exploring Operation: 76-5=71, Resulting Numbers: [97, 87, 71] Generated Node #0,0: 71:[97, 87, 71] Operation: 76-5=71 Exploring Operation: 87-5=82, Resulting Numbers: [76, 97, 82] Generated Node #0,1: 71:[76, 97, 82] Operation: 87-5=82 Exploring Operation: 5+76=81, Resu...
0.955729
hs_4
mult_heuristic
[ 17, 59, 50, 43 ]
35
[ "59-17=42", "50-43=7", "42-7=35" ]
Current State: 35:[17, 59, 50, 43], Operations: [] Exploring Operation: 59-17=42, Resulting Numbers: [50, 43, 42] Generated Node #2: [50, 43, 42] from Operation: 59-17=42 Current State: 35:[50, 43, 42], Operations: ['59-17=42'] Exploring Operation: 50-43=7, Resulting Numbers: [42, 7] Generated Node #3: [42, 7] from Ope...
4
Current State: 35:[17, 59, 50, 43], Operations: [] Exploring Operation: 50-17=33, Resulting Numbers: [59, 43, 33] Generated Node #0,0: 35:[59, 43, 33] Operation: 50-17=33 Exploring Operation: 59-43=16, Resulting Numbers: [17, 50, 16] Generated Node #0,1: 35:[17, 50, 16] Operation: 59-43=16 Exploring Operation: 59-50=9,...
0.987847
hs_4
mult_heuristic
[ 86, 98, 14, 41 ]
39
[ "98-86=12", "41-14=27", "12+27=39" ]
Current State: 39:[86, 98, 14, 41], Operations: [] Exploring Operation: 98-86=12, Resulting Numbers: [14, 41, 12] Generated Node #2: [14, 41, 12] from Operation: 98-86=12 Current State: 39:[14, 41, 12], Operations: ['98-86=12'] Exploring Operation: 41-14=27, Resulting Numbers: [12, 27] Generated Node #3: [12, 27] from ...
4
Current State: 39:[86, 98, 14, 41], Operations: [] Exploring Operation: 98/14=7, Resulting Numbers: [86, 41, 7] Generated Node #0,0: 39:[86, 41, 7] Operation: 98/14=7 Exploring Operation: 98-86=12, Resulting Numbers: [14, 41, 12] Generated Node #0,1: 39:[14, 41, 12] Operation: 98-86=12 Exploring Operation: 98-41=57, Re...
0.988715
hs_4
sum_heuristic
[ 68, 51, 17, 65 ]
71
[ "68+51=119", "65-17=48", "119-48=71" ]
Current State: 71:[68, 51, 17, 65], Operations: [] Exploring Operation: 68+51=119, Resulting Numbers: [17, 65, 119] Generated Node #2: [17, 65, 119] from Operation: 68+51=119 Current State: 71:[17, 65, 119], Operations: ['68+51=119'] Exploring Operation: 65-17=48, Resulting Numbers: [119, 48] Generated Node #3: [119, 4...
4
Current State: 71:[68, 51, 17, 65], Operations: [] Exploring Operation: 51+17=68, Resulting Numbers: [68, 65, 68] Generated Node #0,0: 71:[68, 65, 68] Operation: 51+17=68 Moving to Node #0,0 Current State: 71:[68, 65, 68], Operations: ['51+17=68'] Exploring Operation: 68+65=133, Resulting Numbers: [68, 133] Generated N...
0
hs_1
sum_heuristic
[ 19, 10, 67, 43 ]
50
[ "67-19=48", "48-43=5", "10*5=50" ]
Current State: 50:[19, 10, 67, 43], Operations: [] Exploring Operation: 67-19=48, Resulting Numbers: [10, 43, 48] Generated Node #2: [10, 43, 48] from Operation: 67-19=48 Current State: 50:[10, 43, 48], Operations: ['67-19=48'] Exploring Operation: 48-43=5, Resulting Numbers: [10, 5] Generated Node #3: [10, 5] from Ope...
4
Current State: 50:[19, 10, 67, 43], Operations: [] Exploring Operation: 19-10=9, Resulting Numbers: [67, 43, 9] Generated Node #0,0: 50:[67, 43, 9] Operation: 19-10=9 Exploring Operation: 67-43=24, Resulting Numbers: [19, 10, 24] Generated Node #0,1: 50:[19, 10, 24] Operation: 67-43=24 Exploring Operation: 43-19=24, Re...
0.985243
hs_5
mult_heuristic
[ 12, 42, 28, 48 ]
96
[ "42-12=30", "30-28=2", "48*2=96" ]
Current State: 96:[12, 42, 28, 48], Operations: [] Exploring Operation: 42-12=30, Resulting Numbers: [28, 48, 30] Generated Node #2: [28, 48, 30] from Operation: 42-12=30 Current State: 96:[28, 48, 30], Operations: ['42-12=30'] Exploring Operation: 30-28=2, Resulting Numbers: [48, 2] Generated Node #3: [48, 2] from Ope...
4
Current State: 96:[12, 42, 28, 48], Operations: [] Exploring Operation: 42-28=14, Resulting Numbers: [12, 48, 14] Generated Node #0,0: 96:[12, 48, 14] Operation: 42-28=14 Exploring Operation: 48-42=6, Resulting Numbers: [12, 28, 6] Generated Node #0,1: 96:[12, 28, 6] Operation: 48-42=6 Moving to Node #0,0 Current State...
0.992188
hs_2
sum_heuristic
[ 46, 18, 93, 97 ]
60
[ "46+18=64", "97-93=4", "64-4=60" ]
Current State: 60:[46, 18, 93, 97], Operations: [] Exploring Operation: 46+18=64, Resulting Numbers: [93, 97, 64] Generated Node #2: [93, 97, 64] from Operation: 46+18=64 Current State: 60:[93, 97, 64], Operations: ['46+18=64'] Exploring Operation: 97-93=4, Resulting Numbers: [64, 4] Generated Node #3: [64, 4] from Ope...
4
Current State: 60:[46, 18, 93, 97], Operations: [] Exploring Operation: 97-93=4, Resulting Numbers: [46, 18, 4] Generated Node #0,0: 60:[46, 18, 4] Operation: 97-93=4 Start Sub Search at level 1: Moving to Node #0,0 Current State: 60:[46, 18, 4], Operations: ['97-93=4'] Exploring Operation: 46-18=28, Resulting Numbers:...
0
hs_1
sum_heuristic
[ 70, 2, 74, 4 ]
89
[ "2+74=76", "76/4=19", "70+19=89" ]
Current State: 89:[70, 2, 74, 4], Operations: [] Exploring Operation: 2+74=76, Resulting Numbers: [70, 4, 76] Generated Node #2: [70, 4, 76] from Operation: 2+74=76 Current State: 89:[70, 4, 76], Operations: ['2+74=76'] Exploring Operation: 76/4=19, Resulting Numbers: [70, 19] Generated Node #3: [70, 19] from Operation...
4
Current State: 89:[70, 2, 74, 4], Operations: [] Exploring Operation: 2*4=8, Resulting Numbers: [70, 74, 8] Generated Node #0,0: 89:[70, 74, 8] Operation: 2*4=8 Exploring Operation: 70+2=72, Resulting Numbers: [74, 4, 72] Generated Node #0,1: 89:[74, 4, 72] Operation: 70+2=72 Exploring Operation: 70+4=74, Resulting Num...
0
hs_3
mult_heuristic
[ 87, 95, 60, 70 ]
85
[ "95-60=35", "70/35=2", "87-2=85" ]
Current State: 85:[87, 95, 60, 70], Operations: [] Exploring Operation: 95-60=35, Resulting Numbers: [87, 70, 35] Generated Node #2: [87, 70, 35] from Operation: 95-60=35 Current State: 85:[87, 70, 35], Operations: ['95-60=35'] Exploring Operation: 70/35=2, Resulting Numbers: [87, 2] Generated Node #3: [87, 2] from Ope...
4
Current State: 85:[87, 95, 60, 70], Operations: [] Exploring Operation: 70-60=10, Resulting Numbers: [87, 95, 10] Generated Node #0,0: 85:[87, 95, 10] Operation: 70-60=10 Exploring Operation: 87-60=27, Resulting Numbers: [95, 70, 27] Generated Node #0,1: 85:[95, 70, 27] Operation: 87-60=27 Exploring Operation: 87-70=17...
0
hs_3
sum_heuristic
[ 56, 48, 3, 63 ]
27
[ "63-56=7", "3*7=21", "48-21=27" ]
Current State: 27:[56, 48, 3, 63], Operations: [] Exploring Operation: 63-56=7, Resulting Numbers: [48, 3, 7] Generated Node #2: [48, 3, 7] from Operation: 63-56=7 Current State: 27:[48, 3, 7], Operations: ['63-56=7'] Exploring Operation: 3*7=21, Resulting Numbers: [48, 21] Generated Node #3: [48, 21] from Operation: 3...
4
Current State: 27:[56, 48, 3, 63], Operations: [] Exploring Operation: 56-48=8, Resulting Numbers: [3, 63, 8] Generated Node #0,0: 27:[3, 63, 8] Operation: 56-48=8 Exploring Operation: 63-56=7, Resulting Numbers: [48, 3, 7] Generated Node #0,1: 27:[48, 3, 7] Operation: 63-56=7 Exploring Operation: 63-48=15, Resulting N...
0
hs_4
sum_heuristic
[ 43, 26, 30, 19 ]
32
[ "43-26=17", "30+19=49", "49-17=32" ]
Current State: 32:[43, 26, 30, 19], Operations: [] Exploring Operation: 43-26=17, Resulting Numbers: [30, 19, 17] Generated Node #2: [30, 19, 17] from Operation: 43-26=17 Current State: 32:[30, 19, 17], Operations: ['43-26=17'] Exploring Operation: 30+19=49, Resulting Numbers: [17, 49] Generated Node #3: [17, 49] from ...
4
Current State: 32:[43, 26, 30, 19], Operations: [] Exploring Operation: 43-26=17, Resulting Numbers: [30, 19, 17] Generated Node #0,0: 32:[30, 19, 17] Operation: 43-26=17 Exploring Operation: 43-30=13, Resulting Numbers: [26, 19, 13] Generated Node #0,1: 32:[26, 19, 13] Operation: 43-30=13 Moving to Node #0,0 Current S...
0.989583
hs_2
sum_heuristic
[ 75, 72, 26, 9 ]
78
[ "75-72=3", "26*9=234", "234/3=78" ]
Current State: 78:[75, 72, 26, 9], Operations: [] Exploring Operation: 75-72=3, Resulting Numbers: [26, 9, 3] Generated Node #2: [26, 9, 3] from Operation: 75-72=3 Current State: 78:[26, 9, 3], Operations: ['75-72=3'] Exploring Operation: 26*9=234, Resulting Numbers: [3, 234] Generated Node #3: [3, 234] from Operation:...
4
Current State: 78:[75, 72, 26, 9], Operations: [] Exploring Operation: 72+9=81, Resulting Numbers: [75, 26, 81] Generated Node #0,0: 78:[75, 26, 81] Operation: 72+9=81 Exploring Operation: 72-26=46, Resulting Numbers: [75, 9, 46] Generated Node #0,1: 78:[75, 9, 46] Operation: 72-26=46 Exploring Operation: 75-72=3, Resu...
0.983507
hs_5
sum_heuristic
[ 23, 92, 5, 52 ]
58
[ "23+92=115", "5+52=57", "115-57=58" ]
Current State: 58:[23, 92, 5, 52], Operations: [] Exploring Operation: 23+92=115, Resulting Numbers: [5, 52, 115] Generated Node #2: [5, 52, 115] from Operation: 23+92=115 Current State: 58:[5, 52, 115], Operations: ['23+92=115'] Exploring Operation: 5+52=57, Resulting Numbers: [115, 57] Generated Node #3: [115, 57] fr...
4
Current State: 58:[23, 92, 5, 52], Operations: [] Exploring Operation: 92/23=4, Resulting Numbers: [5, 52, 4] Generated Node #0,0: 58:[5, 52, 4] Operation: 92/23=4 Moving to Node #0,0 Current State: 58:[5, 52, 4], Operations: ['92/23=4'] Exploring Operation: 5+52=57, Resulting Numbers: [4, 57] Generated Node #0,0,0: 58...
0
hs_1
sum_heuristic
[ 48, 80, 24, 47 ]
87
[ "48/24=2", "80/2=40", "47+40=87" ]
Current State: 87:[48, 80, 24, 47], Operations: [] Exploring Operation: 48/24=2, Resulting Numbers: [80, 47, 2] Generated Node #2: [80, 47, 2] from Operation: 48/24=2 Current State: 87:[80, 47, 2], Operations: ['48/24=2'] Exploring Operation: 80/2=40, Resulting Numbers: [47, 40] Generated Node #3: [47, 40] from Operati...
4
Current State: 87:[48, 80, 24, 47], Operations: [] Exploring Operation: 48-47=1, Resulting Numbers: [80, 24, 1] Generated Node #0,0: 87:[80, 24, 1] Operation: 48-47=1 Moving to Node #0,0 Current State: 87:[80, 24, 1], Operations: ['48-47=1'] Exploring Operation: 80+1=81, Resulting Numbers: [24, 81] Generated Node #0,0,...
0
hs_1
mult_heuristic
[ 20, 57, 56, 57 ]
56
[ "57-57=0", "20*0=0", "56+0=56" ]
Current State: 56:[20, 57, 56, 57], Operations: [] Exploring Operation: 57-57=0, Resulting Numbers: [20, 56, 0] Generated Node #2: [20, 56, 0] from Operation: 57-57=0 Current State: 56:[20, 56, 0], Operations: ['57-57=0'] Exploring Operation: 20*0=0, Resulting Numbers: [56, 0] Generated Node #3: [56, 0] from Operation:...
4
Current State: 56:[20, 57, 56, 57], Operations: [] Exploring Operation: 57/57=1, Resulting Numbers: [20, 56, 1] Generated Node #0,0: 56:[20, 56, 1] Operation: 57/57=1 Exploring Operation: 57-56=1, Resulting Numbers: [20, 57, 1] Generated Node #0,1: 56:[20, 57, 1] Operation: 57-56=1 Moving to Node #0,0 Current State: 56...
0
hs_2
sum_heuristic
[ 43, 56, 4, 41 ]
64
[ "43-41=2", "4*2=8", "56+8=64" ]
Current State: 64:[43, 56, 4, 41], Operations: [] Exploring Operation: 43-41=2, Resulting Numbers: [56, 4, 2] Generated Node #2: [56, 4, 2] from Operation: 43-41=2 Current State: 64:[56, 4, 2], Operations: ['43-41=2'] Exploring Operation: 4*2=8, Resulting Numbers: [56, 8] Generated Node #3: [56, 8] from Operation: 4*2=...
4
Current State: 64:[43, 56, 4, 41], Operations: [] Exploring Operation: 56-43=13, Resulting Numbers: [4, 41, 13] Generated Node #0,0: 64:[4, 41, 13] Operation: 56-43=13 Exploring Operation: 43-41=2, Resulting Numbers: [56, 4, 2] Generated Node #0,1: 64:[56, 4, 2] Operation: 43-41=2 Start Sub Search at level 1: Moving to...
0
hs_2
sum_heuristic
[ 56, 3, 57, 6 ]
95
[ "56+57=113", "3*6=18", "113-18=95" ]
Current State: 95:[56, 3, 57, 6], Operations: [] Exploring Operation: 56+57=113, Resulting Numbers: [3, 6, 113] Generated Node #2: [3, 6, 113] from Operation: 56+57=113 Current State: 95:[3, 6, 113], Operations: ['56+57=113'] Exploring Operation: 3*6=18, Resulting Numbers: [113, 18] Generated Node #3: [113, 18] from Op...
4
Current State: 95:[56, 3, 57, 6], Operations: [] Exploring Operation: 57-56=1, Resulting Numbers: [3, 6, 1] Generated Node #0,0: 95:[3, 6, 1] Operation: 57-56=1 Start Sub Search at level 1: Moving to Node #0,0 Current State: 95:[3, 6, 1], Operations: ['57-56=1'] Exploring Operation: 3+1=4, Resulting Numbers: [6, 4] Gen...
0
hs_1
mult_heuristic
[ 3, 33, 57, 90 ]
98
[ "57-33=24", "24/3=8", "90+8=98" ]
Current State: 98:[3, 33, 57, 90], Operations: [] Exploring Operation: 57-33=24, Resulting Numbers: [3, 90, 24] Generated Node #2: [3, 90, 24] from Operation: 57-33=24 Current State: 98:[3, 90, 24], Operations: ['57-33=24'] Exploring Operation: 24/3=8, Resulting Numbers: [90, 8] Generated Node #3: [90, 8] from Operatio...
4
Current State: 98:[3, 33, 57, 90], Operations: [] Exploring Operation: 33+57=90, Resulting Numbers: [3, 90, 90] Generated Node #0,0: 98:[3, 90, 90] Operation: 33+57=90 Exploring Operation: 3*33=99, Resulting Numbers: [57, 90, 99] Generated Node #0,1: 98:[57, 90, 99] Operation: 3*33=99 Exploring Operation: 57-33=24, Res...
0.944444
hs_5
sum_heuristic
[ 89, 27, 81, 54 ]
87
[ "27+81=108", "108/54=2", "89-2=87" ]
Current State: 87:[89, 27, 81, 54], Operations: [] Exploring Operation: 27+81=108, Resulting Numbers: [89, 54, 108] Generated Node #2: [89, 54, 108] from Operation: 27+81=108 Current State: 87:[89, 54, 108], Operations: ['27+81=108'] Exploring Operation: 108/54=2, Resulting Numbers: [89, 2] Generated Node #3: [89, 2] f...
4
Current State: 87:[89, 27, 81, 54], Operations: [] Exploring Operation: 81-54=27, Resulting Numbers: [89, 27, 27] Generated Node #0,0: 87:[89, 27, 27] Operation: 81-54=27 Moving to Node #0,0 Current State: 87:[89, 27, 27], Operations: ['81-54=27'] Exploring Operation: 27/27=1, Resulting Numbers: [89, 1] Generated Node ...
0
hs_1
mult_heuristic
[ 72, 32, 22, 36 ]
59
[ "72*36=2592", "2592/32=81", "81-22=59" ]
Current State: 59:[72, 32, 22, 36], Operations: [] Exploring Operation: 72*36=2592, Resulting Numbers: [32, 22, 2592] Generated Node #2: [32, 22, 2592] from Operation: 72*36=2592 Current State: 59:[32, 22, 2592], Operations: ['72*36=2592'] Exploring Operation: 2592/32=81, Resulting Numbers: [22, 81] Generated Node #3: ...
4
Current State: 59:[72, 32, 22, 36], Operations: [] Exploring Operation: 22+36=58, Resulting Numbers: [72, 32, 58] Generated Node #0,0: 59:[72, 32, 58] Operation: 22+36=58 Exploring Operation: 72-22=50, Resulting Numbers: [32, 36, 50] Generated Node #0,1: 59:[32, 36, 50] Operation: 72-22=50 Exploring Operation: 32+22=54...
0
hs_5
mult_heuristic
[ 74, 2, 78, 14 ]
69
[ "74+78=152", "152-14=138", "138/2=69" ]
Current State: 69:[74, 2, 78, 14], Operations: [] Exploring Operation: 74+78=152, Resulting Numbers: [2, 14, 152] Generated Node #2: [2, 14, 152] from Operation: 74+78=152 Current State: 69:[2, 14, 152], Operations: ['74+78=152'] Exploring Operation: 152-14=138, Resulting Numbers: [2, 138] Generated Node #3: [2, 138] f...
4
Current State: 69:[74, 2, 78, 14], Operations: [] Exploring Operation: 78-74=4, Resulting Numbers: [2, 14, 4] Generated Node #0,0: 69:[2, 14, 4] Operation: 78-74=4 Moving to Node #0,0 Current State: 69:[2, 14, 4], Operations: ['78-74=4'] Exploring Operation: 14/2=7, Resulting Numbers: [4, 7] Generated Node #0,0,0: 69:[...
0
hs_1
sum_heuristic
[ 95, 18, 42, 50 ]
54
[ "95-42=53", "53-50=3", "18*3=54" ]
Current State: 54:[95, 18, 42, 50], Operations: [] Exploring Operation: 95-42=53, Resulting Numbers: [18, 50, 53] Generated Node #2: [18, 50, 53] from Operation: 95-42=53 Current State: 54:[18, 50, 53], Operations: ['95-42=53'] Exploring Operation: 53-50=3, Resulting Numbers: [18, 3] Generated Node #3: [18, 3] from Ope...
4
Current State: 54:[95, 18, 42, 50], Operations: [] Exploring Operation: 95-42=53, Resulting Numbers: [18, 50, 53] Generated Node #0,0: 54:[18, 50, 53] Operation: 95-42=53 Exploring Operation: 95-18=77, Resulting Numbers: [42, 50, 77] Generated Node #0,1: 54:[42, 50, 77] Operation: 95-18=77 Exploring Operation: 95-50=45...
0.990451
hs_3
mult_heuristic
[ 17, 56, 25, 1 ]
97
[ "17+56=73", "25-1=24", "73+24=97" ]
Current State: 97:[17, 56, 25, 1], Operations: [] Exploring Operation: 17+56=73, Resulting Numbers: [25, 1, 73] Generated Node #2: [25, 1, 73] from Operation: 17+56=73 Current State: 97:[25, 1, 73], Operations: ['17+56=73'] Exploring Operation: 25-1=24, Resulting Numbers: [73, 24] Generated Node #3: [73, 24] from Opera...
4
Current State: 97:[17, 56, 25, 1], Operations: [] Exploring Operation: 17+25=42, Resulting Numbers: [56, 1, 42] Generated Node #0,0: 97:[56, 1, 42] Operation: 17+25=42 Exploring Operation: 17+56=73, Resulting Numbers: [25, 1, 73] Generated Node #0,1: 97:[25, 1, 73] Operation: 17+56=73 Exploring Operation: 17+1=18, Resu...
0
hs_3
sum_heuristic
[ 14, 84, 37, 53 ]
82
[ "14+84=98", "53-37=16", "98-16=82" ]
Current State: 82:[14, 84, 37, 53], Operations: [] Exploring Operation: 14+84=98, Resulting Numbers: [37, 53, 98] Generated Node #2: [37, 53, 98] from Operation: 14+84=98 Current State: 82:[37, 53, 98], Operations: ['14+84=98'] Exploring Operation: 53-37=16, Resulting Numbers: [98, 16] Generated Node #3: [98, 16] from ...
4
Current State: 82:[14, 84, 37, 53], Operations: [] Exploring Operation: 53-14=39, Resulting Numbers: [84, 37, 39] Generated Node #0,0: 82:[84, 37, 39] Operation: 53-14=39 Exploring Operation: 84/14=6, Resulting Numbers: [37, 53, 6] Generated Node #0,1: 82:[37, 53, 6] Operation: 84/14=6 Start Sub Search at level 1: Movi...
0.991319
hs_2
sum_heuristic
[ 29, 52, 3, 22 ]
15
[ "29+52=81", "3*22=66", "81-66=15" ]
Current State: 15:[29, 52, 3, 22], Operations: [] Exploring Operation: 29+52=81, Resulting Numbers: [3, 22, 81] Generated Node #2: [3, 22, 81] from Operation: 29+52=81 Current State: 15:[3, 22, 81], Operations: ['29+52=81'] Exploring Operation: 3*22=66, Resulting Numbers: [81, 66] Generated Node #3: [81, 66] from Opera...
4
Current State: 15:[29, 52, 3, 22], Operations: [] Exploring Operation: 52-22=30, Resulting Numbers: [29, 3, 30] Generated Node #0,0: 15:[29, 3, 30] Operation: 52-22=30 Exploring Operation: 29-3=26, Resulting Numbers: [52, 22, 26] Generated Node #0,1: 15:[52, 22, 26] Operation: 29-3=26 Exploring Operation: 29-22=7, Resu...
0.912326
hs_5
mult_heuristic
[ 53, 84, 69, 59 ]
41
[ "84-53=31", "69-59=10", "31+10=41" ]
Current State: 41:[53, 84, 69, 59], Operations: [] Exploring Operation: 84-53=31, Resulting Numbers: [69, 59, 31] Generated Node #2: [69, 59, 31] from Operation: 84-53=31 Current State: 41:[69, 59, 31], Operations: ['84-53=31'] Exploring Operation: 69-59=10, Resulting Numbers: [31, 10] Generated Node #3: [31, 10] from ...
4
Current State: 41:[53, 84, 69, 59], Operations: [] Exploring Operation: 84-53=31, Resulting Numbers: [69, 59, 31] Generated Node #0,0: 41:[69, 59, 31] Operation: 84-53=31 Moving to Node #0,0 Current State: 41:[69, 59, 31], Operations: ['84-53=31'] Exploring Operation: 69-31=38, Resulting Numbers: [59, 38] Generated Nod...
0
hs_1
mult_heuristic
[ 68, 67, 24, 54 ]
30
[ "68-67=1", "54-24=30", "1*30=30" ]
Current State: 30:[68, 67, 24, 54], Operations: [] Exploring Operation: 68-67=1, Resulting Numbers: [24, 54, 1] Generated Node #2: [24, 54, 1] from Operation: 68-67=1 Current State: 30:[24, 54, 1], Operations: ['68-67=1'] Exploring Operation: 54-24=30, Resulting Numbers: [1, 30] Generated Node #3: [1, 30] from Operatio...
4
Current State: 30:[68, 67, 24, 54], Operations: [] Exploring Operation: 67-54=13, Resulting Numbers: [68, 24, 13] Generated Node #0,0: 30:[68, 24, 13] Operation: 67-54=13 Exploring Operation: 68-54=14, Resulting Numbers: [67, 24, 14] Generated Node #0,1: 30:[67, 24, 14] Operation: 68-54=14 Exploring Operation: 68-67=1,...
0.990451
hs_3
sum_heuristic
[ 14, 43, 49, 5 ]
83
[ "43-14=29", "49+5=54", "29+54=83" ]
Current State: 83:[14, 43, 49, 5], Operations: [] Exploring Operation: 43-14=29, Resulting Numbers: [49, 5, 29] Generated Node #2: [49, 5, 29] from Operation: 43-14=29 Current State: 83:[49, 5, 29], Operations: ['43-14=29'] Exploring Operation: 49+5=54, Resulting Numbers: [29, 54] Generated Node #3: [29, 54] from Opera...
4
Current State: 83:[14, 43, 49, 5], Operations: [] Exploring Operation: 14*5=70, Resulting Numbers: [43, 49, 70] Generated Node #0,0: 83:[43, 49, 70] Operation: 14*5=70 Exploring Operation: 14+49=63, Resulting Numbers: [43, 5, 63] Generated Node #0,1: 83:[43, 5, 63] Operation: 14+49=63 Exploring Operation: 14+5=19, Resu...
0
hs_4
mult_heuristic
[ 22, 72, 71, 60 ]
82
[ "22+60=82", "72-71=1", "82*1=82" ]
Current State: 82:[22, 72, 71, 60], Operations: [] Exploring Operation: 22+60=82, Resulting Numbers: [72, 71, 82] Generated Node #2: [72, 71, 82] from Operation: 22+60=82 Current State: 82:[72, 71, 82], Operations: ['22+60=82'] Exploring Operation: 72-71=1, Resulting Numbers: [82, 1] Generated Node #3: [82, 1] from Ope...
4
Current State: 82:[22, 72, 71, 60], Operations: [] Exploring Operation: 60-22=38, Resulting Numbers: [72, 71, 38] Generated Node #0,0: 82:[72, 71, 38] Operation: 60-22=38 Exploring Operation: 22+60=82, Resulting Numbers: [72, 71, 82] Generated Node #0,1: 82:[72, 71, 82] Operation: 22+60=82 Exploring Operation: 71-22=49...
0.990451
hs_3
sum_heuristic
[ 67, 12, 79, 65 ]
64
[ "67+12=79", "79/79=1", "65-1=64" ]
Current State: 64:[67, 12, 79, 65], Operations: [] Exploring Operation: 67+12=79, Resulting Numbers: [79, 65, 79] Generated Node #2: [79, 65, 79] from Operation: 67+12=79 Current State: 64:[79, 65, 79], Operations: ['67+12=79'] Exploring Operation: 79/79=1, Resulting Numbers: [65, 1] Generated Node #3: [65, 1] from Ope...
4
Current State: 64:[67, 12, 79, 65], Operations: [] Exploring Operation: 79-67=12, Resulting Numbers: [12, 65, 12] Generated Node #0,0: 64:[12, 65, 12] Operation: 79-67=12 Exploring Operation: 79-12=67, Resulting Numbers: [67, 65, 67] Generated Node #0,1: 64:[67, 65, 67] Operation: 79-12=67 Start Sub Search at level 1: ...
0.992188
hs_2
mult_heuristic
[ 56, 38, 30, 38 ]
31
[ "38-30=8", "56/8=7", "38-7=31" ]
Current State: 31:[56, 38, 30, 38], Operations: [] Exploring Operation: 38-30=8, Resulting Numbers: [56, 8] Generated Node #2: [56, 8] from Operation: 38-30=8 Current State: 31:[56, 8], Operations: ['38-30=8'] Exploring Operation: 56/8=7, Resulting Numbers: [7] 7,31 equal: Goal Reached Exploring Operation: 38-7=31, Res...
4
Current State: 31:[56, 38, 30, 38], Operations: [] Exploring Operation: 56-38=18, Resulting Numbers: [30, 38, 18] Generated Node #0,0: 31:[30, 38, 18] Operation: 56-38=18 Exploring Operation: 38-30=8, Resulting Numbers: [56, 38, 8] Generated Node #0,1: 31:[56, 38, 8] Operation: 38-30=8 Exploring Operation: 56-30=26, Re...
0.945313
hs_4
mult_heuristic
[ 64, 36, 76, 71 ]
20
[ "64+36=100", "76-71=5", "100/5=20" ]
Current State: 20:[64, 36, 76, 71], Operations: [] Exploring Operation: 64+36=100, Resulting Numbers: [76, 71, 100] Generated Node #2: [76, 71, 100] from Operation: 64+36=100 Current State: 20:[76, 71, 100], Operations: ['64+36=100'] Exploring Operation: 76-71=5, Resulting Numbers: [100, 5] Generated Node #3: [100, 5] ...
4
Current State: 20:[64, 36, 76, 71], Operations: [] Exploring Operation: 76-71=5, Resulting Numbers: [64, 36, 5] Generated Node #0,0: 20:[64, 36, 5] Operation: 76-71=5 Start Sub Search at level 1: Moving to Node #0,0 Current State: 20:[64, 36, 5], Operations: ['76-71=5'] Exploring Operation: 64-36=28, Resulting Numbers:...
0
hs_1
sum_heuristic
[ 61, 11, 55, 58 ]
24
[ "61+11=72", "58-55=3", "72/3=24" ]
Current State: 24:[61, 11, 55, 58], Operations: [] Exploring Operation: 61+11=72, Resulting Numbers: [55, 58, 72] Generated Node #2: [55, 58, 72] from Operation: 61+11=72 Current State: 24:[55, 58, 72], Operations: ['61+11=72'] Exploring Operation: 58-55=3, Resulting Numbers: [72, 3] Generated Node #3: [72, 3] from Ope...
4
Current State: 24:[61, 11, 55, 58], Operations: [] Exploring Operation: 55/11=5, Resulting Numbers: [61, 58, 5] Generated Node #0,0: 24:[61, 58, 5] Operation: 55/11=5 Exploring Operation: 61-55=6, Resulting Numbers: [11, 58, 6] Generated Node #0,1: 24:[11, 58, 6] Operation: 61-55=6 Exploring Operation: 61-58=3, Resulti...
0
hs_4
mult_heuristic
[ 58, 5, 3, 39 ]
76
[ "58+5=63", "39/3=13", "63+13=76" ]
Current State: 76:[58, 5, 3, 39], Operations: [] Exploring Operation: 58+5=63, Resulting Numbers: [3, 39, 63] Generated Node #2: [3, 39, 63] from Operation: 58+5=63 Current State: 76:[3, 39, 63], Operations: ['58+5=63'] Exploring Operation: 39/3=13, Resulting Numbers: [63, 13] Generated Node #3: [63, 13] from Operation...
4
Current State: 76:[58, 5, 3, 39], Operations: [] Exploring Operation: 58+5=63, Resulting Numbers: [3, 39, 63] Generated Node #0,0: 76:[3, 39, 63] Operation: 58+5=63 Exploring Operation: 58-39=19, Resulting Numbers: [5, 3, 19] Generated Node #0,1: 76:[5, 3, 19] Operation: 58-39=19 Moving to Node #0,1 Current State: 76:[...
0
hs_2
sum_heuristic
[ 60, 19, 24, 64 ]
76
[ "24-19=5", "60/5=12", "64+12=76" ]
Current State: 76:[60, 19, 24, 64], Operations: [] Exploring Operation: 24-19=5, Resulting Numbers: [60, 64, 5] Generated Node #2: [60, 64, 5] from Operation: 24-19=5 Current State: 76:[60, 64, 5], Operations: ['24-19=5'] Exploring Operation: 60/5=12, Resulting Numbers: [64, 12] Generated Node #3: [64, 12] from Operati...
4
Current State: 76:[60, 19, 24, 64], Operations: [] Exploring Operation: 60+19=79, Resulting Numbers: [24, 64, 79] Generated Node #0,0: 76:[24, 64, 79] Operation: 60+19=79 Exploring Operation: 64-24=40, Resulting Numbers: [60, 19, 40] Generated Node #0,1: 76:[60, 19, 40] Operation: 64-24=40 Exploring Operation: 60-24=36...
0
hs_4
sum_heuristic
[ 63, 43, 27, 10 ]
70
[ "63-43=20", "27-20=7", "10*7=70" ]
Current State: 70:[63, 43, 27, 10], Operations: [] Exploring Operation: 63-43=20, Resulting Numbers: [27, 10, 20] Generated Node #2: [27, 10, 20] from Operation: 63-43=20 Current State: 70:[27, 10, 20], Operations: ['63-43=20'] Exploring Operation: 27-20=7, Resulting Numbers: [10, 7] Generated Node #3: [10, 7] from Ope...
4
Current State: 70:[63, 43, 27, 10], Operations: [] Exploring Operation: 43+27=70, Resulting Numbers: [63, 10, 70] Generated Node #0,0: 70:[63, 10, 70] Operation: 43+27=70 Start Sub Search at level 1: Moving to Node #0,0 Current State: 70:[63, 10, 70], Operations: ['43+27=70'] Exploring Operation: 70-63=7, Resulting Num...
0.993924
hs_1
mult_heuristic
[ 9, 54, 72, 72 ]
81
[ "9+54=63", "72+72=144", "144-63=81" ]
Current State: 81:[9, 54, 72, 72], Operations: [] Exploring Operation: 9+54=63, Resulting Numbers: [72, 72, 63] Generated Node #2: [72, 72, 63] from Operation: 9+54=63 Current State: 81:[72, 72, 63], Operations: ['9+54=63'] Exploring Operation: 72+72=144, Resulting Numbers: [63, 144] Generated Node #3: [63, 144] from O...
4
Current State: 81:[9, 54, 72, 72], Operations: [] Exploring Operation: 72-54=18, Resulting Numbers: [9, 72, 18] Generated Node #0,0: 81:[9, 72, 18] Operation: 72-54=18 Exploring Operation: 72-54=18, Resulting Numbers: [9, 72, 18] Generated Node #0,1: 81:[9, 72, 18] Operation: 72-54=18 Moving to Node #0,0 Current State:...
0
hs_2
mult_heuristic
[ 90, 47, 20, 50 ]
83
[ "90*20=1800", "1800/50=36", "47+36=83" ]
Current State: 83:[90, 47, 20, 50], Operations: [] Exploring Operation: 90*20=1800, Resulting Numbers: [47, 50, 1800] Generated Node #2: [47, 50, 1800] from Operation: 90*20=1800 Current State: 83:[47, 50, 1800], Operations: ['90*20=1800'] Exploring Operation: 1800/50=36, Resulting Numbers: [47, 36] Generated Node #3: ...
4
Current State: 83:[90, 47, 20, 50], Operations: [] Exploring Operation: 20+50=70, Resulting Numbers: [90, 47, 70] Generated Node #0,0: 83:[90, 47, 70] Operation: 20+50=70 Exploring Operation: 47+20=67, Resulting Numbers: [90, 50, 67] Generated Node #0,1: 83:[90, 50, 67] Operation: 47+20=67 Moving to Node #0,0 Current S...
0
hs_2
mult_heuristic
[ 16, 16, 37, 8 ]
75
[ "16+37=53", "16*8=128", "128-53=75" ]
Current State: 75:[16, 16, 37, 8], Operations: [] Exploring Operation: 16+37=53, Resulting Numbers: [8, 53] Generated Node #2: [8, 53] from Operation: 16+37=53 Current State: 75:[8, 53], Operations: ['16+37=53'] Exploring Operation: 16*8=128, Resulting Numbers: [53, 128] Generated Node #3: [53, 128] from Operation: 16*...
4
Current State: 75:[16, 16, 37, 8], Operations: [] Exploring Operation: 37-8=29, Resulting Numbers: [16, 16, 29] Generated Node #0,0: 75:[16, 16, 29] Operation: 37-8=29 Start Sub Search at level 1: Moving to Node #0,0 Current State: 75:[16, 16, 29], Operations: ['37-8=29'] Exploring Operation: 29-16=13, Resulting Number...
0
hs_1
sum_heuristic
[ 89, 86, 25, 58 ]
65
[ "89+86=175", "175/25=7", "58+7=65" ]
Current State: 65:[89, 86, 25, 58], Operations: [] Exploring Operation: 89+86=175, Resulting Numbers: [25, 58, 175] Generated Node #2: [25, 58, 175] from Operation: 89+86=175 Current State: 65:[25, 58, 175], Operations: ['89+86=175'] Exploring Operation: 175/25=7, Resulting Numbers: [58, 7] Generated Node #3: [58, 7] f...
4
Current State: 65:[89, 86, 25, 58], Operations: [] Exploring Operation: 89-25=64, Resulting Numbers: [86, 58, 64] Generated Node #0,0: 65:[86, 58, 64] Operation: 89-25=64 Exploring Operation: 89-86=3, Resulting Numbers: [25, 58, 3] Generated Node #0,1: 65:[25, 58, 3] Operation: 89-86=3 Exploring Operation: 86-25=61, Re...
0
hs_3
mult_heuristic
[ 3, 16, 1, 76 ]
89
[ "16-3=13", "1*76=76", "13+76=89" ]
Current State: 89:[3, 16, 1, 76], Operations: [] Exploring Operation: 16-3=13, Resulting Numbers: [1, 76, 13] Generated Node #2: [1, 76, 13] from Operation: 16-3=13 Current State: 89:[1, 76, 13], Operations: ['16-3=13'] Exploring Operation: 1*76=76, Resulting Numbers: [13, 76] Generated Node #3: [13, 76] from Operation...
4
Current State: 89:[3, 16, 1, 76], Operations: [] Exploring Operation: 3*16=48, Resulting Numbers: [1, 76, 48] Generated Node #0,0: 89:[1, 76, 48] Operation: 3*16=48 Moving to Node #0,0 Current State: 89:[1, 76, 48], Operations: ['3*16=48'] Exploring Operation: 1+76=77, Resulting Numbers: [48, 77] Generated Node #0,0,0:...
0
hs_1
sum_heuristic
[ 39, 22, 2, 53 ]
18
[ "39-22=17", "53-17=36", "36/2=18" ]
Current State: 18:[39, 22, 2, 53], Operations: [] Exploring Operation: 39-22=17, Resulting Numbers: [2, 53, 17] Generated Node #2: [2, 53, 17] from Operation: 39-22=17 Current State: 18:[2, 53, 17], Operations: ['39-22=17'] Exploring Operation: 53-17=36, Resulting Numbers: [2, 36] Generated Node #3: [2, 36] from Operat...
4
Current State: 18:[39, 22, 2, 53], Operations: [] Exploring Operation: 39-2=37, Resulting Numbers: [22, 53, 37] Generated Node #0,0: 18:[22, 53, 37] Operation: 39-2=37 Exploring Operation: 53-39=14, Resulting Numbers: [22, 2, 14] Generated Node #0,1: 18:[22, 2, 14] Operation: 53-39=14 Exploring Operation: 22-2=20, Resu...
0.950521
hs_5
mult_heuristic
[ 58, 14, 4, 78 ]
66
[ "78-58=20", "4*20=80", "80-14=66" ]
Current State: 66:[58, 14, 4, 78], Operations: [] Exploring Operation: 78-58=20, Resulting Numbers: [14, 4, 20] Generated Node #2: [14, 4, 20] from Operation: 78-58=20 Current State: 66:[14, 4, 20], Operations: ['78-58=20'] Exploring Operation: 4*20=80, Resulting Numbers: [14, 80] Generated Node #3: [14, 80] from Opera...
4
Current State: 66:[58, 14, 4, 78], Operations: [] Exploring Operation: 78-58=20, Resulting Numbers: [14, 4, 20] Generated Node #0,0: 66:[14, 4, 20] Operation: 78-58=20 Exploring Operation: 78-14=64, Resulting Numbers: [58, 4, 64] Generated Node #0,1: 66:[58, 4, 64] Operation: 78-14=64 Start Sub Search at level 1: Movin...
0
hs_2
mult_heuristic
[ 44, 6, 89, 18 ]
57
[ "44+6=50", "89+18=107", "107-50=57" ]
Current State: 57:[44, 6, 89, 18], Operations: [] Exploring Operation: 44+6=50, Resulting Numbers: [89, 18, 50] Generated Node #2: [89, 18, 50] from Operation: 44+6=50 Current State: 57:[89, 18, 50], Operations: ['44+6=50'] Exploring Operation: 89+18=107, Resulting Numbers: [50, 107] Generated Node #3: [50, 107] from O...
4
Current State: 57:[44, 6, 89, 18], Operations: [] Exploring Operation: 89-6=83, Resulting Numbers: [44, 18, 83] Generated Node #0,0: 57:[44, 18, 83] Operation: 89-6=83 Exploring Operation: 89-18=71, Resulting Numbers: [44, 6, 71] Generated Node #0,1: 57:[44, 6, 71] Operation: 89-18=71 Exploring Operation: 44+6=50, Resu...
0.984375
hs_5
sum_heuristic
[ 52, 81, 71, 25 ]
74
[ "52-25=27", "81/27=3", "71+3=74" ]
Current State: 74:[52, 81, 71, 25], Operations: [] Exploring Operation: 52-25=27, Resulting Numbers: [81, 71, 27] Generated Node #2: [81, 71, 27] from Operation: 52-25=27 Current State: 74:[81, 71, 27], Operations: ['52-25=27'] Exploring Operation: 81/27=3, Resulting Numbers: [71, 3] Generated Node #3: [71, 3] from Ope...
4
Current State: 74:[52, 81, 71, 25], Operations: [] Exploring Operation: 71-25=46, Resulting Numbers: [52, 81, 46] Generated Node #0,0: 74:[52, 81, 46] Operation: 71-25=46 Exploring Operation: 81-71=10, Resulting Numbers: [52, 25, 10] Generated Node #0,1: 74:[52, 25, 10] Operation: 81-71=10 Exploring Operation: 81-52=29...
0.981771
hs_5
sum_heuristic
[ 97, 57, 50, 21 ]
83
[ "97+57=154", "50+21=71", "154-71=83" ]
Current State: 83:[97, 57, 50, 21], Operations: [] Exploring Operation: 97+57=154, Resulting Numbers: [50, 21, 154] Generated Node #2: [50, 21, 154] from Operation: 97+57=154 Current State: 83:[50, 21, 154], Operations: ['97+57=154'] Exploring Operation: 50+21=71, Resulting Numbers: [154, 71] Generated Node #3: [154, 7...
4
Current State: 83:[97, 57, 50, 21], Operations: [] Exploring Operation: 57+21=78, Resulting Numbers: [97, 50, 78] Generated Node #0,0: 83:[97, 50, 78] Operation: 57+21=78 Exploring Operation: 50+21=71, Resulting Numbers: [97, 57, 71] Generated Node #0,1: 83:[97, 57, 71] Operation: 50+21=71 Start Sub Search at level 1: ...
0
hs_2
sum_heuristic
[ 20, 29, 35, 46 ]
11
[ "20+46=66", "35-29=6", "66/6=11" ]
Current State: 11:[20, 29, 35, 46], Operations: [] Exploring Operation: 20+46=66, Resulting Numbers: [29, 35, 66] Generated Node #2: [29, 35, 66] from Operation: 20+46=66 Current State: 11:[29, 35, 66], Operations: ['20+46=66'] Exploring Operation: 35-29=6, Resulting Numbers: [66, 6] Generated Node #3: [66, 6] from Ope...
4
Current State: 11:[20, 29, 35, 46], Operations: [] Exploring Operation: 35-20=15, Resulting Numbers: [29, 46, 15] Generated Node #0,0: 11:[29, 46, 15] Operation: 35-20=15 Exploring Operation: 46-35=11, Resulting Numbers: [20, 29, 11] Generated Node #0,1: 11:[20, 29, 11] Operation: 46-35=11 Exploring Operation: 46-29=17...
0
hs_5
mult_heuristic
[ 26, 82, 90, 53 ]
93
[ "82-26=56", "90-53=37", "56+37=93" ]
Current State: 93:[26, 82, 90, 53], Operations: [] Exploring Operation: 82-26=56, Resulting Numbers: [90, 53, 56] Generated Node #2: [90, 53, 56] from Operation: 82-26=56 Current State: 93:[90, 53, 56], Operations: ['82-26=56'] Exploring Operation: 90-53=37, Resulting Numbers: [56, 37] Generated Node #3: [56, 37] from ...
4
Current State: 93:[26, 82, 90, 53], Operations: [] Exploring Operation: 53-26=27, Resulting Numbers: [82, 90, 27] Generated Node #0,0: 93:[82, 90, 27] Operation: 53-26=27 Exploring Operation: 82-53=29, Resulting Numbers: [26, 90, 29] Generated Node #0,1: 93:[26, 90, 29] Operation: 82-53=29 Exploring Operation: 90-53=37...
0.988715
hs_3
mult_heuristic
[ 88, 73, 47, 52 ]
84
[ "88-73=15", "47+52=99", "99-15=84" ]
Current State: 84:[88, 73, 47, 52], Operations: [] Exploring Operation: 88-73=15, Resulting Numbers: [47, 52, 15] Generated Node #2: [47, 52, 15] from Operation: 88-73=15 Current State: 84:[47, 52, 15], Operations: ['88-73=15'] Exploring Operation: 47+52=99, Resulting Numbers: [15, 99] Generated Node #3: [15, 99] from ...
4
Current State: 84:[88, 73, 47, 52], Operations: [] Exploring Operation: 73-52=21, Resulting Numbers: [88, 47, 21] Generated Node #0,0: 84:[88, 47, 21] Operation: 73-52=21 Moving to Node #0,0 Current State: 84:[88, 47, 21], Operations: ['73-52=21'] Exploring Operation: 88-47=41, Resulting Numbers: [21, 41] Generated Nod...
0
hs_1
sum_heuristic
[ 20, 75, 3, 92 ]
73
[ "75-20=55", "3*55=165", "165-92=73" ]
Current State: 73:[20, 75, 3, 92], Operations: [] Exploring Operation: 75-20=55, Resulting Numbers: [3, 92, 55] Generated Node #2: [3, 92, 55] from Operation: 75-20=55 Current State: 73:[3, 92, 55], Operations: ['75-20=55'] Exploring Operation: 3*55=165, Resulting Numbers: [92, 165] Generated Node #3: [92, 165] from Op...
4
Current State: 73:[20, 75, 3, 92], Operations: [] Exploring Operation: 92-3=89, Resulting Numbers: [20, 75, 89] Generated Node #0,0: 73:[20, 75, 89] Operation: 92-3=89 Exploring Operation: 20*3=60, Resulting Numbers: [75, 92, 60] Generated Node #0,1: 73:[75, 92, 60] Operation: 20*3=60 Exploring Operation: 75-3=72, Resu...
0
hs_5
mult_heuristic
[ 45, 70, 14, 11 ]
75
[ "70-45=25", "14-11=3", "25*3=75" ]
Current State: 75:[45, 70, 14, 11], Operations: [] Exploring Operation: 70-45=25, Resulting Numbers: [14, 11, 25] Generated Node #2: [14, 11, 25] from Operation: 70-45=25 Current State: 75:[14, 11, 25], Operations: ['70-45=25'] Exploring Operation: 14-11=3, Resulting Numbers: [25, 3] Generated Node #3: [25, 3] from Ope...
4
Current State: 75:[45, 70, 14, 11], Operations: [] Exploring Operation: 70-45=25, Resulting Numbers: [14, 11, 25] Generated Node #0,0: 75:[14, 11, 25] Operation: 70-45=25 Moving to Node #0,0 Current State: 75:[14, 11, 25], Operations: ['70-45=25'] Exploring Operation: 14+11=25, Resulting Numbers: [25, 25] Generated Nod...
0
hs_1
mult_heuristic
[ 37, 49, 5, 83 ]
15
[ "37+49=86", "86-83=3", "5*3=15" ]
Current State: 15:[37, 49, 5, 83], Operations: [] Exploring Operation: 37+49=86, Resulting Numbers: [5, 83, 86] Generated Node #2: [5, 83, 86] from Operation: 37+49=86 Current State: 15:[5, 83, 86], Operations: ['37+49=86'] Exploring Operation: 86-83=3, Resulting Numbers: [5, 3] Generated Node #3: [5, 3] from Operation...
4
Current State: 15:[37, 49, 5, 83], Operations: [] Exploring Operation: 83-49=34, Resulting Numbers: [37, 5, 34] Generated Node #0,0: 15:[37, 5, 34] Operation: 83-49=34 Moving to Node #0,0 Current State: 15:[37, 5, 34], Operations: ['83-49=34'] Exploring Operation: 37-34=3, Resulting Numbers: [5, 3] Generated Node #0,0,...
0.993924
hs_1
mult_heuristic
[ 85, 34, 85, 36 ]
31
[ "85+85=170", "170/34=5", "36-5=31" ]
Current State: 31:[85, 34, 85, 36], Operations: [] Exploring Operation: 85+85=170, Resulting Numbers: [34, 36, 170] Generated Node #2: [34, 36, 170] from Operation: 85+85=170 Current State: 31:[34, 36, 170], Operations: ['85+85=170'] Exploring Operation: 170/34=5, Resulting Numbers: [36, 5] Generated Node #3: [36, 5] f...
4
Current State: 31:[85, 34, 85, 36], Operations: [] Exploring Operation: 85-85=0, Resulting Numbers: [34, 36, 0] Generated Node #0,0: 31:[34, 36, 0] Operation: 85-85=0 Exploring Operation: 85-36=49, Resulting Numbers: [34, 85, 49] Generated Node #0,1: 31:[34, 85, 49] Operation: 85-36=49 Exploring Operation: 85/85=1, Res...
0
hs_3
sum_heuristic
[ 3, 3, 40, 14 ]
60
[ "3+3=6", "40+14=54", "6+54=60" ]
Current State: 60:[3, 3, 40, 14], Operations: [] Exploring Operation: 3+3=6, Resulting Numbers: [40, 14, 6] Generated Node #2: [40, 14, 6] from Operation: 3+3=6 Current State: 60:[40, 14, 6], Operations: ['3+3=6'] Exploring Operation: 40+14=54, Resulting Numbers: [6, 54] Generated Node #3: [6, 54] from Operation: 40+14...
4
Current State: 60:[3, 3, 40, 14], Operations: [] Exploring Operation: 40+14=54, Resulting Numbers: [3, 3, 54] Generated Node #0,0: 60:[3, 3, 54] Operation: 40+14=54 Exploring Operation: 40-14=26, Resulting Numbers: [3, 3, 26] Generated Node #0,1: 60:[3, 3, 26] Operation: 40-14=26 Start Sub Search at level 1: Moving to ...
0
hs_2
sum_heuristic
[ 66, 81, 20, 66 ]
100
[ "66/66=1", "81+20=101", "101-1=100" ]
Current State: 100:[66, 81, 20, 66], Operations: [] Exploring Operation: 66/66=1, Resulting Numbers: [81, 20, 1] Generated Node #2: [81, 20, 1] from Operation: 66/66=1 Current State: 100:[81, 20, 1], Operations: ['66/66=1'] Exploring Operation: 81+20=101, Resulting Numbers: [1, 101] Generated Node #3: [1, 101] from Ope...
4
Current State: 100:[66, 81, 20, 66], Operations: [] Exploring Operation: 81-66=15, Resulting Numbers: [66, 20, 15] Generated Node #0,0: 100:[66, 20, 15] Operation: 81-66=15 Exploring Operation: 66/66=1, Resulting Numbers: [81, 20, 1] Generated Node #0,1: 100:[81, 20, 1] Operation: 66/66=1 Exploring Operation: 66-66=0, ...
0.986979
hs_4
mult_heuristic
[ 88, 6, 86, 15 ]
43
[ "6*15=90", "90-88=2", "86/2=43" ]
Current State: 43:[88, 6, 86, 15], Operations: [] Exploring Operation: 6*15=90, Resulting Numbers: [88, 86, 90] Generated Node #2: [88, 86, 90] from Operation: 6*15=90 Current State: 43:[88, 86, 90], Operations: ['6*15=90'] Exploring Operation: 90-88=2, Resulting Numbers: [86, 2] Generated Node #3: [86, 2] from Operati...
4
Current State: 43:[88, 6, 86, 15], Operations: [] Exploring Operation: 88-86=2, Resulting Numbers: [6, 15, 2] Generated Node #0,0: 43:[6, 15, 2] Operation: 88-86=2 Exploring Operation: 86-6=80, Resulting Numbers: [88, 15, 80] Generated Node #0,1: 43:[88, 15, 80] Operation: 86-6=80 Exploring Operation: 88-15=73, Resulti...
0
hs_4
sum_heuristic
[ 13, 21, 6, 16 ]
45
[ "16-13=3", "21-6=15", "3*15=45" ]
Current State: 45:[13, 21, 6, 16], Operations: [] Exploring Operation: 16-13=3, Resulting Numbers: [21, 6, 3] Generated Node #2: [21, 6, 3] from Operation: 16-13=3 Current State: 45:[21, 6, 3], Operations: ['16-13=3'] Exploring Operation: 21-6=15, Resulting Numbers: [3, 15] Generated Node #3: [3, 15] from Operation: 21...
4
Current State: 45:[13, 21, 6, 16], Operations: [] Exploring Operation: 21-13=8, Resulting Numbers: [6, 16, 8] Generated Node #0,0: 45:[6, 16, 8] Operation: 21-13=8 Moving to Node #0,0 Current State: 45:[6, 16, 8], Operations: ['21-13=8'] Exploring Operation: 16-6=10, Resulting Numbers: [8, 10] Generated Node #0,0,0: 45...
0
hs_1
mult_heuristic
[ 50, 25, 40, 52 ]
30
[ "52-50=2", "40-25=15", "2*15=30" ]
Current State: 30:[50, 25, 40, 52], Operations: [] Exploring Operation: 52-50=2, Resulting Numbers: [25, 40, 2] Generated Node #2: [25, 40, 2] from Operation: 52-50=2 Current State: 30:[25, 40, 2], Operations: ['52-50=2'] Exploring Operation: 40-25=15, Resulting Numbers: [2, 15] Generated Node #3: [2, 15] from Operatio...
4
Current State: 30:[50, 25, 40, 52], Operations: [] Exploring Operation: 50-40=10, Resulting Numbers: [25, 52, 10] Generated Node #0,0: 30:[25, 52, 10] Operation: 50-40=10 Exploring Operation: 52-40=12, Resulting Numbers: [50, 25, 12] Generated Node #0,1: 30:[50, 25, 12] Operation: 52-40=12 Exploring Operation: 52-50=2,...
0.987847
hs_4
sum_heuristic
[ 58, 41, 65, 62 ]
59
[ "58+65=123", "123/41=3", "62-3=59" ]
Current State: 59:[58, 41, 65, 62], Operations: [] Exploring Operation: 58+65=123, Resulting Numbers: [41, 62, 123] Generated Node #2: [41, 62, 123] from Operation: 58+65=123 Current State: 59:[41, 62, 123], Operations: ['58+65=123'] Exploring Operation: 123/41=3, Resulting Numbers: [62, 3] Generated Node #3: [62, 3] f...
4
Current State: 59:[58, 41, 65, 62], Operations: [] Exploring Operation: 65-41=24, Resulting Numbers: [58, 62, 24] Generated Node #0,0: 59:[58, 62, 24] Operation: 65-41=24 Start Sub Search at level 1: Moving to Node #0,0 Current State: 59:[58, 62, 24], Operations: ['65-41=24'] Exploring Operation: 62-24=38, Resulting Nu...
0
hs_1
sum_heuristic
[ 50, 91, 9, 63 ]
69
[ "50+91=141", "9+63=72", "141-72=69" ]
Current State: 69:[50, 91, 9, 63], Operations: [] Exploring Operation: 50+91=141, Resulting Numbers: [9, 63, 141] Generated Node #2: [9, 63, 141] from Operation: 50+91=141 Current State: 69:[9, 63, 141], Operations: ['50+91=141'] Exploring Operation: 9+63=72, Resulting Numbers: [141, 72] Generated Node #3: [141, 72] fr...
4
Current State: 69:[50, 91, 9, 63], Operations: [] Exploring Operation: 91-50=41, Resulting Numbers: [9, 63, 41] Generated Node #0,0: 69:[9, 63, 41] Operation: 91-50=41 Moving to Node #0,0 Current State: 69:[9, 63, 41], Operations: ['91-50=41'] Exploring Operation: 63-41=22, Resulting Numbers: [9, 22] Generated Node #0,...
0
hs_1
sum_heuristic
[ 81, 2, 98, 81 ]
48
[ "81/81=1", "98/2=49", "49-1=48" ]
Current State: 48:[81, 2, 98, 81], Operations: [] Exploring Operation: 81/81=1, Resulting Numbers: [2, 98, 1] Generated Node #2: [2, 98, 1] from Operation: 81/81=1 Current State: 48:[2, 98, 1], Operations: ['81/81=1'] Exploring Operation: 98/2=49, Resulting Numbers: [1, 49] Generated Node #3: [1, 49] from Operation: 98...
4
Current State: 48:[81, 2, 98, 81], Operations: [] Exploring Operation: 98-81=17, Resulting Numbers: [2, 81, 17] Generated Node #0,0: 48:[2, 81, 17] Operation: 98-81=17 Moving to Node #0,0 Current State: 48:[2, 81, 17], Operations: ['98-81=17'] Exploring Operation: 81-17=64, Resulting Numbers: [2, 64] Generated Node #0,...
0
hs_1
mult_heuristic