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
[ 18, 29, 20, 16 ]
90
[ "20-18=2", "29+16=45", "2*45=90" ]
Current State: 90:[18, 29, 20, 16], Operations: [] Exploring Operation: 20-18=2, Resulting Numbers: [29, 16, 2] Generated Node #2: [29, 16, 2] from Operation: 20-18=2 Current State: 90:[29, 16, 2], Operations: ['20-18=2'] Exploring Operation: 29+16=45, Resulting Numbers: [2, 45] Generated Node #3: [2, 45] from Operatio...
4
Current State: 90:[18, 29, 20, 16], Operations: [] Exploring Operation: 20-18=2, Resulting Numbers: [29, 16, 2] Generated Node #0,0: 90:[29, 16, 2] Operation: 20-18=2 Exploring Operation: 29+16=45, Resulting Numbers: [18, 20, 45] Generated Node #0,1: 90:[18, 20, 45] Operation: 29+16=45 Exploring Operation: 29-20=9, Res...
0.980035
hs_3
sum_heuristic
[ 3, 3, 87, 99 ]
39
[ "99-87=12", "3*12=36", "3+36=39" ]
Current State: 39:[3, 3, 87, 99], Operations: [] Exploring Operation: 99-87=12, Resulting Numbers: [3, 3, 12] Generated Node #2: [3, 3, 12] from Operation: 99-87=12 Current State: 39:[3, 3, 12], Operations: ['99-87=12'] Exploring Operation: 3*12=36, Resulting Numbers: [36] 36,39 equal: Goal Reached Exploring Operation:...
4
Current State: 39:[3, 3, 87, 99], Operations: [] Exploring Operation: 99-87=12, Resulting Numbers: [3, 3, 12] Generated Node #0,0: 39:[3, 3, 12] Operation: 99-87=12 Exploring Operation: 99/3=33, Resulting Numbers: [3, 87, 33] Generated Node #0,1: 39:[3, 87, 33] Operation: 99/3=33 Moving to Node #0,0 Current State: 39:[...
0
hs_2
mult_heuristic
[ 74, 89, 86, 96 ]
42
[ "89-86=3", "96/3=32", "74-32=42" ]
Current State: 42:[74, 89, 86, 96], Operations: [] Exploring Operation: 89-86=3, Resulting Numbers: [74, 96, 3] Generated Node #2: [74, 96, 3] from Operation: 89-86=3 Current State: 42:[74, 96, 3], Operations: ['89-86=3'] Exploring Operation: 96/3=32, Resulting Numbers: [74, 32] Generated Node #3: [74, 32] from Operati...
4
Current State: 42:[74, 89, 86, 96], Operations: [] Exploring Operation: 96-86=10, Resulting Numbers: [74, 89, 10] Generated Node #0,0: 42:[74, 89, 10] Operation: 96-86=10 Exploring Operation: 96-89=7, Resulting Numbers: [74, 86, 7] Generated Node #0,1: 42:[74, 86, 7] Operation: 96-89=7 Exploring Operation: 89-86=3, Res...
0.966146
hs_3
mult_heuristic
[ 65, 10, 64, 77 ]
42
[ "65-10=55", "77-64=13", "55-13=42" ]
Current State: 42:[65, 10, 64, 77], Operations: [] Exploring Operation: 65-10=55, Resulting Numbers: [64, 77, 55] Generated Node #2: [64, 77, 55] from Operation: 65-10=55 Current State: 42:[64, 77, 55], Operations: ['65-10=55'] Exploring Operation: 77-64=13, Resulting Numbers: [55, 13] Generated Node #3: [55, 13] from ...
4
Current State: 42:[65, 10, 64, 77], Operations: [] Exploring Operation: 77-65=12, Resulting Numbers: [10, 64, 12] Generated Node #0,0: 42:[10, 64, 12] Operation: 77-65=12 Exploring Operation: 77-64=13, Resulting Numbers: [65, 10, 13] Generated Node #0,1: 42:[65, 10, 13] Operation: 77-64=13 Exploring Operation: 65-64=1,...
0.989583
hs_3
sum_heuristic
[ 57, 74, 60, 3 ]
80
[ "74-57=17", "60+3=63", "17+63=80" ]
Current State: 80:[57, 74, 60, 3], Operations: [] Exploring Operation: 74-57=17, Resulting Numbers: [60, 3, 17] Generated Node #2: [60, 3, 17] from Operation: 74-57=17 Current State: 80:[60, 3, 17], Operations: ['74-57=17'] Exploring Operation: 60+3=63, Resulting Numbers: [17, 63] Generated Node #3: [17, 63] from Opera...
4
Current State: 80:[57, 74, 60, 3], Operations: [] Exploring Operation: 74-57=17, Resulting Numbers: [60, 3, 17] Generated Node #0,0: 80:[60, 3, 17] Operation: 74-57=17 Exploring Operation: 74-60=14, Resulting Numbers: [57, 3, 14] Generated Node #0,1: 80:[57, 3, 14] Operation: 74-60=14 Exploring Operation: 60-57=3, Resu...
0.988715
hs_3
mult_heuristic
[ 15, 30, 61, 30 ]
59
[ "30-15=15", "30/15=2", "61-2=59" ]
Current State: 59:[15, 30, 61, 30], Operations: [] Exploring Operation: 30-15=15, Resulting Numbers: [61, 15] Generated Node #2: [61, 15] from Operation: 30-15=15 Current State: 59:[61, 15], Operations: ['30-15=15'] Exploring Operation: 30/15=2, Resulting Numbers: [61, 2] Generated Node #3: [61, 2] from Operation: 30/1...
4
Current State: 59:[15, 30, 61, 30], Operations: [] Exploring Operation: 15+30=45, Resulting Numbers: [61, 30, 45] Generated Node #0,0: 59:[61, 30, 45] Operation: 15+30=45 Exploring Operation: 15+30=45, Resulting Numbers: [30, 61, 45] Generated Node #0,1: 59:[30, 61, 45] Operation: 15+30=45 Start Sub Search at level 1: ...
0
hs_2
mult_heuristic
[ 34, 43, 20, 83 ]
36
[ "83-43=40", "40/20=2", "34+2=36" ]
Current State: 36:[34, 43, 20, 83], Operations: [] Exploring Operation: 83-43=40, Resulting Numbers: [34, 20, 40] Generated Node #2: [34, 20, 40] from Operation: 83-43=40 Current State: 36:[34, 20, 40], Operations: ['83-43=40'] Exploring Operation: 40/20=2, Resulting Numbers: [34, 2] Generated Node #3: [34, 2] from Ope...
4
Current State: 36:[34, 43, 20, 83], Operations: [] Exploring Operation: 83-43=40, Resulting Numbers: [34, 20, 40] Generated Node #0,0: 36:[34, 20, 40] Operation: 83-43=40 Start Sub Search at level 1: Moving to Node #0,0 Current State: 36:[34, 20, 40], Operations: ['83-43=40'] Exploring Operation: 40-34=6, Resulting Num...
0
hs_1
sum_heuristic
[ 14, 47, 8, 55 ]
30
[ "47-14=33", "8+55=63", "63-33=30" ]
Current State: 30:[14, 47, 8, 55], Operations: [] Exploring Operation: 47-14=33, Resulting Numbers: [8, 55, 33] Generated Node #2: [8, 55, 33] from Operation: 47-14=33 Current State: 30:[8, 55, 33], Operations: ['47-14=33'] Exploring Operation: 8+55=63, Resulting Numbers: [33, 63] Generated Node #3: [33, 63] from Opera...
4
Current State: 30:[14, 47, 8, 55], Operations: [] Exploring Operation: 55-47=8, Resulting Numbers: [14, 8, 8] Generated Node #0,0: 30:[14, 8, 8] Operation: 55-47=8 Start Sub Search at level 1: Moving to Node #0,0 Current State: 30:[14, 8, 8], Operations: ['55-47=8'] Exploring Operation: 14-8=6, Resulting Numbers: [8, 6...
0
hs_1
mult_heuristic
[ 49, 91, 93, 68 ]
38
[ "68-49=19", "93-91=2", "19*2=38" ]
Current State: 38:[49, 91, 93, 68], Operations: [] Exploring Operation: 68-49=19, Resulting Numbers: [91, 93, 19] Generated Node #2: [91, 93, 19] from Operation: 68-49=19 Current State: 38:[91, 93, 19], Operations: ['68-49=19'] Exploring Operation: 93-91=2, Resulting Numbers: [19, 2] Generated Node #3: [19, 2] from Ope...
4
Current State: 38:[49, 91, 93, 68], Operations: [] Exploring Operation: 93-49=44, Resulting Numbers: [91, 68, 44] Generated Node #0,0: 38:[91, 68, 44] Operation: 93-49=44 Exploring Operation: 93-91=2, Resulting Numbers: [49, 68, 2] Generated Node #0,1: 38:[49, 68, 2] Operation: 93-91=2 Exploring Operation: 91-68=23, Re...
0.985243
hs_5
sum_heuristic
[ 2, 89, 4, 1 ]
24
[ "89-1=88", "88/4=22", "2+22=24" ]
Current State: 24:[2, 89, 4, 1], Operations: [] Exploring Operation: 89-1=88, Resulting Numbers: [2, 4, 88] Generated Node #2: [2, 4, 88] from Operation: 89-1=88 Current State: 24:[2, 4, 88], Operations: ['89-1=88'] Exploring Operation: 88/4=22, Resulting Numbers: [2, 22] Generated Node #3: [2, 22] from Operation: 88/4...
4
Current State: 24:[2, 89, 4, 1], Operations: [] Exploring Operation: 89-4=85, Resulting Numbers: [2, 1, 85] Generated Node #0,0: 24:[2, 1, 85] Operation: 89-4=85 Exploring Operation: 89-2=87, Resulting Numbers: [4, 1, 87] Generated Node #0,1: 24:[4, 1, 87] Operation: 89-2=87 Moving to Node #0,0 Current State: 24:[2, 1,...
0
hs_2
sum_heuristic
[ 38, 34, 88, 19 ]
78
[ "38/19=2", "88/2=44", "34+44=78" ]
Current State: 78:[38, 34, 88, 19], Operations: [] Exploring Operation: 38/19=2, Resulting Numbers: [34, 88, 2] Generated Node #2: [34, 88, 2] from Operation: 38/19=2 Current State: 78:[34, 88, 2], Operations: ['38/19=2'] Exploring Operation: 88/2=44, Resulting Numbers: [34, 44] Generated Node #3: [34, 44] from Operati...
4
Current State: 78:[38, 34, 88, 19], Operations: [] Exploring Operation: 88-19=69, Resulting Numbers: [38, 34, 69] Generated Node #0,0: 78:[38, 34, 69] Operation: 88-19=69 Exploring Operation: 38-34=4, Resulting Numbers: [88, 19, 4] Generated Node #0,1: 78:[88, 19, 4] Operation: 38-34=4 Exploring Operation: 38/19=2, Res...
0.969618
hs_5
mult_heuristic
[ 94, 58, 69, 32 ]
51
[ "94+58=152", "69+32=101", "152-101=51" ]
Current State: 51:[94, 58, 69, 32], Operations: [] Exploring Operation: 94+58=152, Resulting Numbers: [69, 32, 152] Generated Node #2: [69, 32, 152] from Operation: 94+58=152 Current State: 51:[69, 32, 152], Operations: ['94+58=152'] Exploring Operation: 69+32=101, Resulting Numbers: [152, 101] Generated Node #3: [152,...
4
Current State: 51:[94, 58, 69, 32], Operations: [] Exploring Operation: 94-69=25, Resulting Numbers: [58, 32, 25] Generated Node #0,0: 51:[58, 32, 25] Operation: 94-69=25 Exploring Operation: 94-32=62, Resulting Numbers: [58, 69, 62] Generated Node #0,1: 51:[58, 69, 62] Operation: 94-32=62 Exploring Operation: 69-58=11...
0.988715
hs_4
mult_heuristic
[ 81, 51, 17, 59 ]
66
[ "81-59=22", "51/17=3", "22*3=66" ]
Current State: 66:[81, 51, 17, 59], Operations: [] Exploring Operation: 81-59=22, Resulting Numbers: [51, 17, 22] Generated Node #2: [51, 17, 22] from Operation: 81-59=22 Current State: 66:[51, 17, 22], Operations: ['81-59=22'] Exploring Operation: 51/17=3, Resulting Numbers: [22, 3] Generated Node #3: [22, 3] from Ope...
4
Current State: 66:[81, 51, 17, 59], Operations: [] Exploring Operation: 51-17=34, Resulting Numbers: [81, 59, 34] Generated Node #0,0: 66:[81, 59, 34] Operation: 51-17=34 Exploring Operation: 81-51=30, Resulting Numbers: [17, 59, 30] Generated Node #0,1: 66:[17, 59, 30] Operation: 81-51=30 Exploring Operation: 51/17=3,...
0.96875
hs_5
mult_heuristic
[ 29, 45, 81, 36 ]
36
[ "45-29=16", "81*16=1296", "1296/36=36" ]
Current State: 36:[29, 45, 81, 36], Operations: [] Exploring Operation: 45-29=16, Resulting Numbers: [81, 36, 16] Generated Node #2: [81, 36, 16] from Operation: 45-29=16 Current State: 36:[81, 36, 16], Operations: ['45-29=16'] Exploring Operation: 81*16=1296, Resulting Numbers: [36, 1296] Generated Node #3: [36, 1296]...
4
Current State: 36:[29, 45, 81, 36], Operations: [] Exploring Operation: 81-29=52, Resulting Numbers: [45, 36, 52] Generated Node #0,0: 36:[45, 36, 52] Operation: 81-29=52 Exploring Operation: 45-29=16, Resulting Numbers: [81, 36, 16] Generated Node #0,1: 36:[81, 36, 16] Operation: 45-29=16 Exploring Operation: 81-45=36...
0
hs_4
sum_heuristic
[ 48, 58, 80, 72 ]
64
[ "58-48=10", "80/10=8", "72-8=64" ]
Current State: 64:[48, 58, 80, 72], Operations: [] Exploring Operation: 58-48=10, Resulting Numbers: [80, 72, 10] Generated Node #2: [80, 72, 10] from Operation: 58-48=10 Current State: 64:[80, 72, 10], Operations: ['58-48=10'] Exploring Operation: 80/10=8, Resulting Numbers: [72, 8] Generated Node #3: [72, 8] from Ope...
4
Current State: 64:[48, 58, 80, 72], Operations: [] Exploring Operation: 80-72=8, Resulting Numbers: [48, 58, 8] Generated Node #0,0: 64:[48, 58, 8] Operation: 80-72=8 Exploring Operation: 58-48=10, Resulting Numbers: [80, 72, 10] Generated Node #0,1: 64:[80, 72, 10] Operation: 58-48=10 Exploring Operation: 80-48=32, Re...
0.976563
hs_3
mult_heuristic
[ 78, 81, 36, 71 ]
37
[ "81-78=3", "36*3=108", "108-71=37" ]
Current State: 37:[78, 81, 36, 71], Operations: [] Exploring Operation: 81-78=3, Resulting Numbers: [36, 71, 3] Generated Node #2: [36, 71, 3] from Operation: 81-78=3 Current State: 37:[36, 71, 3], Operations: ['81-78=3'] Exploring Operation: 36*3=108, Resulting Numbers: [71, 108] Generated Node #3: [71, 108] from Oper...
4
Current State: 37:[78, 81, 36, 71], Operations: [] Exploring Operation: 81-78=3, Resulting Numbers: [36, 71, 3] Generated Node #0,0: 37:[36, 71, 3] Operation: 81-78=3 Start Sub Search at level 1: Moving to Node #0,0 Current State: 37:[36, 71, 3], Operations: ['81-78=3'] Exploring Operation: 71-3=68, Resulting Numbers: ...
0
hs_1
sum_heuristic
[ 74, 32, 63, 76 ]
29
[ "74-32=42", "76-63=13", "42-13=29" ]
Current State: 29:[74, 32, 63, 76], Operations: [] Exploring Operation: 74-32=42, Resulting Numbers: [63, 76, 42] Generated Node #2: [63, 76, 42] from Operation: 74-32=42 Current State: 29:[63, 76, 42], Operations: ['74-32=42'] Exploring Operation: 76-63=13, Resulting Numbers: [42, 13] Generated Node #3: [42, 13] from ...
4
Current State: 29:[74, 32, 63, 76], Operations: [] Exploring Operation: 76-63=13, Resulting Numbers: [74, 32, 13] Generated Node #0,0: 29:[74, 32, 13] Operation: 76-63=13 Exploring Operation: 76-74=2, Resulting Numbers: [32, 63, 2] Generated Node #0,1: 29:[32, 63, 2] Operation: 76-74=2 Moving to Node #0,0 Current State...
0.991319
hs_2
sum_heuristic
[ 7, 18, 43, 31 ]
15
[ "7*43=301", "301-31=270", "270/18=15" ]
Current State: 15:[7, 18, 43, 31], Operations: [] Exploring Operation: 7*43=301, Resulting Numbers: [18, 31, 301] Generated Node #2: [18, 31, 301] from Operation: 7*43=301 Current State: 15:[18, 31, 301], Operations: ['7*43=301'] Exploring Operation: 301-31=270, Resulting Numbers: [18, 270] Generated Node #3: [18, 270]...
4
Current State: 15:[7, 18, 43, 31], Operations: [] Exploring Operation: 31-18=13, Resulting Numbers: [7, 43, 13] Generated Node #0,0: 15:[7, 43, 13] Operation: 31-18=13 Exploring Operation: 43-7=36, Resulting Numbers: [18, 31, 36] Generated Node #0,1: 15:[18, 31, 36] Operation: 43-7=36 Exploring Operation: 43-18=25, Res...
0
hs_4
mult_heuristic
[ 72, 59, 5, 36 ]
53
[ "59+36=95", "95/5=19", "72-19=53" ]
Current State: 53:[72, 59, 5, 36], Operations: [] Exploring Operation: 59+36=95, Resulting Numbers: [72, 5, 95] Generated Node #2: [72, 5, 95] from Operation: 59+36=95 Current State: 53:[72, 5, 95], Operations: ['59+36=95'] Exploring Operation: 95/5=19, Resulting Numbers: [72, 19] Generated Node #3: [72, 19] from Opera...
4
Current State: 53:[72, 59, 5, 36], Operations: [] Exploring Operation: 72-5=67, Resulting Numbers: [59, 36, 67] Generated Node #0,0: 53:[59, 36, 67] Operation: 72-5=67 Exploring Operation: 59-5=54, Resulting Numbers: [72, 36, 54] Generated Node #0,1: 53:[72, 36, 54] Operation: 59-5=54 Start Sub Search at level 1: Movin...
0
hs_2
mult_heuristic
[ 2, 53, 6, 97 ]
16
[ "97-53=44", "44/2=22", "22-6=16" ]
Current State: 16:[2, 53, 6, 97], Operations: [] Exploring Operation: 97-53=44, Resulting Numbers: [2, 6, 44] Generated Node #2: [2, 6, 44] from Operation: 97-53=44 Current State: 16:[2, 6, 44], Operations: ['97-53=44'] Exploring Operation: 44/2=22, Resulting Numbers: [6, 22] Generated Node #3: [6, 22] from Operation: ...
4
Current State: 16:[2, 53, 6, 97], Operations: [] Exploring Operation: 97-6=91, Resulting Numbers: [2, 53, 91] Generated Node #0,0: 16:[2, 53, 91] Operation: 97-6=91 Exploring Operation: 53-2=51, Resulting Numbers: [6, 97, 51] Generated Node #0,1: 16:[6, 97, 51] Operation: 53-2=51 Exploring Operation: 53-6=47, Resulting...
0.986111
hs_5
sum_heuristic
[ 70, 79, 66, 57 ]
18
[ "79-70=9", "66-57=9", "9+9=18" ]
Current State: 18:[70, 79, 66, 57], Operations: [] Exploring Operation: 79-70=9, Resulting Numbers: [66, 57, 9] Generated Node #2: [66, 57, 9] from Operation: 79-70=9 Current State: 18:[66, 57, 9], Operations: ['79-70=9'] Exploring Operation: 66-57=9, Resulting Numbers: [9, 9] Generated Node #3: [9, 9] from Operation: ...
4
Current State: 18:[70, 79, 66, 57], Operations: [] Exploring Operation: 70-66=4, Resulting Numbers: [79, 57, 4] Generated Node #0,0: 18:[79, 57, 4] Operation: 70-66=4 Exploring Operation: 79-66=13, Resulting Numbers: [70, 57, 13] Generated Node #0,1: 18:[70, 57, 13] Operation: 79-66=13 Exploring Operation: 79-70=9, Res...
0.987847
hs_4
mult_heuristic
[ 65, 21, 47, 23 ]
49
[ "65-23=42", "42/21=2", "47+2=49" ]
Current State: 49:[65, 21, 47, 23], Operations: [] Exploring Operation: 65-23=42, Resulting Numbers: [21, 47, 42] Generated Node #2: [21, 47, 42] from Operation: 65-23=42 Current State: 49:[21, 47, 42], Operations: ['65-23=42'] Exploring Operation: 42/21=2, Resulting Numbers: [47, 2] Generated Node #3: [47, 2] from Ope...
4
Current State: 49:[65, 21, 47, 23], Operations: [] Exploring Operation: 65-21=44, Resulting Numbers: [47, 23, 44] Generated Node #0,0: 49:[47, 23, 44] Operation: 65-21=44 Start Sub Search at level 1: Moving to Node #0,0 Current State: 49:[47, 23, 44], Operations: ['65-21=44'] Exploring Operation: 44-23=21, Resulting Nu...
0
hs_1
mult_heuristic
[ 54, 78, 76, 67 ]
94
[ "78-76=2", "54/2=27", "67+27=94" ]
Current State: 94:[54, 78, 76, 67], Operations: [] Exploring Operation: 78-76=2, Resulting Numbers: [54, 67, 2] Generated Node #2: [54, 67, 2] from Operation: 78-76=2 Current State: 94:[54, 67, 2], Operations: ['78-76=2'] Exploring Operation: 54/2=27, Resulting Numbers: [67, 27] Generated Node #3: [67, 27] from Operati...
4
Current State: 94:[54, 78, 76, 67], Operations: [] Exploring Operation: 78-76=2, Resulting Numbers: [54, 67, 2] Generated Node #0,0: 94:[54, 67, 2] Operation: 78-76=2 Moving to Node #0,0 Current State: 94:[54, 67, 2], Operations: ['78-76=2'] Exploring Operation: 67-54=13, Resulting Numbers: [2, 13] Generated Node #0,0,...
0
hs_1
mult_heuristic
[ 24, 7, 75, 52 ]
96
[ "24+7=31", "75+52=127", "127-31=96" ]
Current State: 96:[24, 7, 75, 52], Operations: [] Exploring Operation: 24+7=31, Resulting Numbers: [75, 52, 31] Generated Node #2: [75, 52, 31] from Operation: 24+7=31 Current State: 96:[75, 52, 31], Operations: ['24+7=31'] Exploring Operation: 75+52=127, Resulting Numbers: [31, 127] Generated Node #3: [31, 127] from O...
4
Current State: 96:[24, 7, 75, 52], Operations: [] Exploring Operation: 75-52=23, Resulting Numbers: [24, 7, 23] Generated Node #0,0: 96:[24, 7, 23] Operation: 75-52=23 Start Sub Search at level 1: Moving to Node #0,0 Current State: 96:[24, 7, 23], Operations: ['75-52=23'] Exploring Operation: 23-7=16, Resulting Numbers...
0
hs_1
sum_heuristic
[ 71, 94, 74, 19 ]
70
[ "94-71=23", "74+19=93", "93-23=70" ]
Current State: 70:[71, 94, 74, 19], Operations: [] Exploring Operation: 94-71=23, Resulting Numbers: [74, 19, 23] Generated Node #2: [74, 19, 23] from Operation: 94-71=23 Current State: 70:[74, 19, 23], Operations: ['94-71=23'] Exploring Operation: 74+19=93, Resulting Numbers: [23, 93] Generated Node #3: [23, 93] from ...
4
Current State: 70:[71, 94, 74, 19], Operations: [] Exploring Operation: 74-71=3, Resulting Numbers: [94, 19, 3] Generated Node #0,0: 70:[94, 19, 3] Operation: 74-71=3 Exploring Operation: 94-71=23, Resulting Numbers: [74, 19, 23] Generated Node #0,1: 70:[74, 19, 23] Operation: 94-71=23 Exploring Operation: 94-74=20, Re...
0.982639
hs_5
mult_heuristic
[ 74, 80, 29, 5 ]
28
[ "80-74=6", "29+5=34", "34-6=28" ]
Current State: 28:[74, 80, 29, 5], Operations: [] Exploring Operation: 80-74=6, Resulting Numbers: [29, 5, 6] Generated Node #2: [29, 5, 6] from Operation: 80-74=6 Current State: 28:[29, 5, 6], Operations: ['80-74=6'] Exploring Operation: 29+5=34, Resulting Numbers: [6, 34] Generated Node #3: [6, 34] from Operation: 29...
4
Current State: 28:[74, 80, 29, 5], Operations: [] Exploring Operation: 80-74=6, Resulting Numbers: [29, 5, 6] Generated Node #0,0: 28:[29, 5, 6] Operation: 80-74=6 Moving to Node #0,0 Current State: 28:[29, 5, 6], Operations: ['80-74=6'] Exploring Operation: 6-5=1, Resulting Numbers: [29, 1] Generated Node #0,0,0: 28:[...
0.993924
hs_1
mult_heuristic
[ 53, 45, 79, 1 ]
88
[ "53-45=8", "79+1=80", "8+80=88" ]
Current State: 88:[53, 45, 79, 1], Operations: [] Exploring Operation: 53-45=8, Resulting Numbers: [79, 1, 8] Generated Node #2: [79, 1, 8] from Operation: 53-45=8 Current State: 88:[79, 1, 8], Operations: ['53-45=8'] Exploring Operation: 79+1=80, Resulting Numbers: [8, 80] Generated Node #3: [8, 80] from Operation: 79...
4
Current State: 88:[53, 45, 79, 1], Operations: [] Exploring Operation: 53-1=52, Resulting Numbers: [45, 79, 52] Generated Node #0,0: 88:[45, 79, 52] Operation: 53-1=52 Exploring Operation: 45-1=44, Resulting Numbers: [53, 79, 44] Generated Node #0,1: 88:[53, 79, 44] Operation: 45-1=44 Exploring Operation: 79-53=26, Res...
0.977431
hs_4
mult_heuristic
[ 7, 96, 55, 60 ]
62
[ "55-7=48", "96/48=2", "60+2=62" ]
Current State: 62:[7, 96, 55, 60], Operations: [] Exploring Operation: 55-7=48, Resulting Numbers: [96, 60, 48] Generated Node #2: [96, 60, 48] from Operation: 55-7=48 Current State: 62:[96, 60, 48], Operations: ['55-7=48'] Exploring Operation: 96/48=2, Resulting Numbers: [60, 2] Generated Node #3: [60, 2] from Operati...
4
Current State: 62:[7, 96, 55, 60], Operations: [] Exploring Operation: 96-60=36, Resulting Numbers: [7, 55, 36] Generated Node #0,0: 62:[7, 55, 36] Operation: 96-60=36 Exploring Operation: 96-55=41, Resulting Numbers: [7, 60, 41] Generated Node #0,1: 62:[7, 60, 41] Operation: 96-55=41 Moving to Node #0,0 Current State:...
0
hs_2
sum_heuristic
[ 42, 50, 84, 48 ]
63
[ "42+84=126", "50-48=2", "126/2=63" ]
Current State: 63:[42, 50, 84, 48], Operations: [] Exploring Operation: 42+84=126, Resulting Numbers: [50, 48, 126] Generated Node #2: [50, 48, 126] from Operation: 42+84=126 Current State: 63:[50, 48, 126], Operations: ['42+84=126'] Exploring Operation: 50-48=2, Resulting Numbers: [126, 2] Generated Node #3: [126, 2] ...
4
Current State: 63:[42, 50, 84, 48], Operations: [] Exploring Operation: 50-42=8, Resulting Numbers: [84, 48, 8] Generated Node #0,0: 63:[84, 48, 8] Operation: 50-42=8 Exploring Operation: 48-42=6, Resulting Numbers: [50, 84, 6] Generated Node #0,1: 63:[50, 84, 6] Operation: 48-42=6 Exploring Operation: 84/42=2, Resulti...
0
hs_3
sum_heuristic
[ 69, 22, 44, 58 ]
61
[ "69-22=47", "58-44=14", "47+14=61" ]
Current State: 61:[69, 22, 44, 58], Operations: [] Exploring Operation: 69-22=47, Resulting Numbers: [44, 58, 47] Generated Node #2: [44, 58, 47] from Operation: 69-22=47 Current State: 61:[44, 58, 47], Operations: ['69-22=47'] Exploring Operation: 58-44=14, Resulting Numbers: [47, 14] Generated Node #3: [47, 14] from ...
4
Current State: 61:[69, 22, 44, 58], Operations: [] Exploring Operation: 22+58=80, Resulting Numbers: [69, 44, 80] Generated Node #0,0: 61:[69, 44, 80] Operation: 22+58=80 Exploring Operation: 22+44=66, Resulting Numbers: [69, 58, 66] Generated Node #0,1: 61:[69, 58, 66] Operation: 22+44=66 Exploring Operation: 69+22=91...
0.947917
hs_4
sum_heuristic
[ 98, 35, 80, 85 ]
32
[ "98+35=133", "80+85=165", "165-133=32" ]
Current State: 32:[98, 35, 80, 85], Operations: [] Exploring Operation: 98+35=133, Resulting Numbers: [80, 85, 133] Generated Node #2: [80, 85, 133] from Operation: 98+35=133 Current State: 32:[80, 85, 133], Operations: ['98+35=133'] Exploring Operation: 80+85=165, Resulting Numbers: [133, 165] Generated Node #3: [133,...
4
Current State: 32:[98, 35, 80, 85], Operations: [] Exploring Operation: 98-85=13, Resulting Numbers: [35, 80, 13] Generated Node #0,0: 32:[35, 80, 13] Operation: 98-85=13 Exploring Operation: 98-80=18, Resulting Numbers: [35, 85, 18] Generated Node #0,1: 32:[35, 85, 18] Operation: 98-80=18 Start Sub Search at level 1: ...
0.992188
hs_2
sum_heuristic
[ 35, 4, 2, 25 ]
73
[ "2+25=27", "4*27=108", "108-35=73" ]
Current State: 73:[35, 4, 2, 25], Operations: [] Exploring Operation: 2+25=27, Resulting Numbers: [35, 4, 27] Generated Node #2: [35, 4, 27] from Operation: 2+25=27 Current State: 73:[35, 4, 27], Operations: ['2+25=27'] Exploring Operation: 4*27=108, Resulting Numbers: [35, 108] Generated Node #3: [35, 108] from Operat...
4
Current State: 73:[35, 4, 2, 25], Operations: [] Exploring Operation: 2*25=50, Resulting Numbers: [35, 4, 50] Generated Node #0,0: 73:[35, 4, 50] Operation: 2*25=50 Exploring Operation: 35+4=39, Resulting Numbers: [2, 25, 39] Generated Node #0,1: 73:[2, 25, 39] Operation: 35+4=39 Exploring Operation: 4*2=8, Resulting N...
0
hs_5
mult_heuristic
[ 10, 91, 51, 70 ]
11
[ "91-51=40", "70+40=110", "110/10=11" ]
Current State: 11:[10, 91, 51, 70], Operations: [] Exploring Operation: 91-51=40, Resulting Numbers: [10, 70, 40] Generated Node #2: [10, 70, 40] from Operation: 91-51=40 Current State: 11:[10, 70, 40], Operations: ['91-51=40'] Exploring Operation: 70+40=110, Resulting Numbers: [10, 110] Generated Node #3: [10, 110] fr...
4
Current State: 11:[10, 91, 51, 70], Operations: [] Exploring Operation: 91-70=21, Resulting Numbers: [10, 51, 21] Generated Node #0,0: 11:[10, 51, 21] Operation: 91-70=21 Exploring Operation: 91-51=40, Resulting Numbers: [10, 70, 40] Generated Node #0,1: 11:[10, 70, 40] Operation: 91-51=40 Exploring Operation: 70/10=7,...
0
hs_5
sum_heuristic
[ 85, 66, 84, 82 ]
38
[ "85-66=19", "84-82=2", "19*2=38" ]
Current State: 38:[85, 66, 84, 82], Operations: [] Exploring Operation: 85-66=19, Resulting Numbers: [84, 82, 19] Generated Node #2: [84, 82, 19] from Operation: 85-66=19 Current State: 38:[84, 82, 19], Operations: ['85-66=19'] Exploring Operation: 84-82=2, Resulting Numbers: [19, 2] Generated Node #3: [19, 2] from Ope...
4
Current State: 38:[85, 66, 84, 82], Operations: [] Exploring Operation: 85-84=1, Resulting Numbers: [66, 82, 1] Generated Node #0,0: 38:[66, 82, 1] Operation: 85-84=1 Exploring Operation: 85-82=3, Resulting Numbers: [66, 84, 3] Generated Node #0,1: 38:[66, 84, 3] Operation: 85-82=3 Start Sub Search at level 1: Moving t...
0.984375
hs_2
sum_heuristic
[ 37, 33, 46, 40 ]
90
[ "37-33=4", "46+40=86", "4+86=90" ]
Current State: 90:[37, 33, 46, 40], Operations: [] Exploring Operation: 37-33=4, Resulting Numbers: [46, 40, 4] Generated Node #2: [46, 40, 4] from Operation: 37-33=4 Current State: 90:[46, 40, 4], Operations: ['37-33=4'] Exploring Operation: 46+40=86, Resulting Numbers: [4, 86] Generated Node #3: [4, 86] from Operatio...
4
Current State: 90:[37, 33, 46, 40], Operations: [] Exploring Operation: 40-37=3, Resulting Numbers: [33, 46, 3] Generated Node #0,0: 90:[33, 46, 3] Operation: 40-37=3 Moving to Node #0,0 Current State: 90:[33, 46, 3], Operations: ['40-37=3'] Exploring Operation: 33-3=30, Resulting Numbers: [46, 30] Generated Node #0,0,...
0
hs_1
mult_heuristic
[ 69, 72, 23, 91 ]
71
[ "72-69=3", "91-23=68", "3+68=71" ]
Current State: 71:[69, 72, 23, 91], Operations: [] Exploring Operation: 72-69=3, Resulting Numbers: [23, 91, 3] Generated Node #2: [23, 91, 3] from Operation: 72-69=3 Current State: 71:[23, 91, 3], Operations: ['72-69=3'] Exploring Operation: 91-23=68, Resulting Numbers: [3, 68] Generated Node #3: [3, 68] from Operatio...
4
Current State: 71:[69, 72, 23, 91], Operations: [] Exploring Operation: 91-23=68, Resulting Numbers: [69, 72, 68] Generated Node #0,0: 71:[69, 72, 68] Operation: 91-23=68 Moving to Node #0,0 Current State: 71:[69, 72, 68], Operations: ['91-23=68'] Exploring Operation: 69+68=137, Resulting Numbers: [72, 137] Generated N...
0
hs_1
sum_heuristic
[ 4, 40, 5, 60 ]
85
[ "60-40=20", "4*20=80", "5+80=85" ]
Current State: 85:[4, 40, 5, 60], Operations: [] Exploring Operation: 60-40=20, Resulting Numbers: [4, 5, 20] Generated Node #2: [4, 5, 20] from Operation: 60-40=20 Current State: 85:[4, 5, 20], Operations: ['60-40=20'] Exploring Operation: 4*20=80, Resulting Numbers: [5, 80] Generated Node #3: [5, 80] from Operation: ...
4
Current State: 85:[4, 40, 5, 60], Operations: [] Exploring Operation: 60/4=15, Resulting Numbers: [40, 5, 15] Generated Node #0,0: 85:[40, 5, 15] Operation: 60/4=15 Exploring Operation: 60-40=20, Resulting Numbers: [4, 5, 20] Generated Node #0,1: 85:[4, 5, 20] Operation: 60-40=20 Exploring Operation: 40/5=8, Resulting ...
0
hs_4
sum_heuristic
[ 99, 58, 32, 93 ]
32
[ "99+58=157", "32+93=125", "157-125=32" ]
Current State: 32:[99, 58, 32, 93], Operations: [] Exploring Operation: 99+58=157, Resulting Numbers: [32, 93, 157] Generated Node #2: [32, 93, 157] from Operation: 99+58=157 Current State: 32:[32, 93, 157], Operations: ['99+58=157'] Exploring Operation: 32+93=125, Resulting Numbers: [157, 125] Generated Node #3: [157,...
4
Current State: 32:[99, 58, 32, 93], Operations: [] Exploring Operation: 99-93=6, Resulting Numbers: [58, 32, 6] Generated Node #0,0: 32:[58, 32, 6] Operation: 99-93=6 Exploring Operation: 99-58=41, Resulting Numbers: [32, 93, 41] Generated Node #0,1: 32:[32, 93, 41] Operation: 99-58=41 Exploring Operation: 93-58=35, Re...
0.990451
hs_3
sum_heuristic
[ 59, 33, 3, 81 ]
24
[ "59*33=1947", "1947-3=1944", "1944/81=24" ]
Current State: 24:[59, 33, 3, 81], Operations: [] Exploring Operation: 59*33=1947, Resulting Numbers: [3, 81, 1947] Generated Node #2: [3, 81, 1947] from Operation: 59*33=1947 Current State: 24:[3, 81, 1947], Operations: ['59*33=1947'] Exploring Operation: 1947-3=1944, Resulting Numbers: [81, 1944] Generated Node #3: [...
4
Current State: 24:[59, 33, 3, 81], Operations: [] Exploring Operation: 59-33=26, Resulting Numbers: [3, 81, 26] Generated Node #0,0: 24:[3, 81, 26] Operation: 59-33=26 Exploring Operation: 81-59=22, Resulting Numbers: [33, 3, 22] Generated Node #0,1: 24:[33, 3, 22] Operation: 81-59=22 Exploring Operation: 81-33=48, Res...
0
hs_4
mult_heuristic
[ 29, 43, 78, 11 ]
75
[ "43-29=14", "78+11=89", "89-14=75" ]
Current State: 75:[29, 43, 78, 11], Operations: [] Exploring Operation: 43-29=14, Resulting Numbers: [78, 11, 14] Generated Node #2: [78, 11, 14] from Operation: 43-29=14 Current State: 75:[78, 11, 14], Operations: ['43-29=14'] Exploring Operation: 78+11=89, Resulting Numbers: [14, 89] Generated Node #3: [14, 89] from ...
4
Current State: 75:[29, 43, 78, 11], Operations: [] Exploring Operation: 43-29=14, Resulting Numbers: [78, 11, 14] Generated Node #0,0: 75:[78, 11, 14] Operation: 43-29=14 Exploring Operation: 29-11=18, Resulting Numbers: [43, 78, 18] Generated Node #0,1: 75:[43, 78, 18] Operation: 29-11=18 Exploring Operation: 29+43=72...
0.984375
hs_5
sum_heuristic
[ 71, 61, 6, 98 ]
76
[ "71+61=132", "132/6=22", "98-22=76" ]
Current State: 76:[71, 61, 6, 98], Operations: [] Exploring Operation: 71+61=132, Resulting Numbers: [6, 98, 132] Generated Node #2: [6, 98, 132] from Operation: 71+61=132 Current State: 76:[6, 98, 132], Operations: ['71+61=132'] Exploring Operation: 132/6=22, Resulting Numbers: [98, 22] Generated Node #3: [98, 22] fro...
4
Current State: 76:[71, 61, 6, 98], Operations: [] Exploring Operation: 98-61=37, Resulting Numbers: [71, 6, 37] Generated Node #0,0: 76:[71, 6, 37] Operation: 98-61=37 Exploring Operation: 98-71=27, Resulting Numbers: [61, 6, 27] Generated Node #0,1: 76:[61, 6, 27] Operation: 98-71=27 Exploring Operation: 71-61=10, Res...
0
hs_4
sum_heuristic
[ 40, 54, 27, 64 ]
12
[ "64-40=24", "54/27=2", "24/2=12" ]
Current State: 12:[40, 54, 27, 64], Operations: [] Exploring Operation: 64-40=24, Resulting Numbers: [54, 27, 24] Generated Node #2: [54, 27, 24] from Operation: 64-40=24 Current State: 12:[54, 27, 24], Operations: ['64-40=24'] Exploring Operation: 54/27=2, Resulting Numbers: [24, 2] Generated Node #3: [24, 2] from Ope...
4
Current State: 12:[40, 54, 27, 64], Operations: [] Exploring Operation: 64-40=24, Resulting Numbers: [54, 27, 24] Generated Node #0,0: 12:[54, 27, 24] Operation: 64-40=24 Exploring Operation: 40-27=13, Resulting Numbers: [54, 64, 13] Generated Node #0,1: 12:[54, 64, 13] Operation: 40-27=13 Exploring Operation: 54-40=14...
0.963542
hs_5
mult_heuristic
[ 4, 36, 7, 44 ]
46
[ "36/4=9", "44-7=37", "9+37=46" ]
Current State: 46:[4, 36, 7, 44], Operations: [] Exploring Operation: 36/4=9, Resulting Numbers: [7, 44, 9] Generated Node #2: [7, 44, 9] from Operation: 36/4=9 Current State: 46:[7, 44, 9], Operations: ['36/4=9'] Exploring Operation: 44-7=37, Resulting Numbers: [9, 37] Generated Node #3: [9, 37] from Operation: 44-7=3...
4
Current State: 46:[4, 36, 7, 44], Operations: [] Exploring Operation: 36-7=29, Resulting Numbers: [4, 44, 29] Generated Node #0,0: 46:[4, 44, 29] Operation: 36-7=29 Exploring Operation: 36+7=43, Resulting Numbers: [4, 44, 43] Generated Node #0,1: 46:[4, 44, 43] Operation: 36+7=43 Exploring Operation: 4+36=40, Resulting...
0
hs_4
sum_heuristic
[ 59, 40, 79, 4 ]
64
[ "59-40=19", "79+4=83", "83-19=64" ]
Current State: 64:[59, 40, 79, 4], Operations: [] Exploring Operation: 59-40=19, Resulting Numbers: [79, 4, 19] Generated Node #2: [79, 4, 19] from Operation: 59-40=19 Current State: 64:[79, 4, 19], Operations: ['59-40=19'] Exploring Operation: 79+4=83, Resulting Numbers: [19, 83] Generated Node #3: [19, 83] from Opera...
4
Current State: 64:[59, 40, 79, 4], Operations: [] Exploring Operation: 79-59=20, Resulting Numbers: [40, 4, 20] Generated Node #0,0: 64:[40, 4, 20] Operation: 79-59=20 Exploring Operation: 59-40=19, Resulting Numbers: [79, 4, 19] Generated Node #0,1: 64:[79, 4, 19] Operation: 59-40=19 Exploring Operation: 79-40=39, Res...
0.976563
hs_3
mult_heuristic
[ 53, 45, 77, 37 ]
79
[ "53+37=90", "90/45=2", "77+2=79" ]
Current State: 79:[53, 45, 77, 37], Operations: [] Exploring Operation: 53+37=90, Resulting Numbers: [45, 77, 90] Generated Node #2: [45, 77, 90] from Operation: 53+37=90 Current State: 79:[45, 77, 90], Operations: ['53+37=90'] Exploring Operation: 90/45=2, Resulting Numbers: [77, 2] Generated Node #3: [77, 2] from Ope...
4
Current State: 79:[53, 45, 77, 37], Operations: [] Exploring Operation: 53+37=90, Resulting Numbers: [45, 77, 90] Generated Node #0,0: 79:[45, 77, 90] Operation: 53+37=90 Exploring Operation: 45+37=82, Resulting Numbers: [53, 77, 82] Generated Node #0,1: 79:[53, 77, 82] Operation: 45+37=82 Moving to Node #0,1 Current S...
0
hs_2
mult_heuristic
[ 8, 78, 62, 8 ]
78
[ "8-8=0", "62*0=0", "78+0=78" ]
Current State: 78:[8, 78, 62, 8], Operations: [] Exploring Operation: 8-8=0, Resulting Numbers: [78, 62, 0] Generated Node #2: [78, 62, 0] from Operation: 8-8=0 Current State: 78:[78, 62, 0], Operations: ['8-8=0'] Exploring Operation: 62*0=0, Resulting Numbers: [78, 0] Generated Node #3: [78, 0] from Operation: 62*0=0 ...
4
Current State: 78:[8, 78, 62, 8], Operations: [] Exploring Operation: 8+62=70, Resulting Numbers: [78, 8, 70] Generated Node #0,0: 78:[78, 8, 70] Operation: 8+62=70 Exploring Operation: 78-62=16, Resulting Numbers: [8, 8, 16] Generated Node #0,1: 78:[8, 8, 16] Operation: 78-62=16 Moving to Node #0,1 Current State: 78:[...
0
hs_2
sum_heuristic
[ 54, 45, 47, 28 ]
55
[ "47-45=2", "54/2=27", "28+27=55" ]
Current State: 55:[54, 45, 47, 28], Operations: [] Exploring Operation: 47-45=2, Resulting Numbers: [54, 28, 2] Generated Node #2: [54, 28, 2] from Operation: 47-45=2 Current State: 55:[54, 28, 2], Operations: ['47-45=2'] Exploring Operation: 54/2=27, Resulting Numbers: [28, 27] Generated Node #3: [28, 27] from Operati...
4
Current State: 55:[54, 45, 47, 28], Operations: [] Exploring Operation: 45-28=17, Resulting Numbers: [54, 47, 17] Generated Node #0,0: 55:[54, 47, 17] Operation: 45-28=17 Exploring Operation: 47-45=2, Resulting Numbers: [54, 28, 2] Generated Node #0,1: 55:[54, 28, 2] Operation: 47-45=2 Exploring Operation: 45+28=73, Re...
0
hs_5
mult_heuristic
[ 51, 58, 42, 74 ]
68
[ "58-51=7", "42/7=6", "74-6=68" ]
Current State: 68:[51, 58, 42, 74], Operations: [] Exploring Operation: 58-51=7, Resulting Numbers: [42, 74, 7] Generated Node #2: [42, 74, 7] from Operation: 58-51=7 Current State: 68:[42, 74, 7], Operations: ['58-51=7'] Exploring Operation: 42/7=6, Resulting Numbers: [74, 6] Generated Node #3: [74, 6] from Operation:...
4
Current State: 68:[51, 58, 42, 74], Operations: [] Exploring Operation: 58-51=7, Resulting Numbers: [42, 74, 7] Generated Node #0,0: 68:[42, 74, 7] Operation: 58-51=7 Exploring Operation: 51-42=9, Resulting Numbers: [58, 74, 9] Generated Node #0,1: 68:[58, 74, 9] Operation: 51-42=9 Moving to Node #0,0 Current State: 68...
0
hs_2
mult_heuristic
[ 9, 64, 95, 89 ]
76
[ "89-9=80", "64*95=6080", "6080/80=76" ]
Current State: 76:[9, 64, 95, 89], Operations: [] Exploring Operation: 89-9=80, Resulting Numbers: [64, 95, 80] Generated Node #2: [64, 95, 80] from Operation: 89-9=80 Current State: 76:[64, 95, 80], Operations: ['89-9=80'] Exploring Operation: 64*95=6080, Resulting Numbers: [80, 6080] Generated Node #3: [80, 6080] fro...
4
Current State: 76:[9, 64, 95, 89], Operations: [] Exploring Operation: 9+64=73, Resulting Numbers: [95, 89, 73] Generated Node #0,0: 76:[95, 89, 73] Operation: 9+64=73 Exploring Operation: 89-64=25, Resulting Numbers: [9, 95, 25] Generated Node #0,1: 76:[9, 95, 25] Operation: 89-64=25 Exploring Operation: 95-64=31, Res...
0
hs_5
sum_heuristic
[ 83, 20, 20, 49 ]
49
[ "20-20=0", "83*0=0", "49+0=49" ]
Current State: 49:[83, 20, 20, 49], Operations: [] Exploring Operation: 20-20=0, Resulting Numbers: [83, 49, 0] Generated Node #2: [83, 49, 0] from Operation: 20-20=0 Current State: 49:[83, 49, 0], Operations: ['20-20=0'] Exploring Operation: 83*0=0, Resulting Numbers: [49, 0] Generated Node #3: [49, 0] from Operation:...
4
Current State: 49:[83, 20, 20, 49], Operations: [] Exploring Operation: 83-20=63, Resulting Numbers: [20, 49, 63] Generated Node #0,0: 49:[20, 49, 63] Operation: 83-20=63 Exploring Operation: 83-20=63, Resulting Numbers: [20, 49, 63] Generated Node #0,1: 49:[20, 49, 63] Operation: 83-20=63 Exploring Operation: 20/20=1,...
0
hs_3
sum_heuristic
[ 56, 50, 82, 84 ]
12
[ "56-50=6", "84-82=2", "6*2=12" ]
Current State: 12:[56, 50, 82, 84], Operations: [] Exploring Operation: 56-50=6, Resulting Numbers: [82, 84, 6] Generated Node #2: [82, 84, 6] from Operation: 56-50=6 Current State: 12:[82, 84, 6], Operations: ['56-50=6'] Exploring Operation: 84-82=2, Resulting Numbers: [6, 2] Generated Node #3: [6, 2] from Operation: ...
4
Current State: 12:[56, 50, 82, 84], Operations: [] Exploring Operation: 82-50=32, Resulting Numbers: [56, 84, 32] Generated Node #0,0: 12:[56, 84, 32] Operation: 82-50=32 Exploring Operation: 82-56=26, Resulting Numbers: [50, 84, 26] Generated Node #0,1: 12:[50, 84, 26] Operation: 82-56=26 Exploring Operation: 84-50=34...
0.986979
hs_5
mult_heuristic
[ 2, 30, 54, 20 ]
29
[ "30+20=50", "50/2=25", "54-25=29" ]
Current State: 29:[2, 30, 54, 20], Operations: [] Exploring Operation: 30+20=50, Resulting Numbers: [2, 54, 50] Generated Node #2: [2, 54, 50] from Operation: 30+20=50 Current State: 29:[2, 54, 50], Operations: ['30+20=50'] Exploring Operation: 50/2=25, Resulting Numbers: [54, 25] Generated Node #3: [54, 25] from Opera...
4
Current State: 29:[2, 30, 54, 20], Operations: [] Exploring Operation: 54-2=52, Resulting Numbers: [30, 20, 52] Generated Node #0,0: 29:[30, 20, 52] Operation: 54-2=52 Exploring Operation: 54/2=27, Resulting Numbers: [30, 20, 27] Generated Node #0,1: 29:[30, 20, 27] Operation: 54/2=27 Moving to Node #0,1 Current State:...
0
hs_2
mult_heuristic
[ 38, 40, 27, 19 ]
33
[ "27-19=8", "40/8=5", "38-5=33" ]
Current State: 33:[38, 40, 27, 19], Operations: [] Exploring Operation: 27-19=8, Resulting Numbers: [38, 40, 8] Generated Node #2: [38, 40, 8] from Operation: 27-19=8 Current State: 33:[38, 40, 8], Operations: ['27-19=8'] Exploring Operation: 40/8=5, Resulting Numbers: [38, 5] Generated Node #3: [38, 5] from Operation:...
4
Current State: 33:[38, 40, 27, 19], Operations: [] Exploring Operation: 40-38=2, Resulting Numbers: [27, 19, 2] Generated Node #0,0: 33:[27, 19, 2] Operation: 40-38=2 Exploring Operation: 38/19=2, Resulting Numbers: [40, 27, 2] Generated Node #0,1: 33:[40, 27, 2] Operation: 38/19=2 Exploring Operation: 38-27=11, Result...
0
hs_3
mult_heuristic
[ 3, 57, 37, 45 ]
63
[ "57/3=19", "37+45=82", "82-19=63" ]
Current State: 63:[3, 57, 37, 45], Operations: [] Exploring Operation: 57/3=19, Resulting Numbers: [37, 45, 19] Generated Node #2: [37, 45, 19] from Operation: 57/3=19 Current State: 63:[37, 45, 19], Operations: ['57/3=19'] Exploring Operation: 37+45=82, Resulting Numbers: [19, 82] Generated Node #3: [19, 82] from Oper...
4
Current State: 63:[3, 57, 37, 45], Operations: [] Exploring Operation: 45-37=8, Resulting Numbers: [3, 57, 8] Generated Node #0,0: 63:[3, 57, 8] Operation: 45-37=8 Exploring Operation: 57-45=12, Resulting Numbers: [3, 37, 12] Generated Node #0,1: 63:[3, 37, 12] Operation: 57-45=12 Exploring Operation: 57-37=20, Resulti...
0
hs_3
mult_heuristic
[ 41, 65, 75, 40 ]
38
[ "65-40=25", "75/25=3", "41-3=38" ]
Current State: 38:[41, 65, 75, 40], Operations: [] Exploring Operation: 65-40=25, Resulting Numbers: [41, 75, 25] Generated Node #2: [41, 75, 25] from Operation: 65-40=25 Current State: 38:[41, 75, 25], Operations: ['65-40=25'] Exploring Operation: 75/25=3, Resulting Numbers: [41, 3] Generated Node #3: [41, 3] from Ope...
4
Current State: 38:[41, 65, 75, 40], Operations: [] Exploring Operation: 75-65=10, Resulting Numbers: [41, 40, 10] Generated Node #0,0: 38:[41, 40, 10] Operation: 75-65=10 Moving to Node #0,0 Current State: 38:[41, 40, 10], Operations: ['75-65=10'] Exploring Operation: 40/10=4, Resulting Numbers: [41, 4] Generated Node ...
0
hs_1
mult_heuristic
[ 70, 53, 5, 36 ]
24
[ "70-53=17", "5+36=41", "41-17=24" ]
Current State: 24:[70, 53, 5, 36], Operations: [] Exploring Operation: 70-53=17, Resulting Numbers: [5, 36, 17] Generated Node #2: [5, 36, 17] from Operation: 70-53=17 Current State: 24:[5, 36, 17], Operations: ['70-53=17'] Exploring Operation: 5+36=41, Resulting Numbers: [17, 41] Generated Node #3: [17, 41] from Opera...
4
Current State: 24:[70, 53, 5, 36], Operations: [] Exploring Operation: 70-36=34, Resulting Numbers: [53, 5, 34] Generated Node #0,0: 24:[53, 5, 34] Operation: 70-36=34 Exploring Operation: 70-53=17, Resulting Numbers: [5, 36, 17] Generated Node #0,1: 24:[5, 36, 17] Operation: 70-53=17 Start Sub Search at level 1: Movin...
0.991319
hs_2
sum_heuristic
[ 60, 93, 88, 11 ]
25
[ "93-60=33", "88/11=8", "33-8=25" ]
Current State: 25:[60, 93, 88, 11], Operations: [] Exploring Operation: 93-60=33, Resulting Numbers: [88, 11, 33] Generated Node #2: [88, 11, 33] from Operation: 93-60=33 Current State: 25:[88, 11, 33], Operations: ['93-60=33'] Exploring Operation: 88/11=8, Resulting Numbers: [33, 8] Generated Node #3: [33, 8] from Ope...
4
Current State: 25:[60, 93, 88, 11], Operations: [] Exploring Operation: 93-88=5, Resulting Numbers: [60, 11, 5] Generated Node #0,0: 25:[60, 11, 5] Operation: 93-88=5 Exploring Operation: 88/11=8, Resulting Numbers: [60, 93, 8] Generated Node #0,1: 25:[60, 93, 8] Operation: 88/11=8 Exploring Operation: 88-60=28, Result...
0.957465
hs_4
sum_heuristic
[ 4, 17, 59, 10 ]
49
[ "17+10=27", "4*27=108", "108-59=49" ]
Current State: 49:[4, 17, 59, 10], Operations: [] Exploring Operation: 17+10=27, Resulting Numbers: [4, 59, 27] Generated Node #2: [4, 59, 27] from Operation: 17+10=27 Current State: 49:[4, 59, 27], Operations: ['17+10=27'] Exploring Operation: 4*27=108, Resulting Numbers: [59, 108] Generated Node #3: [59, 108] from Op...
4
Current State: 49:[4, 17, 59, 10], Operations: [] Exploring Operation: 59-10=49, Resulting Numbers: [4, 17, 49] Generated Node #0,0: 49:[4, 17, 49] Operation: 59-10=49 Exploring Operation: 59-4=55, Resulting Numbers: [17, 10, 55] Generated Node #0,1: 49:[17, 10, 55] Operation: 59-4=55 Exploring Operation: 59-17=42, Res...
0
hs_5
mult_heuristic
[ 9, 4, 8, 20 ]
58
[ "9+20=29", "8/4=2", "29*2=58" ]
Current State: 58:[9, 4, 8, 20], Operations: [] Exploring Operation: 9+20=29, Resulting Numbers: [4, 8, 29] Generated Node #2: [4, 8, 29] from Operation: 9+20=29 Current State: 58:[4, 8, 29], Operations: ['9+20=29'] Exploring Operation: 8/4=2, Resulting Numbers: [29, 2] Generated Node #3: [29, 2] from Operation: 8/4=2 ...
4
Current State: 58:[9, 4, 8, 20], Operations: [] Exploring Operation: 9-8=1, Resulting Numbers: [4, 20, 1] Generated Node #0,0: 58:[4, 20, 1] Operation: 9-8=1 Exploring Operation: 8+20=28, Resulting Numbers: [9, 4, 28] Generated Node #0,1: 58:[9, 4, 28] Operation: 8+20=28 Exploring Operation: 9+20=29, Resulting Numbers:...
0.988715
hs_3
sum_heuristic
[ 50, 9, 7, 38 ]
55
[ "7+38=45", "45/9=5", "50+5=55" ]
Current State: 55:[50, 9, 7, 38], Operations: [] Exploring Operation: 7+38=45, Resulting Numbers: [50, 9, 45] Generated Node #2: [50, 9, 45] from Operation: 7+38=45 Current State: 55:[50, 9, 45], Operations: ['7+38=45'] Exploring Operation: 45/9=5, Resulting Numbers: [50, 5] Generated Node #3: [50, 5] from Operation: 4...
4
Current State: 55:[50, 9, 7, 38], Operations: [] Exploring Operation: 9+38=47, Resulting Numbers: [50, 7, 47] Generated Node #0,0: 55:[50, 7, 47] Operation: 9+38=47 Exploring Operation: 7+38=45, Resulting Numbers: [50, 9, 45] Generated Node #0,1: 55:[50, 9, 45] Operation: 7+38=45 Exploring Operation: 50+7=57, Resulting...
0.948785
hs_5
mult_heuristic
[ 46, 82, 60, 44 ]
44
[ "46-44=2", "82-60=22", "2*22=44" ]
Current State: 44:[46, 82, 60, 44], Operations: [] Exploring Operation: 46-44=2, Resulting Numbers: [82, 60, 2] Generated Node #2: [82, 60, 2] from Operation: 46-44=2 Current State: 44:[82, 60, 2], Operations: ['46-44=2'] Exploring Operation: 82-60=22, Resulting Numbers: [2, 22] Generated Node #3: [2, 22] from Operatio...
4
Current State: 44:[46, 82, 60, 44], Operations: [] Exploring Operation: 82-44=38, Resulting Numbers: [46, 60, 38] Generated Node #0,0: 44:[46, 60, 38] Operation: 82-44=38 Exploring Operation: 82-60=22, Resulting Numbers: [46, 44, 22] Generated Node #0,1: 44:[46, 44, 22] Operation: 82-60=22 Exploring Operation: 82-46=36...
0.984375
hs_5
sum_heuristic
[ 68, 7, 41, 13 ]
89
[ "68-7=61", "41-13=28", "61+28=89" ]
Current State: 89:[68, 7, 41, 13], Operations: [] Exploring Operation: 68-7=61, Resulting Numbers: [41, 13, 61] Generated Node #2: [41, 13, 61] from Operation: 68-7=61 Current State: 89:[41, 13, 61], Operations: ['68-7=61'] Exploring Operation: 41-13=28, Resulting Numbers: [61, 28] Generated Node #3: [61, 28] from Oper...
4
Current State: 89:[68, 7, 41, 13], Operations: [] Exploring Operation: 7*13=91, Resulting Numbers: [68, 41, 91] Generated Node #0,0: 89:[68, 41, 91] Operation: 7*13=91 Moving to Node #0,0 Current State: 89:[68, 41, 91], Operations: ['7*13=91'] Exploring Operation: 68+41=109, Resulting Numbers: [91, 109] Generated Node ...
0
hs_1
sum_heuristic
[ 9, 60, 9, 16 ]
62
[ "9+60=69", "16-9=7", "69-7=62" ]
Current State: 62:[9, 60, 9, 16], Operations: [] Exploring Operation: 9+60=69, Resulting Numbers: [16, 69] Generated Node #2: [16, 69] from Operation: 9+60=69 Current State: 62:[16, 69], Operations: ['9+60=69'] Exploring Operation: 16-9=7, Resulting Numbers: [69, 7] Generated Node #3: [69, 7] from Operation: 16-9=7 Cur...
4
Current State: 62:[9, 60, 9, 16], Operations: [] Exploring Operation: 16-9=7, Resulting Numbers: [9, 60, 7] Generated Node #0,0: 62:[9, 60, 7] Operation: 16-9=7 Exploring Operation: 9+16=25, Resulting Numbers: [9, 60, 25] Generated Node #0,1: 62:[9, 60, 25] Operation: 9+16=25 Exploring Operation: 9/9=1, Resulting Numbe...
0.984375
hs_5
sum_heuristic
[ 34, 95, 35, 34 ]
35
[ "34-34=0", "95*0=0", "35+0=35" ]
Current State: 35:[34, 95, 35, 34], Operations: [] Exploring Operation: 34-34=0, Resulting Numbers: [95, 35, 0] Generated Node #2: [95, 35, 0] from Operation: 34-34=0 Current State: 35:[95, 35, 0], Operations: ['34-34=0'] Exploring Operation: 95*0=0, Resulting Numbers: [35, 0] Generated Node #3: [35, 0] from Operation:...
4
Current State: 35:[34, 95, 35, 34], Operations: [] Exploring Operation: 95-34=61, Resulting Numbers: [35, 34, 61] Generated Node #0,0: 35:[35, 34, 61] Operation: 95-34=61 Exploring Operation: 95-35=60, Resulting Numbers: [34, 34, 60] Generated Node #0,1: 35:[34, 34, 60] Operation: 95-35=60 Exploring Operation: 95-34=61...
0
hs_3
mult_heuristic
[ 56, 36, 25, 76 ]
12
[ "56+76=132", "36-25=11", "132/11=12" ]
Current State: 12:[56, 36, 25, 76], Operations: [] Exploring Operation: 56+76=132, Resulting Numbers: [36, 25, 132] Generated Node #2: [36, 25, 132] from Operation: 56+76=132 Current State: 12:[36, 25, 132], Operations: ['56+76=132'] Exploring Operation: 36-25=11, Resulting Numbers: [132, 11] Generated Node #3: [132, 1...
4
Current State: 12:[56, 36, 25, 76], Operations: [] Exploring Operation: 76-56=20, Resulting Numbers: [36, 25, 20] Generated Node #0,0: 12:[36, 25, 20] Operation: 76-56=20 Exploring Operation: 56-25=31, Resulting Numbers: [36, 76, 31] Generated Node #0,1: 12:[36, 76, 31] Operation: 56-25=31 Exploring Operation: 76-36=40...
0
hs_4
sum_heuristic
[ 83, 27, 58, 55 ]
59
[ "83-27=56", "58-55=3", "56+3=59" ]
Current State: 59:[83, 27, 58, 55], Operations: [] Exploring Operation: 83-27=56, Resulting Numbers: [58, 55, 56] Generated Node #2: [58, 55, 56] from Operation: 83-27=56 Current State: 59:[58, 55, 56], Operations: ['83-27=56'] Exploring Operation: 58-55=3, Resulting Numbers: [56, 3] Generated Node #3: [56, 3] from Ope...
4
Current State: 59:[83, 27, 58, 55], Operations: [] Exploring Operation: 27+55=82, Resulting Numbers: [83, 58, 82] Generated Node #0,0: 59:[83, 58, 82] Operation: 27+55=82 Exploring Operation: 83-27=56, Resulting Numbers: [58, 55, 56] Generated Node #0,1: 59:[58, 55, 56] Operation: 83-27=56 Start Sub Search at level 1: ...
0.984375
hs_2
mult_heuristic
[ 41, 82, 12, 79 ]
55
[ "82/41=2", "12*2=24", "79-24=55" ]
Current State: 55:[41, 82, 12, 79], Operations: [] Exploring Operation: 82/41=2, Resulting Numbers: [12, 79, 2] Generated Node #2: [12, 79, 2] from Operation: 82/41=2 Current State: 55:[12, 79, 2], Operations: ['82/41=2'] Exploring Operation: 12*2=24, Resulting Numbers: [79, 24] Generated Node #3: [79, 24] from Operati...
4
Current State: 55:[41, 82, 12, 79], Operations: [] Exploring Operation: 82-79=3, Resulting Numbers: [41, 12, 3] Generated Node #0,0: 55:[41, 12, 3] Operation: 82-79=3 Exploring Operation: 82/41=2, Resulting Numbers: [12, 79, 2] Generated Node #0,1: 55:[12, 79, 2] Operation: 82/41=2 Exploring Operation: 79-41=38, Result...
0
hs_4
sum_heuristic
[ 50, 35, 8, 16 ]
77
[ "50+35=85", "16-8=8", "85-8=77" ]
Current State: 77:[50, 35, 8, 16], Operations: [] Exploring Operation: 50+35=85, Resulting Numbers: [8, 16, 85] Generated Node #2: [8, 16, 85] from Operation: 50+35=85 Current State: 77:[8, 16, 85], Operations: ['50+35=85'] Exploring Operation: 16-8=8, Resulting Numbers: [85, 8] Generated Node #3: [85, 8] from Operatio...
4
Current State: 77:[50, 35, 8, 16], Operations: [] Exploring Operation: 50+35=85, Resulting Numbers: [8, 16, 85] Generated Node #0,0: 77:[8, 16, 85] Operation: 50+35=85 Exploring Operation: 50-35=15, Resulting Numbers: [8, 16, 15] Generated Node #0,1: 77:[8, 16, 15] Operation: 50-35=15 Start Sub Search at level 1: Movin...
0.985243
hs_2
mult_heuristic
[ 81, 53, 76, 19 ]
24
[ "81-53=28", "76/19=4", "28-4=24" ]
Current State: 24:[81, 53, 76, 19], Operations: [] Exploring Operation: 81-53=28, Resulting Numbers: [76, 19, 28] Generated Node #2: [76, 19, 28] from Operation: 81-53=28 Current State: 24:[76, 19, 28], Operations: ['81-53=28'] Exploring Operation: 76/19=4, Resulting Numbers: [28, 4] Generated Node #3: [28, 4] from Ope...
4
Current State: 24:[81, 53, 76, 19], Operations: [] Exploring Operation: 81-53=28, Resulting Numbers: [76, 19, 28] Generated Node #0,0: 24:[76, 19, 28] Operation: 81-53=28 Exploring Operation: 76/19=4, Resulting Numbers: [81, 53, 4] Generated Node #0,1: 24:[81, 53, 4] Operation: 76/19=4 Exploring Operation: 81-76=5, Res...
0.976563
hs_4
sum_heuristic
[ 52, 67, 28, 23 ]
67
[ "52-28=24", "24-23=1", "67*1=67" ]
Current State: 67:[52, 67, 28, 23], Operations: [] Exploring Operation: 52-28=24, Resulting Numbers: [67, 23, 24] Generated Node #2: [67, 23, 24] from Operation: 52-28=24 Current State: 67:[67, 23, 24], Operations: ['52-28=24'] Exploring Operation: 24-23=1, Resulting Numbers: [67, 1] Generated Node #3: [67, 1] from Ope...
4
Current State: 67:[52, 67, 28, 23], Operations: [] Exploring Operation: 52+23=75, Resulting Numbers: [67, 28, 75] Generated Node #0,0: 67:[67, 28, 75] Operation: 52+23=75 Exploring Operation: 28+23=51, Resulting Numbers: [52, 67, 51] Generated Node #0,1: 67:[52, 67, 51] Operation: 28+23=51 Exploring Operation: 52+28=80...
0.984375
hs_3
mult_heuristic
[ 23, 33, 12, 80 ]
37
[ "12+80=92", "92/23=4", "33+4=37" ]
Current State: 37:[23, 33, 12, 80], Operations: [] Exploring Operation: 12+80=92, Resulting Numbers: [23, 33, 92] Generated Node #2: [23, 33, 92] from Operation: 12+80=92 Current State: 37:[23, 33, 92], Operations: ['12+80=92'] Exploring Operation: 92/23=4, Resulting Numbers: [33, 4] Generated Node #3: [33, 4] from Ope...
4
Current State: 37:[23, 33, 12, 80], Operations: [] Exploring Operation: 80-23=57, Resulting Numbers: [33, 12, 57] Generated Node #0,0: 37:[33, 12, 57] Operation: 80-23=57 Exploring Operation: 23+12=35, Resulting Numbers: [33, 80, 35] Generated Node #0,1: 37:[33, 80, 35] Operation: 23+12=35 Start Sub Search at level 1: ...
0
hs_2
mult_heuristic
[ 72, 8, 32, 8 ]
88
[ "72-8=64", "32-8=24", "64+24=88" ]
Current State: 88:[72, 8, 32, 8], Operations: [] Exploring Operation: 72-8=64, Resulting Numbers: [32, 64] Generated Node #2: [32, 64] from Operation: 72-8=64 Current State: 88:[32, 64], Operations: ['72-8=64'] Exploring Operation: 32-8=24, Resulting Numbers: [64, 24] Generated Node #3: [64, 24] from Operation: 32-8=24...
4
Current State: 88:[72, 8, 32, 8], Operations: [] Exploring Operation: 72-32=40, Resulting Numbers: [8, 8, 40] Generated Node #0,0: 88:[8, 8, 40] Operation: 72-32=40 Exploring Operation: 72/8=9, Resulting Numbers: [8, 32, 9] Generated Node #0,1: 88:[8, 32, 9] Operation: 72/8=9 Exploring Operation: 72/8=9, Resulting Numb...
0
hs_3
sum_heuristic
[ 70, 30, 45, 88 ]
33
[ "70+30=100", "45+88=133", "133-100=33" ]
Current State: 33:[70, 30, 45, 88], Operations: [] Exploring Operation: 70+30=100, Resulting Numbers: [45, 88, 100] Generated Node #2: [45, 88, 100] from Operation: 70+30=100 Current State: 33:[45, 88, 100], Operations: ['70+30=100'] Exploring Operation: 45+88=133, Resulting Numbers: [100, 133] Generated Node #3: [100,...
4
Current State: 33:[70, 30, 45, 88], Operations: [] Exploring Operation: 88-45=43, Resulting Numbers: [70, 30, 43] Generated Node #0,0: 33:[70, 30, 43] Operation: 88-45=43 Exploring Operation: 88-70=18, Resulting Numbers: [30, 45, 18] Generated Node #0,1: 33:[30, 45, 18] Operation: 88-70=18 Start Sub Search at level 1: ...
0.989583
hs_2
sum_heuristic
[ 25, 62, 67, 7 ]
10
[ "67-62=5", "7*5=35", "35-25=10" ]
Current State: 10:[25, 62, 67, 7], Operations: [] Exploring Operation: 67-62=5, Resulting Numbers: [25, 7, 5] Generated Node #2: [25, 7, 5] from Operation: 67-62=5 Current State: 10:[25, 7, 5], Operations: ['67-62=5'] Exploring Operation: 7*5=35, Resulting Numbers: [25, 35] Generated Node #3: [25, 35] from Operation: 7...
4
Current State: 10:[25, 62, 67, 7], Operations: [] Exploring Operation: 67-62=5, Resulting Numbers: [25, 7, 5] Generated Node #0,0: 10:[25, 7, 5] Operation: 67-62=5 Exploring Operation: 67-25=42, Resulting Numbers: [62, 7, 42] Generated Node #0,1: 10:[62, 7, 42] Operation: 67-25=42 Exploring Operation: 25-7=18, Resultin...
0
hs_4
sum_heuristic
[ 36, 36, 34, 32 ]
50
[ "36-34=2", "36/2=18", "32+18=50" ]
Current State: 50:[36, 36, 34, 32], Operations: [] Exploring Operation: 36-34=2, Resulting Numbers: [32, 2] Generated Node #2: [32, 2] from Operation: 36-34=2 Current State: 50:[32, 2], Operations: ['36-34=2'] Exploring Operation: 36/2=18, Resulting Numbers: [32, 18] Generated Node #3: [32, 18] from Operation: 36/2=18 ...
4
Current State: 50:[36, 36, 34, 32], Operations: [] Exploring Operation: 36/36=1, Resulting Numbers: [34, 32, 1] Generated Node #0,0: 50:[34, 32, 1] Operation: 36/36=1 Exploring Operation: 36-34=2, Resulting Numbers: [36, 32, 2] Generated Node #0,1: 50:[36, 32, 2] Operation: 36-34=2 Exploring Operation: 36-34=2, Resulti...
0.980035
hs_4
mult_heuristic
[ 73, 85, 93, 90 ]
98
[ "90-73=17", "85/17=5", "93+5=98" ]
Current State: 98:[73, 85, 93, 90], Operations: [] Exploring Operation: 90-73=17, Resulting Numbers: [85, 93, 17] Generated Node #2: [85, 93, 17] from Operation: 90-73=17 Current State: 98:[85, 93, 17], Operations: ['90-73=17'] Exploring Operation: 85/17=5, Resulting Numbers: [93, 5] Generated Node #3: [93, 5] from Ope...
4
Current State: 98:[73, 85, 93, 90], Operations: [] Exploring Operation: 90-73=17, Resulting Numbers: [85, 93, 17] Generated Node #0,0: 98:[85, 93, 17] Operation: 90-73=17 Exploring Operation: 85-73=12, Resulting Numbers: [93, 90, 12] Generated Node #0,1: 98:[93, 90, 12] Operation: 85-73=12 Moving to Node #0,1 Current S...
0.988715
hs_2
mult_heuristic
[ 83, 22, 48, 16 ]
58
[ "83-22=61", "48/16=3", "61-3=58" ]
Current State: 58:[83, 22, 48, 16], Operations: [] Exploring Operation: 83-22=61, Resulting Numbers: [48, 16, 61] Generated Node #2: [48, 16, 61] from Operation: 83-22=61 Current State: 58:[48, 16, 61], Operations: ['83-22=61'] Exploring Operation: 48/16=3, Resulting Numbers: [61, 3] Generated Node #3: [61, 3] from Ope...
4
Current State: 58:[83, 22, 48, 16], Operations: [] Exploring Operation: 83-22=61, Resulting Numbers: [48, 16, 61] Generated Node #0,0: 58:[48, 16, 61] Operation: 83-22=61 Exploring Operation: 83-48=35, Resulting Numbers: [22, 16, 35] Generated Node #0,1: 58:[22, 16, 35] Operation: 83-48=35 Exploring Operation: 83-16=67...
0.989583
hs_3
mult_heuristic
[ 91, 13, 4, 24 ]
68
[ "91/13=7", "24-7=17", "4*17=68" ]
Current State: 68:[91, 13, 4, 24], Operations: [] Exploring Operation: 91/13=7, Resulting Numbers: [4, 24, 7] Generated Node #2: [4, 24, 7] from Operation: 91/13=7 Current State: 68:[4, 24, 7], Operations: ['91/13=7'] Exploring Operation: 24-7=17, Resulting Numbers: [4, 17] Generated Node #3: [4, 17] from Operation: 24...
4
Current State: 68:[91, 13, 4, 24], Operations: [] Exploring Operation: 13+24=37, Resulting Numbers: [91, 4, 37] Generated Node #0,0: 68:[91, 4, 37] Operation: 13+24=37 Exploring Operation: 24-13=11, Resulting Numbers: [91, 4, 11] Generated Node #0,1: 68:[91, 4, 11] Operation: 24-13=11 Exploring Operation: 91-13=78, Res...
0.96875
hs_5
mult_heuristic
[ 3, 88, 15, 44 ]
32
[ "3+88=91", "15+44=59", "91-59=32" ]
Current State: 32:[3, 88, 15, 44], Operations: [] Exploring Operation: 3+88=91, Resulting Numbers: [15, 44, 91] Generated Node #2: [15, 44, 91] from Operation: 3+88=91 Current State: 32:[15, 44, 91], Operations: ['3+88=91'] Exploring Operation: 15+44=59, Resulting Numbers: [91, 59] Generated Node #3: [91, 59] from Oper...
4
Current State: 32:[3, 88, 15, 44], Operations: [] Exploring Operation: 88-15=73, Resulting Numbers: [3, 44, 73] Generated Node #0,0: 32:[3, 44, 73] Operation: 88-15=73 Exploring Operation: 88/44=2, Resulting Numbers: [3, 15, 2] Generated Node #0,1: 32:[3, 15, 2] Operation: 88/44=2 Exploring Operation: 88-44=44, Resulti...
0.986111
hs_3
mult_heuristic
[ 58, 8, 89, 4 ]
19
[ "58+8=66", "89-4=85", "85-66=19" ]
Current State: 19:[58, 8, 89, 4], Operations: [] Exploring Operation: 58+8=66, Resulting Numbers: [89, 4, 66] Generated Node #2: [89, 4, 66] from Operation: 58+8=66 Current State: 19:[89, 4, 66], Operations: ['58+8=66'] Exploring Operation: 89-4=85, Resulting Numbers: [66, 85] Generated Node #3: [66, 85] from Operation...
4
Current State: 19:[58, 8, 89, 4], Operations: [] Exploring Operation: 89-58=31, Resulting Numbers: [8, 4, 31] Generated Node #0,0: 19:[8, 4, 31] Operation: 89-58=31 Exploring Operation: 8+4=12, Resulting Numbers: [58, 89, 12] Generated Node #0,1: 19:[58, 89, 12] Operation: 8+4=12 Exploring Operation: 89-8=81, Resulting...
0.985243
hs_5
sum_heuristic
[ 20, 23, 2, 81 ]
49
[ "81-23=58", "58/2=29", "20+29=49" ]
Current State: 49:[20, 23, 2, 81], Operations: [] Exploring Operation: 81-23=58, Resulting Numbers: [20, 2, 58] Generated Node #2: [20, 2, 58] from Operation: 81-23=58 Current State: 49:[20, 2, 58], Operations: ['81-23=58'] Exploring Operation: 58/2=29, Resulting Numbers: [20, 29] Generated Node #3: [20, 29] from Opera...
4
Current State: 49:[20, 23, 2, 81], Operations: [] Exploring Operation: 81-20=61, Resulting Numbers: [23, 2, 61] Generated Node #0,0: 49:[23, 2, 61] Operation: 81-20=61 Exploring Operation: 81-23=58, Resulting Numbers: [20, 2, 58] Generated Node #0,1: 49:[20, 2, 58] Operation: 81-23=58 Start Sub Search at level 1: Movin...
0
hs_2
sum_heuristic
[ 31, 1, 26, 86 ]
29
[ "31*1=31", "86-26=60", "60-31=29" ]
Current State: 29:[31, 1, 26, 86], Operations: [] Exploring Operation: 31*1=31, Resulting Numbers: [26, 86, 31] Generated Node #2: [26, 86, 31] from Operation: 31*1=31 Current State: 29:[26, 86, 31], Operations: ['31*1=31'] Exploring Operation: 86-26=60, Resulting Numbers: [31, 60] Generated Node #3: [31, 60] from Oper...
4
Current State: 29:[31, 1, 26, 86], Operations: [] Exploring Operation: 86-31=55, Resulting Numbers: [1, 26, 55] Generated Node #0,0: 29:[1, 26, 55] Operation: 86-31=55 Start Sub Search at level 1: Moving to Node #0,0 Current State: 29:[1, 26, 55], Operations: ['86-31=55'] Exploring Operation: 1+26=27, Resulting Numbers...
0
hs_1
sum_heuristic
[ 72, 50, 36, 47 ]
11
[ "72-50=22", "47-36=11", "22-11=11" ]
Current State: 11:[72, 50, 36, 47], Operations: [] Exploring Operation: 72-50=22, Resulting Numbers: [36, 47, 22] Generated Node #2: [36, 47, 22] from Operation: 72-50=22 Current State: 11:[36, 47, 22], Operations: ['72-50=22'] Exploring Operation: 47-36=11, Resulting Numbers: [22, 11] Generated Node #3: [22, 11] from ...
4
Current State: 11:[72, 50, 36, 47], Operations: [] Exploring Operation: 72/36=2, Resulting Numbers: [50, 47, 2] Generated Node #0,0: 11:[50, 47, 2] Operation: 72/36=2 Exploring Operation: 72-47=25, Resulting Numbers: [50, 36, 25] Generated Node #0,1: 11:[50, 36, 25] Operation: 72-47=25 Exploring Operation: 72-50=22, Re...
0.988715
hs_3
sum_heuristic
[ 76, 78, 54, 73 ]
60
[ "76-73=3", "54/3=18", "78-18=60" ]
Current State: 60:[76, 78, 54, 73], Operations: [] Exploring Operation: 76-73=3, Resulting Numbers: [78, 54, 3] Generated Node #2: [78, 54, 3] from Operation: 76-73=3 Current State: 60:[78, 54, 3], Operations: ['76-73=3'] Exploring Operation: 54/3=18, Resulting Numbers: [78, 18] Generated Node #3: [78, 18] from Operati...
4
Current State: 60:[76, 78, 54, 73], Operations: [] Exploring Operation: 78-76=2, Resulting Numbers: [54, 73, 2] Generated Node #0,0: 60:[54, 73, 2] Operation: 78-76=2 Exploring Operation: 76-73=3, Resulting Numbers: [78, 54, 3] Generated Node #0,1: 60:[78, 54, 3] Operation: 76-73=3 Exploring Operation: 78-73=5, Resulti...
0.96441
hs_3
mult_heuristic
[ 49, 47, 74, 50 ]
62
[ "49-47=2", "74+50=124", "124/2=62" ]
Current State: 62:[49, 47, 74, 50], Operations: [] Exploring Operation: 49-47=2, Resulting Numbers: [74, 50, 2] Generated Node #2: [74, 50, 2] from Operation: 49-47=2 Current State: 62:[74, 50, 2], Operations: ['49-47=2'] Exploring Operation: 74+50=124, Resulting Numbers: [2, 124] Generated Node #3: [2, 124] from Opera...
4
Current State: 62:[49, 47, 74, 50], Operations: [] Exploring Operation: 50-47=3, Resulting Numbers: [49, 74, 3] Generated Node #0,0: 62:[49, 74, 3] Operation: 50-47=3 Exploring Operation: 49-47=2, Resulting Numbers: [74, 50, 2] Generated Node #0,1: 62:[74, 50, 2] Operation: 49-47=2 Moving to Node #0,1 Current State: 62...
0
hs_2
sum_heuristic
[ 88, 8, 97, 81 ]
41
[ "88-81=7", "8*7=56", "97-56=41" ]
Current State: 41:[88, 8, 97, 81], Operations: [] Exploring Operation: 88-81=7, Resulting Numbers: [8, 97, 7] Generated Node #2: [8, 97, 7] from Operation: 88-81=7 Current State: 41:[8, 97, 7], Operations: ['88-81=7'] Exploring Operation: 8*7=56, Resulting Numbers: [97, 56] Generated Node #3: [97, 56] from Operation: 8...
4
Current State: 41:[88, 8, 97, 81], Operations: [] Exploring Operation: 88/8=11, Resulting Numbers: [97, 81, 11] Generated Node #0,0: 41:[97, 81, 11] Operation: 88/8=11 Exploring Operation: 97-88=9, Resulting Numbers: [8, 81, 9] Generated Node #0,1: 41:[8, 81, 9] Operation: 97-88=9 Exploring Operation: 88-8=80, Resultin...
0.961806
hs_5
sum_heuristic
[ 32, 84, 74, 39 ]
37
[ "74-32=42", "84/42=2", "39-2=37" ]
Current State: 37:[32, 84, 74, 39], Operations: [] Exploring Operation: 74-32=42, Resulting Numbers: [84, 39, 42] Generated Node #2: [84, 39, 42] from Operation: 74-32=42 Current State: 37:[84, 39, 42], Operations: ['74-32=42'] Exploring Operation: 84/42=2, Resulting Numbers: [39, 2] Generated Node #3: [39, 2] from Ope...
4
Current State: 37:[32, 84, 74, 39], Operations: [] Exploring Operation: 84-74=10, Resulting Numbers: [32, 39, 10] Generated Node #0,0: 37:[32, 39, 10] Operation: 84-74=10 Exploring Operation: 84-39=45, Resulting Numbers: [32, 74, 45] Generated Node #0,1: 37:[32, 74, 45] Operation: 84-39=45 Exploring Operation: 84-32=52...
0
hs_3
mult_heuristic
[ 10, 19, 40, 23 ]
99
[ "40/10=4", "19*4=76", "23+76=99" ]
Current State: 99:[10, 19, 40, 23], Operations: [] Exploring Operation: 40/10=4, Resulting Numbers: [19, 23, 4] Generated Node #2: [19, 23, 4] from Operation: 40/10=4 Current State: 99:[19, 23, 4], Operations: ['40/10=4'] Exploring Operation: 19*4=76, Resulting Numbers: [23, 76] Generated Node #3: [23, 76] from Operati...
4
Current State: 99:[10, 19, 40, 23], Operations: [] Exploring Operation: 23-19=4, Resulting Numbers: [10, 40, 4] Generated Node #0,0: 99:[10, 40, 4] Operation: 23-19=4 Moving to Node #0,0 Current State: 99:[10, 40, 4], Operations: ['23-19=4'] Exploring Operation: 40/10=4, Resulting Numbers: [4, 4] Generated Node #0,0,0:...
0
hs_1
sum_heuristic
[ 92, 8, 98, 2 ]
70
[ "92-8=84", "2*84=168", "168-98=70" ]
Current State: 70:[92, 8, 98, 2], Operations: [] Exploring Operation: 92-8=84, Resulting Numbers: [98, 2, 84] Generated Node #2: [98, 2, 84] from Operation: 92-8=84 Current State: 70:[98, 2, 84], Operations: ['92-8=84'] Exploring Operation: 2*84=168, Resulting Numbers: [98, 168] Generated Node #3: [98, 168] from Operat...
4
Current State: 70:[92, 8, 98, 2], Operations: [] Exploring Operation: 98-8=90, Resulting Numbers: [92, 2, 90] Generated Node #0,0: 70:[92, 2, 90] Operation: 98-8=90 Exploring Operation: 98/2=49, Resulting Numbers: [92, 8, 49] Generated Node #0,1: 70:[92, 8, 49] Operation: 98/2=49 Exploring Operation: 98-92=6, Resulting...
0
hs_5
sum_heuristic
[ 89, 24, 34, 91 ]
82
[ "91-89=2", "24*2=48", "34+48=82" ]
Current State: 82:[89, 24, 34, 91], Operations: [] Exploring Operation: 91-89=2, Resulting Numbers: [24, 34, 2] Generated Node #2: [24, 34, 2] from Operation: 91-89=2 Current State: 82:[24, 34, 2], Operations: ['91-89=2'] Exploring Operation: 24*2=48, Resulting Numbers: [34, 48] Generated Node #3: [34, 48] from Operati...
4
Current State: 82:[89, 24, 34, 91], Operations: [] Exploring Operation: 24+34=58, Resulting Numbers: [89, 91, 58] Generated Node #0,0: 82:[89, 91, 58] Operation: 24+34=58 Exploring Operation: 91-89=2, Resulting Numbers: [24, 34, 2] Generated Node #0,1: 82:[24, 34, 2] Operation: 91-89=2 Exploring Operation: 34-24=10, Re...
0.983507
hs_5
sum_heuristic
[ 52, 54, 18, 24 ]
20
[ "54/18=3", "24*3=72", "72-52=20" ]
Current State: 20:[52, 54, 18, 24], Operations: [] Exploring Operation: 54/18=3, Resulting Numbers: [52, 24, 3] Generated Node #2: [52, 24, 3] from Operation: 54/18=3 Current State: 20:[52, 24, 3], Operations: ['54/18=3'] Exploring Operation: 24*3=72, Resulting Numbers: [52, 72] Generated Node #3: [52, 72] from Operati...
4
Current State: 20:[52, 54, 18, 24], Operations: [] Exploring Operation: 54/18=3, Resulting Numbers: [52, 24, 3] Generated Node #0,0: 20:[52, 24, 3] Operation: 54/18=3 Exploring Operation: 52-24=28, Resulting Numbers: [54, 18, 28] Generated Node #0,1: 20:[54, 18, 28] Operation: 52-24=28 Exploring Operation: 54-52=2, Res...
0
hs_3
sum_heuristic
[ 9, 63, 97, 5 ]
40
[ "9-5=4", "63+97=160", "160/4=40" ]
Current State: 40:[9, 63, 97, 5], Operations: [] Exploring Operation: 9-5=4, Resulting Numbers: [63, 97, 4] Generated Node #2: [63, 97, 4] from Operation: 9-5=4 Current State: 40:[63, 97, 4], Operations: ['9-5=4'] Exploring Operation: 63+97=160, Resulting Numbers: [4, 160] Generated Node #3: [4, 160] from Operation: 63...
4
Current State: 40:[9, 63, 97, 5], Operations: [] Exploring Operation: 97-63=34, Resulting Numbers: [9, 5, 34] Generated Node #0,0: 40:[9, 5, 34] Operation: 97-63=34 Exploring Operation: 63/9=7, Resulting Numbers: [97, 5, 7] Generated Node #0,1: 40:[97, 5, 7] Operation: 63/9=7 Exploring Operation: 63-9=54, Resulting Num...
0
hs_4
mult_heuristic
[ 14, 44, 89, 2 ]
27
[ "14+44=58", "2*58=116", "116-89=27" ]
Current State: 27:[14, 44, 89, 2], Operations: [] Exploring Operation: 14+44=58, Resulting Numbers: [89, 2, 58] Generated Node #2: [89, 2, 58] from Operation: 14+44=58 Current State: 27:[89, 2, 58], Operations: ['14+44=58'] Exploring Operation: 2*58=116, Resulting Numbers: [89, 116] Generated Node #3: [89, 116] from Op...
4
Current State: 27:[14, 44, 89, 2], Operations: [] Exploring Operation: 89-44=45, Resulting Numbers: [14, 2, 45] Generated Node #0,0: 27:[14, 2, 45] Operation: 89-44=45 Exploring Operation: 44-14=30, Resulting Numbers: [89, 2, 30] Generated Node #0,1: 27:[89, 2, 30] Operation: 44-14=30 Moving to Node #0,0 Current State:...
0
hs_2
sum_heuristic
[ 1, 43, 91, 73 ]
62
[ "1+43=44", "91-73=18", "44+18=62" ]
Current State: 62:[1, 43, 91, 73], Operations: [] Exploring Operation: 1+43=44, Resulting Numbers: [91, 73, 44] Generated Node #2: [91, 73, 44] from Operation: 1+43=44 Current State: 62:[91, 73, 44], Operations: ['1+43=44'] Exploring Operation: 91-73=18, Resulting Numbers: [44, 18] Generated Node #3: [44, 18] from Oper...
4
Current State: 62:[1, 43, 91, 73], Operations: [] Exploring Operation: 91-73=18, Resulting Numbers: [1, 43, 18] Generated Node #0,0: 62:[1, 43, 18] Operation: 91-73=18 Exploring Operation: 43-1=42, Resulting Numbers: [91, 73, 42] Generated Node #0,1: 62:[91, 73, 42] Operation: 43-1=42 Exploring Operation: 73-43=30, Res...
0.986979
hs_5
sum_heuristic
[ 31, 60, 3, 48 ]
27
[ "60-48=12", "12/3=4", "31-4=27" ]
Current State: 27:[31, 60, 3, 48], Operations: [] Exploring Operation: 60-48=12, Resulting Numbers: [31, 3, 12] Generated Node #2: [31, 3, 12] from Operation: 60-48=12 Current State: 27:[31, 3, 12], Operations: ['60-48=12'] Exploring Operation: 12/3=4, Resulting Numbers: [31, 4] Generated Node #3: [31, 4] from Operatio...
4
Current State: 27:[31, 60, 3, 48], Operations: [] Exploring Operation: 60-48=12, Resulting Numbers: [31, 3, 12] Generated Node #0,0: 27:[31, 3, 12] Operation: 60-48=12 Moving to Node #0,0 Current State: 27:[31, 3, 12], Operations: ['60-48=12'] Exploring Operation: 31-3=28, Resulting Numbers: [12, 28] Generated Node #0,...
0
hs_1
mult_heuristic
[ 48, 47, 12, 29 ]
14
[ "48/12=4", "47-29=18", "18-4=14" ]
Current State: 14:[48, 47, 12, 29], Operations: [] Exploring Operation: 48/12=4, Resulting Numbers: [47, 29, 4] Generated Node #2: [47, 29, 4] from Operation: 48/12=4 Current State: 14:[47, 29, 4], Operations: ['48/12=4'] Exploring Operation: 47-29=18, Resulting Numbers: [4, 18] Generated Node #3: [4, 18] from Operatio...
4
Current State: 14:[48, 47, 12, 29], Operations: [] Exploring Operation: 48-47=1, Resulting Numbers: [12, 29, 1] Generated Node #0,0: 14:[12, 29, 1] Operation: 48-47=1 Exploring Operation: 48-29=19, Resulting Numbers: [47, 12, 19] Generated Node #0,1: 14:[47, 12, 19] Operation: 48-29=19 Start Sub Search at level 1: Movi...
0
hs_2
sum_heuristic
[ 82, 4, 10, 5 ]
22
[ "10+5=15", "4*15=60", "82-60=22" ]
Current State: 22:[82, 4, 10, 5], Operations: [] Exploring Operation: 10+5=15, Resulting Numbers: [82, 4, 15] Generated Node #2: [82, 4, 15] from Operation: 10+5=15 Current State: 22:[82, 4, 15], Operations: ['10+5=15'] Exploring Operation: 4*15=60, Resulting Numbers: [82, 60] Generated Node #3: [82, 60] from Operation...
4
Current State: 22:[82, 4, 10, 5], Operations: [] Exploring Operation: 82-5=77, Resulting Numbers: [4, 10, 77] Generated Node #0,0: 22:[4, 10, 77] Operation: 82-5=77 Exploring Operation: 82-10=72, Resulting Numbers: [4, 5, 72] Generated Node #0,1: 22:[4, 5, 72] Operation: 82-10=72 Exploring Operation: 82-4=78, Resulting...
0
hs_3
mult_heuristic
[ 52, 88, 40, 65 ]
61
[ "88-52=36", "65-40=25", "36+25=61" ]
Current State: 61:[52, 88, 40, 65], Operations: [] Exploring Operation: 88-52=36, Resulting Numbers: [40, 65, 36] Generated Node #2: [40, 65, 36] from Operation: 88-52=36 Current State: 61:[40, 65, 36], Operations: ['88-52=36'] Exploring Operation: 65-40=25, Resulting Numbers: [36, 25] Generated Node #3: [36, 25] from ...
4
Current State: 61:[52, 88, 40, 65], Operations: [] Exploring Operation: 88-40=48, Resulting Numbers: [52, 65, 48] Generated Node #0,0: 61:[52, 65, 48] Operation: 88-40=48 Moving to Node #0,0 Current State: 61:[52, 65, 48], Operations: ['88-40=48'] Exploring Operation: 52+48=100, Resulting Numbers: [65, 100] Generated N...
0
hs_1
sum_heuristic
[ 19, 19, 79, 57 ]
21
[ "19/19=1", "79-57=22", "22-1=21" ]
Current State: 21:[19, 19, 79, 57], Operations: [] Exploring Operation: 19/19=1, Resulting Numbers: [79, 57, 1] Generated Node #2: [79, 57, 1] from Operation: 19/19=1 Current State: 21:[79, 57, 1], Operations: ['19/19=1'] Exploring Operation: 79-57=22, Resulting Numbers: [1, 22] Generated Node #3: [1, 22] from Operatio...
4
Current State: 21:[19, 19, 79, 57], Operations: [] Exploring Operation: 79-19=60, Resulting Numbers: [19, 57, 60] Generated Node #0,0: 21:[19, 57, 60] Operation: 79-19=60 Exploring Operation: 79-57=22, Resulting Numbers: [19, 19, 22] Generated Node #0,1: 21:[19, 19, 22] Operation: 79-57=22 Exploring Operation: 57/19=3,...
0.980903
hs_4
mult_heuristic
[ 20, 2, 30, 29 ]
19
[ "20*2=40", "30+29=59", "59-40=19" ]
Current State: 19:[20, 2, 30, 29], Operations: [] Exploring Operation: 20*2=40, Resulting Numbers: [30, 29, 40] Generated Node #2: [30, 29, 40] from Operation: 20*2=40 Current State: 19:[30, 29, 40], Operations: ['20*2=40'] Exploring Operation: 30+29=59, Resulting Numbers: [40, 59] Generated Node #3: [40, 59] from Oper...
4
Current State: 19:[20, 2, 30, 29], Operations: [] Exploring Operation: 29-2=27, Resulting Numbers: [20, 30, 27] Generated Node #0,0: 19:[20, 30, 27] Operation: 29-2=27 Exploring Operation: 30/2=15, Resulting Numbers: [20, 29, 15] Generated Node #0,1: 19:[20, 29, 15] Operation: 30/2=15 Exploring Operation: 20+2=22, Resu...
0.951389
hs_5
sum_heuristic