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 |
|---|---|---|---|---|---|---|---|---|
[
7,
24,
4,
51
] | 89 | [
"24-4=20",
"7*20=140",
"140-51=89"
] | Current State: 89:[7, 24, 4, 51], Operations: []
Exploring Operation: 24-4=20, Resulting Numbers: [7, 51, 20]
Generated Node #2: [7, 51, 20] from Operation: 24-4=20
Current State: 89:[7, 51, 20], Operations: ['24-4=20']
Exploring Operation: 7*20=140, Resulting Numbers: [51, 140]
Generated Node #3: [51, 140] from Operat... | 4 | Current State: 89:[7, 24, 4, 51], Operations: []
Exploring Operation: 7*4=28, Resulting Numbers: [24, 51, 28]
Generated Node #0,0: 89:[24, 51, 28] Operation: 7*4=28
Exploring Operation: 24*4=96, Resulting Numbers: [7, 51, 96]
Generated Node #0,1: 89:[7, 51, 96] Operation: 24*4=96
Moving to Node #0,1
Current State: 89:[... | 0 | hs_2 | mult_heuristic |
[
20,
27,
32,
6
] | 50 | [
"32-27=5",
"6*5=30",
"20+30=50"
] | Current State: 50:[20, 27, 32, 6], Operations: []
Exploring Operation: 32-27=5, Resulting Numbers: [20, 6, 5]
Generated Node #2: [20, 6, 5] from Operation: 32-27=5
Current State: 50:[20, 6, 5], Operations: ['32-27=5']
Exploring Operation: 6*5=30, Resulting Numbers: [20, 30]
Generated Node #3: [20, 30] from Operation: 6... | 4 | Current State: 50:[20, 27, 32, 6], Operations: []
Exploring Operation: 32-20=12, Resulting Numbers: [27, 6, 12]
Generated Node #0,0: 50:[27, 6, 12] Operation: 32-20=12
Exploring Operation: 20+32=52, Resulting Numbers: [27, 6, 52]
Generated Node #0,1: 50:[27, 6, 52] Operation: 20+32=52
Exploring Operation: 32-27=5, Resu... | 0 | hs_3 | mult_heuristic |
[
19,
16,
85,
11
] | 52 | [
"19-16=3",
"11*3=33",
"85-33=52"
] | Current State: 52:[19, 16, 85, 11], Operations: []
Exploring Operation: 19-16=3, Resulting Numbers: [85, 11, 3]
Generated Node #2: [85, 11, 3] from Operation: 19-16=3
Current State: 52:[85, 11, 3], Operations: ['19-16=3']
Exploring Operation: 11*3=33, Resulting Numbers: [85, 33]
Generated Node #3: [85, 33] from Operati... | 4 | Current State: 52:[19, 16, 85, 11], Operations: []
Exploring Operation: 85-19=66, Resulting Numbers: [16, 11, 66]
Generated Node #0,0: 52:[16, 11, 66] Operation: 85-19=66
Exploring Operation: 85-11=74, Resulting Numbers: [19, 16, 74]
Generated Node #0,1: 52:[19, 16, 74] Operation: 85-11=74
Exploring Operation: 19+11=30... | 0 | hs_5 | mult_heuristic |
[
8,
49,
98,
49
] | 98 | [
"49-49=0",
"8*0=0",
"98+0=98"
] | Current State: 98:[8, 49, 98, 49], Operations: []
Exploring Operation: 49-49=0, Resulting Numbers: [8, 98, 0]
Generated Node #2: [8, 98, 0] from Operation: 49-49=0
Current State: 98:[8, 98, 0], Operations: ['49-49=0']
Exploring Operation: 8*0=0, Resulting Numbers: [98, 0]
Generated Node #3: [98, 0] from Operation: 8*0=... | 4 | Current State: 98:[8, 49, 98, 49], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [8, 49, 2]
Generated Node #0,0: 98:[8, 49, 2] Operation: 98/49=2
Exploring Operation: 98/49=2, Resulting Numbers: [8, 49, 2]
Generated Node #0,1: 98:[8, 49, 2] Operation: 98/49=2
Exploring Operation: 98-49=49, Resulting N... | 0 | hs_5 | mult_heuristic |
[
13,
72,
65,
25
] | 84 | [
"25-13=12",
"72-65=7",
"12*7=84"
] | Current State: 84:[13, 72, 65, 25], Operations: []
Exploring Operation: 25-13=12, Resulting Numbers: [72, 65, 12]
Generated Node #2: [72, 65, 12] from Operation: 25-13=12
Current State: 84:[72, 65, 12], Operations: ['25-13=12']
Exploring Operation: 72-65=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Ope... | 4 | Current State: 84:[13, 72, 65, 25], Operations: []
Exploring Operation: 72-65=7, Resulting Numbers: [13, 25, 7]
Generated Node #0,0: 84:[13, 25, 7] Operation: 72-65=7
Exploring Operation: 65/13=5, Resulting Numbers: [72, 25, 5]
Generated Node #0,1: 84:[72, 25, 5] Operation: 65/13=5
Exploring Operation: 65-25=40, Result... | 0.988715 | hs_3 | mult_heuristic |
[
87,
70,
24,
58
] | 99 | [
"87-70=17",
"24+58=82",
"17+82=99"
] | Current State: 99:[87, 70, 24, 58], Operations: []
Exploring Operation: 87-70=17, Resulting Numbers: [24, 58, 17]
Generated Node #2: [24, 58, 17] from Operation: 87-70=17
Current State: 99:[24, 58, 17], Operations: ['87-70=17']
Exploring Operation: 24+58=82, Resulting Numbers: [17, 82]
Generated Node #3: [17, 82] from ... | 4 | Current State: 99:[87, 70, 24, 58], Operations: []
Exploring Operation: 87-70=17, Resulting Numbers: [24, 58, 17]
Generated Node #0,0: 99:[24, 58, 17] Operation: 87-70=17
Exploring Operation: 70-58=12, Resulting Numbers: [87, 24, 12]
Generated Node #0,1: 99:[87, 24, 12] Operation: 70-58=12
Exploring Operation: 87-58=29... | 0.987847 | hs_3 | sum_heuristic |
[
48,
76,
82,
44
] | 96 | [
"48*76=3648",
"82-44=38",
"3648/38=96"
] | Current State: 96:[48, 76, 82, 44], Operations: []
Exploring Operation: 48*76=3648, Resulting Numbers: [82, 44, 3648]
Generated Node #2: [82, 44, 3648] from Operation: 48*76=3648
Current State: 96:[82, 44, 3648], Operations: ['48*76=3648']
Exploring Operation: 82-44=38, Resulting Numbers: [3648, 38]
Generated Node #3: ... | 4 | Current State: 96:[48, 76, 82, 44], Operations: []
Exploring Operation: 76-48=28, Resulting Numbers: [82, 44, 28]
Generated Node #0,0: 96:[82, 44, 28] Operation: 76-48=28
Exploring Operation: 82-48=34, Resulting Numbers: [76, 44, 34]
Generated Node #0,1: 96:[76, 44, 34] Operation: 82-48=34
Exploring Operation: 82-44=38... | 0.953993 | hs_5 | mult_heuristic |
[
81,
95,
70,
22
] | 97 | [
"81-70=11",
"22/11=2",
"95+2=97"
] | Current State: 97:[81, 95, 70, 22], Operations: []
Exploring Operation: 81-70=11, Resulting Numbers: [95, 22, 11]
Generated Node #2: [95, 22, 11] from Operation: 81-70=11
Current State: 97:[95, 22, 11], Operations: ['81-70=11']
Exploring Operation: 22/11=2, Resulting Numbers: [95, 2]
Generated Node #3: [95, 2] from Ope... | 4 | Current State: 97:[81, 95, 70, 22], Operations: []
Exploring Operation: 81+22=103, Resulting Numbers: [95, 70, 103]
Generated Node #0,0: 97:[95, 70, 103] Operation: 81+22=103
Exploring Operation: 70+22=92, Resulting Numbers: [81, 95, 92]
Generated Node #0,1: 97:[81, 95, 92] Operation: 70+22=92
Moving to Node #0,1
Curre... | 0 | hs_2 | mult_heuristic |
[
60,
47,
76,
70
] | 37 | [
"76-70=6",
"60/6=10",
"47-10=37"
] | Current State: 37:[60, 47, 76, 70], Operations: []
Exploring Operation: 76-70=6, Resulting Numbers: [60, 47, 6]
Generated Node #2: [60, 47, 6] from Operation: 76-70=6
Current State: 37:[60, 47, 6], Operations: ['76-70=6']
Exploring Operation: 60/6=10, Resulting Numbers: [47, 10]
Generated Node #3: [47, 10] from Operati... | 4 | Current State: 37:[60, 47, 76, 70], Operations: []
Exploring Operation: 76-60=16, Resulting Numbers: [47, 70, 16]
Generated Node #0,0: 37:[47, 70, 16] Operation: 76-60=16
Exploring Operation: 76-70=6, Resulting Numbers: [60, 47, 6]
Generated Node #0,1: 37:[60, 47, 6] Operation: 76-70=6
Exploring Operation: 76-47=29, Re... | 0.97309 | hs_3 | sum_heuristic |
[
89,
41,
84,
50
] | 51 | [
"89-84=5",
"50/5=10",
"41+10=51"
] | Current State: 51:[89, 41, 84, 50], Operations: []
Exploring Operation: 89-84=5, Resulting Numbers: [41, 50, 5]
Generated Node #2: [41, 50, 5] from Operation: 89-84=5
Current State: 51:[41, 50, 5], Operations: ['89-84=5']
Exploring Operation: 50/5=10, Resulting Numbers: [41, 10]
Generated Node #3: [41, 10] from Operati... | 4 | Current State: 51:[89, 41, 84, 50], Operations: []
Exploring Operation: 89-84=5, Resulting Numbers: [41, 50, 5]
Generated Node #0,0: 51:[41, 50, 5] Operation: 89-84=5
Exploring Operation: 84-50=34, Resulting Numbers: [89, 41, 34]
Generated Node #0,1: 51:[89, 41, 34] Operation: 84-50=34
Exploring Operation: 89-50=39, Re... | 0 | hs_5 | mult_heuristic |
[
34,
51,
27,
29
] | 17 | [
"29-27=2",
"34*2=68",
"68-51=17"
] | Current State: 17:[34, 51, 27, 29], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [34, 51, 2]
Generated Node #2: [34, 51, 2] from Operation: 29-27=2
Current State: 17:[34, 51, 2], Operations: ['29-27=2']
Exploring Operation: 34*2=68, Resulting Numbers: [51, 68]
Generated Node #3: [51, 68] from Operati... | 4 | Current State: 17:[34, 51, 27, 29], Operations: []
Exploring Operation: 51-29=22, Resulting Numbers: [34, 27, 22]
Generated Node #0,0: 17:[34, 27, 22] Operation: 51-29=22
Exploring Operation: 51-27=24, Resulting Numbers: [34, 29, 24]
Generated Node #0,1: 17:[34, 29, 24] Operation: 51-27=24
Exploring Operation: 51-34=17... | 0 | hs_3 | mult_heuristic |
[
17,
71,
86,
93
] | 47 | [
"71-17=54",
"93-86=7",
"54-7=47"
] | Current State: 47:[17, 71, 86, 93], Operations: []
Exploring Operation: 71-17=54, Resulting Numbers: [86, 93, 54]
Generated Node #2: [86, 93, 54] from Operation: 71-17=54
Current State: 47:[86, 93, 54], Operations: ['71-17=54']
Exploring Operation: 93-86=7, Resulting Numbers: [54, 7]
Generated Node #3: [54, 7] from Ope... | 4 | Current State: 47:[17, 71, 86, 93], Operations: []
Exploring Operation: 86-17=69, Resulting Numbers: [71, 93, 69]
Generated Node #0,0: 47:[71, 93, 69] Operation: 86-17=69
Exploring Operation: 93-71=22, Resulting Numbers: [17, 86, 22]
Generated Node #0,1: 47:[17, 86, 22] Operation: 93-71=22
Exploring Operation: 71-17=54... | 0.966146 | hs_4 | sum_heuristic |
[
99,
33,
53,
47
] | 99 | [
"53-47=6",
"33*6=198",
"198-99=99"
] | Current State: 99:[99, 33, 53, 47], Operations: []
Exploring Operation: 53-47=6, Resulting Numbers: [99, 33, 6]
Generated Node #2: [99, 33, 6] from Operation: 53-47=6
Current State: 99:[99, 33, 6], Operations: ['53-47=6']
Exploring Operation: 33*6=198, Resulting Numbers: [99, 198]
Generated Node #3: [99, 198] from Oper... | 4 | Current State: 99:[99, 33, 53, 47], Operations: []
Exploring Operation: 53+47=100, Resulting Numbers: [99, 33, 100]
Generated Node #0,0: 99:[99, 33, 100] Operation: 53+47=100
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[99, 33, 100], Operations: ['53+47=100']
Exploring Operation: 99/33=3, Resulti... | 0 | hs_1 | mult_heuristic |
[
7,
14,
15,
10
] | 52 | [
"7*14=98",
"15*10=150",
"150-98=52"
] | Current State: 52:[7, 14, 15, 10], Operations: []
Exploring Operation: 7*14=98, Resulting Numbers: [15, 10, 98]
Generated Node #2: [15, 10, 98] from Operation: 7*14=98
Current State: 52:[15, 10, 98], Operations: ['7*14=98']
Exploring Operation: 15*10=150, Resulting Numbers: [98, 150]
Generated Node #3: [98, 150] from O... | 4 | Current State: 52:[7, 14, 15, 10], Operations: []
Exploring Operation: 14/7=2, Resulting Numbers: [15, 10, 2]
Generated Node #0,0: 52:[15, 10, 2] Operation: 14/7=2
Exploring Operation: 15-10=5, Resulting Numbers: [7, 14, 5]
Generated Node #0,1: 52:[7, 14, 5] Operation: 15-10=5
Exploring Operation: 14-10=4, Resulting Nu... | 0 | hs_5 | mult_heuristic |
[
88,
95,
46,
17
] | 36 | [
"95-88=7",
"46-17=29",
"7+29=36"
] | Current State: 36:[88, 95, 46, 17], Operations: []
Exploring Operation: 95-88=7, Resulting Numbers: [46, 17, 7]
Generated Node #2: [46, 17, 7] from Operation: 95-88=7
Current State: 36:[46, 17, 7], Operations: ['95-88=7']
Exploring Operation: 46-17=29, Resulting Numbers: [7, 29]
Generated Node #3: [7, 29] from Operatio... | 4 | Current State: 36:[88, 95, 46, 17], Operations: []
Exploring Operation: 88-17=71, Resulting Numbers: [95, 46, 71]
Generated Node #0,0: 36:[95, 46, 71] Operation: 88-17=71
Exploring Operation: 95-88=7, Resulting Numbers: [46, 17, 7]
Generated Node #0,1: 36:[46, 17, 7] Operation: 95-88=7
Exploring Operation: 88-46=42, Re... | 0.985243 | hs_4 | mult_heuristic |
[
73,
89,
79,
71
] | 24 | [
"89-73=16",
"79-71=8",
"16+8=24"
] | Current State: 24:[73, 89, 79, 71], Operations: []
Exploring Operation: 89-73=16, Resulting Numbers: [79, 71, 16]
Generated Node #2: [79, 71, 16] from Operation: 89-73=16
Current State: 24:[79, 71, 16], Operations: ['89-73=16']
Exploring Operation: 79-71=8, Resulting Numbers: [16, 8]
Generated Node #3: [16, 8] from Ope... | 4 | Current State: 24:[73, 89, 79, 71], Operations: []
Exploring Operation: 89-79=10, Resulting Numbers: [73, 71, 10]
Generated Node #0,0: 24:[73, 71, 10] Operation: 89-79=10
Start Sub Search at level 1: Moving to Node #0,0
Current State: 24:[73, 71, 10], Operations: ['89-79=10']
Exploring Operation: 73-71=2, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
24,
22,
72,
58
] | 77 | [
"72/24=3",
"22+58=80",
"80-3=77"
] | Current State: 77:[24, 22, 72, 58], Operations: []
Exploring Operation: 72/24=3, Resulting Numbers: [22, 58, 3]
Generated Node #2: [22, 58, 3] from Operation: 72/24=3
Current State: 77:[22, 58, 3], Operations: ['72/24=3']
Exploring Operation: 22+58=80, Resulting Numbers: [3, 80]
Generated Node #3: [3, 80] from Operatio... | 4 | Current State: 77:[24, 22, 72, 58], Operations: []
Exploring Operation: 24-22=2, Resulting Numbers: [72, 58, 2]
Generated Node #0,0: 77:[72, 58, 2] Operation: 24-22=2
Exploring Operation: 22+58=80, Resulting Numbers: [24, 72, 80]
Generated Node #0,1: 77:[24, 72, 80] Operation: 22+58=80
Exploring Operation: 72-58=14, Re... | 0.986979 | hs_4 | mult_heuristic |
[
27,
18,
45,
69
] | 91 | [
"18*69=1242",
"1242/27=46",
"45+46=91"
] | Current State: 91:[27, 18, 45, 69], Operations: []
Exploring Operation: 18*69=1242, Resulting Numbers: [27, 45, 1242]
Generated Node #2: [27, 45, 1242] from Operation: 18*69=1242
Current State: 91:[27, 45, 1242], Operations: ['18*69=1242']
Exploring Operation: 1242/27=46, Resulting Numbers: [45, 46]
Generated Node #3: ... | 4 | Current State: 91:[27, 18, 45, 69], Operations: []
Exploring Operation: 45-27=18, Resulting Numbers: [18, 69, 18]
Generated Node #0,0: 91:[18, 69, 18] Operation: 45-27=18
Exploring Operation: 69-45=24, Resulting Numbers: [27, 18, 24]
Generated Node #0,1: 91:[27, 18, 24] Operation: 69-45=24
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
2,
6,
66,
24
] | 35 | [
"24/6=4",
"66+4=70",
"70/2=35"
] | Current State: 35:[2, 6, 66, 24], Operations: []
Exploring Operation: 24/6=4, Resulting Numbers: [2, 66, 4]
Generated Node #2: [2, 66, 4] from Operation: 24/6=4
Current State: 35:[2, 66, 4], Operations: ['24/6=4']
Exploring Operation: 66+4=70, Resulting Numbers: [2, 70]
Generated Node #3: [2, 70] from Operation: 66+4=7... | 4 | Current State: 35:[2, 6, 66, 24], Operations: []
Exploring Operation: 66/2=33, Resulting Numbers: [6, 24, 33]
Generated Node #0,0: 35:[6, 24, 33] Operation: 66/2=33
Exploring Operation: 24/6=4, Resulting Numbers: [2, 66, 4]
Generated Node #0,1: 35:[2, 66, 4] Operation: 24/6=4
Exploring Operation: 24/2=12, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
88,
2,
68,
71
] | 94 | [
"71-68=3",
"2*3=6",
"88+6=94"
] | Current State: 94:[88, 2, 68, 71], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [88, 2, 3]
Generated Node #2: [88, 2, 3] from Operation: 71-68=3
Current State: 94:[88, 2, 3], Operations: ['71-68=3']
Exploring Operation: 2*3=6, Resulting Numbers: [88, 6]
Generated Node #3: [88, 6] from Operation: 2*3=... | 4 | Current State: 94:[88, 2, 68, 71], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [88, 2, 3]
Generated Node #0,0: 94:[88, 2, 3] Operation: 71-68=3
Exploring Operation: 88-71=17, Resulting Numbers: [2, 68, 17]
Generated Node #0,1: 94:[2, 68, 17] Operation: 88-71=17
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
17,
24,
18,
5
] | 43 | [
"17*5=85",
"24+18=42",
"85-42=43"
] | Current State: 43:[17, 24, 18, 5], Operations: []
Exploring Operation: 17*5=85, Resulting Numbers: [24, 18, 85]
Generated Node #2: [24, 18, 85] from Operation: 17*5=85
Current State: 43:[24, 18, 85], Operations: ['17*5=85']
Exploring Operation: 24+18=42, Resulting Numbers: [85, 42]
Generated Node #3: [85, 42] from Oper... | 4 | Current State: 43:[17, 24, 18, 5], Operations: []
Exploring Operation: 17+24=41, Resulting Numbers: [18, 5, 41]
Generated Node #0,0: 43:[18, 5, 41] Operation: 17+24=41
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[18, 5, 41], Operations: ['17+24=41']
Exploring Operation: 18+5=23, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
38,
75,
29,
4
] | 79 | [
"75-38=37",
"29*4=116",
"116-37=79"
] | Current State: 79:[38, 75, 29, 4], Operations: []
Exploring Operation: 75-38=37, Resulting Numbers: [29, 4, 37]
Generated Node #2: [29, 4, 37] from Operation: 75-38=37
Current State: 79:[29, 4, 37], Operations: ['75-38=37']
Exploring Operation: 29*4=116, Resulting Numbers: [37, 116]
Generated Node #3: [37, 116] from Op... | 4 | Current State: 79:[38, 75, 29, 4], Operations: []
Exploring Operation: 38+4=42, Resulting Numbers: [75, 29, 42]
Generated Node #0,0: 79:[75, 29, 42] Operation: 38+4=42
Exploring Operation: 29+4=33, Resulting Numbers: [38, 75, 33]
Generated Node #0,1: 79:[38, 75, 33] Operation: 29+4=33
Exploring Operation: 38+29=67, Res... | 0.980903 | hs_5 | sum_heuristic |
[
89,
95,
64,
3
] | 61 | [
"95-89=6",
"64+3=67",
"67-6=61"
] | Current State: 61:[89, 95, 64, 3], Operations: []
Exploring Operation: 95-89=6, Resulting Numbers: [64, 3, 6]
Generated Node #2: [64, 3, 6] from Operation: 95-89=6
Current State: 61:[64, 3, 6], Operations: ['95-89=6']
Exploring Operation: 64+3=67, Resulting Numbers: [6, 67]
Generated Node #3: [6, 67] from Operation: 64... | 4 | Current State: 61:[89, 95, 64, 3], Operations: []
Exploring Operation: 64-3=61, Resulting Numbers: [89, 95, 61]
Generated Node #0,0: 61:[89, 95, 61] Operation: 64-3=61
Exploring Operation: 89-3=86, Resulting Numbers: [95, 64, 86]
Generated Node #0,1: 61:[95, 64, 86] Operation: 89-3=86
Exploring Operation: 95-3=92, Resu... | 0.960938 | hs_4 | mult_heuristic |
[
47,
76,
62,
41
] | 50 | [
"76-47=29",
"62-41=21",
"29+21=50"
] | Current State: 50:[47, 76, 62, 41], Operations: []
Exploring Operation: 76-47=29, Resulting Numbers: [62, 41, 29]
Generated Node #2: [62, 41, 29] from Operation: 76-47=29
Current State: 50:[62, 41, 29], Operations: ['76-47=29']
Exploring Operation: 62-41=21, Resulting Numbers: [29, 21]
Generated Node #3: [29, 21] from ... | 4 | Current State: 50:[47, 76, 62, 41], Operations: []
Exploring Operation: 76-47=29, Resulting Numbers: [62, 41, 29]
Generated Node #0,0: 50:[62, 41, 29] Operation: 76-47=29
Exploring Operation: 76-62=14, Resulting Numbers: [47, 41, 14]
Generated Node #0,1: 50:[47, 41, 14] Operation: 76-62=14
Moving to Node #0,1
Current S... | 0.986979 | hs_2 | sum_heuristic |
[
27,
33,
65,
49
] | 44 | [
"27+33=60",
"65-49=16",
"60-16=44"
] | Current State: 44:[27, 33, 65, 49], Operations: []
Exploring Operation: 27+33=60, Resulting Numbers: [65, 49, 60]
Generated Node #2: [65, 49, 60] from Operation: 27+33=60
Current State: 44:[65, 49, 60], Operations: ['27+33=60']
Exploring Operation: 65-49=16, Resulting Numbers: [60, 16]
Generated Node #3: [60, 16] from ... | 4 | Current State: 44:[27, 33, 65, 49], Operations: []
Exploring Operation: 49-33=16, Resulting Numbers: [27, 65, 16]
Generated Node #0,0: 44:[27, 65, 16] Operation: 49-33=16
Exploring Operation: 65-33=32, Resulting Numbers: [27, 49, 32]
Generated Node #0,1: 44:[27, 49, 32] Operation: 65-33=32
Exploring Operation: 65-27=38... | 0.986979 | hs_5 | sum_heuristic |
[
63,
10,
88,
13
] | 83 | [
"63-13=50",
"50/10=5",
"88-5=83"
] | Current State: 83:[63, 10, 88, 13], Operations: []
Exploring Operation: 63-13=50, Resulting Numbers: [10, 88, 50]
Generated Node #2: [10, 88, 50] from Operation: 63-13=50
Current State: 83:[10, 88, 50], Operations: ['63-13=50']
Exploring Operation: 50/10=5, Resulting Numbers: [88, 5]
Generated Node #3: [88, 5] from Ope... | 4 | Current State: 83:[63, 10, 88, 13], Operations: []
Exploring Operation: 10*13=130, Resulting Numbers: [63, 88, 130]
Generated Node #0,0: 83:[63, 88, 130] Operation: 10*13=130
Moving to Node #0,0
Current State: 83:[63, 88, 130], Operations: ['10*13=130']
Exploring Operation: 130-63=67, Resulting Numbers: [88, 67]
Genera... | 0 | hs_1 | mult_heuristic |
[
21,
17,
64,
37
] | 84 | [
"21-17=4",
"37*4=148",
"148-64=84"
] | Current State: 84:[21, 17, 64, 37], Operations: []
Exploring Operation: 21-17=4, Resulting Numbers: [64, 37, 4]
Generated Node #2: [64, 37, 4] from Operation: 21-17=4
Current State: 84:[64, 37, 4], Operations: ['21-17=4']
Exploring Operation: 37*4=148, Resulting Numbers: [64, 148]
Generated Node #3: [64, 148] from Oper... | 4 | Current State: 84:[21, 17, 64, 37], Operations: []
Exploring Operation: 21+64=85, Resulting Numbers: [17, 37, 85]
Generated Node #0,0: 84:[17, 37, 85] Operation: 21+64=85
Exploring Operation: 64-37=27, Resulting Numbers: [21, 17, 27]
Generated Node #0,1: 84:[21, 17, 27] Operation: 64-37=27
Exploring Operation: 64-21=43... | 0 | hs_4 | mult_heuristic |
[
21,
96,
20,
71
] | 25 | [
"21-20=1",
"96-71=25",
"1*25=25"
] | Current State: 25:[21, 96, 20, 71], Operations: []
Exploring Operation: 21-20=1, Resulting Numbers: [96, 71, 1]
Generated Node #2: [96, 71, 1] from Operation: 21-20=1
Current State: 25:[96, 71, 1], Operations: ['21-20=1']
Exploring Operation: 96-71=25, Resulting Numbers: [1, 25]
Generated Node #3: [1, 25] from Operatio... | 4 | Current State: 25:[21, 96, 20, 71], Operations: []
Exploring Operation: 96-71=25, Resulting Numbers: [21, 20, 25]
Generated Node #0,0: 25:[21, 20, 25] Operation: 96-71=25
Exploring Operation: 96-21=75, Resulting Numbers: [20, 71, 75]
Generated Node #0,1: 25:[20, 71, 75] Operation: 96-21=75
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
43,
31,
93,
69
] | 12 | [
"43-31=12",
"93-69=24",
"24-12=12"
] | Current State: 12:[43, 31, 93, 69], Operations: []
Exploring Operation: 43-31=12, Resulting Numbers: [93, 69, 12]
Generated Node #2: [93, 69, 12] from Operation: 43-31=12
Current State: 12:[93, 69, 12], Operations: ['43-31=12']
Exploring Operation: 93-69=24, Resulting Numbers: [12, 24]
Generated Node #3: [12, 24] from ... | 4 | Current State: 12:[43, 31, 93, 69], Operations: []
Exploring Operation: 93-69=24, Resulting Numbers: [43, 31, 24]
Generated Node #0,0: 12:[43, 31, 24] Operation: 93-69=24
Exploring Operation: 69-43=26, Resulting Numbers: [31, 93, 26]
Generated Node #0,1: 12:[31, 93, 26] Operation: 69-43=26
Exploring Operation: 93-43=50... | 0.987847 | hs_4 | sum_heuristic |
[
74,
61,
66,
29
] | 98 | [
"74+61=135",
"66-29=37",
"135-37=98"
] | Current State: 98:[74, 61, 66, 29], Operations: []
Exploring Operation: 74+61=135, Resulting Numbers: [66, 29, 135]
Generated Node #2: [66, 29, 135] from Operation: 74+61=135
Current State: 98:[66, 29, 135], Operations: ['74+61=135']
Exploring Operation: 66-29=37, Resulting Numbers: [135, 37]
Generated Node #3: [135, 3... | 4 | Current State: 98:[74, 61, 66, 29], Operations: []
Exploring Operation: 74+29=103, Resulting Numbers: [61, 66, 103]
Generated Node #0,0: 98:[61, 66, 103] Operation: 74+29=103
Exploring Operation: 74-61=13, Resulting Numbers: [66, 29, 13]
Generated Node #0,1: 98:[66, 29, 13] Operation: 74-61=13
Exploring Operation: 74-6... | 0.986979 | hs_5 | mult_heuristic |
[
58,
31,
61,
66
] | 94 | [
"58+31=89",
"66-61=5",
"89+5=94"
] | Current State: 94:[58, 31, 61, 66], Operations: []
Exploring Operation: 58+31=89, Resulting Numbers: [61, 66, 89]
Generated Node #2: [61, 66, 89] from Operation: 58+31=89
Current State: 94:[61, 66, 89], Operations: ['58+31=89']
Exploring Operation: 66-61=5, Resulting Numbers: [89, 5]
Generated Node #3: [89, 5] from Ope... | 4 | Current State: 94:[58, 31, 61, 66], Operations: []
Exploring Operation: 31+61=92, Resulting Numbers: [58, 66, 92]
Generated Node #0,0: 94:[58, 66, 92] Operation: 31+61=92
Exploring Operation: 66-61=5, Resulting Numbers: [58, 31, 5]
Generated Node #0,1: 94:[58, 31, 5] Operation: 66-61=5
Exploring Operation: 31+66=97, Re... | 0.990451 | hs_3 | mult_heuristic |
[
10,
17,
86,
3
] | 95 | [
"10+17=27",
"27/3=9",
"86+9=95"
] | Current State: 95:[10, 17, 86, 3], Operations: []
Exploring Operation: 10+17=27, Resulting Numbers: [86, 3, 27]
Generated Node #2: [86, 3, 27] from Operation: 10+17=27
Current State: 95:[86, 3, 27], Operations: ['10+17=27']
Exploring Operation: 27/3=9, Resulting Numbers: [86, 9]
Generated Node #3: [86, 9] from Operatio... | 4 | Current State: 95:[10, 17, 86, 3], Operations: []
Exploring Operation: 10+86=96, Resulting Numbers: [17, 3, 96]
Generated Node #0,0: 95:[17, 3, 96] Operation: 10+86=96
Exploring Operation: 17-10=7, Resulting Numbers: [86, 3, 7]
Generated Node #0,1: 95:[86, 3, 7] Operation: 17-10=7
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
46,
9,
21,
3
] | 36 | [
"9+21=30",
"30/3=10",
"46-10=36"
] | Current State: 36:[46, 9, 21, 3], Operations: []
Exploring Operation: 9+21=30, Resulting Numbers: [46, 3, 30]
Generated Node #2: [46, 3, 30] from Operation: 9+21=30
Current State: 36:[46, 3, 30], Operations: ['9+21=30']
Exploring Operation: 30/3=10, Resulting Numbers: [46, 10]
Generated Node #3: [46, 10] from Operation... | 4 | Current State: 36:[46, 9, 21, 3], Operations: []
Exploring Operation: 21-9=12, Resulting Numbers: [46, 3, 12]
Generated Node #0,0: 36:[46, 3, 12] Operation: 21-9=12
Exploring Operation: 46-21=25, Resulting Numbers: [9, 3, 25]
Generated Node #0,1: 36:[9, 3, 25] Operation: 46-21=25
Exploring Operation: 46-3=43, Resulting... | 0 | hs_4 | sum_heuristic |
[
38,
85,
67,
33
] | 89 | [
"38+85=123",
"67-33=34",
"123-34=89"
] | Current State: 89:[38, 85, 67, 33], Operations: []
Exploring Operation: 38+85=123, Resulting Numbers: [67, 33, 123]
Generated Node #2: [67, 33, 123] from Operation: 38+85=123
Current State: 89:[67, 33, 123], Operations: ['38+85=123']
Exploring Operation: 67-33=34, Resulting Numbers: [123, 34]
Generated Node #3: [123, 3... | 4 | Current State: 89:[38, 85, 67, 33], Operations: []
Exploring Operation: 38+33=71, Resulting Numbers: [85, 67, 71]
Generated Node #0,0: 89:[85, 67, 71] Operation: 38+33=71
Moving to Node #0,0
Current State: 89:[85, 67, 71], Operations: ['38+33=71']
Exploring Operation: 67+71=138, Resulting Numbers: [85, 138]
Generated N... | 0 | hs_1 | mult_heuristic |
[
3,
87,
31,
33
] | 66 | [
"87/3=29",
"31-29=2",
"33*2=66"
] | Current State: 66:[3, 87, 31, 33], Operations: []
Exploring Operation: 87/3=29, Resulting Numbers: [31, 33, 29]
Generated Node #2: [31, 33, 29] from Operation: 87/3=29
Current State: 66:[31, 33, 29], Operations: ['87/3=29']
Exploring Operation: 31-29=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] from Operati... | 4 | Current State: 66:[3, 87, 31, 33], Operations: []
Exploring Operation: 87/3=29, Resulting Numbers: [31, 33, 29]
Generated Node #0,0: 66:[31, 33, 29] Operation: 87/3=29
Moving to Node #0,0
Current State: 66:[31, 33, 29], Operations: ['87/3=29']
Exploring Operation: 31-29=2, Resulting Numbers: [33, 2]
Generated Node #0,0... | 0.993924 | hs_1 | mult_heuristic |
[
35,
25,
99,
2
] | 41 | [
"35+25=60",
"99+2=101",
"101-60=41"
] | Current State: 41:[35, 25, 99, 2], Operations: []
Exploring Operation: 35+25=60, Resulting Numbers: [99, 2, 60]
Generated Node #2: [99, 2, 60] from Operation: 35+25=60
Current State: 41:[99, 2, 60], Operations: ['35+25=60']
Exploring Operation: 99+2=101, Resulting Numbers: [60, 101]
Generated Node #3: [60, 101] from Op... | 4 | Current State: 41:[35, 25, 99, 2], Operations: []
Exploring Operation: 25*2=50, Resulting Numbers: [35, 99, 50]
Generated Node #0,0: 41:[35, 99, 50] Operation: 25*2=50
Moving to Node #0,0
Current State: 41:[35, 99, 50], Operations: ['25*2=50']
Exploring Operation: 99-50=49, Resulting Numbers: [35, 49]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
3,
1,
6,
62
] | 64 | [
"3+1=4",
"6+62=68",
"68-4=64"
] | Current State: 64:[3, 1, 6, 62], Operations: []
Exploring Operation: 3+1=4, Resulting Numbers: [6, 62, 4]
Generated Node #2: [6, 62, 4] from Operation: 3+1=4
Current State: 64:[6, 62, 4], Operations: ['3+1=4']
Exploring Operation: 6+62=68, Resulting Numbers: [4, 68]
Generated Node #3: [4, 68] from Operation: 6+62=68
Cu... | 4 | Current State: 64:[3, 1, 6, 62], Operations: []
Exploring Operation: 3+1=4, Resulting Numbers: [6, 62, 4]
Generated Node #0,0: 64:[6, 62, 4] Operation: 3+1=4
Exploring Operation: 6/3=2, Resulting Numbers: [1, 62, 2]
Generated Node #0,1: 64:[1, 62, 2] Operation: 6/3=2
Moving to Node #0,1
Current State: 64:[1, 62, 2], Op... | 0.990451 | hs_2 | mult_heuristic |
[
8,
90,
54,
9
] | 76 | [
"90-8=82",
"54/9=6",
"82-6=76"
] | Current State: 76:[8, 90, 54, 9], Operations: []
Exploring Operation: 90-8=82, Resulting Numbers: [54, 9, 82]
Generated Node #2: [54, 9, 82] from Operation: 90-8=82
Current State: 76:[54, 9, 82], Operations: ['90-8=82']
Exploring Operation: 54/9=6, Resulting Numbers: [82, 6]
Generated Node #3: [82, 6] from Operation: 5... | 4 | Current State: 76:[8, 90, 54, 9], Operations: []
Exploring Operation: 90-54=36, Resulting Numbers: [8, 9, 36]
Generated Node #0,0: 76:[8, 9, 36] Operation: 90-54=36
Moving to Node #0,0
Current State: 76:[8, 9, 36], Operations: ['90-54=36']
Exploring Operation: 9-8=1, Resulting Numbers: [36, 1]
Generated Node #0,0,0: 76... | 0 | hs_1 | mult_heuristic |
[
97,
18,
5,
26
] | 94 | [
"97+18=115",
"26-5=21",
"115-21=94"
] | Current State: 94:[97, 18, 5, 26], Operations: []
Exploring Operation: 97+18=115, Resulting Numbers: [5, 26, 115]
Generated Node #2: [5, 26, 115] from Operation: 97+18=115
Current State: 94:[5, 26, 115], Operations: ['97+18=115']
Exploring Operation: 26-5=21, Resulting Numbers: [115, 21]
Generated Node #3: [115, 21] fr... | 4 | Current State: 94:[97, 18, 5, 26], Operations: []
Exploring Operation: 18+26=44, Resulting Numbers: [97, 5, 44]
Generated Node #0,0: 94:[97, 5, 44] Operation: 18+26=44
Exploring Operation: 26-18=8, Resulting Numbers: [97, 5, 8]
Generated Node #0,1: 94:[97, 5, 8] Operation: 26-18=8
Moving to Node #0,0
Current State: 94:... | 0.986979 | hs_2 | mult_heuristic |
[
6,
37,
14,
37
] | 20 | [
"6+37=43",
"37-14=23",
"43-23=20"
] | Current State: 20:[6, 37, 14, 37], Operations: []
Exploring Operation: 6+37=43, Resulting Numbers: [14, 43]
Generated Node #2: [14, 43] from Operation: 6+37=43
Current State: 20:[14, 43], Operations: ['6+37=43']
Exploring Operation: 37-14=23, Resulting Numbers: [43, 23]
Generated Node #3: [43, 23] from Operation: 37-14... | 4 | Current State: 20:[6, 37, 14, 37], Operations: []
Exploring Operation: 37-14=23, Resulting Numbers: [6, 37, 23]
Generated Node #0,0: 20:[6, 37, 23] Operation: 37-14=23
Exploring Operation: 37-37=0, Resulting Numbers: [6, 14, 0]
Generated Node #0,1: 20:[6, 14, 0] Operation: 37-37=0
Exploring Operation: 37/37=1, Resultin... | 0.990451 | hs_3 | mult_heuristic |
[
86,
88,
44,
18
] | 24 | [
"88-86=2",
"44-18=26",
"26-2=24"
] | Current State: 24:[86, 88, 44, 18], Operations: []
Exploring Operation: 88-86=2, Resulting Numbers: [44, 18, 2]
Generated Node #2: [44, 18, 2] from Operation: 88-86=2
Current State: 24:[44, 18, 2], Operations: ['88-86=2']
Exploring Operation: 44-18=26, Resulting Numbers: [2, 26]
Generated Node #3: [2, 26] from Operatio... | 4 | Current State: 24:[86, 88, 44, 18], Operations: []
Exploring Operation: 86-44=42, Resulting Numbers: [88, 18, 42]
Generated Node #0,0: 24:[88, 18, 42] Operation: 86-44=42
Exploring Operation: 88/44=2, Resulting Numbers: [86, 18, 2]
Generated Node #0,1: 24:[86, 18, 2] Operation: 88/44=2
Exploring Operation: 88-86=2, Res... | 0.977431 | hs_3 | sum_heuristic |
[
97,
54,
77,
3
] | 38 | [
"97-77=20",
"54/3=18",
"20+18=38"
] | Current State: 38:[97, 54, 77, 3], Operations: []
Exploring Operation: 97-77=20, Resulting Numbers: [54, 3, 20]
Generated Node #2: [54, 3, 20] from Operation: 97-77=20
Current State: 38:[54, 3, 20], Operations: ['97-77=20']
Exploring Operation: 54/3=18, Resulting Numbers: [20, 18]
Generated Node #3: [20, 18] from Opera... | 4 | Current State: 38:[97, 54, 77, 3], Operations: []
Exploring Operation: 97-77=20, Resulting Numbers: [54, 3, 20]
Generated Node #0,0: 38:[54, 3, 20] Operation: 97-77=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 38:[54, 3, 20], Operations: ['97-77=20']
Exploring Operation: 54/3=18, Resulting Numbers... | 0.993924 | hs_1 | mult_heuristic |
[
46,
73,
12,
44
] | 79 | [
"46-44=2",
"12/2=6",
"73+6=79"
] | Current State: 79:[46, 73, 12, 44], Operations: []
Exploring Operation: 46-44=2, Resulting Numbers: [73, 12, 2]
Generated Node #2: [73, 12, 2] from Operation: 46-44=2
Current State: 79:[73, 12, 2], Operations: ['46-44=2']
Exploring Operation: 12/2=6, Resulting Numbers: [73, 6]
Generated Node #3: [73, 6] from Operation:... | 4 | Current State: 79:[46, 73, 12, 44], Operations: []
Exploring Operation: 12+44=56, Resulting Numbers: [46, 73, 56]
Generated Node #0,0: 79:[46, 73, 56] Operation: 12+44=56
Exploring Operation: 46+12=58, Resulting Numbers: [73, 44, 58]
Generated Node #0,1: 79:[73, 44, 58] Operation: 46+12=58
Exploring Operation: 73+12=85... | 0 | hs_3 | sum_heuristic |
[
8,
73,
1,
28
] | 53 | [
"8+73=81",
"1*28=28",
"81-28=53"
] | Current State: 53:[8, 73, 1, 28], Operations: []
Exploring Operation: 8+73=81, Resulting Numbers: [1, 28, 81]
Generated Node #2: [1, 28, 81] from Operation: 8+73=81
Current State: 53:[1, 28, 81], Operations: ['8+73=81']
Exploring Operation: 1*28=28, Resulting Numbers: [81, 28]
Generated Node #3: [81, 28] from Operation... | 4 | Current State: 53:[8, 73, 1, 28], Operations: []
Exploring Operation: 73-8=65, Resulting Numbers: [1, 28, 65]
Generated Node #0,0: 53:[1, 28, 65] Operation: 73-8=65
Moving to Node #0,0
Current State: 53:[1, 28, 65], Operations: ['73-8=65']
Exploring Operation: 1+28=29, Resulting Numbers: [65, 29]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
59,
75,
63,
22
] | 57 | [
"75-59=16",
"63-22=41",
"16+41=57"
] | Current State: 57:[59, 75, 63, 22], Operations: []
Exploring Operation: 75-59=16, Resulting Numbers: [63, 22, 16]
Generated Node #2: [63, 22, 16] from Operation: 75-59=16
Current State: 57:[63, 22, 16], Operations: ['75-59=16']
Exploring Operation: 63-22=41, Resulting Numbers: [16, 41]
Generated Node #3: [16, 41] from ... | 4 | Current State: 57:[59, 75, 63, 22], Operations: []
Exploring Operation: 63-22=41, Resulting Numbers: [59, 75, 41]
Generated Node #0,0: 57:[59, 75, 41] Operation: 63-22=41
Exploring Operation: 75-63=12, Resulting Numbers: [59, 22, 12]
Generated Node #0,1: 57:[59, 22, 12] Operation: 75-63=12
Exploring Operation: 63-59=4,... | 0.967882 | hs_5 | sum_heuristic |
[
6,
9,
12,
69
] | 25 | [
"6+69=75",
"12-9=3",
"75/3=25"
] | Current State: 25:[6, 9, 12, 69], Operations: []
Exploring Operation: 6+69=75, Resulting Numbers: [9, 12, 75]
Generated Node #2: [9, 12, 75] from Operation: 6+69=75
Current State: 25:[9, 12, 75], Operations: ['6+69=75']
Exploring Operation: 12-9=3, Resulting Numbers: [75, 3]
Generated Node #3: [75, 3] from Operation: 1... | 4 | Current State: 25:[6, 9, 12, 69], Operations: []
Exploring Operation: 69-6=63, Resulting Numbers: [9, 12, 63]
Generated Node #0,0: 25:[9, 12, 63] Operation: 69-6=63
Exploring Operation: 69-9=60, Resulting Numbers: [6, 12, 60]
Generated Node #0,1: 25:[6, 12, 60] Operation: 69-9=60
Exploring Operation: 69-12=57, Resultin... | 0 | hs_5 | mult_heuristic |
[
45,
3,
39,
80
] | 66 | [
"80-45=35",
"3*35=105",
"105-39=66"
] | Current State: 66:[45, 3, 39, 80], Operations: []
Exploring Operation: 80-45=35, Resulting Numbers: [3, 39, 35]
Generated Node #2: [3, 39, 35] from Operation: 80-45=35
Current State: 66:[3, 39, 35], Operations: ['80-45=35']
Exploring Operation: 3*35=105, Resulting Numbers: [39, 105]
Generated Node #3: [39, 105] from Op... | 4 | Current State: 66:[45, 3, 39, 80], Operations: []
Exploring Operation: 45-39=6, Resulting Numbers: [3, 80, 6]
Generated Node #0,0: 66:[3, 80, 6] Operation: 45-39=6
Exploring Operation: 80-39=41, Resulting Numbers: [45, 3, 41]
Generated Node #0,1: 66:[45, 3, 41] Operation: 80-39=41
Exploring Operation: 45/3=15, Resultin... | 0 | hs_4 | sum_heuristic |
[
59,
89,
52,
70
] | 92 | [
"89-59=30",
"52+70=122",
"122-30=92"
] | Current State: 92:[59, 89, 52, 70], Operations: []
Exploring Operation: 89-59=30, Resulting Numbers: [52, 70, 30]
Generated Node #2: [52, 70, 30] from Operation: 89-59=30
Current State: 92:[52, 70, 30], Operations: ['89-59=30']
Exploring Operation: 52+70=122, Resulting Numbers: [30, 122]
Generated Node #3: [30, 122] fr... | 4 | Current State: 92:[59, 89, 52, 70], Operations: []
Exploring Operation: 89-70=19, Resulting Numbers: [59, 52, 19]
Generated Node #0,0: 92:[59, 52, 19] Operation: 89-70=19
Exploring Operation: 70-52=18, Resulting Numbers: [59, 89, 18]
Generated Node #0,1: 92:[59, 89, 18] Operation: 70-52=18
Exploring Operation: 59-52=7,... | 0.958333 | hs_4 | sum_heuristic |
[
22,
46,
81,
7
] | 50 | [
"46-22=24",
"81-7=74",
"74-24=50"
] | Current State: 50:[22, 46, 81, 7], Operations: []
Exploring Operation: 46-22=24, Resulting Numbers: [81, 7, 24]
Generated Node #2: [81, 7, 24] from Operation: 46-22=24
Current State: 50:[81, 7, 24], Operations: ['46-22=24']
Exploring Operation: 81-7=74, Resulting Numbers: [24, 74]
Generated Node #3: [24, 74] from Opera... | 4 | Current State: 50:[22, 46, 81, 7], Operations: []
Exploring Operation: 81-7=74, Resulting Numbers: [22, 46, 74]
Generated Node #0,0: 50:[22, 46, 74] Operation: 81-7=74
Exploring Operation: 81-22=59, Resulting Numbers: [46, 7, 59]
Generated Node #0,1: 50:[46, 7, 59] Operation: 81-22=59
Exploring Operation: 81-46=35, Res... | 0.96441 | hs_5 | sum_heuristic |
[
11,
24,
26,
13
] | 70 | [
"11+24=35",
"26/13=2",
"35*2=70"
] | Current State: 70:[11, 24, 26, 13], Operations: []
Exploring Operation: 11+24=35, Resulting Numbers: [26, 13, 35]
Generated Node #2: [26, 13, 35] from Operation: 11+24=35
Current State: 70:[26, 13, 35], Operations: ['11+24=35']
Exploring Operation: 26/13=2, Resulting Numbers: [35, 2]
Generated Node #3: [35, 2] from Ope... | 4 | Current State: 70:[11, 24, 26, 13], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [11, 13, 2]
Generated Node #0,0: 70:[11, 13, 2] Operation: 26-24=2
Exploring Operation: 11+24=35, Resulting Numbers: [26, 13, 35]
Generated Node #0,1: 70:[26, 13, 35] Operation: 11+24=35
Exploring Operation: 24-11=13, Re... | 0.978299 | hs_3 | mult_heuristic |
[
26,
12,
43,
40
] | 62 | [
"43-40=3",
"12*3=36",
"26+36=62"
] | Current State: 62:[26, 12, 43, 40], Operations: []
Exploring Operation: 43-40=3, Resulting Numbers: [26, 12, 3]
Generated Node #2: [26, 12, 3] from Operation: 43-40=3
Current State: 62:[26, 12, 3], Operations: ['43-40=3']
Exploring Operation: 12*3=36, Resulting Numbers: [26, 36]
Generated Node #3: [26, 36] from Operati... | 4 | Current State: 62:[26, 12, 43, 40], Operations: []
Exploring Operation: 43-40=3, Resulting Numbers: [26, 12, 3]
Generated Node #0,0: 62:[26, 12, 3] Operation: 43-40=3
Exploring Operation: 43-12=31, Resulting Numbers: [26, 40, 31]
Generated Node #0,1: 62:[26, 40, 31] Operation: 43-12=31
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
46,
87,
18,
71
] | 44 | [
"46+87=133",
"18+71=89",
"133-89=44"
] | Current State: 44:[46, 87, 18, 71], Operations: []
Exploring Operation: 46+87=133, Resulting Numbers: [18, 71, 133]
Generated Node #2: [18, 71, 133] from Operation: 46+87=133
Current State: 44:[18, 71, 133], Operations: ['46+87=133']
Exploring Operation: 18+71=89, Resulting Numbers: [133, 89]
Generated Node #3: [133, 8... | 4 | Current State: 44:[46, 87, 18, 71], Operations: []
Exploring Operation: 71-18=53, Resulting Numbers: [46, 87, 53]
Generated Node #0,0: 44:[46, 87, 53] Operation: 71-18=53
Exploring Operation: 71-46=25, Resulting Numbers: [87, 18, 25]
Generated Node #0,1: 44:[87, 18, 25] Operation: 71-46=25
Exploring Operation: 87-71=16... | 0.986979 | hs_5 | sum_heuristic |
[
74,
50,
49,
96
] | 48 | [
"74-49=25",
"50/25=2",
"96/2=48"
] | Current State: 48:[74, 50, 49, 96], Operations: []
Exploring Operation: 74-49=25, Resulting Numbers: [50, 96, 25]
Generated Node #2: [50, 96, 25] from Operation: 74-49=25
Current State: 48:[50, 96, 25], Operations: ['74-49=25']
Exploring Operation: 50/25=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 | Current State: 48:[74, 50, 49, 96], Operations: []
Exploring Operation: 96-49=47, Resulting Numbers: [74, 50, 47]
Generated Node #0,0: 48:[74, 50, 47] Operation: 96-49=47
Exploring Operation: 96-74=22, Resulting Numbers: [50, 49, 22]
Generated Node #0,1: 48:[50, 49, 22] Operation: 96-74=22
Exploring Operation: 96-50=46... | 0 | hs_3 | sum_heuristic |
[
91,
70,
78,
58
] | 41 | [
"91-70=21",
"78-58=20",
"21+20=41"
] | Current State: 41:[91, 70, 78, 58], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [78, 58, 21]
Generated Node #2: [78, 58, 21] from Operation: 91-70=21
Current State: 41:[78, 58, 21], Operations: ['91-70=21']
Exploring Operation: 78-58=20, Resulting Numbers: [21, 20]
Generated Node #3: [21, 20] from ... | 4 | Current State: 41:[91, 70, 78, 58], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [78, 58, 21]
Generated Node #0,0: 41:[78, 58, 21] Operation: 91-70=21
Exploring Operation: 91-78=13, Resulting Numbers: [70, 58, 13]
Generated Node #0,1: 41:[70, 58, 13] Operation: 91-78=13
Start Sub Search at level 1: ... | 0.990451 | hs_2 | mult_heuristic |
[
39,
2,
67,
70
] | 81 | [
"39*2=78",
"70-67=3",
"78+3=81"
] | Current State: 81:[39, 2, 67, 70], Operations: []
Exploring Operation: 39*2=78, Resulting Numbers: [67, 70, 78]
Generated Node #2: [67, 70, 78] from Operation: 39*2=78
Current State: 81:[67, 70, 78], Operations: ['39*2=78']
Exploring Operation: 70-67=3, Resulting Numbers: [78, 3]
Generated Node #3: [78, 3] from Operati... | 4 | Current State: 81:[39, 2, 67, 70], Operations: []
Exploring Operation: 67-39=28, Resulting Numbers: [2, 70, 28]
Generated Node #0,0: 81:[2, 70, 28] Operation: 67-39=28
Moving to Node #0,0
Current State: 81:[2, 70, 28], Operations: ['67-39=28']
Exploring Operation: 70/2=35, Resulting Numbers: [28, 35]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
39,
52,
19,
79
] | 31 | [
"39+52=91",
"79-19=60",
"91-60=31"
] | Current State: 31:[39, 52, 19, 79], Operations: []
Exploring Operation: 39+52=91, Resulting Numbers: [19, 79, 91]
Generated Node #2: [19, 79, 91] from Operation: 39+52=91
Current State: 31:[19, 79, 91], Operations: ['39+52=91']
Exploring Operation: 79-19=60, Resulting Numbers: [91, 60]
Generated Node #3: [91, 60] from ... | 4 | Current State: 31:[39, 52, 19, 79], Operations: []
Exploring Operation: 79-52=27, Resulting Numbers: [39, 19, 27]
Generated Node #0,0: 31:[39, 19, 27] Operation: 79-52=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[39, 19, 27], Operations: ['79-52=27']
Exploring Operation: 39-19=20, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
86,
88,
34,
11
] | 12 | [
"88-86=2",
"11*2=22",
"34-22=12"
] | Current State: 12:[86, 88, 34, 11], Operations: []
Exploring Operation: 88-86=2, Resulting Numbers: [34, 11, 2]
Generated Node #2: [34, 11, 2] from Operation: 88-86=2
Current State: 12:[34, 11, 2], Operations: ['88-86=2']
Exploring Operation: 11*2=22, Resulting Numbers: [34, 22]
Generated Node #3: [34, 22] from Operati... | 4 | Current State: 12:[86, 88, 34, 11], Operations: []
Exploring Operation: 88-34=54, Resulting Numbers: [86, 11, 54]
Generated Node #0,0: 12:[86, 11, 54] Operation: 88-34=54
Exploring Operation: 88-86=2, Resulting Numbers: [34, 11, 2]
Generated Node #0,1: 12:[34, 11, 2] Operation: 88-86=2
Exploring Operation: 86-34=52, Re... | 0 | hs_4 | mult_heuristic |
[
7,
37,
36,
25
] | 35 | [
"25-7=18",
"36/18=2",
"37-2=35"
] | Current State: 35:[7, 37, 36, 25], Operations: []
Exploring Operation: 25-7=18, Resulting Numbers: [37, 36, 18]
Generated Node #2: [37, 36, 18] from Operation: 25-7=18
Current State: 35:[37, 36, 18], Operations: ['25-7=18']
Exploring Operation: 36/18=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Operati... | 4 | Current State: 35:[7, 37, 36, 25], Operations: []
Exploring Operation: 37-25=12, Resulting Numbers: [7, 36, 12]
Generated Node #0,0: 35:[7, 36, 12] Operation: 37-25=12
Exploring Operation: 36-25=11, Resulting Numbers: [7, 37, 11]
Generated Node #0,1: 35:[7, 37, 11] Operation: 36-25=11
Exploring Operation: 7+25=32, Resu... | 0 | hs_3 | sum_heuristic |
[
95,
68,
68,
61
] | 95 | [
"68-68=0",
"61*0=0",
"95+0=95"
] | Current State: 95:[95, 68, 68, 61], Operations: []
Exploring Operation: 68-68=0, Resulting Numbers: [95, 61, 0]
Generated Node #2: [95, 61, 0] from Operation: 68-68=0
Current State: 95:[95, 61, 0], Operations: ['68-68=0']
Exploring Operation: 61*0=0, Resulting Numbers: [95, 0]
Generated Node #3: [95, 0] from Operation:... | 4 | Current State: 95:[95, 68, 68, 61], Operations: []
Exploring Operation: 68-61=7, Resulting Numbers: [95, 68, 7]
Generated Node #0,0: 95:[95, 68, 7] Operation: 68-61=7
Moving to Node #0,0
Current State: 95:[95, 68, 7], Operations: ['68-61=7']
Exploring Operation: 95-68=27, Resulting Numbers: [7, 27]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
9,
80,
7,
18
] | 37 | [
"9+80=89",
"7*18=126",
"126-89=37"
] | Current State: 37:[9, 80, 7, 18], Operations: []
Exploring Operation: 9+80=89, Resulting Numbers: [7, 18, 89]
Generated Node #2: [7, 18, 89] from Operation: 9+80=89
Current State: 37:[7, 18, 89], Operations: ['9+80=89']
Exploring Operation: 7*18=126, Resulting Numbers: [89, 126]
Generated Node #3: [89, 126] from Operat... | 4 | Current State: 37:[9, 80, 7, 18], Operations: []
Exploring Operation: 80-9=71, Resulting Numbers: [7, 18, 71]
Generated Node #0,0: 37:[7, 18, 71] Operation: 80-9=71
Exploring Operation: 9+18=27, Resulting Numbers: [80, 7, 27]
Generated Node #0,1: 37:[80, 7, 27] Operation: 9+18=27
Exploring Operation: 9+7=16, Resulting ... | 0 | hs_3 | sum_heuristic |
[
64,
83,
95,
48
] | 28 | [
"83-64=19",
"95-48=47",
"47-19=28"
] | Current State: 28:[64, 83, 95, 48], Operations: []
Exploring Operation: 83-64=19, Resulting Numbers: [95, 48, 19]
Generated Node #2: [95, 48, 19] from Operation: 83-64=19
Current State: 28:[95, 48, 19], Operations: ['83-64=19']
Exploring Operation: 95-48=47, Resulting Numbers: [19, 47]
Generated Node #3: [19, 47] from ... | 4 | Current State: 28:[64, 83, 95, 48], Operations: []
Exploring Operation: 95-83=12, Resulting Numbers: [64, 48, 12]
Generated Node #0,0: 28:[64, 48, 12] Operation: 95-83=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 28:[64, 48, 12], Operations: ['95-83=12']
Exploring Operation: 64-48=16, Resulting Nu... | 0.993924 | hs_1 | sum_heuristic |
[
33,
46,
17,
3
] | 90 | [
"46-33=13",
"17+13=30",
"3*30=90"
] | Current State: 90:[33, 46, 17, 3], Operations: []
Exploring Operation: 46-33=13, Resulting Numbers: [17, 3, 13]
Generated Node #2: [17, 3, 13] from Operation: 46-33=13
Current State: 90:[17, 3, 13], Operations: ['46-33=13']
Exploring Operation: 17+13=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operat... | 4 | Current State: 90:[33, 46, 17, 3], Operations: []
Exploring Operation: 33-17=16, Resulting Numbers: [46, 3, 16]
Generated Node #0,0: 90:[46, 3, 16] Operation: 33-17=16
Exploring Operation: 46-33=13, Resulting Numbers: [17, 3, 13]
Generated Node #0,1: 90:[17, 3, 13] Operation: 46-33=13
Exploring Operation: 33-3=30, Resu... | 0.940972 | hs_5 | mult_heuristic |
[
30,
46,
4,
50
] | 54 | [
"46-30=16",
"16/4=4",
"50+4=54"
] | Current State: 54:[30, 46, 4, 50], Operations: []
Exploring Operation: 46-30=16, Resulting Numbers: [4, 50, 16]
Generated Node #2: [4, 50, 16] from Operation: 46-30=16
Current State: 54:[4, 50, 16], Operations: ['46-30=16']
Exploring Operation: 16/4=4, Resulting Numbers: [50, 4]
Generated Node #3: [50, 4] from Operatio... | 4 | Current State: 54:[30, 46, 4, 50], Operations: []
Exploring Operation: 46-30=16, Resulting Numbers: [4, 50, 16]
Generated Node #0,0: 54:[4, 50, 16] Operation: 46-30=16
Exploring Operation: 50-46=4, Resulting Numbers: [30, 4, 4]
Generated Node #0,1: 54:[30, 4, 4] Operation: 50-46=4
Moving to Node #0,1
Current State: 54:... | 0.985243 | hs_2 | sum_heuristic |
[
5,
15,
2,
29
] | 52 | [
"5*15=75",
"29+75=104",
"104/2=52"
] | Current State: 52:[5, 15, 2, 29], Operations: []
Exploring Operation: 5*15=75, Resulting Numbers: [2, 29, 75]
Generated Node #2: [2, 29, 75] from Operation: 5*15=75
Current State: 52:[2, 29, 75], Operations: ['5*15=75']
Exploring Operation: 29+75=104, Resulting Numbers: [2, 104]
Generated Node #3: [2, 104] from Operati... | 4 | Current State: 52:[5, 15, 2, 29], Operations: []
Exploring Operation: 15-2=13, Resulting Numbers: [5, 29, 13]
Generated Node #0,0: 52:[5, 29, 13] Operation: 15-2=13
Exploring Operation: 29-5=24, Resulting Numbers: [15, 2, 24]
Generated Node #0,1: 52:[15, 2, 24] Operation: 29-5=24
Exploring Operation: 29-2=27, Resulting... | 0.976563 | hs_5 | mult_heuristic |
[
17,
92,
44,
33
] | 25 | [
"92+44=136",
"136/17=8",
"33-8=25"
] | Current State: 25:[17, 92, 44, 33], Operations: []
Exploring Operation: 92+44=136, Resulting Numbers: [17, 33, 136]
Generated Node #2: [17, 33, 136] from Operation: 92+44=136
Current State: 25:[17, 33, 136], Operations: ['92+44=136']
Exploring Operation: 136/17=8, Resulting Numbers: [33, 8]
Generated Node #3: [33, 8] f... | 4 | Current State: 25:[17, 92, 44, 33], Operations: []
Exploring Operation: 92-44=48, Resulting Numbers: [17, 33, 48]
Generated Node #0,0: 25:[17, 33, 48] Operation: 92-44=48
Exploring Operation: 92-33=59, Resulting Numbers: [17, 44, 59]
Generated Node #0,1: 25:[17, 44, 59] Operation: 92-33=59
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
64,
52,
83,
76
] | 81 | [
"52+76=128",
"128/64=2",
"83-2=81"
] | Current State: 81:[64, 52, 83, 76], Operations: []
Exploring Operation: 52+76=128, Resulting Numbers: [64, 83, 128]
Generated Node #2: [64, 83, 128] from Operation: 52+76=128
Current State: 81:[64, 83, 128], Operations: ['52+76=128']
Exploring Operation: 128/64=2, Resulting Numbers: [83, 2]
Generated Node #3: [83, 2] f... | 4 | Current State: 81:[64, 52, 83, 76], Operations: []
Exploring Operation: 76-52=24, Resulting Numbers: [64, 83, 24]
Generated Node #0,0: 81:[64, 83, 24] Operation: 76-52=24
Exploring Operation: 64-52=12, Resulting Numbers: [83, 76, 12]
Generated Node #0,1: 81:[83, 76, 12] Operation: 64-52=12
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
57,
45,
33,
60
] | 62 | [
"57+33=90",
"90/45=2",
"60+2=62"
] | Current State: 62:[57, 45, 33, 60], Operations: []
Exploring Operation: 57+33=90, Resulting Numbers: [45, 60, 90]
Generated Node #2: [45, 60, 90] from Operation: 57+33=90
Current State: 62:[45, 60, 90], Operations: ['57+33=90']
Exploring Operation: 90/45=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Ope... | 4 | Current State: 62:[57, 45, 33, 60], Operations: []
Exploring Operation: 60-45=15, Resulting Numbers: [57, 33, 15]
Generated Node #0,0: 62:[57, 33, 15] Operation: 60-45=15
Exploring Operation: 45-33=12, Resulting Numbers: [57, 60, 12]
Generated Node #0,1: 62:[57, 60, 12] Operation: 45-33=12
Exploring Operation: 60-57=3,... | 0.96441 | hs_5 | mult_heuristic |
[
62,
50,
82,
18
] | 48 | [
"62+50=112",
"82-18=64",
"112-64=48"
] | Current State: 48:[62, 50, 82, 18], Operations: []
Exploring Operation: 62+50=112, Resulting Numbers: [82, 18, 112]
Generated Node #2: [82, 18, 112] from Operation: 62+50=112
Current State: 48:[82, 18, 112], Operations: ['62+50=112']
Exploring Operation: 82-18=64, Resulting Numbers: [112, 64]
Generated Node #3: [112, 6... | 4 | Current State: 48:[62, 50, 82, 18], Operations: []
Exploring Operation: 82-50=32, Resulting Numbers: [62, 18, 32]
Generated Node #0,0: 48:[62, 18, 32] Operation: 82-50=32
Exploring Operation: 82-62=20, Resulting Numbers: [50, 18, 20]
Generated Node #0,1: 48:[50, 18, 20] Operation: 82-62=20
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
69,
25,
9,
81
] | 54 | [
"69+81=150",
"150/25=6",
"9*6=54"
] | Current State: 54:[69, 25, 9, 81], Operations: []
Exploring Operation: 69+81=150, Resulting Numbers: [25, 9, 150]
Generated Node #2: [25, 9, 150] from Operation: 69+81=150
Current State: 54:[25, 9, 150], Operations: ['69+81=150']
Exploring Operation: 150/25=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Op... | 4 | Current State: 54:[69, 25, 9, 81], Operations: []
Exploring Operation: 81-25=56, Resulting Numbers: [69, 9, 56]
Generated Node #0,0: 54:[69, 9, 56] Operation: 81-25=56
Exploring Operation: 81/9=9, Resulting Numbers: [69, 25, 9]
Generated Node #0,1: 54:[69, 25, 9] Operation: 81/9=9
Exploring Operation: 81-69=12, Resulti... | 0 | hs_3 | mult_heuristic |
[
39,
84,
15,
3
] | 13 | [
"39+3=42",
"84/42=2",
"15-2=13"
] | Current State: 13:[39, 84, 15, 3], Operations: []
Exploring Operation: 39+3=42, Resulting Numbers: [84, 15, 42]
Generated Node #2: [84, 15, 42] from Operation: 39+3=42
Current State: 13:[84, 15, 42], Operations: ['39+3=42']
Exploring Operation: 84/42=2, Resulting Numbers: [15, 2]
Generated Node #3: [15, 2] from Operati... | 4 | Current State: 13:[39, 84, 15, 3], Operations: []
Exploring Operation: 84-39=45, Resulting Numbers: [15, 3, 45]
Generated Node #0,0: 13:[15, 3, 45] Operation: 84-39=45
Exploring Operation: 39-15=24, Resulting Numbers: [84, 3, 24]
Generated Node #0,1: 13:[84, 3, 24] Operation: 39-15=24
Exploring Operation: 84/3=28, Resu... | 0 | hs_4 | sum_heuristic |
[
45,
1,
2,
6
] | 58 | [
"45+1=46",
"2*6=12",
"46+12=58"
] | Current State: 58:[45, 1, 2, 6], Operations: []
Exploring Operation: 45+1=46, Resulting Numbers: [2, 6, 46]
Generated Node #2: [2, 6, 46] from Operation: 45+1=46
Current State: 58:[2, 6, 46], Operations: ['45+1=46']
Exploring Operation: 2*6=12, Resulting Numbers: [46, 12]
Generated Node #3: [46, 12] from Operation: 2*6... | 4 | Current State: 58:[45, 1, 2, 6], Operations: []
Exploring Operation: 45-6=39, Resulting Numbers: [1, 2, 39]
Generated Node #0,0: 58:[1, 2, 39] Operation: 45-6=39
Exploring Operation: 6/2=3, Resulting Numbers: [45, 1, 3]
Generated Node #0,1: 58:[45, 1, 3] Operation: 6/2=3
Exploring Operation: 45+6=51, Resulting Numbers:... | 0 | hs_3 | sum_heuristic |
[
26,
14,
58,
7
] | 55 | [
"14/7=2",
"58/2=29",
"26+29=55"
] | Current State: 55:[26, 14, 58, 7], Operations: []
Exploring Operation: 14/7=2, Resulting Numbers: [26, 58, 2]
Generated Node #2: [26, 58, 2] from Operation: 14/7=2
Current State: 55:[26, 58, 2], Operations: ['14/7=2']
Exploring Operation: 58/2=29, Resulting Numbers: [26, 29]
Generated Node #3: [26, 29] from Operation: ... | 4 | Current State: 55:[26, 14, 58, 7], Operations: []
Exploring Operation: 26-7=19, Resulting Numbers: [14, 58, 19]
Generated Node #0,0: 55:[14, 58, 19] Operation: 26-7=19
Exploring Operation: 26-14=12, Resulting Numbers: [58, 7, 12]
Generated Node #0,1: 55:[58, 7, 12] Operation: 26-14=12
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
95,
87,
50,
58
] | 64 | [
"95-87=8",
"58-50=8",
"8*8=64"
] | Current State: 64:[95, 87, 50, 58], Operations: []
Exploring Operation: 95-87=8, Resulting Numbers: [50, 58, 8]
Generated Node #2: [50, 58, 8] from Operation: 95-87=8
Current State: 64:[50, 58, 8], Operations: ['95-87=8']
Exploring Operation: 58-50=8, Resulting Numbers: [8, 8]
Generated Node #3: [8, 8] from Operation: ... | 4 | Current State: 64:[95, 87, 50, 58], Operations: []
Exploring Operation: 95-87=8, Resulting Numbers: [50, 58, 8]
Generated Node #0,0: 64:[50, 58, 8] Operation: 95-87=8
Exploring Operation: 95-58=37, Resulting Numbers: [87, 50, 37]
Generated Node #0,1: 64:[87, 50, 37] Operation: 95-58=37
Exploring Operation: 87-58=29, Re... | 0.986979 | hs_5 | mult_heuristic |
[
15,
87,
35,
80
] | 70 | [
"87-80=7",
"15*7=105",
"105-35=70"
] | Current State: 70:[15, 87, 35, 80], Operations: []
Exploring Operation: 87-80=7, Resulting Numbers: [15, 35, 7]
Generated Node #2: [15, 35, 7] from Operation: 87-80=7
Current State: 70:[15, 35, 7], Operations: ['87-80=7']
Exploring Operation: 15*7=105, Resulting Numbers: [35, 105]
Generated Node #3: [35, 105] from Oper... | 4 | Current State: 70:[15, 87, 35, 80], Operations: []
Exploring Operation: 87-15=72, Resulting Numbers: [35, 80, 72]
Generated Node #0,0: 70:[35, 80, 72] Operation: 87-15=72
Exploring Operation: 87-80=7, Resulting Numbers: [15, 35, 7]
Generated Node #0,1: 70:[15, 35, 7] Operation: 87-80=7
Moving to Node #0,1
Current State... | 0 | hs_2 | mult_heuristic |
[
54,
6,
76,
81
] | 97 | [
"54+6=60",
"76+81=157",
"157-60=97"
] | Current State: 97:[54, 6, 76, 81], Operations: []
Exploring Operation: 54+6=60, Resulting Numbers: [76, 81, 60]
Generated Node #2: [76, 81, 60] from Operation: 54+6=60
Current State: 97:[76, 81, 60], Operations: ['54+6=60']
Exploring Operation: 76+81=157, Resulting Numbers: [60, 157]
Generated Node #3: [60, 157] from O... | 4 | Current State: 97:[54, 6, 76, 81], Operations: []
Exploring Operation: 6+81=87, Resulting Numbers: [54, 76, 87]
Generated Node #0,0: 97:[54, 76, 87] Operation: 6+81=87
Exploring Operation: 6+76=82, Resulting Numbers: [54, 81, 82]
Generated Node #0,1: 97:[54, 81, 82] Operation: 6+76=82
Exploring Operation: 54-6=48, Resu... | 0.955729 | hs_4 | sum_heuristic |
[
8,
98,
97,
98
] | 89 | [
"8+98=106",
"97+98=195",
"195-106=89"
] | Current State: 89:[8, 98, 97, 98], Operations: []
Exploring Operation: 8+98=106, Resulting Numbers: [97, 106]
Generated Node #2: [97, 106] from Operation: 8+98=106
Current State: 89:[97, 106], Operations: ['8+98=106']
Exploring Operation: 97+98=195, Resulting Numbers: [106, 195]
Generated Node #3: [106, 195] from Opera... | 4 | Current State: 89:[8, 98, 97, 98], Operations: []
Exploring Operation: 98-8=90, Resulting Numbers: [98, 97, 90]
Generated Node #0,0: 89:[98, 97, 90] Operation: 98-8=90
Exploring Operation: 98-8=90, Resulting Numbers: [97, 98, 90]
Generated Node #0,1: 89:[97, 98, 90] Operation: 98-8=90
Exploring Operation: 8+98=106, Res... | 0.988715 | hs_4 | sum_heuristic |
[
9,
14,
44,
27
] | 94 | [
"9+14=23",
"44+27=71",
"23+71=94"
] | Current State: 94:[9, 14, 44, 27], Operations: []
Exploring Operation: 9+14=23, Resulting Numbers: [44, 27, 23]
Generated Node #2: [44, 27, 23] from Operation: 9+14=23
Current State: 94:[44, 27, 23], Operations: ['9+14=23']
Exploring Operation: 44+27=71, Resulting Numbers: [23, 71]
Generated Node #3: [23, 71] from Oper... | 4 | Current State: 94:[9, 14, 44, 27], Operations: []
Exploring Operation: 27/9=3, Resulting Numbers: [14, 44, 3]
Generated Node #0,0: 94:[14, 44, 3] Operation: 27/9=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 94:[14, 44, 3], Operations: ['27/9=3']
Exploring Operation: 14*3=42, Resulting Numbers: [44,... | 0 | hs_1 | mult_heuristic |
[
80,
17,
32,
45
] | 35 | [
"32*45=1440",
"1440/80=18",
"17+18=35"
] | Current State: 35:[80, 17, 32, 45], Operations: []
Exploring Operation: 32*45=1440, Resulting Numbers: [80, 17, 1440]
Generated Node #2: [80, 17, 1440] from Operation: 32*45=1440
Current State: 35:[80, 17, 1440], Operations: ['32*45=1440']
Exploring Operation: 1440/80=18, Resulting Numbers: [17, 18]
Generated Node #3: ... | 4 | Current State: 35:[80, 17, 32, 45], Operations: []
Exploring Operation: 80-32=48, Resulting Numbers: [17, 45, 48]
Generated Node #0,0: 35:[17, 45, 48] Operation: 80-32=48
Exploring Operation: 80-17=63, Resulting Numbers: [32, 45, 63]
Generated Node #0,1: 35:[32, 45, 63] Operation: 80-17=63
Exploring Operation: 80-45=35... | 0 | hs_3 | mult_heuristic |
[
85,
15,
69,
64
] | 33 | [
"85+15=100",
"69+64=133",
"133-100=33"
] | Current State: 33:[85, 15, 69, 64], Operations: []
Exploring Operation: 85+15=100, Resulting Numbers: [69, 64, 100]
Generated Node #2: [69, 64, 100] from Operation: 85+15=100
Current State: 33:[69, 64, 100], Operations: ['85+15=100']
Exploring Operation: 69+64=133, Resulting Numbers: [100, 133]
Generated Node #3: [100,... | 4 | Current State: 33:[85, 15, 69, 64], Operations: []
Exploring Operation: 85-69=16, Resulting Numbers: [15, 64, 16]
Generated Node #0,0: 33:[15, 64, 16] Operation: 85-69=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 33:[15, 64, 16], Operations: ['85-69=16']
Exploring Operation: 64/16=4, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
64,
81,
94,
31
] | 81 | [
"94-64=30",
"31-30=1",
"81*1=81"
] | Current State: 81:[64, 81, 94, 31], Operations: []
Exploring Operation: 94-64=30, Resulting Numbers: [81, 31, 30]
Generated Node #2: [81, 31, 30] from Operation: 94-64=30
Current State: 81:[81, 31, 30], Operations: ['94-64=30']
Exploring Operation: 31-30=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Ope... | 4 | Current State: 81:[64, 81, 94, 31], Operations: []
Exploring Operation: 94-64=30, Resulting Numbers: [81, 31, 30]
Generated Node #0,0: 81:[81, 31, 30] Operation: 94-64=30
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[81, 31, 30], Operations: ['94-64=30']
Exploring Operation: 31-30=1, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
7,
10,
9,
57
] | 83 | [
"7+10=17",
"9+57=66",
"17+66=83"
] | Current State: 83:[7, 10, 9, 57], Operations: []
Exploring Operation: 7+10=17, Resulting Numbers: [9, 57, 17]
Generated Node #2: [9, 57, 17] from Operation: 7+10=17
Current State: 83:[9, 57, 17], Operations: ['7+10=17']
Exploring Operation: 9+57=66, Resulting Numbers: [17, 66]
Generated Node #3: [17, 66] from Operation... | 4 | Current State: 83:[7, 10, 9, 57], Operations: []
Exploring Operation: 10*9=90, Resulting Numbers: [7, 57, 90]
Generated Node #0,0: 83:[7, 57, 90] Operation: 10*9=90
Exploring Operation: 7+9=16, Resulting Numbers: [10, 57, 16]
Generated Node #0,1: 83:[10, 57, 16] Operation: 7+9=16
Exploring Operation: 7+10=17, Resulting... | 0.934028 | hs_5 | sum_heuristic |
[
64,
35,
37,
21
] | 31 | [
"37-21=16",
"64/16=4",
"35-4=31"
] | Current State: 31:[64, 35, 37, 21], Operations: []
Exploring Operation: 37-21=16, Resulting Numbers: [64, 35, 16]
Generated Node #2: [64, 35, 16] from Operation: 37-21=16
Current State: 31:[64, 35, 16], Operations: ['37-21=16']
Exploring Operation: 64/16=4, Resulting Numbers: [35, 4]
Generated Node #3: [35, 4] from Ope... | 4 | Current State: 31:[64, 35, 37, 21], Operations: []
Exploring Operation: 37-21=16, Resulting Numbers: [64, 35, 16]
Generated Node #0,0: 31:[64, 35, 16] Operation: 37-21=16
Exploring Operation: 35-21=14, Resulting Numbers: [64, 37, 14]
Generated Node #0,1: 31:[64, 37, 14] Operation: 35-21=14
Exploring Operation: 64-37=27... | 0.930556 | hs_5 | sum_heuristic |
[
15,
30,
71,
13
] | 94 | [
"15*13=195",
"30+71=101",
"195-101=94"
] | Current State: 94:[15, 30, 71, 13], Operations: []
Exploring Operation: 15*13=195, Resulting Numbers: [30, 71, 195]
Generated Node #2: [30, 71, 195] from Operation: 15*13=195
Current State: 94:[30, 71, 195], Operations: ['15*13=195']
Exploring Operation: 30+71=101, Resulting Numbers: [195, 101]
Generated Node #3: [195,... | 4 | Current State: 94:[15, 30, 71, 13], Operations: []
Exploring Operation: 15+30=45, Resulting Numbers: [71, 13, 45]
Generated Node #0,0: 94:[71, 13, 45] Operation: 15+30=45
Exploring Operation: 30/15=2, Resulting Numbers: [71, 13, 2]
Generated Node #0,1: 94:[71, 13, 2] Operation: 30/15=2
Exploring Operation: 71-30=41, Re... | 0 | hs_4 | sum_heuristic |
[
17,
78,
96,
58
] | 23 | [
"78-17=61",
"96-58=38",
"61-38=23"
] | Current State: 23:[17, 78, 96, 58], Operations: []
Exploring Operation: 78-17=61, Resulting Numbers: [96, 58, 61]
Generated Node #2: [96, 58, 61] from Operation: 78-17=61
Current State: 23:[96, 58, 61], Operations: ['78-17=61']
Exploring Operation: 96-58=38, Resulting Numbers: [61, 38]
Generated Node #3: [61, 38] from ... | 4 | Current State: 23:[17, 78, 96, 58], Operations: []
Exploring Operation: 78-58=20, Resulting Numbers: [17, 96, 20]
Generated Node #0,0: 23:[17, 96, 20] Operation: 78-58=20
Exploring Operation: 96-78=18, Resulting Numbers: [17, 58, 18]
Generated Node #0,1: 23:[17, 58, 18] Operation: 96-78=18
Exploring Operation: 96-58=38... | 0.990451 | hs_3 | mult_heuristic |
[
5,
89,
39,
67
] | 56 | [
"89-5=84",
"67-39=28",
"84-28=56"
] | Current State: 56:[5, 89, 39, 67], Operations: []
Exploring Operation: 89-5=84, Resulting Numbers: [39, 67, 84]
Generated Node #2: [39, 67, 84] from Operation: 89-5=84
Current State: 56:[39, 67, 84], Operations: ['89-5=84']
Exploring Operation: 67-39=28, Resulting Numbers: [84, 28]
Generated Node #3: [84, 28] from Oper... | 4 | Current State: 56:[5, 89, 39, 67], Operations: []
Exploring Operation: 89-67=22, Resulting Numbers: [5, 39, 22]
Generated Node #0,0: 56:[5, 39, 22] Operation: 89-67=22
Exploring Operation: 89-39=50, Resulting Numbers: [5, 67, 50]
Generated Node #0,1: 56:[5, 67, 50] Operation: 89-39=50
Start Sub Search at level 1: Movin... | 0.989583 | hs_2 | sum_heuristic |
[
2,
71,
11,
37
] | 84 | [
"37-11=26",
"26/2=13",
"71+13=84"
] | Current State: 84:[2, 71, 11, 37], Operations: []
Exploring Operation: 37-11=26, Resulting Numbers: [2, 71, 26]
Generated Node #2: [2, 71, 26] from Operation: 37-11=26
Current State: 84:[2, 71, 26], Operations: ['37-11=26']
Exploring Operation: 26/2=13, Resulting Numbers: [71, 13]
Generated Node #3: [71, 13] from Opera... | 4 | Current State: 84:[2, 71, 11, 37], Operations: []
Exploring Operation: 71+11=82, Resulting Numbers: [2, 37, 82]
Generated Node #0,0: 84:[2, 37, 82] Operation: 71+11=82
Exploring Operation: 37-11=26, Resulting Numbers: [2, 71, 26]
Generated Node #0,1: 84:[2, 71, 26] Operation: 37-11=26
Exploring Operation: 71-37=34, Res... | 0 | hs_3 | sum_heuristic |
[
8,
46,
18,
64
] | 34 | [
"8*18=144",
"46+64=110",
"144-110=34"
] | Current State: 34:[8, 46, 18, 64], Operations: []
Exploring Operation: 8*18=144, Resulting Numbers: [46, 64, 144]
Generated Node #2: [46, 64, 144] from Operation: 8*18=144
Current State: 34:[46, 64, 144], Operations: ['8*18=144']
Exploring Operation: 46+64=110, Resulting Numbers: [144, 110]
Generated Node #3: [144, 110... | 4 | Current State: 34:[8, 46, 18, 64], Operations: []
Exploring Operation: 64-18=46, Resulting Numbers: [8, 46, 46]
Generated Node #0,0: 34:[8, 46, 46] Operation: 64-18=46
Exploring Operation: 64-46=18, Resulting Numbers: [8, 18, 18]
Generated Node #0,1: 34:[8, 18, 18] Operation: 64-46=18
Exploring Operation: 64/8=8, Resul... | 0 | hs_3 | mult_heuristic |
[
5,
8,
18,
97
] | 43 | [
"8-5=3",
"18*3=54",
"97-54=43"
] | Current State: 43:[5, 8, 18, 97], Operations: []
Exploring Operation: 8-5=3, Resulting Numbers: [18, 97, 3]
Generated Node #2: [18, 97, 3] from Operation: 8-5=3
Current State: 43:[18, 97, 3], Operations: ['8-5=3']
Exploring Operation: 18*3=54, Resulting Numbers: [97, 54]
Generated Node #3: [97, 54] from Operation: 18*3... | 4 | Current State: 43:[5, 8, 18, 97], Operations: []
Exploring Operation: 5+8=13, Resulting Numbers: [18, 97, 13]
Generated Node #0,0: 43:[18, 97, 13] Operation: 5+8=13
Exploring Operation: 5+18=23, Resulting Numbers: [8, 97, 23]
Generated Node #0,1: 43:[8, 97, 23] Operation: 5+18=23
Exploring Operation: 5*8=40, Resulting ... | 0 | hs_4 | mult_heuristic |
[
95,
74,
53,
12
] | 62 | [
"95-74=21",
"53-12=41",
"21+41=62"
] | Current State: 62:[95, 74, 53, 12], Operations: []
Exploring Operation: 95-74=21, Resulting Numbers: [53, 12, 21]
Generated Node #2: [53, 12, 21] from Operation: 95-74=21
Current State: 62:[53, 12, 21], Operations: ['95-74=21']
Exploring Operation: 53-12=41, Resulting Numbers: [21, 41]
Generated Node #3: [21, 41] from ... | 4 | Current State: 62:[95, 74, 53, 12], Operations: []
Exploring Operation: 95-53=42, Resulting Numbers: [74, 12, 42]
Generated Node #0,0: 62:[74, 12, 42] Operation: 95-53=42
Exploring Operation: 95-74=21, Resulting Numbers: [53, 12, 21]
Generated Node #0,1: 62:[53, 12, 21] Operation: 95-74=21
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
15,
26,
91,
58
] | 22 | [
"26-15=11",
"91-58=33",
"33-11=22"
] | Current State: 22:[15, 26, 91, 58], Operations: []
Exploring Operation: 26-15=11, Resulting Numbers: [91, 58, 11]
Generated Node #2: [91, 58, 11] from Operation: 26-15=11
Current State: 22:[91, 58, 11], Operations: ['26-15=11']
Exploring Operation: 91-58=33, Resulting Numbers: [11, 33]
Generated Node #3: [11, 33] from ... | 4 | Current State: 22:[15, 26, 91, 58], Operations: []
Exploring Operation: 91-58=33, Resulting Numbers: [15, 26, 33]
Generated Node #0,0: 22:[15, 26, 33] Operation: 91-58=33
Moving to Node #0,0
Current State: 22:[15, 26, 33], Operations: ['91-58=33']
Exploring Operation: 33-15=18, Resulting Numbers: [26, 18]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
42,
76,
83,
79
] | 85 | [
"83-76=7",
"42/7=6",
"79+6=85"
] | Current State: 85:[42, 76, 83, 79], Operations: []
Exploring Operation: 83-76=7, Resulting Numbers: [42, 79, 7]
Generated Node #2: [42, 79, 7] from Operation: 83-76=7
Current State: 85:[42, 79, 7], Operations: ['83-76=7']
Exploring Operation: 42/7=6, Resulting Numbers: [79, 6]
Generated Node #3: [79, 6] from Operation:... | 4 | Current State: 85:[42, 76, 83, 79], Operations: []
Exploring Operation: 83-76=7, Resulting Numbers: [42, 79, 7]
Generated Node #0,0: 85:[42, 79, 7] Operation: 83-76=7
Exploring Operation: 83-79=4, Resulting Numbers: [42, 76, 4]
Generated Node #0,1: 85:[42, 76, 4] Operation: 83-79=4
Exploring Operation: 79-42=37, Result... | 0.93316 | hs_5 | mult_heuristic |
[
21,
51,
31,
82
] | 82 | [
"51-21=30",
"31-30=1",
"82*1=82"
] | Current State: 82:[21, 51, 31, 82], Operations: []
Exploring Operation: 51-21=30, Resulting Numbers: [31, 82, 30]
Generated Node #2: [31, 82, 30] from Operation: 51-21=30
Current State: 82:[31, 82, 30], Operations: ['51-21=30']
Exploring Operation: 31-30=1, Resulting Numbers: [82, 1]
Generated Node #3: [82, 1] from Ope... | 4 | Current State: 82:[21, 51, 31, 82], Operations: []
Exploring Operation: 21+51=72, Resulting Numbers: [31, 82, 72]
Generated Node #0,0: 82:[31, 82, 72] Operation: 21+51=72
Exploring Operation: 31-21=10, Resulting Numbers: [51, 82, 10]
Generated Node #0,1: 82:[51, 82, 10] Operation: 31-21=10
Exploring Operation: 51+31=82... | 0.931424 | hs_5 | mult_heuristic |
[
3,
60,
48,
61
] | 51 | [
"3+48=51",
"61-60=1",
"51*1=51"
] | Current State: 51:[3, 60, 48, 61], Operations: []
Exploring Operation: 3+48=51, Resulting Numbers: [60, 61, 51]
Generated Node #2: [60, 61, 51] from Operation: 3+48=51
Current State: 51:[60, 61, 51], Operations: ['3+48=51']
Exploring Operation: 61-60=1, Resulting Numbers: [51, 1]
Generated Node #3: [51, 1] from Operati... | 4 | Current State: 51:[3, 60, 48, 61], Operations: []
Exploring Operation: 61-60=1, Resulting Numbers: [3, 48, 1]
Generated Node #0,0: 51:[3, 48, 1] Operation: 61-60=1
Moving to Node #0,0
Current State: 51:[3, 48, 1], Operations: ['61-60=1']
Exploring Operation: 3+48=51, Resulting Numbers: [1, 51]
Generated Node #0,0,0: 51... | 0.993924 | hs_1 | sum_heuristic |
[
99,
23,
88,
30
] | 42 | [
"99-23=76",
"88+30=118",
"118-76=42"
] | Current State: 42:[99, 23, 88, 30], Operations: []
Exploring Operation: 99-23=76, Resulting Numbers: [88, 30, 76]
Generated Node #2: [88, 30, 76] from Operation: 99-23=76
Current State: 42:[88, 30, 76], Operations: ['99-23=76']
Exploring Operation: 88+30=118, Resulting Numbers: [76, 118]
Generated Node #3: [76, 118] fr... | 4 | Current State: 42:[99, 23, 88, 30], Operations: []
Exploring Operation: 99-23=76, Resulting Numbers: [88, 30, 76]
Generated Node #0,0: 42:[88, 30, 76] Operation: 99-23=76
Exploring Operation: 99-88=11, Resulting Numbers: [23, 30, 11]
Generated Node #0,1: 42:[23, 30, 11] Operation: 99-88=11
Exploring Operation: 99-30=69... | 0.970486 | hs_4 | sum_heuristic |
[
53,
49,
50,
5
] | 14 | [
"53-49=4",
"50/5=10",
"4+10=14"
] | Current State: 14:[53, 49, 50, 5], Operations: []
Exploring Operation: 53-49=4, Resulting Numbers: [50, 5, 4]
Generated Node #2: [50, 5, 4] from Operation: 53-49=4
Current State: 14:[50, 5, 4], Operations: ['53-49=4']
Exploring Operation: 50/5=10, Resulting Numbers: [4, 10]
Generated Node #3: [4, 10] from Operation: 50... | 4 | Current State: 14:[53, 49, 50, 5], Operations: []
Exploring Operation: 53-50=3, Resulting Numbers: [49, 5, 3]
Generated Node #0,0: 14:[49, 5, 3] Operation: 53-50=3
Exploring Operation: 53-5=48, Resulting Numbers: [49, 50, 48]
Generated Node #0,1: 14:[49, 50, 48] Operation: 53-5=48
Exploring Operation: 50/5=10, Resultin... | 0.980903 | hs_5 | sum_heuristic |
[
6,
6,
81,
78
] | 78 | [
"6-6=0",
"81*0=0",
"78+0=78"
] | Current State: 78:[6, 6, 81, 78], Operations: []
Exploring Operation: 6-6=0, Resulting Numbers: [81, 78, 0]
Generated Node #2: [81, 78, 0] from Operation: 6-6=0
Current State: 78:[81, 78, 0], Operations: ['6-6=0']
Exploring Operation: 81*0=0, Resulting Numbers: [78, 0]
Generated Node #3: [78, 0] from Operation: 81*0=0
... | 4 | Current State: 78:[6, 6, 81, 78], Operations: []
Exploring Operation: 81-6=75, Resulting Numbers: [6, 78, 75]
Generated Node #0,0: 78:[6, 78, 75] Operation: 81-6=75
Exploring Operation: 81-78=3, Resulting Numbers: [6, 6, 3]
Generated Node #0,1: 78:[6, 6, 3] Operation: 81-78=3
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | mult_heuristic |
[
51,
14,
11,
80
] | 28 | [
"51-11=40",
"14*80=1120",
"1120/40=28"
] | Current State: 28:[51, 14, 11, 80], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [14, 80, 40]
Generated Node #2: [14, 80, 40] from Operation: 51-11=40
Current State: 28:[14, 80, 40], Operations: ['51-11=40']
Exploring Operation: 14*80=1120, Resulting Numbers: [40, 1120]
Generated Node #3: [40, 1120]... | 4 | Current State: 28:[51, 14, 11, 80], Operations: []
Exploring Operation: 80-51=29, Resulting Numbers: [14, 11, 29]
Generated Node #0,0: 28:[14, 11, 29] Operation: 80-51=29
Moving to Node #0,0
Current State: 28:[14, 11, 29], Operations: ['80-51=29']
Exploring Operation: 14-11=3, Resulting Numbers: [29, 3]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
10,
29,
83,
19
] | 84 | [
"29-10=19",
"19/19=1",
"83+1=84"
] | Current State: 84:[10, 29, 83, 19], Operations: []
Exploring Operation: 29-10=19, Resulting Numbers: [83, 19, 19]
Generated Node #2: [83, 19, 19] from Operation: 29-10=19
Current State: 84:[83, 19, 19], Operations: ['29-10=19']
Exploring Operation: 19/19=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Ope... | 4 | Current State: 84:[10, 29, 83, 19], Operations: []
Exploring Operation: 29-19=10, Resulting Numbers: [10, 83, 10]
Generated Node #0,0: 84:[10, 83, 10] Operation: 29-19=10
Exploring Operation: 29-10=19, Resulting Numbers: [83, 19, 19]
Generated Node #0,1: 84:[83, 19, 19] Operation: 29-10=19
Exploring Operation: 10+19=29... | 0.975694 | hs_4 | sum_heuristic |
[
50,
69,
6,
31
] | 83 | [
"69-50=19",
"6*19=114",
"114-31=83"
] | Current State: 83:[50, 69, 6, 31], Operations: []
Exploring Operation: 69-50=19, Resulting Numbers: [6, 31, 19]
Generated Node #2: [6, 31, 19] from Operation: 69-50=19
Current State: 83:[6, 31, 19], Operations: ['69-50=19']
Exploring Operation: 6*19=114, Resulting Numbers: [31, 114]
Generated Node #3: [31, 114] from Op... | 4 | Current State: 83:[50, 69, 6, 31], Operations: []
Exploring Operation: 69+6=75, Resulting Numbers: [50, 31, 75]
Generated Node #0,0: 83:[50, 31, 75] Operation: 69+6=75
Exploring Operation: 50-6=44, Resulting Numbers: [69, 31, 44]
Generated Node #0,1: 83:[69, 31, 44] Operation: 50-6=44
Exploring Operation: 50+31=81, Res... | 0 | hs_5 | mult_heuristic |
[
79,
5,
36,
4
] | 87 | [
"36+4=40",
"40/5=8",
"79+8=87"
] | Current State: 87:[79, 5, 36, 4], Operations: []
Exploring Operation: 36+4=40, Resulting Numbers: [79, 5, 40]
Generated Node #2: [79, 5, 40] from Operation: 36+4=40
Current State: 87:[79, 5, 40], Operations: ['36+4=40']
Exploring Operation: 40/5=8, Resulting Numbers: [79, 8]
Generated Node #3: [79, 8] from Operation: 4... | 4 | Current State: 87:[79, 5, 36, 4], Operations: []
Exploring Operation: 79+4=83, Resulting Numbers: [5, 36, 83]
Generated Node #0,0: 87:[5, 36, 83] Operation: 79+4=83
Exploring Operation: 36-5=31, Resulting Numbers: [79, 4, 31]
Generated Node #0,1: 87:[79, 4, 31] Operation: 36-5=31
Exploring Operation: 79+5=84, Resulting... | 0 | hs_3 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.