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
[ 88, 65, 37, 5 ]
78
[ "88-65=23", "5*23=115", "115-37=78" ]
Current State: 78:[88, 65, 37, 5], Operations: [] Exploring Operation: 88-65=23, Resulting Numbers: [37, 5, 23] Generated Node #2: [37, 5, 23] from Operation: 88-65=23 Current State: 78:[37, 5, 23], Operations: ['88-65=23'] Exploring Operation: 5*23=115, Resulting Numbers: [37, 115] Generated Node #3: [37, 115] from Op...
4
Current State: 78:[88, 65, 37, 5], Operations: [] Exploring Operation: 88-65=23, Resulting Numbers: [37, 5, 23] Generated Node #0,0: 78:[37, 5, 23] Operation: 88-65=23 Exploring Operation: 65/5=13, Resulting Numbers: [88, 37, 13] Generated Node #0,1: 78:[88, 37, 13] Operation: 65/5=13 Exploring Operation: 65-37=28, Res...
0
hs_3
mult_heuristic
[ 92, 17, 9, 24 ]
90
[ "92-17=75", "24-9=15", "75+15=90" ]
Current State: 90:[92, 17, 9, 24], Operations: [] Exploring Operation: 92-17=75, Resulting Numbers: [9, 24, 75] Generated Node #2: [9, 24, 75] from Operation: 92-17=75 Current State: 90:[9, 24, 75], Operations: ['92-17=75'] Exploring Operation: 24-9=15, Resulting Numbers: [75, 15] Generated Node #3: [75, 15] from Opera...
4
Current State: 90:[92, 17, 9, 24], Operations: [] Exploring Operation: 24-9=15, Resulting Numbers: [92, 17, 15] Generated Node #0,0: 90:[92, 17, 15] Operation: 24-9=15 Exploring Operation: 17+24=41, Resulting Numbers: [92, 9, 41] Generated Node #0,1: 90:[92, 9, 41] Operation: 17+24=41 Exploring Operation: 24-17=7, Resu...
0.984375
hs_3
mult_heuristic
[ 31, 44, 41, 6 ]
49
[ "44-41=3", "6*3=18", "31+18=49" ]
Current State: 49:[31, 44, 41, 6], Operations: [] Exploring Operation: 44-41=3, Resulting Numbers: [31, 6, 3] Generated Node #2: [31, 6, 3] from Operation: 44-41=3 Current State: 49:[31, 6, 3], Operations: ['44-41=3'] Exploring Operation: 6*3=18, Resulting Numbers: [31, 18] Generated Node #3: [31, 18] from Operation: 6...
4
Current State: 49:[31, 44, 41, 6], Operations: [] Exploring Operation: 44-31=13, Resulting Numbers: [41, 6, 13] Generated Node #0,0: 49:[41, 6, 13] Operation: 44-31=13 Exploring Operation: 41-31=10, Resulting Numbers: [44, 6, 10] Generated Node #0,1: 49:[44, 6, 10] Operation: 41-31=10 Exploring Operation: 44-41=3, Resu...
0
hs_3
mult_heuristic
[ 33, 88, 92, 36 ]
65
[ "33+88=121", "92-36=56", "121-56=65" ]
Current State: 65:[33, 88, 92, 36], Operations: [] Exploring Operation: 33+88=121, Resulting Numbers: [92, 36, 121] Generated Node #2: [92, 36, 121] from Operation: 33+88=121 Current State: 65:[92, 36, 121], Operations: ['33+88=121'] Exploring Operation: 92-36=56, Resulting Numbers: [121, 56] Generated Node #3: [121, 5...
4
Current State: 65:[33, 88, 92, 36], Operations: [] Exploring Operation: 92-88=4, Resulting Numbers: [33, 36, 4] Generated Node #0,0: 65:[33, 36, 4] Operation: 92-88=4 Moving to Node #0,0 Current State: 65:[33, 36, 4], Operations: ['92-88=4'] Exploring Operation: 36-33=3, Resulting Numbers: [4, 3] Generated Node #0,0,0:...
0
hs_1
sum_heuristic
[ 27, 24, 2, 56 ]
79
[ "27+24=51", "56/2=28", "51+28=79" ]
Current State: 79:[27, 24, 2, 56], Operations: [] Exploring Operation: 27+24=51, Resulting Numbers: [2, 56, 51] Generated Node #2: [2, 56, 51] from Operation: 27+24=51 Current State: 79:[2, 56, 51], Operations: ['27+24=51'] Exploring Operation: 56/2=28, Resulting Numbers: [51, 28] Generated Node #3: [51, 28] from Opera...
4
Current State: 79:[27, 24, 2, 56], Operations: [] Exploring Operation: 24*2=48, Resulting Numbers: [27, 56, 48] Generated Node #0,0: 79:[27, 56, 48] Operation: 24*2=48 Exploring Operation: 27+2=29, Resulting Numbers: [24, 56, 29] Generated Node #0,1: 79:[24, 56, 29] Operation: 27+2=29 Exploring Operation: 27*2=54, Resu...
0
hs_4
sum_heuristic
[ 1, 88, 68, 4 ]
47
[ "1+68=69", "88/4=22", "69-22=47" ]
Current State: 47:[1, 88, 68, 4], Operations: [] Exploring Operation: 1+68=69, Resulting Numbers: [88, 4, 69] Generated Node #2: [88, 4, 69] from Operation: 1+68=69 Current State: 47:[88, 4, 69], Operations: ['1+68=69'] Exploring Operation: 88/4=22, Resulting Numbers: [69, 22] Generated Node #3: [69, 22] from Operation...
4
Current State: 47:[1, 88, 68, 4], Operations: [] Exploring Operation: 68-1=67, Resulting Numbers: [88, 4, 67] Generated Node #0,0: 47:[88, 4, 67] Operation: 68-1=67 Exploring Operation: 88-1=87, Resulting Numbers: [68, 4, 87] Generated Node #0,1: 47:[68, 4, 87] Operation: 88-1=87 Exploring Operation: 88/4=22, Resulting...
0
hs_3
mult_heuristic
[ 62, 26, 49, 98 ]
39
[ "62+26=88", "98-49=49", "88-49=39" ]
Current State: 39:[62, 26, 49, 98], Operations: [] Exploring Operation: 62+26=88, Resulting Numbers: [49, 98, 88] Generated Node #2: [49, 98, 88] from Operation: 62+26=88 Current State: 39:[49, 98, 88], Operations: ['62+26=88'] Exploring Operation: 98-49=49, Resulting Numbers: [88, 49] Generated Node #3: [88, 49] from ...
4
Current State: 39:[62, 26, 49, 98], Operations: [] Exploring Operation: 98-62=36, Resulting Numbers: [26, 49, 36] Generated Node #0,0: 39:[26, 49, 36] Operation: 98-62=36 Moving to Node #0,0 Current State: 39:[26, 49, 36], Operations: ['98-62=36'] Exploring Operation: 49-26=23, Resulting Numbers: [36, 23] Generated Nod...
0
hs_1
sum_heuristic
[ 72, 18, 45, 9 ]
18
[ "72+18=90", "45/9=5", "90/5=18" ]
Current State: 18:[72, 18, 45, 9], Operations: [] Exploring Operation: 72+18=90, Resulting Numbers: [45, 9, 90] Generated Node #2: [45, 9, 90] from Operation: 72+18=90 Current State: 18:[45, 9, 90], Operations: ['72+18=90'] Exploring Operation: 45/9=5, Resulting Numbers: [90, 5] Generated Node #3: [90, 5] from Operatio...
4
Current State: 18:[72, 18, 45, 9], Operations: [] Exploring Operation: 72-45=27, Resulting Numbers: [18, 9, 27] Generated Node #0,0: 18:[18, 9, 27] Operation: 72-45=27 Moving to Node #0,0 Current State: 18:[18, 9, 27], Operations: ['72-45=27'] Exploring Operation: 27-18=9, Resulting Numbers: [9, 9] Generated Node #0,0,...
0.993924
hs_1
mult_heuristic
[ 10, 76, 2, 75 ]
12
[ "10+2=12", "76-75=1", "12*1=12" ]
Current State: 12:[10, 76, 2, 75], Operations: [] Exploring Operation: 10+2=12, Resulting Numbers: [76, 75, 12] Generated Node #2: [76, 75, 12] from Operation: 10+2=12 Current State: 12:[76, 75, 12], Operations: ['10+2=12'] Exploring Operation: 76-75=1, Resulting Numbers: [12, 1] Generated Node #3: [12, 1] from Operati...
4
Current State: 12:[10, 76, 2, 75], Operations: [] Exploring Operation: 76-10=66, Resulting Numbers: [2, 75, 66] Generated Node #0,0: 12:[2, 75, 66] Operation: 76-10=66 Exploring Operation: 76-75=1, Resulting Numbers: [10, 2, 1] Generated Node #0,1: 12:[10, 2, 1] Operation: 76-75=1 Exploring Operation: 76/2=38, Resultin...
0.986979
hs_5
mult_heuristic
[ 39, 39, 39, 9 ]
48
[ "39+39=78", "39-9=30", "78-30=48" ]
Current State: 48:[39, 39, 39, 9], Operations: [] Exploring Operation: 39+39=78, Resulting Numbers: [9, 78] Generated Node #2: [9, 78] from Operation: 39+39=78 Current State: 48:[9, 78], Operations: ['39+39=78'] Exploring Operation: 39-9=30, Resulting Numbers: [78, 30] Generated Node #3: [78, 30] from Operation: 39-9=3...
4
Current State: 48:[39, 39, 39, 9], Operations: [] Exploring Operation: 39/39=1, Resulting Numbers: [39, 9, 1] Generated Node #0,0: 48:[39, 9, 1] Operation: 39/39=1 Start Sub Search at level 1: Moving to Node #0,0 Current State: 48:[39, 9, 1], Operations: ['39/39=1'] Exploring Operation: 39+9=48, Resulting Numbers: [1, ...
0.993924
hs_1
sum_heuristic
[ 64, 1, 22, 27 ]
59
[ "64*1=64", "27-22=5", "64-5=59" ]
Current State: 59:[64, 1, 22, 27], Operations: [] Exploring Operation: 64*1=64, Resulting Numbers: [22, 27, 64] Generated Node #2: [22, 27, 64] from Operation: 64*1=64 Current State: 59:[22, 27, 64], Operations: ['64*1=64'] Exploring Operation: 27-22=5, Resulting Numbers: [64, 5] Generated Node #3: [64, 5] from Operati...
4
Current State: 59:[64, 1, 22, 27], Operations: [] Exploring Operation: 64-1=63, Resulting Numbers: [22, 27, 63] Generated Node #0,0: 59:[22, 27, 63] Operation: 64-1=63 Exploring Operation: 1+22=23, Resulting Numbers: [64, 27, 23] Generated Node #0,1: 59:[64, 27, 23] Operation: 1+22=23 Start Sub Search at level 1: Movin...
0
hs_2
sum_heuristic
[ 55, 30, 32, 18 ]
91
[ "32-30=2", "18*2=36", "55+36=91" ]
Current State: 91:[55, 30, 32, 18], Operations: [] Exploring Operation: 32-30=2, Resulting Numbers: [55, 18, 2] Generated Node #2: [55, 18, 2] from Operation: 32-30=2 Current State: 91:[55, 18, 2], Operations: ['32-30=2'] Exploring Operation: 18*2=36, Resulting Numbers: [55, 36] Generated Node #3: [55, 36] from Operati...
4
Current State: 91:[55, 30, 32, 18], Operations: [] Exploring Operation: 55+30=85, Resulting Numbers: [32, 18, 85] Generated Node #0,0: 91:[32, 18, 85] Operation: 55+30=85 Exploring Operation: 55-32=23, Resulting Numbers: [30, 18, 23] Generated Node #0,1: 91:[30, 18, 23] Operation: 55-32=23 Exploring Operation: 55+32=87...
0
hs_3
mult_heuristic
[ 99, 80, 55, 91 ]
46
[ "91-80=11", "99/11=9", "55-9=46" ]
Current State: 46:[99, 80, 55, 91], Operations: [] Exploring Operation: 91-80=11, Resulting Numbers: [99, 55, 11] Generated Node #2: [99, 55, 11] from Operation: 91-80=11 Current State: 46:[99, 55, 11], Operations: ['91-80=11'] Exploring Operation: 99/11=9, Resulting Numbers: [55, 9] Generated Node #3: [55, 9] from Ope...
4
Current State: 46:[99, 80, 55, 91], Operations: [] Exploring Operation: 99-91=8, Resulting Numbers: [80, 55, 8] Generated Node #0,0: 46:[80, 55, 8] Operation: 99-91=8 Start Sub Search at level 1: Moving to Node #0,0 Current State: 46:[80, 55, 8], Operations: ['99-91=8'] Exploring Operation: 80-55=25, Resulting Numbers:...
0
hs_1
sum_heuristic
[ 12, 2, 33, 73 ]
47
[ "33-12=21", "73+21=94", "94/2=47" ]
Current State: 47:[12, 2, 33, 73], Operations: [] Exploring Operation: 33-12=21, Resulting Numbers: [2, 73, 21] Generated Node #2: [2, 73, 21] from Operation: 33-12=21 Current State: 47:[2, 73, 21], Operations: ['33-12=21'] Exploring Operation: 73+21=94, Resulting Numbers: [2, 94] Generated Node #3: [2, 94] from Operat...
4
Current State: 47:[12, 2, 33, 73], Operations: [] Exploring Operation: 12*2=24, Resulting Numbers: [33, 73, 24] Generated Node #0,0: 47:[33, 73, 24] Operation: 12*2=24 Exploring Operation: 12+2=14, Resulting Numbers: [33, 73, 14] Generated Node #0,1: 47:[33, 73, 14] Operation: 12+2=14 Exploring Operation: 12+33=45, Res...
0
hs_3
mult_heuristic
[ 50, 12, 84, 24 ]
67
[ "50+84=134", "24/12=2", "134/2=67" ]
Current State: 67:[50, 12, 84, 24], Operations: [] Exploring Operation: 50+84=134, Resulting Numbers: [12, 24, 134] Generated Node #2: [12, 24, 134] from Operation: 50+84=134 Current State: 67:[12, 24, 134], Operations: ['50+84=134'] Exploring Operation: 24/12=2, Resulting Numbers: [134, 2] Generated Node #3: [134, 2] ...
4
Current State: 67:[50, 12, 84, 24], Operations: [] Exploring Operation: 12+24=36, Resulting Numbers: [50, 84, 36] Generated Node #0,0: 67:[50, 84, 36] Operation: 12+24=36 Exploring Operation: 84-12=72, Resulting Numbers: [50, 24, 72] Generated Node #0,1: 67:[50, 24, 72] Operation: 84-12=72 Exploring Operation: 84-24=60...
0.905382
hs_5
mult_heuristic
[ 51, 62, 37, 97 ]
71
[ "62-51=11", "97-37=60", "11+60=71" ]
Current State: 71:[51, 62, 37, 97], Operations: [] Exploring Operation: 62-51=11, Resulting Numbers: [37, 97, 11] Generated Node #2: [37, 97, 11] from Operation: 62-51=11 Current State: 71:[37, 97, 11], Operations: ['62-51=11'] Exploring Operation: 97-37=60, Resulting Numbers: [11, 60] Generated Node #3: [11, 60] from ...
4
Current State: 71:[51, 62, 37, 97], Operations: [] Exploring Operation: 97-37=60, Resulting Numbers: [51, 62, 60] Generated Node #0,0: 71:[51, 62, 60] Operation: 97-37=60 Start Sub Search at level 1: Moving to Node #0,0 Current State: 71:[51, 62, 60], Operations: ['97-37=60'] Exploring Operation: 51+60=111, Resulting N...
0
hs_1
sum_heuristic
[ 27, 31, 29, 22 ]
59
[ "31-27=4", "22*4=88", "88-29=59" ]
Current State: 59:[27, 31, 29, 22], Operations: [] Exploring Operation: 31-27=4, Resulting Numbers: [29, 22, 4] Generated Node #2: [29, 22, 4] from Operation: 31-27=4 Current State: 59:[29, 22, 4], Operations: ['31-27=4'] Exploring Operation: 22*4=88, Resulting Numbers: [29, 88] Generated Node #3: [29, 88] from Operati...
4
Current State: 59:[27, 31, 29, 22], Operations: [] Exploring Operation: 27+29=56, Resulting Numbers: [31, 22, 56] Generated Node #0,0: 59:[31, 22, 56] Operation: 27+29=56 Exploring Operation: 27+22=49, Resulting Numbers: [31, 29, 49] Generated Node #0,1: 59:[31, 29, 49] Operation: 27+22=49 Exploring Operation: 27+31=58...
0
hs_3
mult_heuristic
[ 63, 1, 14, 42 ]
65
[ "63-1=62", "42/14=3", "62+3=65" ]
Current State: 65:[63, 1, 14, 42], Operations: [] Exploring Operation: 63-1=62, Resulting Numbers: [14, 42, 62] Generated Node #2: [14, 42, 62] from Operation: 63-1=62 Current State: 65:[14, 42, 62], Operations: ['63-1=62'] Exploring Operation: 42/14=3, Resulting Numbers: [62, 3] Generated Node #3: [62, 3] from Operati...
4
Current State: 65:[63, 1, 14, 42], Operations: [] Exploring Operation: 42/14=3, Resulting Numbers: [63, 1, 3] Generated Node #0,0: 65:[63, 1, 3] Operation: 42/14=3 Start Sub Search at level 1: Moving to Node #0,0 Current State: 65:[63, 1, 3], Operations: ['42/14=3'] Exploring Operation: 63+1=64, Resulting Numbers: [3, ...
0
hs_1
sum_heuristic
[ 89, 2, 31, 74 ]
45
[ "89-31=58", "58/2=29", "74-29=45" ]
Current State: 45:[89, 2, 31, 74], Operations: [] Exploring Operation: 89-31=58, Resulting Numbers: [2, 74, 58] Generated Node #2: [2, 74, 58] from Operation: 89-31=58 Current State: 45:[2, 74, 58], Operations: ['89-31=58'] Exploring Operation: 58/2=29, Resulting Numbers: [74, 29] Generated Node #3: [74, 29] from Opera...
4
Current State: 45:[89, 2, 31, 74], Operations: [] Exploring Operation: 89-31=58, Resulting Numbers: [2, 74, 58] Generated Node #0,0: 45:[2, 74, 58] Operation: 89-31=58 Exploring Operation: 89-74=15, Resulting Numbers: [2, 31, 15] Generated Node #0,1: 45:[2, 31, 15] Operation: 89-74=15 Moving to Node #0,1 Current State:...
0
hs_2
sum_heuristic
[ 14, 64, 8, 10 ]
71
[ "10-8=2", "14/2=7", "64+7=71" ]
Current State: 71:[14, 64, 8, 10], Operations: [] Exploring Operation: 10-8=2, Resulting Numbers: [14, 64, 2] Generated Node #2: [14, 64, 2] from Operation: 10-8=2 Current State: 71:[14, 64, 2], Operations: ['10-8=2'] Exploring Operation: 14/2=7, Resulting Numbers: [64, 7] Generated Node #3: [64, 7] from Operation: 14/...
4
Current State: 71:[14, 64, 8, 10], Operations: [] Exploring Operation: 14*8=112, Resulting Numbers: [64, 10, 112] Generated Node #0,0: 71:[64, 10, 112] Operation: 14*8=112 Exploring Operation: 14+10=24, Resulting Numbers: [64, 8, 24] Generated Node #0,1: 71:[64, 8, 24] Operation: 14+10=24 Exploring Operation: 8*10=80, ...
0
hs_4
sum_heuristic
[ 2, 18, 17, 37 ]
53
[ "2*17=34", "37-18=19", "34+19=53" ]
Current State: 53:[2, 18, 17, 37], Operations: [] Exploring Operation: 2*17=34, Resulting Numbers: [18, 37, 34] Generated Node #2: [18, 37, 34] from Operation: 2*17=34 Current State: 53:[18, 37, 34], Operations: ['2*17=34'] Exploring Operation: 37-18=19, Resulting Numbers: [34, 19] Generated Node #3: [34, 19] from Oper...
4
Current State: 53:[2, 18, 17, 37], Operations: [] Exploring Operation: 2*18=36, Resulting Numbers: [17, 37, 36] Generated Node #0,0: 53:[17, 37, 36] Operation: 2*18=36 Exploring Operation: 2+18=20, Resulting Numbers: [17, 37, 20] Generated Node #0,1: 53:[17, 37, 20] Operation: 2+18=20 Exploring Operation: 2*17=34, Resu...
0.974826
hs_3
mult_heuristic
[ 22, 57, 44, 16 ]
75
[ "44/22=2", "57+16=73", "2+73=75" ]
Current State: 75:[22, 57, 44, 16], Operations: [] Exploring Operation: 44/22=2, Resulting Numbers: [57, 16, 2] Generated Node #2: [57, 16, 2] from Operation: 44/22=2 Current State: 75:[57, 16, 2], Operations: ['44/22=2'] Exploring Operation: 57+16=73, Resulting Numbers: [2, 73] Generated Node #3: [2, 73] from Operatio...
4
Current State: 75:[22, 57, 44, 16], Operations: [] Exploring Operation: 44-22=22, Resulting Numbers: [57, 16, 22] Generated Node #0,0: 75:[57, 16, 22] Operation: 44-22=22 Exploring Operation: 44/22=2, Resulting Numbers: [57, 16, 2] Generated Node #0,1: 75:[57, 16, 2] Operation: 44/22=2 Exploring Operation: 57-44=13, Re...
0.96875
hs_5
mult_heuristic
[ 55, 70, 14, 62 ]
51
[ "55*14=770", "770/70=11", "62-11=51" ]
Current State: 51:[55, 70, 14, 62], Operations: [] Exploring Operation: 55*14=770, Resulting Numbers: [70, 62, 770] Generated Node #2: [70, 62, 770] from Operation: 55*14=770 Current State: 51:[70, 62, 770], Operations: ['55*14=770'] Exploring Operation: 770/70=11, Resulting Numbers: [62, 11] Generated Node #3: [62, 11...
4
Current State: 51:[55, 70, 14, 62], Operations: [] Exploring Operation: 70-14=56, Resulting Numbers: [55, 62, 56] Generated Node #0,0: 51:[55, 62, 56] Operation: 70-14=56 Exploring Operation: 70-62=8, Resulting Numbers: [55, 14, 8] Generated Node #0,1: 51:[55, 14, 8] Operation: 70-62=8 Exploring Operation: 62-55=7, Res...
0.955729
hs_5
sum_heuristic
[ 15, 92, 70, 79 ]
98
[ "15+92=107", "79-70=9", "107-9=98" ]
Current State: 98:[15, 92, 70, 79], Operations: [] Exploring Operation: 15+92=107, Resulting Numbers: [70, 79, 107] Generated Node #2: [70, 79, 107] from Operation: 15+92=107 Current State: 98:[70, 79, 107], Operations: ['15+92=107'] Exploring Operation: 79-70=9, Resulting Numbers: [107, 9] Generated Node #3: [107, 9] ...
4
Current State: 98:[15, 92, 70, 79], Operations: [] Exploring Operation: 79-70=9, Resulting Numbers: [15, 92, 9] Generated Node #0,0: 98:[15, 92, 9] Operation: 79-70=9 Exploring Operation: 92-79=13, Resulting Numbers: [15, 70, 13] Generated Node #0,1: 98:[15, 70, 13] Operation: 92-79=13 Exploring Operation: 92-70=22, Re...
0.986111
hs_3
sum_heuristic
[ 36, 10, 10, 93 ]
57
[ "36+10=46", "10+93=103", "103-46=57" ]
Current State: 57:[36, 10, 10, 93], Operations: [] Exploring Operation: 36+10=46, Resulting Numbers: [93, 46] Generated Node #2: [93, 46] from Operation: 36+10=46 Current State: 57:[93, 46], Operations: ['36+10=46'] Exploring Operation: 10+93=103, Resulting Numbers: [46, 103] Generated Node #3: [46, 103] from Operation...
4
Current State: 57:[36, 10, 10, 93], Operations: [] Exploring Operation: 36-10=26, Resulting Numbers: [10, 93, 26] Generated Node #0,0: 57:[10, 93, 26] Operation: 36-10=26 Exploring Operation: 93-36=57, Resulting Numbers: [10, 10, 57] Generated Node #0,1: 57:[10, 10, 57] Operation: 93-36=57 Exploring Operation: 36-10=26...
0.984375
hs_3
sum_heuristic
[ 10, 59, 4, 23 ]
43
[ "59-10=49", "4*23=92", "92-49=43" ]
Current State: 43:[10, 59, 4, 23], Operations: [] Exploring Operation: 59-10=49, Resulting Numbers: [4, 23, 49] Generated Node #2: [4, 23, 49] from Operation: 59-10=49 Current State: 43:[4, 23, 49], Operations: ['59-10=49'] Exploring Operation: 4*23=92, Resulting Numbers: [49, 92] Generated Node #3: [49, 92] from Opera...
4
Current State: 43:[10, 59, 4, 23], Operations: [] Exploring Operation: 10*4=40, Resulting Numbers: [59, 23, 40] Generated Node #0,0: 43:[59, 23, 40] Operation: 10*4=40 Exploring Operation: 10+4=14, Resulting Numbers: [59, 23, 14] Generated Node #0,1: 43:[59, 23, 14] Operation: 10+4=14 Exploring Operation: 59-10=49, Res...
0
hs_3
mult_heuristic
[ 87, 64, 63, 43 ]
84
[ "64-43=21", "63/21=3", "87-3=84" ]
Current State: 84:[87, 64, 63, 43], Operations: [] Exploring Operation: 64-43=21, Resulting Numbers: [87, 63, 21] Generated Node #2: [87, 63, 21] from Operation: 64-43=21 Current State: 84:[87, 63, 21], Operations: ['64-43=21'] Exploring Operation: 63/21=3, Resulting Numbers: [87, 3] Generated Node #3: [87, 3] from Ope...
4
Current State: 84:[87, 64, 63, 43], Operations: [] Exploring Operation: 87-64=23, Resulting Numbers: [63, 43, 23] Generated Node #0,0: 84:[63, 43, 23] Operation: 87-64=23 Exploring Operation: 64-63=1, Resulting Numbers: [87, 43, 1] Generated Node #0,1: 84:[87, 43, 1] Operation: 64-63=1 Start Sub Search at level 1: Movi...
0
hs_2
mult_heuristic
[ 83, 6, 9, 80 ]
37
[ "9*80=720", "720/6=120", "120-83=37" ]
Current State: 37:[83, 6, 9, 80], Operations: [] Exploring Operation: 9*80=720, Resulting Numbers: [83, 6, 720] Generated Node #2: [83, 6, 720] from Operation: 9*80=720 Current State: 37:[83, 6, 720], Operations: ['9*80=720'] Exploring Operation: 720/6=120, Resulting Numbers: [83, 120] Generated Node #3: [83, 120] from...
4
Current State: 37:[83, 6, 9, 80], Operations: [] Exploring Operation: 83-6=77, Resulting Numbers: [9, 80, 77] Generated Node #0,0: 37:[9, 80, 77] Operation: 83-6=77 Exploring Operation: 6*9=54, Resulting Numbers: [83, 80, 54] Generated Node #0,1: 37:[83, 80, 54] Operation: 6*9=54 Exploring Operation: 83-80=3, Resulting...
0
hs_3
sum_heuristic
[ 72, 12, 24, 53 ]
51
[ "12+24=36", "72/36=2", "53-2=51" ]
Current State: 51:[72, 12, 24, 53], Operations: [] Exploring Operation: 12+24=36, Resulting Numbers: [72, 53, 36] Generated Node #2: [72, 53, 36] from Operation: 12+24=36 Current State: 51:[72, 53, 36], Operations: ['12+24=36'] Exploring Operation: 72/36=2, Resulting Numbers: [53, 2] Generated Node #3: [53, 2] from Ope...
4
Current State: 51:[72, 12, 24, 53], Operations: [] Exploring Operation: 72-24=48, Resulting Numbers: [12, 53, 48] Generated Node #0,0: 51:[12, 53, 48] Operation: 72-24=48 Exploring Operation: 72/12=6, Resulting Numbers: [24, 53, 6] Generated Node #0,1: 51:[24, 53, 6] Operation: 72/12=6 Exploring Operation: 72/24=3, Res...
0
hs_3
mult_heuristic
[ 90, 35, 62, 27 ]
34
[ "90-35=55", "62+27=89", "89-55=34" ]
Current State: 34:[90, 35, 62, 27], Operations: [] Exploring Operation: 90-35=55, Resulting Numbers: [62, 27, 55] Generated Node #2: [62, 27, 55] from Operation: 90-35=55 Current State: 34:[62, 27, 55], Operations: ['90-35=55'] Exploring Operation: 62+27=89, Resulting Numbers: [55, 89] Generated Node #3: [55, 89] from ...
4
Current State: 34:[90, 35, 62, 27], Operations: [] Exploring Operation: 90-62=28, Resulting Numbers: [35, 27, 28] Generated Node #0,0: 34:[35, 27, 28] Operation: 90-62=28 Exploring Operation: 90-35=55, Resulting Numbers: [62, 27, 55] Generated Node #0,1: 34:[62, 27, 55] Operation: 90-35=55 Start Sub Search at level 1: ...
0.991319
hs_2
mult_heuristic
[ 87, 41, 31, 10 ]
87
[ "87+41=128", "31+10=41", "128-41=87" ]
Current State: 87:[87, 41, 31, 10], Operations: [] Exploring Operation: 87+41=128, Resulting Numbers: [31, 10, 128] Generated Node #2: [31, 10, 128] from Operation: 87+41=128 Current State: 87:[31, 10, 128], Operations: ['87+41=128'] Exploring Operation: 31+10=41, Resulting Numbers: [128, 41] Generated Node #3: [128, 4...
4
Current State: 87:[87, 41, 31, 10], Operations: [] Exploring Operation: 31-10=21, Resulting Numbers: [87, 41, 21] Generated Node #0,0: 87:[87, 41, 21] Operation: 31-10=21 Exploring Operation: 41-31=10, Resulting Numbers: [87, 10, 10] Generated Node #0,1: 87:[87, 10, 10] Operation: 41-31=10 Exploring Operation: 41-10=31...
0.986111
hs_5
mult_heuristic
[ 32, 12, 13, 6 ]
43
[ "32+13=45", "12/6=2", "45-2=43" ]
Current State: 43:[32, 12, 13, 6], Operations: [] Exploring Operation: 32+13=45, Resulting Numbers: [12, 6, 45] Generated Node #2: [12, 6, 45] from Operation: 32+13=45 Current State: 43:[12, 6, 45], Operations: ['32+13=45'] Exploring Operation: 12/6=2, Resulting Numbers: [45, 2] Generated Node #3: [45, 2] from Operatio...
4
Current State: 43:[32, 12, 13, 6], Operations: [] Exploring Operation: 32+6=38, Resulting Numbers: [12, 13, 38] Generated Node #0,0: 43:[12, 13, 38] Operation: 32+6=38 Exploring Operation: 12+13=25, Resulting Numbers: [32, 6, 25] Generated Node #0,1: 43:[32, 6, 25] Operation: 12+13=25 Start Sub Search at level 1: Movin...
0
hs_2
mult_heuristic
[ 59, 89, 95, 5 ]
60
[ "89-59=30", "95-5=90", "90-30=60" ]
Current State: 60:[59, 89, 95, 5], Operations: [] Exploring Operation: 89-59=30, Resulting Numbers: [95, 5, 30] Generated Node #2: [95, 5, 30] from Operation: 89-59=30 Current State: 60:[95, 5, 30], Operations: ['89-59=30'] Exploring Operation: 95-5=90, Resulting Numbers: [30, 90] Generated Node #3: [30, 90] from Opera...
4
Current State: 60:[59, 89, 95, 5], Operations: [] Exploring Operation: 95-59=36, Resulting Numbers: [89, 5, 36] Generated Node #0,0: 60:[89, 5, 36] Operation: 95-59=36 Exploring Operation: 95-89=6, Resulting Numbers: [59, 5, 6] Generated Node #0,1: 60:[59, 5, 6] Operation: 95-89=6 Exploring Operation: 89-5=84, Resultin...
0.955729
hs_5
sum_heuristic
[ 65, 77, 51, 11 ]
77
[ "65-51=14", "11*14=154", "154-77=77" ]
Current State: 77:[65, 77, 51, 11], Operations: [] Exploring Operation: 65-51=14, Resulting Numbers: [77, 11, 14] Generated Node #2: [77, 11, 14] from Operation: 65-51=14 Current State: 77:[77, 11, 14], Operations: ['65-51=14'] Exploring Operation: 11*14=154, Resulting Numbers: [77, 154] Generated Node #3: [77, 154] fr...
4
Current State: 77:[65, 77, 51, 11], Operations: [] Exploring Operation: 77-51=26, Resulting Numbers: [65, 11, 26] Generated Node #0,0: 77:[65, 11, 26] Operation: 77-51=26 Exploring Operation: 65-51=14, Resulting Numbers: [77, 11, 14] Generated Node #0,1: 77:[77, 11, 14] Operation: 65-51=14 Exploring Operation: 77-65=12...
0
hs_4
sum_heuristic
[ 75, 9, 35, 3 ]
51
[ "75/3=25", "35-9=26", "25+26=51" ]
Current State: 51:[75, 9, 35, 3], Operations: [] Exploring Operation: 75/3=25, Resulting Numbers: [9, 35, 25] Generated Node #2: [9, 35, 25] from Operation: 75/3=25 Current State: 51:[9, 35, 25], Operations: ['75/3=25'] Exploring Operation: 35-9=26, Resulting Numbers: [25, 26] Generated Node #3: [25, 26] from Operation...
4
Current State: 51:[75, 9, 35, 3], Operations: [] Exploring Operation: 75/3=25, Resulting Numbers: [9, 35, 25] Generated Node #0,0: 51:[9, 35, 25] Operation: 75/3=25 Exploring Operation: 75-35=40, Resulting Numbers: [9, 3, 40] Generated Node #0,1: 51:[9, 3, 40] Operation: 75-35=40 Moving to Node #0,1 Current State: 51:[...
0
hs_2
mult_heuristic
[ 89, 65, 89, 48 ]
87
[ "89-65=24", "48/24=2", "89-2=87" ]
Current State: 87:[89, 65, 89, 48], Operations: [] Exploring Operation: 89-65=24, Resulting Numbers: [48, 24] Generated Node #2: [48, 24] from Operation: 89-65=24 Current State: 87:[48, 24], Operations: ['89-65=24'] Exploring Operation: 48/24=2, Resulting Numbers: [2] 2,87 equal: Goal Reached Exploring Operation: 89-2=...
4
Current State: 87:[89, 65, 89, 48], Operations: [] Exploring Operation: 65-48=17, Resulting Numbers: [89, 89, 17] Generated Node #0,0: 87:[89, 89, 17] Operation: 65-48=17 Moving to Node #0,0 Current State: 87:[89, 89, 17], Operations: ['65-48=17'] Exploring Operation: 89/89=1, Resulting Numbers: [17, 1] Generated Node ...
0
hs_1
sum_heuristic
[ 19, 45, 8, 2 ]
58
[ "19+45=64", "8-2=6", "64-6=58" ]
Current State: 58:[19, 45, 8, 2], Operations: [] Exploring Operation: 19+45=64, Resulting Numbers: [8, 2, 64] Generated Node #2: [8, 2, 64] from Operation: 19+45=64 Current State: 58:[8, 2, 64], Operations: ['19+45=64'] Exploring Operation: 8-2=6, Resulting Numbers: [64, 6] Generated Node #3: [64, 6] from Operation: 8-...
4
Current State: 58:[19, 45, 8, 2], Operations: [] Exploring Operation: 19+45=64, Resulting Numbers: [8, 2, 64] Generated Node #0,0: 58:[8, 2, 64] Operation: 19+45=64 Exploring Operation: 45-19=26, Resulting Numbers: [8, 2, 26] Generated Node #0,1: 58:[8, 2, 26] Operation: 45-19=26 Start Sub Search at level 1: Moving to ...
0.986111
hs_2
sum_heuristic
[ 69, 77, 61, 75 ]
96
[ "75-69=6", "77-61=16", "6*16=96" ]
Current State: 96:[69, 77, 61, 75], Operations: [] Exploring Operation: 75-69=6, Resulting Numbers: [77, 61, 6] Generated Node #2: [77, 61, 6] from Operation: 75-69=6 Current State: 96:[77, 61, 6], Operations: ['75-69=6'] Exploring Operation: 77-61=16, Resulting Numbers: [6, 16] Generated Node #3: [6, 16] from Operatio...
4
Current State: 96:[69, 77, 61, 75], Operations: [] Exploring Operation: 77-61=16, Resulting Numbers: [69, 75, 16] Generated Node #0,0: 96:[69, 75, 16] Operation: 77-61=16 Exploring Operation: 69-61=8, Resulting Numbers: [77, 75, 8] Generated Node #0,1: 96:[77, 75, 8] Operation: 69-61=8 Exploring Operation: 77-75=2, Res...
0.985243
hs_5
mult_heuristic
[ 37, 25, 12, 59 ]
15
[ "37+25=62", "59-12=47", "62-47=15" ]
Current State: 15:[37, 25, 12, 59], Operations: [] Exploring Operation: 37+25=62, Resulting Numbers: [12, 59, 62] Generated Node #2: [12, 59, 62] from Operation: 37+25=62 Current State: 15:[12, 59, 62], Operations: ['37+25=62'] Exploring Operation: 59-12=47, Resulting Numbers: [62, 47] Generated Node #3: [62, 47] from ...
4
Current State: 15:[37, 25, 12, 59], Operations: [] Exploring Operation: 37-25=12, Resulting Numbers: [12, 59, 12] Generated Node #0,0: 15:[12, 59, 12] Operation: 37-25=12 Exploring Operation: 59-37=22, Resulting Numbers: [25, 12, 22] Generated Node #0,1: 15:[25, 12, 22] Operation: 59-37=22 Exploring Operation: 59-25=34...
0.988715
hs_3
sum_heuristic
[ 39, 66, 69, 88 ]
52
[ "39+66=105", "69+88=157", "157-105=52" ]
Current State: 52:[39, 66, 69, 88], Operations: [] Exploring Operation: 39+66=105, Resulting Numbers: [69, 88, 105] Generated Node #2: [69, 88, 105] from Operation: 39+66=105 Current State: 52:[69, 88, 105], Operations: ['39+66=105'] Exploring Operation: 69+88=157, Resulting Numbers: [105, 157] Generated Node #3: [105,...
4
Current State: 52:[39, 66, 69, 88], Operations: [] Exploring Operation: 88-69=19, Resulting Numbers: [39, 66, 19] Generated Node #0,0: 52:[39, 66, 19] Operation: 88-69=19 Exploring Operation: 69-66=3, Resulting Numbers: [39, 88, 3] Generated Node #0,1: 52:[39, 88, 3] Operation: 69-66=3 Exploring Operation: 88-66=22, Re...
0.985243
hs_4
sum_heuristic
[ 2, 40, 25, 33 ]
28
[ "40/2=20", "33-25=8", "20+8=28" ]
Current State: 28:[2, 40, 25, 33], Operations: [] Exploring Operation: 40/2=20, Resulting Numbers: [25, 33, 20] Generated Node #2: [25, 33, 20] from Operation: 40/2=20 Current State: 28:[25, 33, 20], Operations: ['40/2=20'] Exploring Operation: 33-25=8, Resulting Numbers: [20, 8] Generated Node #3: [20, 8] from Operati...
4
Current State: 28:[2, 40, 25, 33], Operations: [] Exploring Operation: 40/2=20, Resulting Numbers: [25, 33, 20] Generated Node #0,0: 28:[25, 33, 20] Operation: 40/2=20 Exploring Operation: 40-25=15, Resulting Numbers: [2, 33, 15] Generated Node #0,1: 28:[2, 33, 15] Operation: 40-25=15 Exploring Operation: 33-25=8, Resu...
0.942708
hs_5
mult_heuristic
[ 8, 61, 70, 62 ]
61
[ "8+61=69", "70-62=8", "69-8=61" ]
Current State: 61:[8, 61, 70, 62], Operations: [] Exploring Operation: 8+61=69, Resulting Numbers: [70, 62, 69] Generated Node #2: [70, 62, 69] from Operation: 8+61=69 Current State: 61:[70, 62, 69], Operations: ['8+61=69'] Exploring Operation: 70-62=8, Resulting Numbers: [69, 8] Generated Node #3: [69, 8] from Operati...
4
Current State: 61:[8, 61, 70, 62], Operations: [] Exploring Operation: 62-8=54, Resulting Numbers: [61, 70, 54] Generated Node #0,0: 61:[61, 70, 54] Operation: 62-8=54 Exploring Operation: 70-8=62, Resulting Numbers: [61, 62, 62] Generated Node #0,1: 61:[61, 62, 62] Operation: 70-8=62 Moving to Node #0,1 Current State:...
0.992188
hs_2
sum_heuristic
[ 71, 19, 46, 45 ]
52
[ "71-19=52", "46-45=1", "52*1=52" ]
Current State: 52:[71, 19, 46, 45], Operations: [] Exploring Operation: 71-19=52, Resulting Numbers: [46, 45, 52] Generated Node #2: [46, 45, 52] from Operation: 71-19=52 Current State: 52:[46, 45, 52], Operations: ['71-19=52'] Exploring Operation: 46-45=1, Resulting Numbers: [52, 1] Generated Node #3: [52, 1] from Ope...
4
Current State: 52:[71, 19, 46, 45], Operations: [] Exploring Operation: 71-46=25, Resulting Numbers: [19, 45, 25] Generated Node #0,0: 52:[19, 45, 25] Operation: 71-46=25 Exploring Operation: 71-45=26, Resulting Numbers: [19, 46, 26] Generated Node #0,1: 52:[19, 46, 26] Operation: 71-45=26 Exploring Operation: 71-19=52...
0.943576
hs_5
mult_heuristic
[ 92, 51, 19, 94 ]
30
[ "92+51=143", "19+94=113", "143-113=30" ]
Current State: 30:[92, 51, 19, 94], Operations: [] Exploring Operation: 92+51=143, Resulting Numbers: [19, 94, 143] Generated Node #2: [19, 94, 143] from Operation: 92+51=143 Current State: 30:[19, 94, 143], Operations: ['92+51=143'] Exploring Operation: 19+94=113, Resulting Numbers: [143, 113] Generated Node #3: [143,...
4
Current State: 30:[92, 51, 19, 94], Operations: [] Exploring Operation: 94-92=2, Resulting Numbers: [51, 19, 2] Generated Node #0,0: 30:[51, 19, 2] Operation: 94-92=2 Exploring Operation: 94-51=43, Resulting Numbers: [92, 19, 43] Generated Node #0,1: 30:[92, 19, 43] Operation: 94-51=43 Exploring Operation: 92-19=73, Re...
0.959201
hs_5
sum_heuristic
[ 62, 48, 10, 83 ]
59
[ "62-48=14", "83-10=73", "73-14=59" ]
Current State: 59:[62, 48, 10, 83], Operations: [] Exploring Operation: 62-48=14, Resulting Numbers: [10, 83, 14] Generated Node #2: [10, 83, 14] from Operation: 62-48=14 Current State: 59:[10, 83, 14], Operations: ['62-48=14'] Exploring Operation: 83-10=73, Resulting Numbers: [14, 73] Generated Node #3: [14, 73] from ...
4
Current State: 59:[62, 48, 10, 83], Operations: [] Exploring Operation: 48-10=38, Resulting Numbers: [62, 83, 38] Generated Node #0,0: 59:[62, 83, 38] Operation: 48-10=38 Exploring Operation: 62+10=72, Resulting Numbers: [48, 83, 72] Generated Node #0,1: 59:[48, 83, 72] Operation: 62+10=72 Exploring Operation: 48+10=58...
0.967014
hs_5
mult_heuristic
[ 6, 60, 43, 41 ]
24
[ "60+43=103", "41+103=144", "144/6=24" ]
Current State: 24:[6, 60, 43, 41], Operations: [] Exploring Operation: 60+43=103, Resulting Numbers: [6, 41, 103] Generated Node #2: [6, 41, 103] from Operation: 60+43=103 Current State: 24:[6, 41, 103], Operations: ['60+43=103'] Exploring Operation: 41+103=144, Resulting Numbers: [6, 144] Generated Node #3: [6, 144] f...
4
Current State: 24:[6, 60, 43, 41], Operations: [] Exploring Operation: 60-43=17, Resulting Numbers: [6, 41, 17] Generated Node #0,0: 24:[6, 41, 17] Operation: 60-43=17 Exploring Operation: 43-41=2, Resulting Numbers: [6, 60, 2] Generated Node #0,1: 24:[6, 60, 2] Operation: 43-41=2 Exploring Operation: 60-41=19, Resulti...
0.970486
hs_3
sum_heuristic
[ 76, 79, 72, 59 ]
24
[ "76+79=155", "72+59=131", "155-131=24" ]
Current State: 24:[76, 79, 72, 59], Operations: [] Exploring Operation: 76+79=155, Resulting Numbers: [72, 59, 155] Generated Node #2: [72, 59, 155] from Operation: 76+79=155 Current State: 24:[72, 59, 155], Operations: ['76+79=155'] Exploring Operation: 72+59=131, Resulting Numbers: [155, 131] Generated Node #3: [155,...
4
Current State: 24:[76, 79, 72, 59], Operations: [] Exploring Operation: 79-76=3, Resulting Numbers: [72, 59, 3] Generated Node #0,0: 24:[72, 59, 3] Operation: 79-76=3 Moving to Node #0,0 Current State: 24:[72, 59, 3], Operations: ['79-76=3'] Exploring Operation: 72-59=13, Resulting Numbers: [3, 13] Generated Node #0,0,...
0
hs_1
mult_heuristic
[ 32, 70, 35, 76 ]
22
[ "76-32=44", "70/35=2", "44/2=22" ]
Current State: 22:[32, 70, 35, 76], Operations: [] Exploring Operation: 76-32=44, Resulting Numbers: [70, 35, 44] Generated Node #2: [70, 35, 44] from Operation: 76-32=44 Current State: 22:[70, 35, 44], Operations: ['76-32=44'] Exploring Operation: 70/35=2, Resulting Numbers: [44, 2] Generated Node #3: [44, 2] from Ope...
4
Current State: 22:[32, 70, 35, 76], Operations: [] Exploring Operation: 70/35=2, Resulting Numbers: [32, 76, 2] Generated Node #0,0: 22:[32, 76, 2] Operation: 70/35=2 Exploring Operation: 70-35=35, Resulting Numbers: [32, 76, 35] Generated Node #0,1: 22:[32, 76, 35] Operation: 70-35=35 Exploring Operation: 76-35=41, Re...
0.972222
hs_4
mult_heuristic
[ 94, 59, 94, 70 ]
92
[ "94-59=35", "70/35=2", "94-2=92" ]
Current State: 92:[94, 59, 94, 70], Operations: [] Exploring Operation: 94-59=35, Resulting Numbers: [70, 35] Generated Node #2: [70, 35] from Operation: 94-59=35 Current State: 92:[70, 35], Operations: ['94-59=35'] Exploring Operation: 70/35=2, Resulting Numbers: [2] 2,92 equal: Goal Reached Exploring Operation: 94-2=...
4
Current State: 92:[94, 59, 94, 70], Operations: [] Exploring Operation: 94-70=24, Resulting Numbers: [59, 94, 24] Generated Node #0,0: 92:[59, 94, 24] Operation: 94-70=24 Exploring Operation: 70-59=11, Resulting Numbers: [94, 94, 11] Generated Node #0,1: 92:[94, 94, 11] Operation: 70-59=11 Exploring Operation: 94-70=24...
0
hs_3
sum_heuristic
[ 68, 77, 86, 35 ]
60
[ "77-68=9", "86-35=51", "9+51=60" ]
Current State: 60:[68, 77, 86, 35], Operations: [] Exploring Operation: 77-68=9, Resulting Numbers: [86, 35, 9] Generated Node #2: [86, 35, 9] from Operation: 77-68=9 Current State: 60:[86, 35, 9], Operations: ['77-68=9'] Exploring Operation: 86-35=51, Resulting Numbers: [9, 51] Generated Node #3: [9, 51] from Operatio...
4
Current State: 60:[68, 77, 86, 35], Operations: [] Exploring Operation: 86-77=9, Resulting Numbers: [68, 35, 9] Generated Node #0,0: 60:[68, 35, 9] Operation: 86-77=9 Moving to Node #0,0 Current State: 60:[68, 35, 9], Operations: ['86-77=9'] Exploring Operation: 68-35=33, Resulting Numbers: [9, 33] Generated Node #0,0,...
0
hs_1
mult_heuristic
[ 3, 83, 8, 92 ]
75
[ "92-83=9", "8*9=72", "3+72=75" ]
Current State: 75:[3, 83, 8, 92], Operations: [] Exploring Operation: 92-83=9, Resulting Numbers: [3, 8, 9] Generated Node #2: [3, 8, 9] from Operation: 92-83=9 Current State: 75:[3, 8, 9], Operations: ['92-83=9'] Exploring Operation: 8*9=72, Resulting Numbers: [3, 72] Generated Node #3: [3, 72] from Operation: 8*9=72 ...
4
Current State: 75:[3, 83, 8, 92], Operations: [] Exploring Operation: 83-3=80, Resulting Numbers: [8, 92, 80] Generated Node #0,0: 75:[8, 92, 80] Operation: 83-3=80 Exploring Operation: 92-8=84, Resulting Numbers: [3, 83, 84] Generated Node #0,1: 75:[3, 83, 84] Operation: 92-8=84 Exploring Operation: 83-8=75, Resulting...
0.915799
hs_5
mult_heuristic
[ 37, 60, 18, 9 ]
14
[ "60-37=23", "18-9=9", "23-9=14" ]
Current State: 14:[37, 60, 18, 9], Operations: [] Exploring Operation: 60-37=23, Resulting Numbers: [18, 9, 23] Generated Node #2: [18, 9, 23] from Operation: 60-37=23 Current State: 14:[18, 9, 23], Operations: ['60-37=23'] Exploring Operation: 18-9=9, Resulting Numbers: [23, 9] Generated Node #3: [23, 9] from Operatio...
4
Current State: 14:[37, 60, 18, 9], Operations: [] Exploring Operation: 60-37=23, Resulting Numbers: [18, 9, 23] Generated Node #0,0: 14:[18, 9, 23] Operation: 60-37=23 Exploring Operation: 60-18=42, Resulting Numbers: [37, 9, 42] Generated Node #0,1: 14:[37, 9, 42] Operation: 60-18=42 Exploring Operation: 37-18=19, Res...
0.986111
hs_4
sum_heuristic
[ 92, 5, 30, 99 ]
28
[ "92+5=97", "99-30=69", "97-69=28" ]
Current State: 28:[92, 5, 30, 99], Operations: [] Exploring Operation: 92+5=97, Resulting Numbers: [30, 99, 97] Generated Node #2: [30, 99, 97] from Operation: 92+5=97 Current State: 28:[30, 99, 97], Operations: ['92+5=97'] Exploring Operation: 99-30=69, Resulting Numbers: [97, 69] Generated Node #3: [97, 69] from Oper...
4
Current State: 28:[92, 5, 30, 99], Operations: [] Exploring Operation: 92-30=62, Resulting Numbers: [5, 99, 62] Generated Node #0,0: 28:[5, 99, 62] Operation: 92-30=62 Exploring Operation: 99-92=7, Resulting Numbers: [5, 30, 7] Generated Node #0,1: 28:[5, 30, 7] Operation: 99-92=7 Moving to Node #0,1 Current State: 28:...
0.987847
hs_2
mult_heuristic
[ 11, 78, 78, 72 ]
61
[ "11+78=89", "78+72=150", "150-89=61" ]
Current State: 61:[11, 78, 78, 72], Operations: [] Exploring Operation: 11+78=89, Resulting Numbers: [72, 89] Generated Node #2: [72, 89] from Operation: 11+78=89 Current State: 61:[72, 89], Operations: ['11+78=89'] Exploring Operation: 78+72=150, Resulting Numbers: [89, 150] Generated Node #3: [89, 150] from Operation...
4
Current State: 61:[11, 78, 78, 72], Operations: [] Exploring Operation: 78-11=67, Resulting Numbers: [78, 72, 67] Generated Node #0,0: 61:[78, 72, 67] Operation: 78-11=67 Start Sub Search at level 1: Moving to Node #0,0 Current State: 61:[78, 72, 67], Operations: ['78-11=67'] Exploring Operation: 78-72=6, Resulting Num...
0.993924
hs_1
sum_heuristic
[ 4, 13, 89, 71 ]
27
[ "13-4=9", "89-71=18", "9+18=27" ]
Current State: 27:[4, 13, 89, 71], Operations: [] Exploring Operation: 13-4=9, Resulting Numbers: [89, 71, 9] Generated Node #2: [89, 71, 9] from Operation: 13-4=9 Current State: 27:[89, 71, 9], Operations: ['13-4=9'] Exploring Operation: 89-71=18, Resulting Numbers: [9, 18] Generated Node #3: [9, 18] from Operation: 8...
4
Current State: 27:[4, 13, 89, 71], Operations: [] Exploring Operation: 13-4=9, Resulting Numbers: [89, 71, 9] Generated Node #0,0: 27:[89, 71, 9] Operation: 13-4=9 Exploring Operation: 71-13=58, Resulting Numbers: [4, 89, 58] Generated Node #0,1: 27:[4, 89, 58] Operation: 71-13=58 Exploring Operation: 89-71=18, Resulti...
0.984375
hs_4
mult_heuristic
[ 99, 54, 48, 67 ]
38
[ "99+54=153", "48+67=115", "153-115=38" ]
Current State: 38:[99, 54, 48, 67], Operations: [] Exploring Operation: 99+54=153, Resulting Numbers: [48, 67, 153] Generated Node #2: [48, 67, 153] from Operation: 99+54=153 Current State: 38:[48, 67, 153], Operations: ['99+54=153'] Exploring Operation: 48+67=115, Resulting Numbers: [153, 115] Generated Node #3: [153,...
4
Current State: 38:[99, 54, 48, 67], Operations: [] Exploring Operation: 99-54=45, Resulting Numbers: [48, 67, 45] Generated Node #0,0: 38:[48, 67, 45] Operation: 99-54=45 Exploring Operation: 99-48=51, Resulting Numbers: [54, 67, 51] Generated Node #0,1: 38:[54, 67, 51] Operation: 99-48=51 Exploring Operation: 99-67=32...
0.989583
hs_3
mult_heuristic
[ 41, 47, 3, 55 ]
58
[ "47-41=6", "55-3=52", "6+52=58" ]
Current State: 58:[41, 47, 3, 55], Operations: [] Exploring Operation: 47-41=6, Resulting Numbers: [3, 55, 6] Generated Node #2: [3, 55, 6] from Operation: 47-41=6 Current State: 58:[3, 55, 6], Operations: ['47-41=6'] Exploring Operation: 55-3=52, Resulting Numbers: [6, 52] Generated Node #3: [6, 52] from Operation: 55...
4
Current State: 58:[41, 47, 3, 55], Operations: [] Exploring Operation: 55-47=8, Resulting Numbers: [41, 3, 8] Generated Node #0,0: 58:[41, 3, 8] Operation: 55-47=8 Exploring Operation: 41-3=38, Resulting Numbers: [47, 55, 38] Generated Node #0,1: 58:[47, 55, 38] Operation: 41-3=38 Exploring Operation: 47-41=6, Resultin...
0.986979
hs_3
sum_heuristic
[ 25, 45, 25, 12 ]
58
[ "25/25=1", "45+12=57", "1+57=58" ]
Current State: 58:[25, 45, 25, 12], Operations: [] Exploring Operation: 25/25=1, Resulting Numbers: [45, 12, 1] Generated Node #2: [45, 12, 1] from Operation: 25/25=1 Current State: 58:[45, 12, 1], Operations: ['25/25=1'] Exploring Operation: 45+12=57, Resulting Numbers: [1, 57] Generated Node #3: [1, 57] from Operatio...
4
Current State: 58:[25, 45, 25, 12], Operations: [] Exploring Operation: 45-12=33, Resulting Numbers: [25, 25, 33] Generated Node #0,0: 58:[25, 25, 33] Operation: 45-12=33 Exploring Operation: 45+12=57, Resulting Numbers: [25, 25, 57] Generated Node #0,1: 58:[25, 25, 57] Operation: 45+12=57 Exploring Operation: 45-25=20...
0.988715
hs_3
mult_heuristic
[ 37, 80, 48, 2 ]
90
[ "37+48=85", "2*85=170", "170-80=90" ]
Current State: 90:[37, 80, 48, 2], Operations: [] Exploring Operation: 37+48=85, Resulting Numbers: [80, 2, 85] Generated Node #2: [80, 2, 85] from Operation: 37+48=85 Current State: 90:[80, 2, 85], Operations: ['37+48=85'] Exploring Operation: 2*85=170, Resulting Numbers: [80, 170] Generated Node #3: [80, 170] from Op...
4
Current State: 90:[37, 80, 48, 2], Operations: [] Exploring Operation: 80-48=32, Resulting Numbers: [37, 2, 32] Generated Node #0,0: 90:[37, 2, 32] Operation: 80-48=32 Exploring Operation: 80-37=43, Resulting Numbers: [48, 2, 43] Generated Node #0,1: 90:[48, 2, 43] Operation: 80-37=43 Start Sub Search at level 1: Movin...
0
hs_2
sum_heuristic
[ 22, 23, 38, 43 ]
50
[ "22+23=45", "43-38=5", "45+5=50" ]
Current State: 50:[22, 23, 38, 43], Operations: [] Exploring Operation: 22+23=45, Resulting Numbers: [38, 43, 45] Generated Node #2: [38, 43, 45] from Operation: 22+23=45 Current State: 50:[38, 43, 45], Operations: ['22+23=45'] Exploring Operation: 43-38=5, Resulting Numbers: [45, 5] Generated Node #3: [45, 5] from Ope...
4
Current State: 50:[22, 23, 38, 43], Operations: [] Exploring Operation: 43-38=5, Resulting Numbers: [22, 23, 5] Generated Node #0,0: 50:[22, 23, 5] Operation: 43-38=5 Exploring Operation: 38-23=15, Resulting Numbers: [22, 43, 15] Generated Node #0,1: 50:[22, 43, 15] Operation: 38-23=15 Exploring Operation: 38-22=16, Re...
0.983507
hs_3
mult_heuristic
[ 28, 57, 10, 5 ]
71
[ "28*5=140", "140/10=14", "57+14=71" ]
Current State: 71:[28, 57, 10, 5], Operations: [] Exploring Operation: 28*5=140, Resulting Numbers: [57, 10, 140] Generated Node #2: [57, 10, 140] from Operation: 28*5=140 Current State: 71:[57, 10, 140], Operations: ['28*5=140'] Exploring Operation: 140/10=14, Resulting Numbers: [57, 14] Generated Node #3: [57, 14] fr...
4
Current State: 71:[28, 57, 10, 5], Operations: [] Exploring Operation: 28+10=38, Resulting Numbers: [57, 5, 38] Generated Node #0,0: 71:[57, 5, 38] Operation: 28+10=38 Exploring Operation: 10*5=50, Resulting Numbers: [28, 57, 50] Generated Node #0,1: 71:[28, 57, 50] Operation: 10*5=50 Start Sub Search at level 1: Movin...
0
hs_2
mult_heuristic
[ 92, 21, 8, 89 ]
87
[ "92-89=3", "21+8=29", "3*29=87" ]
Current State: 87:[92, 21, 8, 89], Operations: [] Exploring Operation: 92-89=3, Resulting Numbers: [21, 8, 3] Generated Node #2: [21, 8, 3] from Operation: 92-89=3 Current State: 87:[21, 8, 3], Operations: ['92-89=3'] Exploring Operation: 21+8=29, Resulting Numbers: [3, 29] Generated Node #3: [3, 29] from Operation: 21...
4
Current State: 87:[92, 21, 8, 89], Operations: [] Exploring Operation: 92-8=84, Resulting Numbers: [21, 89, 84] Generated Node #0,0: 87:[21, 89, 84] Operation: 92-8=84 Exploring Operation: 92-89=3, Resulting Numbers: [21, 8, 3] Generated Node #0,1: 87:[21, 8, 3] Operation: 92-89=3 Exploring Operation: 21-8=13, Resultin...
0.988715
hs_4
sum_heuristic
[ 29, 7, 44, 71 ]
73
[ "29-7=22", "44/22=2", "71+2=73" ]
Current State: 73:[29, 7, 44, 71], Operations: [] Exploring Operation: 29-7=22, Resulting Numbers: [44, 71, 22] Generated Node #2: [44, 71, 22] from Operation: 29-7=22 Current State: 73:[44, 71, 22], Operations: ['29-7=22'] Exploring Operation: 44/22=2, Resulting Numbers: [71, 2] Generated Node #3: [71, 2] from Operati...
4
Current State: 73:[29, 7, 44, 71], Operations: [] Exploring Operation: 29+7=36, Resulting Numbers: [44, 71, 36] Generated Node #0,0: 73:[44, 71, 36] Operation: 29+7=36 Moving to Node #0,0 Current State: 73:[44, 71, 36], Operations: ['29+7=36'] Exploring Operation: 44+36=80, Resulting Numbers: [71, 80] Generated Node #0...
0
hs_1
mult_heuristic
[ 78, 18, 75, 27 ]
28
[ "18*75=1350", "1350/27=50", "78-50=28" ]
Current State: 28:[78, 18, 75, 27], Operations: [] Exploring Operation: 18*75=1350, Resulting Numbers: [78, 27, 1350] Generated Node #2: [78, 27, 1350] from Operation: 18*75=1350 Current State: 28:[78, 27, 1350], Operations: ['18*75=1350'] Exploring Operation: 1350/27=50, Resulting Numbers: [78, 50] Generated Node #3: ...
4
Current State: 28:[78, 18, 75, 27], Operations: [] Exploring Operation: 78-27=51, Resulting Numbers: [18, 75, 51] Generated Node #0,0: 28:[18, 75, 51] Operation: 78-27=51 Exploring Operation: 78-75=3, Resulting Numbers: [18, 27, 3] Generated Node #0,1: 28:[18, 27, 3] Operation: 78-75=3 Exploring Operation: 75-27=48, Re...
0
hs_4
mult_heuristic
[ 75, 77, 35, 22 ]
82
[ "75+35=110", "110/22=5", "77+5=82" ]
Current State: 82:[75, 77, 35, 22], Operations: [] Exploring Operation: 75+35=110, Resulting Numbers: [77, 22, 110] Generated Node #2: [77, 22, 110] from Operation: 75+35=110 Current State: 82:[77, 22, 110], Operations: ['75+35=110'] Exploring Operation: 110/22=5, Resulting Numbers: [77, 5] Generated Node #3: [77, 5] f...
4
Current State: 82:[75, 77, 35, 22], Operations: [] Exploring Operation: 75-22=53, Resulting Numbers: [77, 35, 53] Generated Node #0,0: 82:[77, 35, 53] Operation: 75-22=53 Exploring Operation: 77-75=2, Resulting Numbers: [35, 22, 2] Generated Node #0,1: 82:[35, 22, 2] Operation: 77-75=2 Exploring Operation: 35-22=13, Re...
0
hs_4
sum_heuristic
[ 57, 84, 74, 49 ]
18
[ "57+84=141", "74+49=123", "141-123=18" ]
Current State: 18:[57, 84, 74, 49], Operations: [] Exploring Operation: 57+84=141, Resulting Numbers: [74, 49, 141] Generated Node #2: [74, 49, 141] from Operation: 57+84=141 Current State: 18:[74, 49, 141], Operations: ['57+84=141'] Exploring Operation: 74+49=123, Resulting Numbers: [141, 123] Generated Node #3: [141,...
4
Current State: 18:[57, 84, 74, 49], Operations: [] Exploring Operation: 84-57=27, Resulting Numbers: [74, 49, 27] Generated Node #0,0: 18:[74, 49, 27] Operation: 84-57=27 Exploring Operation: 84-74=10, Resulting Numbers: [57, 49, 10] Generated Node #0,1: 18:[57, 49, 10] Operation: 84-74=10 Exploring Operation: 74-57=17...
0.990451
hs_3
sum_heuristic
[ 7, 60, 11, 55 ]
42
[ "60-11=49", "55-49=6", "7*6=42" ]
Current State: 42:[7, 60, 11, 55], Operations: [] Exploring Operation: 60-11=49, Resulting Numbers: [7, 55, 49] Generated Node #2: [7, 55, 49] from Operation: 60-11=49 Current State: 42:[7, 55, 49], Operations: ['60-11=49'] Exploring Operation: 55-49=6, Resulting Numbers: [7, 6] Generated Node #3: [7, 6] from Operation...
4
Current State: 42:[7, 60, 11, 55], Operations: [] Exploring Operation: 60-11=49, Resulting Numbers: [7, 55, 49] Generated Node #0,0: 42:[7, 55, 49] Operation: 60-11=49 Exploring Operation: 55/11=5, Resulting Numbers: [7, 60, 5] Generated Node #0,1: 42:[7, 60, 5] Operation: 55/11=5 Exploring Operation: 55-11=44, Resulti...
0.987847
hs_4
sum_heuristic
[ 35, 8, 53, 67 ]
13
[ "35-8=27", "67-53=14", "27-14=13" ]
Current State: 13:[35, 8, 53, 67], Operations: [] Exploring Operation: 35-8=27, Resulting Numbers: [53, 67, 27] Generated Node #2: [53, 67, 27] from Operation: 35-8=27 Current State: 13:[53, 67, 27], Operations: ['35-8=27'] Exploring Operation: 67-53=14, Resulting Numbers: [27, 14] Generated Node #3: [27, 14] from Oper...
4
Current State: 13:[35, 8, 53, 67], Operations: [] Exploring Operation: 67-53=14, Resulting Numbers: [35, 8, 14] Generated Node #0,0: 13:[35, 8, 14] Operation: 67-53=14 Moving to Node #0,0 Current State: 13:[35, 8, 14], Operations: ['67-53=14'] Exploring Operation: 35-14=21, Resulting Numbers: [8, 21] Generated Node #0,...
0.993924
hs_1
sum_heuristic
[ 42, 95, 65, 73 ]
69
[ "95+73=168", "168/42=4", "65+4=69" ]
Current State: 69:[42, 95, 65, 73], Operations: [] Exploring Operation: 95+73=168, Resulting Numbers: [42, 65, 168] Generated Node #2: [42, 65, 168] from Operation: 95+73=168 Current State: 69:[42, 65, 168], Operations: ['95+73=168'] Exploring Operation: 168/42=4, Resulting Numbers: [65, 4] Generated Node #3: [65, 4] f...
4
Current State: 69:[42, 95, 65, 73], Operations: [] Exploring Operation: 95-42=53, Resulting Numbers: [65, 73, 53] Generated Node #0,0: 69:[65, 73, 53] Operation: 95-42=53 Moving to Node #0,0 Current State: 69:[65, 73, 53], Operations: ['95-42=53'] Exploring Operation: 73-53=20, Resulting Numbers: [65, 20] Generated Nod...
0
hs_1
sum_heuristic
[ 85, 64, 75, 42 ]
96
[ "85-64=21", "75+42=117", "117-21=96" ]
Current State: 96:[85, 64, 75, 42], Operations: [] Exploring Operation: 85-64=21, Resulting Numbers: [75, 42, 21] Generated Node #2: [75, 42, 21] from Operation: 85-64=21 Current State: 96:[75, 42, 21], Operations: ['85-64=21'] Exploring Operation: 75+42=117, Resulting Numbers: [21, 117] Generated Node #3: [21, 117] fr...
4
Current State: 96:[85, 64, 75, 42], Operations: [] Exploring Operation: 85-64=21, Resulting Numbers: [75, 42, 21] Generated Node #0,0: 96:[75, 42, 21] Operation: 85-64=21 Exploring Operation: 64-42=22, Resulting Numbers: [85, 75, 22] Generated Node #0,1: 96:[85, 75, 22] Operation: 64-42=22 Exploring Operation: 85-75=10...
0.980035
hs_5
sum_heuristic
[ 1, 26, 52, 54 ]
25
[ "1+26=27", "54-52=2", "27-2=25" ]
Current State: 25:[1, 26, 52, 54], Operations: [] Exploring Operation: 1+26=27, Resulting Numbers: [52, 54, 27] Generated Node #2: [52, 54, 27] from Operation: 1+26=27 Current State: 25:[52, 54, 27], Operations: ['1+26=27'] Exploring Operation: 54-52=2, Resulting Numbers: [27, 2] Generated Node #3: [27, 2] from Operati...
4
Current State: 25:[1, 26, 52, 54], Operations: [] Exploring Operation: 52-26=26, Resulting Numbers: [1, 54, 26] Generated Node #0,0: 25:[1, 54, 26] Operation: 52-26=26 Exploring Operation: 54-52=2, Resulting Numbers: [1, 26, 2] Generated Node #0,1: 25:[1, 26, 2] Operation: 54-52=2 Moving to Node #0,1 Current State: 25:...
0
hs_2
mult_heuristic
[ 35, 41, 56, 39 ]
89
[ "41-35=6", "56+39=95", "95-6=89" ]
Current State: 89:[35, 41, 56, 39], Operations: [] Exploring Operation: 41-35=6, Resulting Numbers: [56, 39, 6] Generated Node #2: [56, 39, 6] from Operation: 41-35=6 Current State: 89:[56, 39, 6], Operations: ['41-35=6'] Exploring Operation: 56+39=95, Resulting Numbers: [6, 95] Generated Node #3: [6, 95] from Operatio...
4
Current State: 89:[35, 41, 56, 39], Operations: [] Exploring Operation: 41+39=80, Resulting Numbers: [35, 56, 80] Generated Node #0,0: 89:[35, 56, 80] Operation: 41+39=80 Exploring Operation: 35+41=76, Resulting Numbers: [56, 39, 76] Generated Node #0,1: 89:[56, 39, 76] Operation: 35+41=76 Exploring Operation: 35+39=74...
0.963542
hs_3
mult_heuristic
[ 76, 86, 84, 84 ]
76
[ "84-84=0", "86*0=0", "76+0=76" ]
Current State: 76:[76, 86, 84, 84], Operations: [] Exploring Operation: 84-84=0, Resulting Numbers: [76, 86, 0] Generated Node #2: [76, 86, 0] from Operation: 84-84=0 Current State: 76:[76, 86, 0], Operations: ['84-84=0'] Exploring Operation: 86*0=0, Resulting Numbers: [76, 0] Generated Node #3: [76, 0] from Operation:...
4
Current State: 76:[76, 86, 84, 84], Operations: [] Exploring Operation: 86-84=2, Resulting Numbers: [76, 84, 2] Generated Node #0,0: 76:[76, 84, 2] Operation: 86-84=2 Start Sub Search at level 1: Moving to Node #0,0 Current State: 76:[76, 84, 2], Operations: ['86-84=2'] Exploring Operation: 84-76=8, Resulting Numbers: ...
0
hs_1
mult_heuristic
[ 40, 10, 67, 4 ]
68
[ "40+10=50", "67-50=17", "4*17=68" ]
Current State: 68:[40, 10, 67, 4], Operations: [] Exploring Operation: 40+10=50, Resulting Numbers: [67, 4, 50] Generated Node #2: [67, 4, 50] from Operation: 40+10=50 Current State: 68:[67, 4, 50], Operations: ['40+10=50'] Exploring Operation: 67-50=17, Resulting Numbers: [4, 17] Generated Node #3: [4, 17] from Operat...
4
Current State: 68:[40, 10, 67, 4], Operations: [] Exploring Operation: 40/10=4, Resulting Numbers: [67, 4, 4] Generated Node #0,0: 68:[67, 4, 4] Operation: 40/10=4 Exploring Operation: 10+4=14, Resulting Numbers: [40, 67, 14] Generated Node #0,1: 68:[40, 67, 14] Operation: 10+4=14 Exploring Operation: 40-10=30, Resulti...
0.985243
hs_5
mult_heuristic
[ 26, 15, 9, 84 ]
72
[ "15-9=6", "26*6=156", "156-84=72" ]
Current State: 72:[26, 15, 9, 84], Operations: [] Exploring Operation: 15-9=6, Resulting Numbers: [26, 84, 6] Generated Node #2: [26, 84, 6] from Operation: 15-9=6 Current State: 72:[26, 84, 6], Operations: ['15-9=6'] Exploring Operation: 26*6=156, Resulting Numbers: [84, 156] Generated Node #3: [84, 156] from Operatio...
4
Current State: 72:[26, 15, 9, 84], Operations: [] Exploring Operation: 84-9=75, Resulting Numbers: [26, 15, 75] Generated Node #0,0: 72:[26, 15, 75] Operation: 84-9=75 Exploring Operation: 26-15=11, Resulting Numbers: [9, 84, 11] Generated Node #0,1: 72:[9, 84, 11] Operation: 26-15=11 Exploring Operation: 84-15=69, Res...
0
hs_3
mult_heuristic
[ 52, 84, 66, 36 ]
93
[ "52*66=3432", "3432-84=3348", "3348/36=93" ]
Current State: 93:[52, 84, 66, 36], Operations: [] Exploring Operation: 52*66=3432, Resulting Numbers: [84, 36, 3432] Generated Node #2: [84, 36, 3432] from Operation: 52*66=3432 Current State: 93:[84, 36, 3432], Operations: ['52*66=3432'] Exploring Operation: 3432-84=3348, Resulting Numbers: [36, 3348] Generated Node ...
4
Current State: 93:[52, 84, 66, 36], Operations: [] Exploring Operation: 66-52=14, Resulting Numbers: [84, 36, 14] Generated Node #0,0: 93:[84, 36, 14] Operation: 66-52=14 Start Sub Search at level 1: Moving to Node #0,0 Current State: 93:[84, 36, 14], Operations: ['66-52=14'] Exploring Operation: 84/14=6, Resulting Num...
0
hs_1
sum_heuristic
[ 61, 86, 3, 73 ]
22
[ "86-73=13", "3*13=39", "61-39=22" ]
Current State: 22:[61, 86, 3, 73], Operations: [] Exploring Operation: 86-73=13, Resulting Numbers: [61, 3, 13] Generated Node #2: [61, 3, 13] from Operation: 86-73=13 Current State: 22:[61, 3, 13], Operations: ['86-73=13'] Exploring Operation: 3*13=39, Resulting Numbers: [61, 39] Generated Node #3: [61, 39] from Opera...
4
Current State: 22:[61, 86, 3, 73], Operations: [] Exploring Operation: 61-3=58, Resulting Numbers: [86, 73, 58] Generated Node #0,0: 22:[86, 73, 58] Operation: 61-3=58 Exploring Operation: 73-61=12, Resulting Numbers: [86, 3, 12] Generated Node #0,1: 22:[86, 3, 12] Operation: 73-61=12 Exploring Operation: 86-61=25, Res...
0
hs_5
mult_heuristic
[ 15, 45, 30, 51 ]
94
[ "30/15=2", "45+51=96", "96-2=94" ]
Current State: 94:[15, 45, 30, 51], Operations: [] Exploring Operation: 30/15=2, Resulting Numbers: [45, 51, 2] Generated Node #2: [45, 51, 2] from Operation: 30/15=2 Current State: 94:[45, 51, 2], Operations: ['30/15=2'] Exploring Operation: 45+51=96, Resulting Numbers: [2, 96] Generated Node #3: [2, 96] from Operatio...
4
Current State: 94:[15, 45, 30, 51], Operations: [] Exploring Operation: 15+30=45, Resulting Numbers: [45, 51, 45] Generated Node #0,0: 94:[45, 51, 45] Operation: 15+30=45 Exploring Operation: 30-15=15, Resulting Numbers: [45, 51, 15] Generated Node #0,1: 94:[45, 51, 15] Operation: 30-15=15 Exploring Operation: 45/15=3,...
0.986111
hs_4
mult_heuristic
[ 95, 66, 66, 3 ]
98
[ "95+66=161", "66-3=63", "161-63=98" ]
Current State: 98:[95, 66, 66, 3], Operations: [] Exploring Operation: 95+66=161, Resulting Numbers: [3, 161] Generated Node #2: [3, 161] from Operation: 95+66=161 Current State: 98:[3, 161], Operations: ['95+66=161'] Exploring Operation: 66-3=63, Resulting Numbers: [161, 63] Generated Node #3: [161, 63] from Operation...
4
Current State: 98:[95, 66, 66, 3], Operations: [] Exploring Operation: 66/66=1, Resulting Numbers: [95, 3, 1] Generated Node #0,0: 98:[95, 3, 1] Operation: 66/66=1 Exploring Operation: 66-66=0, Resulting Numbers: [95, 3, 0] Generated Node #0,1: 98:[95, 3, 0] Operation: 66-66=0 Exploring Operation: 66/3=22, Resulting Nu...
0.985243
hs_3
mult_heuristic
[ 9, 45, 81, 80 ]
85
[ "9*45=405", "405/81=5", "80+5=85" ]
Current State: 85:[9, 45, 81, 80], Operations: [] Exploring Operation: 9*45=405, Resulting Numbers: [81, 80, 405] Generated Node #2: [81, 80, 405] from Operation: 9*45=405 Current State: 85:[81, 80, 405], Operations: ['9*45=405'] Exploring Operation: 405/81=5, Resulting Numbers: [80, 5] Generated Node #3: [80, 5] from ...
4
Current State: 85:[9, 45, 81, 80], Operations: [] Exploring Operation: 45/9=5, Resulting Numbers: [81, 80, 5] Generated Node #0,0: 85:[81, 80, 5] Operation: 45/9=5 Start Sub Search at level 1: Moving to Node #0,0 Current State: 85:[81, 80, 5], Operations: ['45/9=5'] Exploring Operation: 81-80=1, Resulting Numbers: [5, ...
0
hs_1
sum_heuristic
[ 80, 44, 88, 6 ]
33
[ "88-80=8", "44*6=264", "264/8=33" ]
Current State: 33:[80, 44, 88, 6], Operations: [] Exploring Operation: 88-80=8, Resulting Numbers: [44, 6, 8] Generated Node #2: [44, 6, 8] from Operation: 88-80=8 Current State: 33:[44, 6, 8], Operations: ['88-80=8'] Exploring Operation: 44*6=264, Resulting Numbers: [8, 264] Generated Node #3: [8, 264] from Operation:...
4
Current State: 33:[80, 44, 88, 6], Operations: [] Exploring Operation: 88/44=2, Resulting Numbers: [80, 6, 2] Generated Node #0,0: 33:[80, 6, 2] Operation: 88/44=2 Exploring Operation: 88-80=8, Resulting Numbers: [44, 6, 8] Generated Node #0,1: 33:[44, 6, 8] Operation: 88-80=8 Exploring Operation: 80-44=36, Resulting N...
0
hs_4
sum_heuristic
[ 60, 1, 73, 83 ]
95
[ "60+1=61", "73+83=156", "156-61=95" ]
Current State: 95:[60, 1, 73, 83], Operations: [] Exploring Operation: 60+1=61, Resulting Numbers: [73, 83, 61] Generated Node #2: [73, 83, 61] from Operation: 60+1=61 Current State: 95:[73, 83, 61], Operations: ['60+1=61'] Exploring Operation: 73+83=156, Resulting Numbers: [61, 156] Generated Node #3: [61, 156] from O...
4
Current State: 95:[60, 1, 73, 83], Operations: [] Exploring Operation: 83-60=23, Resulting Numbers: [1, 73, 23] Generated Node #0,0: 95:[1, 73, 23] Operation: 83-60=23 Exploring Operation: 73-60=13, Resulting Numbers: [1, 83, 13] Generated Node #0,1: 95:[1, 83, 13] Operation: 73-60=13 Start Sub Search at level 1: Movin...
0.992188
hs_2
sum_heuristic
[ 90, 57, 3, 1 ]
99
[ "90-57=33", "3*1=3", "33*3=99" ]
Current State: 99:[90, 57, 3, 1], Operations: [] Exploring Operation: 90-57=33, Resulting Numbers: [3, 1, 33] Generated Node #2: [3, 1, 33] from Operation: 90-57=33 Current State: 99:[3, 1, 33], Operations: ['90-57=33'] Exploring Operation: 3*1=3, Resulting Numbers: [33, 3] Generated Node #3: [33, 3] from Operation: 3*...
4
Current State: 99:[90, 57, 3, 1], Operations: [] Exploring Operation: 90/3=30, Resulting Numbers: [57, 1, 30] Generated Node #0,0: 99:[57, 1, 30] Operation: 90/3=30 Exploring Operation: 57/3=19, Resulting Numbers: [90, 1, 19] Generated Node #0,1: 99:[90, 1, 19] Operation: 57/3=19 Exploring Operation: 90-57=33, Resultin...
0.988715
hs_3
sum_heuristic
[ 98, 58, 70, 84 ]
54
[ "98-58=40", "84-70=14", "40+14=54" ]
Current State: 54:[98, 58, 70, 84], Operations: [] Exploring Operation: 98-58=40, Resulting Numbers: [70, 84, 40] Generated Node #2: [70, 84, 40] from Operation: 98-58=40 Current State: 54:[70, 84, 40], Operations: ['98-58=40'] Exploring Operation: 84-70=14, Resulting Numbers: [40, 14] Generated Node #3: [40, 14] from ...
4
Current State: 54:[98, 58, 70, 84], Operations: [] Exploring Operation: 98-70=28, Resulting Numbers: [58, 84, 28] Generated Node #0,0: 54:[58, 84, 28] Operation: 98-70=28 Exploring Operation: 98-84=14, Resulting Numbers: [58, 70, 14] Generated Node #0,1: 54:[58, 70, 14] Operation: 98-84=14 Start Sub Search at level 1: ...
0.986979
hs_2
mult_heuristic
[ 9, 58, 24, 37 ]
36
[ "58-9=49", "37-24=13", "49-13=36" ]
Current State: 36:[9, 58, 24, 37], Operations: [] Exploring Operation: 58-9=49, Resulting Numbers: [24, 37, 49] Generated Node #2: [24, 37, 49] from Operation: 58-9=49 Current State: 36:[24, 37, 49], Operations: ['58-9=49'] Exploring Operation: 37-24=13, Resulting Numbers: [49, 13] Generated Node #3: [49, 13] from Oper...
4
Current State: 36:[9, 58, 24, 37], Operations: [] Exploring Operation: 58-37=21, Resulting Numbers: [9, 24, 21] Generated Node #0,0: 36:[9, 24, 21] Operation: 58-37=21 Exploring Operation: 58-24=34, Resulting Numbers: [9, 37, 34] Generated Node #0,1: 36:[9, 37, 34] Operation: 58-24=34 Exploring Operation: 58-9=49, Resu...
0.977431
hs_3
mult_heuristic
[ 16, 94, 27, 6 ]
28
[ "27-16=11", "6*11=66", "94-66=28" ]
Current State: 28:[16, 94, 27, 6], Operations: [] Exploring Operation: 27-16=11, Resulting Numbers: [94, 6, 11] Generated Node #2: [94, 6, 11] from Operation: 27-16=11 Current State: 28:[94, 6, 11], Operations: ['27-16=11'] Exploring Operation: 6*11=66, Resulting Numbers: [94, 66] Generated Node #3: [94, 66] from Opera...
4
Current State: 28:[16, 94, 27, 6], Operations: [] Exploring Operation: 94-16=78, Resulting Numbers: [27, 6, 78] Generated Node #0,0: 28:[27, 6, 78] Operation: 94-16=78 Exploring Operation: 94-27=67, Resulting Numbers: [16, 6, 67] Generated Node #0,1: 28:[16, 6, 67] Operation: 94-27=67 Moving to Node #0,1 Current State:...
0
hs_2
sum_heuristic
[ 72, 30, 78, 65 ]
90
[ "72*65=4680", "4680/78=60", "30+60=90" ]
Current State: 90:[72, 30, 78, 65], Operations: [] Exploring Operation: 72*65=4680, Resulting Numbers: [30, 78, 4680] Generated Node #2: [30, 78, 4680] from Operation: 72*65=4680 Current State: 90:[30, 78, 4680], Operations: ['72*65=4680'] Exploring Operation: 4680/78=60, Resulting Numbers: [30, 60] Generated Node #3: ...
4
Current State: 90:[72, 30, 78, 65], Operations: [] Exploring Operation: 78-72=6, Resulting Numbers: [30, 65, 6] Generated Node #0,0: 90:[30, 65, 6] Operation: 78-72=6 Exploring Operation: 78-65=13, Resulting Numbers: [72, 30, 13] Generated Node #0,1: 90:[72, 30, 13] Operation: 78-65=13 Exploring Operation: 72-30=42, Re...
0
hs_5
sum_heuristic
[ 21, 71, 18, 22 ]
89
[ "22-21=1", "71+18=89", "1*89=89" ]
Current State: 89:[21, 71, 18, 22], Operations: [] Exploring Operation: 22-21=1, Resulting Numbers: [71, 18, 1] Generated Node #2: [71, 18, 1] from Operation: 22-21=1 Current State: 89:[71, 18, 1], Operations: ['22-21=1'] Exploring Operation: 71+18=89, Resulting Numbers: [1, 89] Generated Node #3: [1, 89] from Operatio...
4
Current State: 89:[21, 71, 18, 22], Operations: [] Exploring Operation: 21+18=39, Resulting Numbers: [71, 22, 39] Generated Node #0,0: 89:[71, 22, 39] Operation: 21+18=39 Exploring Operation: 21+22=43, Resulting Numbers: [71, 18, 43] Generated Node #0,1: 89:[71, 18, 43] Operation: 21+22=43 Moving to Node #0,0 Current S...
0
hs_2
mult_heuristic
[ 92, 97, 63, 90 ]
83
[ "97-90=7", "63/7=9", "92-9=83" ]
Current State: 83:[92, 97, 63, 90], Operations: [] Exploring Operation: 97-90=7, Resulting Numbers: [92, 63, 7] Generated Node #2: [92, 63, 7] from Operation: 97-90=7 Current State: 83:[92, 63, 7], Operations: ['97-90=7'] Exploring Operation: 63/7=9, Resulting Numbers: [92, 9] Generated Node #3: [92, 9] from Operation:...
4
Current State: 83:[92, 97, 63, 90], Operations: [] Exploring Operation: 92-63=29, Resulting Numbers: [97, 90, 29] Generated Node #0,0: 83:[97, 90, 29] Operation: 92-63=29 Exploring Operation: 97-63=34, Resulting Numbers: [92, 90, 34] Generated Node #0,1: 83:[92, 90, 34] Operation: 97-63=34 Exploring Operation: 90-63=27...
0
hs_3
sum_heuristic
[ 28, 90, 57, 34 ]
18
[ "57-28=29", "34-29=5", "90/5=18" ]
Current State: 18:[28, 90, 57, 34], Operations: [] Exploring Operation: 57-28=29, Resulting Numbers: [90, 34, 29] Generated Node #2: [90, 34, 29] from Operation: 57-28=29 Current State: 18:[90, 34, 29], Operations: ['57-28=29'] Exploring Operation: 34-29=5, Resulting Numbers: [90, 5] Generated Node #3: [90, 5] from Ope...
4
Current State: 18:[28, 90, 57, 34], Operations: [] Exploring Operation: 90-28=62, Resulting Numbers: [57, 34, 62] Generated Node #0,0: 18:[57, 34, 62] Operation: 90-28=62 Exploring Operation: 90-57=33, Resulting Numbers: [28, 34, 33] Generated Node #0,1: 18:[28, 34, 33] Operation: 90-57=33 Exploring Operation: 90-34=56...
0.967882
hs_4
sum_heuristic
[ 2, 99, 71, 96 ]
22
[ "2*96=192", "99+71=170", "192-170=22" ]
Current State: 22:[2, 99, 71, 96], Operations: [] Exploring Operation: 2*96=192, Resulting Numbers: [99, 71, 192] Generated Node #2: [99, 71, 192] from Operation: 2*96=192 Current State: 22:[99, 71, 192], Operations: ['2*96=192'] Exploring Operation: 99+71=170, Resulting Numbers: [192, 170] Generated Node #3: [192, 170...
4
Current State: 22:[2, 99, 71, 96], Operations: [] Exploring Operation: 99-71=28, Resulting Numbers: [2, 96, 28] Generated Node #0,0: 22:[2, 96, 28] Operation: 99-71=28 Exploring Operation: 99-2=97, Resulting Numbers: [71, 96, 97] Generated Node #0,1: 22:[71, 96, 97] Operation: 99-2=97 Exploring Operation: 96-71=25, Res...
0
hs_5
sum_heuristic
[ 34, 52, 48, 14 ]
24
[ "34+52=86", "48+14=62", "86-62=24" ]
Current State: 24:[34, 52, 48, 14], Operations: [] Exploring Operation: 34+52=86, Resulting Numbers: [48, 14, 86] Generated Node #2: [48, 14, 86] from Operation: 34+52=86 Current State: 24:[48, 14, 86], Operations: ['34+52=86'] Exploring Operation: 48+14=62, Resulting Numbers: [86, 62] Generated Node #3: [86, 62] from ...
4
Current State: 24:[34, 52, 48, 14], Operations: [] Exploring Operation: 52-34=18, Resulting Numbers: [48, 14, 18] Generated Node #0,0: 24:[48, 14, 18] Operation: 52-34=18 Exploring Operation: 52-48=4, Resulting Numbers: [34, 14, 4] Generated Node #0,1: 24:[34, 14, 4] Operation: 52-48=4 Exploring Operation: 48-34=14, Re...
0.988715
hs_3
sum_heuristic
[ 84, 12, 22, 83 ]
68
[ "84/12=7", "83-22=61", "7+61=68" ]
Current State: 68:[84, 12, 22, 83], Operations: [] Exploring Operation: 84/12=7, Resulting Numbers: [22, 83, 7] Generated Node #2: [22, 83, 7] from Operation: 84/12=7 Current State: 68:[22, 83, 7], Operations: ['84/12=7'] Exploring Operation: 83-22=61, Resulting Numbers: [7, 61] Generated Node #3: [7, 61] from Operatio...
4
Current State: 68:[84, 12, 22, 83], Operations: [] Exploring Operation: 84-83=1, Resulting Numbers: [12, 22, 1] Generated Node #0,0: 68:[12, 22, 1] Operation: 84-83=1 Start Sub Search at level 1: Moving to Node #0,0 Current State: 68:[12, 22, 1], Operations: ['84-83=1'] Exploring Operation: 12+22=34, Resulting Numbers:...
0
hs_1
mult_heuristic
[ 80, 48, 7, 3 ]
42
[ "80-48=32", "7+3=10", "32+10=42" ]
Current State: 42:[80, 48, 7, 3], Operations: [] Exploring Operation: 80-48=32, Resulting Numbers: [7, 3, 32] Generated Node #2: [7, 3, 32] from Operation: 80-48=32 Current State: 42:[7, 3, 32], Operations: ['80-48=32'] Exploring Operation: 7+3=10, Resulting Numbers: [32, 10] Generated Node #3: [32, 10] from Operation:...
4
Current State: 42:[80, 48, 7, 3], Operations: [] Exploring Operation: 48-7=41, Resulting Numbers: [80, 3, 41] Generated Node #0,0: 42:[80, 3, 41] Operation: 48-7=41 Exploring Operation: 80-7=73, Resulting Numbers: [48, 3, 73] Generated Node #0,1: 42:[48, 3, 73] Operation: 80-7=73 Exploring Operation: 48/3=16, Resulting...
0.986111
hs_4
sum_heuristic
[ 40, 14, 3, 26 ]
83
[ "40+14=54", "3+26=29", "54+29=83" ]
Current State: 83:[40, 14, 3, 26], Operations: [] Exploring Operation: 40+14=54, Resulting Numbers: [3, 26, 54] Generated Node #2: [3, 26, 54] from Operation: 40+14=54 Current State: 83:[3, 26, 54], Operations: ['40+14=54'] Exploring Operation: 3+26=29, Resulting Numbers: [54, 29] Generated Node #3: [54, 29] from Opera...
4
Current State: 83:[40, 14, 3, 26], Operations: [] Exploring Operation: 3*26=78, Resulting Numbers: [40, 14, 78] Generated Node #0,0: 83:[40, 14, 78] Operation: 3*26=78 Start Sub Search at level 1: Moving to Node #0,0 Current State: 83:[40, 14, 78], Operations: ['3*26=78'] Exploring Operation: 40+14=54, Resulting Number...
0
hs_1
sum_heuristic
[ 91, 52, 99, 65 ]
96
[ "91+65=156", "156/52=3", "99-3=96" ]
Current State: 96:[91, 52, 99, 65], Operations: [] Exploring Operation: 91+65=156, Resulting Numbers: [52, 99, 156] Generated Node #2: [52, 99, 156] from Operation: 91+65=156 Current State: 96:[52, 99, 156], Operations: ['91+65=156'] Exploring Operation: 156/52=3, Resulting Numbers: [99, 3] Generated Node #3: [99, 3] f...
4
Current State: 96:[91, 52, 99, 65], Operations: [] Exploring Operation: 65-52=13, Resulting Numbers: [91, 99, 13] Generated Node #0,0: 96:[91, 99, 13] Operation: 65-52=13 Exploring Operation: 91-65=26, Resulting Numbers: [52, 99, 26] Generated Node #0,1: 96:[52, 99, 26] Operation: 91-65=26 Moving to Node #0,0 Current S...
0
hs_2
mult_heuristic
[ 68, 82, 2, 3 ]
30
[ "68+82=150", "2+3=5", "150/5=30" ]
Current State: 30:[68, 82, 2, 3], Operations: [] Exploring Operation: 68+82=150, Resulting Numbers: [2, 3, 150] Generated Node #2: [2, 3, 150] from Operation: 68+82=150 Current State: 30:[2, 3, 150], Operations: ['68+82=150'] Exploring Operation: 2+3=5, Resulting Numbers: [150, 5] Generated Node #3: [150, 5] from Opera...
4
Current State: 30:[68, 82, 2, 3], Operations: [] Exploring Operation: 68/2=34, Resulting Numbers: [82, 3, 34] Generated Node #0,0: 30:[82, 3, 34] Operation: 68/2=34 Exploring Operation: 82-68=14, Resulting Numbers: [2, 3, 14] Generated Node #0,1: 30:[2, 3, 14] Operation: 82-68=14 Exploring Operation: 68-3=65, Resulting...
0.97309
hs_4
sum_heuristic
[ 32, 29, 38, 11 ]
67
[ "38-29=9", "11*9=99", "99-32=67" ]
Current State: 67:[32, 29, 38, 11], Operations: [] Exploring Operation: 38-29=9, Resulting Numbers: [32, 11, 9] Generated Node #2: [32, 11, 9] from Operation: 38-29=9 Current State: 67:[32, 11, 9], Operations: ['38-29=9'] Exploring Operation: 11*9=99, Resulting Numbers: [32, 99] Generated Node #3: [32, 99] from Operati...
4
Current State: 67:[32, 29, 38, 11], Operations: [] Exploring Operation: 29+38=67, Resulting Numbers: [32, 11, 67] Generated Node #0,0: 67:[32, 11, 67] Operation: 29+38=67 Exploring Operation: 32+11=43, Resulting Numbers: [29, 38, 43] Generated Node #0,1: 67:[29, 38, 43] Operation: 32+11=43 Exploring Operation: 32+29=61...
0
hs_3
sum_heuristic
[ 50, 18, 78, 49 ]
97
[ "50+18=68", "78-49=29", "68+29=97" ]
Current State: 97:[50, 18, 78, 49], Operations: [] Exploring Operation: 50+18=68, Resulting Numbers: [78, 49, 68] Generated Node #2: [78, 49, 68] from Operation: 50+18=68 Current State: 97:[78, 49, 68], Operations: ['50+18=68'] Exploring Operation: 78-49=29, Resulting Numbers: [68, 29] Generated Node #3: [68, 29] from ...
4
Current State: 97:[50, 18, 78, 49], Operations: [] Exploring Operation: 18+78=96, Resulting Numbers: [50, 49, 96] Generated Node #0,0: 97:[50, 49, 96] Operation: 18+78=96 Exploring Operation: 50+18=68, Resulting Numbers: [78, 49, 68] Generated Node #0,1: 97:[78, 49, 68] Operation: 50+18=68 Moving to Node #0,0 Current S...
0
hs_2
mult_heuristic
[ 60, 13, 1, 17 ]
63
[ "60-13=47", "17-1=16", "47+16=63" ]
Current State: 63:[60, 13, 1, 17], Operations: [] Exploring Operation: 60-13=47, Resulting Numbers: [1, 17, 47] Generated Node #2: [1, 17, 47] from Operation: 60-13=47 Current State: 63:[1, 17, 47], Operations: ['60-13=47'] Exploring Operation: 17-1=16, Resulting Numbers: [47, 16] Generated Node #3: [47, 16] from Opera...
4
Current State: 63:[60, 13, 1, 17], Operations: [] Exploring Operation: 17-13=4, Resulting Numbers: [60, 1, 4] Generated Node #0,0: 63:[60, 1, 4] Operation: 17-13=4 Exploring Operation: 60+1=61, Resulting Numbers: [13, 17, 61] Generated Node #0,1: 63:[13, 17, 61] Operation: 60+1=61 Moving to Node #0,0 Current State: 63:...
0.990451
hs_2
mult_heuristic