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 |
|---|---|---|---|---|---|---|---|---|
[
78,
70,
11,
86
] | 98 | [
"86-70=16",
"11*16=176",
"176-78=98"
] | Current State: 98:[78, 70, 11, 86], Operations: []
Exploring Operation: 86-70=16, Resulting Numbers: [78, 11, 16]
Generated Node #2: [78, 11, 16] from Operation: 86-70=16
Current State: 98:[78, 11, 16], Operations: ['86-70=16']
Exploring Operation: 11*16=176, Resulting Numbers: [78, 176]
Generated Node #3: [78, 176] fr... | 4 | Current State: 98:[78, 70, 11, 86], Operations: []
Exploring Operation: 78-70=8, Resulting Numbers: [11, 86, 8]
Generated Node #0,0: 98:[11, 86, 8] Operation: 78-70=8
Exploring Operation: 86-70=16, Resulting Numbers: [78, 11, 16]
Generated Node #0,1: 98:[78, 11, 16] Operation: 86-70=16
Exploring Operation: 78+11=89, Re... | 0 | hs_5 | mult_heuristic |
[
35,
70,
51,
76
] | 50 | [
"70/35=2",
"76-51=25",
"2*25=50"
] | Current State: 50:[35, 70, 51, 76], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [51, 76, 2]
Generated Node #2: [51, 76, 2] from Operation: 70/35=2
Current State: 50:[51, 76, 2], Operations: ['70/35=2']
Exploring Operation: 76-51=25, Resulting Numbers: [2, 25]
Generated Node #3: [2, 25] from Operatio... | 4 | Current State: 50:[35, 70, 51, 76], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [51, 76, 2]
Generated Node #0,0: 50:[51, 76, 2] Operation: 70/35=2
Exploring Operation: 76-35=41, Resulting Numbers: [70, 51, 41]
Generated Node #0,1: 50:[70, 51, 41] Operation: 76-35=41
Exploring Operation: 76-70=6, Res... | 0.986111 | hs_3 | sum_heuristic |
[
78,
57,
32,
13
] | 66 | [
"78-57=21",
"32+13=45",
"21+45=66"
] | Current State: 66:[78, 57, 32, 13], Operations: []
Exploring Operation: 78-57=21, Resulting Numbers: [32, 13, 21]
Generated Node #2: [32, 13, 21] from Operation: 78-57=21
Current State: 66:[32, 13, 21], Operations: ['78-57=21']
Exploring Operation: 32+13=45, Resulting Numbers: [21, 45]
Generated Node #3: [21, 45] from ... | 4 | Current State: 66:[78, 57, 32, 13], Operations: []
Exploring Operation: 78/13=6, Resulting Numbers: [57, 32, 6]
Generated Node #0,0: 66:[57, 32, 6] Operation: 78/13=6
Exploring Operation: 78-13=65, Resulting Numbers: [57, 32, 65]
Generated Node #0,1: 66:[57, 32, 65] Operation: 78-13=65
Exploring Operation: 78-57=21, Re... | 0.986111 | hs_5 | sum_heuristic |
[
59,
88,
48,
10
] | 22 | [
"59-48=11",
"10*11=110",
"110-88=22"
] | Current State: 22:[59, 88, 48, 10], Operations: []
Exploring Operation: 59-48=11, Resulting Numbers: [88, 10, 11]
Generated Node #2: [88, 10, 11] from Operation: 59-48=11
Current State: 22:[88, 10, 11], Operations: ['59-48=11']
Exploring Operation: 10*11=110, Resulting Numbers: [88, 110]
Generated Node #3: [88, 110] fr... | 4 | Current State: 22:[59, 88, 48, 10], Operations: []
Exploring Operation: 88-48=40, Resulting Numbers: [59, 10, 40]
Generated Node #0,0: 22:[59, 10, 40] Operation: 88-48=40
Exploring Operation: 59-48=11, Resulting Numbers: [88, 10, 11]
Generated Node #0,1: 22:[88, 10, 11] Operation: 59-48=11
Exploring Operation: 88-59=29... | 0 | hs_5 | mult_heuristic |
[
58,
74,
9,
27
] | 13 | [
"74-58=16",
"27/9=3",
"16-3=13"
] | Current State: 13:[58, 74, 9, 27], Operations: []
Exploring Operation: 74-58=16, Resulting Numbers: [9, 27, 16]
Generated Node #2: [9, 27, 16] from Operation: 74-58=16
Current State: 13:[9, 27, 16], Operations: ['74-58=16']
Exploring Operation: 27/9=3, Resulting Numbers: [16, 3]
Generated Node #3: [16, 3] from Operatio... | 4 | Current State: 13:[58, 74, 9, 27], Operations: []
Exploring Operation: 74-58=16, Resulting Numbers: [9, 27, 16]
Generated Node #0,0: 13:[9, 27, 16] Operation: 74-58=16
Exploring Operation: 74-27=47, Resulting Numbers: [58, 9, 47]
Generated Node #0,1: 13:[58, 9, 47] Operation: 74-27=47
Exploring Operation: 58-27=31, Res... | 0.985243 | hs_3 | sum_heuristic |
[
7,
75,
76,
42
] | 48 | [
"7+75=82",
"76-42=34",
"82-34=48"
] | Current State: 48:[7, 75, 76, 42], Operations: []
Exploring Operation: 7+75=82, Resulting Numbers: [76, 42, 82]
Generated Node #2: [76, 42, 82] from Operation: 7+75=82
Current State: 48:[76, 42, 82], Operations: ['7+75=82']
Exploring Operation: 76-42=34, Resulting Numbers: [82, 34]
Generated Node #3: [82, 34] from Oper... | 4 | Current State: 48:[7, 75, 76, 42], Operations: []
Exploring Operation: 75-42=33, Resulting Numbers: [7, 76, 33]
Generated Node #0,0: 48:[7, 76, 33] Operation: 75-42=33
Exploring Operation: 76-42=34, Resulting Numbers: [7, 75, 34]
Generated Node #0,1: 48:[7, 75, 34] Operation: 76-42=34
Exploring Operation: 76-75=1, Resu... | 0.986111 | hs_3 | sum_heuristic |
[
27,
29,
93,
76
] | 19 | [
"29-27=2",
"93-76=17",
"2+17=19"
] | Current State: 19:[27, 29, 93, 76], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [93, 76, 2]
Generated Node #2: [93, 76, 2] from Operation: 29-27=2
Current State: 19:[93, 76, 2], Operations: ['29-27=2']
Exploring Operation: 93-76=17, Resulting Numbers: [2, 17]
Generated Node #3: [2, 17] from Operatio... | 4 | Current State: 19:[27, 29, 93, 76], Operations: []
Exploring Operation: 93-27=66, Resulting Numbers: [29, 76, 66]
Generated Node #0,0: 19:[29, 76, 66] Operation: 93-27=66
Exploring Operation: 76-27=49, Resulting Numbers: [29, 93, 49]
Generated Node #0,1: 19:[29, 93, 49] Operation: 76-27=49
Exploring Operation: 93-29=64... | 0.983507 | hs_5 | sum_heuristic |
[
17,
18,
71,
34
] | 62 | [
"17*18=306",
"306/34=9",
"71-9=62"
] | Current State: 62:[17, 18, 71, 34], Operations: []
Exploring Operation: 17*18=306, Resulting Numbers: [71, 34, 306]
Generated Node #2: [71, 34, 306] from Operation: 17*18=306
Current State: 62:[71, 34, 306], Operations: ['17*18=306']
Exploring Operation: 306/34=9, Resulting Numbers: [71, 9]
Generated Node #3: [71, 9] f... | 4 | Current State: 62:[17, 18, 71, 34], Operations: []
Exploring Operation: 18-17=1, Resulting Numbers: [71, 34, 1]
Generated Node #0,0: 62:[71, 34, 1] Operation: 18-17=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 62:[71, 34, 1], Operations: ['18-17=1']
Exploring Operation: 71-34=37, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
79,
39,
10,
28
] | 80 | [
"79+39=118",
"10+28=38",
"118-38=80"
] | Current State: 80:[79, 39, 10, 28], Operations: []
Exploring Operation: 79+39=118, Resulting Numbers: [10, 28, 118]
Generated Node #2: [10, 28, 118] from Operation: 79+39=118
Current State: 80:[10, 28, 118], Operations: ['79+39=118']
Exploring Operation: 10+28=38, Resulting Numbers: [118, 38]
Generated Node #3: [118, 3... | 4 | Current State: 80:[79, 39, 10, 28], Operations: []
Exploring Operation: 10+28=38, Resulting Numbers: [79, 39, 38]
Generated Node #0,0: 80:[79, 39, 38] Operation: 10+28=38
Exploring Operation: 79-39=40, Resulting Numbers: [10, 28, 40]
Generated Node #0,1: 80:[10, 28, 40] Operation: 79-39=40
Exploring Operation: 28-10=18... | 0.984375 | hs_4 | mult_heuristic |
[
2,
30,
27,
64
] | 58 | [
"30-27=3",
"2*3=6",
"64-6=58"
] | Current State: 58:[2, 30, 27, 64], Operations: []
Exploring Operation: 30-27=3, Resulting Numbers: [2, 64, 3]
Generated Node #2: [2, 64, 3] from Operation: 30-27=3
Current State: 58:[2, 64, 3], Operations: ['30-27=3']
Exploring Operation: 2*3=6, Resulting Numbers: [64, 6]
Generated Node #3: [64, 6] from Operation: 2*3=... | 4 | Current State: 58:[2, 30, 27, 64], Operations: []
Exploring Operation: 64-2=62, Resulting Numbers: [30, 27, 62]
Generated Node #0,0: 58:[30, 27, 62] Operation: 64-2=62
Exploring Operation: 64/2=32, Resulting Numbers: [30, 27, 32]
Generated Node #0,1: 58:[30, 27, 32] Operation: 64/2=32
Exploring Operation: 2+27=29, Resu... | 0 | hs_3 | sum_heuristic |
[
17,
60,
83,
63
] | 20 | [
"83-17=66",
"66-63=3",
"60/3=20"
] | Current State: 20:[17, 60, 83, 63], Operations: []
Exploring Operation: 83-17=66, Resulting Numbers: [60, 63, 66]
Generated Node #2: [60, 63, 66] from Operation: 83-17=66
Current State: 20:[60, 63, 66], Operations: ['83-17=66']
Exploring Operation: 66-63=3, Resulting Numbers: [60, 3]
Generated Node #3: [60, 3] from Ope... | 4 | Current State: 20:[17, 60, 83, 63], Operations: []
Exploring Operation: 83-63=20, Resulting Numbers: [17, 60, 20]
Generated Node #0,0: 20:[17, 60, 20] Operation: 83-63=20
Moving to Node #0,0
Current State: 20:[17, 60, 20], Operations: ['83-63=20']
Exploring Operation: 60/20=3, Resulting Numbers: [17, 3]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
93,
10,
98,
98
] | 96 | [
"98-93=5",
"10/5=2",
"98-2=96"
] | Current State: 96:[93, 10, 98, 98], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [10, 5]
Generated Node #2: [10, 5] from Operation: 98-93=5
Current State: 96:[10, 5], Operations: ['98-93=5']
Exploring Operation: 10/5=2, Resulting Numbers: [2]
2,96 equal: Goal Reached
Exploring Operation: 98-2=96, Res... | 4 | Current State: 96:[93, 10, 98, 98], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [10, 98, 5]
Generated Node #0,0: 96:[10, 98, 5] Operation: 98-93=5
Exploring Operation: 98-93=5, Resulting Numbers: [10, 98, 5]
Generated Node #0,1: 96:[10, 98, 5] Operation: 98-93=5
Exploring Operation: 98/98=1, Resulti... | 0.986111 | hs_3 | mult_heuristic |
[
28,
6,
81,
97
] | 68 | [
"97-81=16",
"6*16=96",
"96-28=68"
] | Current State: 68:[28, 6, 81, 97], Operations: []
Exploring Operation: 97-81=16, Resulting Numbers: [28, 6, 16]
Generated Node #2: [28, 6, 16] from Operation: 97-81=16
Current State: 68:[28, 6, 16], Operations: ['97-81=16']
Exploring Operation: 6*16=96, Resulting Numbers: [28, 96]
Generated Node #3: [28, 96] from Opera... | 4 | Current State: 68:[28, 6, 81, 97], Operations: []
Exploring Operation: 97-28=69, Resulting Numbers: [6, 81, 69]
Generated Node #0,0: 68:[6, 81, 69] Operation: 97-28=69
Exploring Operation: 97-81=16, Resulting Numbers: [28, 6, 16]
Generated Node #0,1: 68:[28, 6, 16] Operation: 97-81=16
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
13,
15,
15,
5
] | 64 | [
"13*5=65",
"15/15=1",
"65-1=64"
] | Current State: 64:[13, 15, 15, 5], Operations: []
Exploring Operation: 13*5=65, Resulting Numbers: [15, 15, 65]
Generated Node #2: [15, 15, 65] from Operation: 13*5=65
Current State: 64:[15, 15, 65], Operations: ['13*5=65']
Exploring Operation: 15/15=1, Resulting Numbers: [65, 1]
Generated Node #3: [65, 1] from Operati... | 4 | Current State: 64:[13, 15, 15, 5], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [15, 5, 2]
Generated Node #0,0: 64:[15, 5, 2] Operation: 15-13=2
Exploring Operation: 15-13=2, Resulting Numbers: [15, 5, 2]
Generated Node #0,1: 64:[15, 5, 2] Operation: 15-13=2
Moving to Node #0,0
Current State: 64:[15,... | 0 | hs_2 | sum_heuristic |
[
31,
96,
18,
12
] | 26 | [
"31*12=372",
"96+372=468",
"468/18=26"
] | Current State: 26:[31, 96, 18, 12], Operations: []
Exploring Operation: 31*12=372, Resulting Numbers: [96, 18, 372]
Generated Node #2: [96, 18, 372] from Operation: 31*12=372
Current State: 26:[96, 18, 372], Operations: ['31*12=372']
Exploring Operation: 96+372=468, Resulting Numbers: [18, 468]
Generated Node #3: [18, ... | 4 | Current State: 26:[31, 96, 18, 12], Operations: []
Exploring Operation: 96/12=8, Resulting Numbers: [31, 18, 8]
Generated Node #0,0: 26:[31, 18, 8] Operation: 96/12=8
Exploring Operation: 96-18=78, Resulting Numbers: [31, 12, 78]
Generated Node #0,1: 26:[31, 12, 78] Operation: 96-18=78
Exploring Operation: 96-31=65, Re... | 0 | hs_3 | sum_heuristic |
[
75,
16,
91,
66
] | 67 | [
"75+16=91",
"91/91=1",
"66+1=67"
] | Current State: 67:[75, 16, 91, 66], Operations: []
Exploring Operation: 75+16=91, Resulting Numbers: [91, 66, 91]
Generated Node #2: [91, 66, 91] from Operation: 75+16=91
Current State: 67:[91, 66, 91], Operations: ['75+16=91']
Exploring Operation: 91/91=1, Resulting Numbers: [66, 1]
Generated Node #3: [66, 1] from Ope... | 4 | Current State: 67:[75, 16, 91, 66], Operations: []
Exploring Operation: 91-16=75, Resulting Numbers: [75, 66, 75]
Generated Node #0,0: 67:[75, 66, 75] Operation: 91-16=75
Moving to Node #0,0
Current State: 67:[75, 66, 75], Operations: ['91-16=75']
Exploring Operation: 75-66=9, Resulting Numbers: [75, 9]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
66,
43,
3,
49
] | 48 | [
"49-43=6",
"3*6=18",
"66-18=48"
] | Current State: 48:[66, 43, 3, 49], Operations: []
Exploring Operation: 49-43=6, Resulting Numbers: [66, 3, 6]
Generated Node #2: [66, 3, 6] from Operation: 49-43=6
Current State: 48:[66, 3, 6], Operations: ['49-43=6']
Exploring Operation: 3*6=18, Resulting Numbers: [66, 18]
Generated Node #3: [66, 18] from Operation: 3... | 4 | Current State: 48:[66, 43, 3, 49], Operations: []
Exploring Operation: 66/3=22, Resulting Numbers: [43, 49, 22]
Generated Node #0,0: 48:[43, 49, 22] Operation: 66/3=22
Exploring Operation: 49-43=6, Resulting Numbers: [66, 3, 6]
Generated Node #0,1: 48:[66, 3, 6] Operation: 49-43=6
Exploring Operation: 66-43=23, Resulti... | 0 | hs_4 | mult_heuristic |
[
45,
66,
92,
51
] | 81 | [
"51-45=6",
"66/6=11",
"92-11=81"
] | Current State: 81:[45, 66, 92, 51], Operations: []
Exploring Operation: 51-45=6, Resulting Numbers: [66, 92, 6]
Generated Node #2: [66, 92, 6] from Operation: 51-45=6
Current State: 81:[66, 92, 6], Operations: ['51-45=6']
Exploring Operation: 66/6=11, Resulting Numbers: [92, 11]
Generated Node #3: [92, 11] from Operati... | 4 | Current State: 81:[45, 66, 92, 51], Operations: []
Exploring Operation: 51-45=6, Resulting Numbers: [66, 92, 6]
Generated Node #0,0: 81:[66, 92, 6] Operation: 51-45=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[66, 92, 6], Operations: ['51-45=6']
Exploring Operation: 92-66=26, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
4,
90,
66,
71
] | 10 | [
"66-4=62",
"71-62=9",
"90/9=10"
] | Current State: 10:[4, 90, 66, 71], Operations: []
Exploring Operation: 66-4=62, Resulting Numbers: [90, 71, 62]
Generated Node #2: [90, 71, 62] from Operation: 66-4=62
Current State: 10:[90, 71, 62], Operations: ['66-4=62']
Exploring Operation: 71-62=9, Resulting Numbers: [90, 9]
Generated Node #3: [90, 9] from Operati... | 4 | Current State: 10:[4, 90, 66, 71], Operations: []
Exploring Operation: 90-71=19, Resulting Numbers: [4, 66, 19]
Generated Node #0,0: 10:[4, 66, 19] Operation: 90-71=19
Moving to Node #0,0
Current State: 10:[4, 66, 19], Operations: ['90-71=19']
Exploring Operation: 66-19=47, Resulting Numbers: [4, 47]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
62,
72,
13,
55
] | 63 | [
"62+55=117",
"117/13=9",
"72-9=63"
] | Current State: 63:[62, 72, 13, 55], Operations: []
Exploring Operation: 62+55=117, Resulting Numbers: [72, 13, 117]
Generated Node #2: [72, 13, 117] from Operation: 62+55=117
Current State: 63:[72, 13, 117], Operations: ['62+55=117']
Exploring Operation: 117/13=9, Resulting Numbers: [72, 9]
Generated Node #3: [72, 9] f... | 4 | Current State: 63:[62, 72, 13, 55], Operations: []
Exploring Operation: 72-55=17, Resulting Numbers: [62, 13, 17]
Generated Node #0,0: 63:[62, 13, 17] Operation: 72-55=17
Moving to Node #0,0
Current State: 63:[62, 13, 17], Operations: ['72-55=17']
Exploring Operation: 17-13=4, Resulting Numbers: [62, 4]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
99,
52,
4,
64
] | 33 | [
"99*4=396",
"64-52=12",
"396/12=33"
] | Current State: 33:[99, 52, 4, 64], Operations: []
Exploring Operation: 99*4=396, Resulting Numbers: [52, 64, 396]
Generated Node #2: [52, 64, 396] from Operation: 99*4=396
Current State: 33:[52, 64, 396], Operations: ['99*4=396']
Exploring Operation: 64-52=12, Resulting Numbers: [396, 12]
Generated Node #3: [396, 12] f... | 4 | Current State: 33:[99, 52, 4, 64], Operations: []
Exploring Operation: 64/4=16, Resulting Numbers: [99, 52, 16]
Generated Node #0,0: 33:[99, 52, 16] Operation: 64/4=16
Exploring Operation: 99-52=47, Resulting Numbers: [4, 64, 47]
Generated Node #0,1: 33:[4, 64, 47] Operation: 99-52=47
Exploring Operation: 64-52=12, Res... | 0.949653 | hs_4 | sum_heuristic |
[
45,
97,
79,
37
] | 100 | [
"45+97=142",
"79-37=42",
"142-42=100"
] | Current State: 100:[45, 97, 79, 37], Operations: []
Exploring Operation: 45+97=142, Resulting Numbers: [79, 37, 142]
Generated Node #2: [79, 37, 142] from Operation: 45+97=142
Current State: 100:[79, 37, 142], Operations: ['45+97=142']
Exploring Operation: 79-37=42, Resulting Numbers: [142, 42]
Generated Node #3: [142,... | 4 | Current State: 100:[45, 97, 79, 37], Operations: []
Exploring Operation: 97-79=18, Resulting Numbers: [45, 37, 18]
Generated Node #0,0: 100:[45, 37, 18] Operation: 97-79=18
Exploring Operation: 79-37=42, Resulting Numbers: [45, 97, 42]
Generated Node #0,1: 100:[45, 97, 42] Operation: 79-37=42
Exploring Operation: 79+37... | 0.986979 | hs_4 | mult_heuristic |
[
98,
3,
20,
22
] | 93 | [
"98-3=95",
"22-20=2",
"95-2=93"
] | Current State: 93:[98, 3, 20, 22], Operations: []
Exploring Operation: 98-3=95, Resulting Numbers: [20, 22, 95]
Generated Node #2: [20, 22, 95] from Operation: 98-3=95
Current State: 93:[20, 22, 95], Operations: ['98-3=95']
Exploring Operation: 22-20=2, Resulting Numbers: [95, 2]
Generated Node #3: [95, 2] from Operati... | 4 | Current State: 93:[98, 3, 20, 22], Operations: []
Exploring Operation: 20+22=42, Resulting Numbers: [98, 3, 42]
Generated Node #0,0: 93:[98, 3, 42] Operation: 20+22=42
Exploring Operation: 22-20=2, Resulting Numbers: [98, 3, 2]
Generated Node #0,1: 93:[98, 3, 2] Operation: 22-20=2
Exploring Operation: 98-3=95, Resultin... | 0.986111 | hs_5 | sum_heuristic |
[
51,
53,
48,
9
] | 96 | [
"53-48=5",
"9*5=45",
"51+45=96"
] | Current State: 96:[51, 53, 48, 9], Operations: []
Exploring Operation: 53-48=5, Resulting Numbers: [51, 9, 5]
Generated Node #2: [51, 9, 5] from Operation: 53-48=5
Current State: 96:[51, 9, 5], Operations: ['53-48=5']
Exploring Operation: 9*5=45, Resulting Numbers: [51, 45]
Generated Node #3: [51, 45] from Operation: 9... | 4 | Current State: 96:[51, 53, 48, 9], Operations: []
Exploring Operation: 53-48=5, Resulting Numbers: [51, 9, 5]
Generated Node #0,0: 96:[51, 9, 5] Operation: 53-48=5
Exploring Operation: 53-51=2, Resulting Numbers: [48, 9, 2]
Generated Node #0,1: 96:[48, 9, 2] Operation: 53-51=2
Start Sub Search at level 1: Moving to Nod... | 0 | hs_2 | sum_heuristic |
[
68,
62,
30,
2
] | 95 | [
"68+62=130",
"130/2=65",
"30+65=95"
] | Current State: 95:[68, 62, 30, 2], Operations: []
Exploring Operation: 68+62=130, Resulting Numbers: [30, 2, 130]
Generated Node #2: [30, 2, 130] from Operation: 68+62=130
Current State: 95:[30, 2, 130], Operations: ['68+62=130']
Exploring Operation: 130/2=65, Resulting Numbers: [30, 65]
Generated Node #3: [30, 65] fro... | 4 | Current State: 95:[68, 62, 30, 2], Operations: []
Exploring Operation: 62+30=92, Resulting Numbers: [68, 2, 92]
Generated Node #0,0: 95:[68, 2, 92] Operation: 62+30=92
Exploring Operation: 68-62=6, Resulting Numbers: [30, 2, 6]
Generated Node #0,1: 95:[30, 2, 6] Operation: 68-62=6
Moving to Node #0,1
Current State: 95:... | 0 | hs_2 | mult_heuristic |
[
25,
6,
20,
31
] | 31 | [
"25-6=19",
"20-19=1",
"31*1=31"
] | Current State: 31:[25, 6, 20, 31], Operations: []
Exploring Operation: 25-6=19, Resulting Numbers: [20, 31, 19]
Generated Node #2: [20, 31, 19] from Operation: 25-6=19
Current State: 31:[20, 31, 19], Operations: ['25-6=19']
Exploring Operation: 20-19=1, Resulting Numbers: [31, 1]
Generated Node #3: [31, 1] from Operati... | 4 | Current State: 31:[25, 6, 20, 31], Operations: []
Exploring Operation: 6+20=26, Resulting Numbers: [25, 31, 26]
Generated Node #0,0: 31:[25, 31, 26] Operation: 6+20=26
Exploring Operation: 6+31=37, Resulting Numbers: [25, 20, 37]
Generated Node #0,1: 31:[25, 20, 37] Operation: 6+31=37
Exploring Operation: 25-6=19, Resu... | 0.983507 | hs_5 | mult_heuristic |
[
67,
38,
48,
8
] | 23 | [
"67-38=29",
"48/8=6",
"29-6=23"
] | Current State: 23:[67, 38, 48, 8], Operations: []
Exploring Operation: 67-38=29, Resulting Numbers: [48, 8, 29]
Generated Node #2: [48, 8, 29] from Operation: 67-38=29
Current State: 23:[48, 8, 29], Operations: ['67-38=29']
Exploring Operation: 48/8=6, Resulting Numbers: [29, 6]
Generated Node #3: [29, 6] from Operatio... | 4 | Current State: 23:[67, 38, 48, 8], Operations: []
Exploring Operation: 67-48=19, Resulting Numbers: [38, 8, 19]
Generated Node #0,0: 23:[38, 8, 19] Operation: 67-48=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[38, 8, 19], Operations: ['67-48=19']
Exploring Operation: 38-8=30, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
5,
60,
63,
81
] | 66 | [
"63-60=3",
"5*3=15",
"81-15=66"
] | Current State: 66:[5, 60, 63, 81], Operations: []
Exploring Operation: 63-60=3, Resulting Numbers: [5, 81, 3]
Generated Node #2: [5, 81, 3] from Operation: 63-60=3
Current State: 66:[5, 81, 3], Operations: ['63-60=3']
Exploring Operation: 5*3=15, Resulting Numbers: [81, 15]
Generated Node #3: [81, 15] from Operation: 5... | 4 | Current State: 66:[5, 60, 63, 81], Operations: []
Exploring Operation: 81-60=21, Resulting Numbers: [5, 63, 21]
Generated Node #0,0: 66:[5, 63, 21] Operation: 81-60=21
Exploring Operation: 81-63=18, Resulting Numbers: [5, 60, 18]
Generated Node #0,1: 66:[5, 60, 18] Operation: 81-63=18
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
71,
87,
35,
82
] | 64 | [
"87-82=5",
"35/5=7",
"71-7=64"
] | Current State: 64:[71, 87, 35, 82], Operations: []
Exploring Operation: 87-82=5, Resulting Numbers: [71, 35, 5]
Generated Node #2: [71, 35, 5] from Operation: 87-82=5
Current State: 64:[71, 35, 5], Operations: ['87-82=5']
Exploring Operation: 35/5=7, Resulting Numbers: [71, 7]
Generated Node #3: [71, 7] from Operation:... | 4 | Current State: 64:[71, 87, 35, 82], Operations: []
Exploring Operation: 87-71=16, Resulting Numbers: [35, 82, 16]
Generated Node #0,0: 64:[35, 82, 16] Operation: 87-71=16
Exploring Operation: 82-71=11, Resulting Numbers: [87, 35, 11]
Generated Node #0,1: 64:[87, 35, 11] Operation: 82-71=11
Exploring Operation: 87-82=5,... | 0.983507 | hs_3 | sum_heuristic |
[
6,
14,
5,
46
] | 49 | [
"14-6=8",
"46-5=41",
"8+41=49"
] | Current State: 49:[6, 14, 5, 46], Operations: []
Exploring Operation: 14-6=8, Resulting Numbers: [5, 46, 8]
Generated Node #2: [5, 46, 8] from Operation: 14-6=8
Current State: 49:[5, 46, 8], Operations: ['14-6=8']
Exploring Operation: 46-5=41, Resulting Numbers: [8, 41]
Generated Node #3: [8, 41] from Operation: 46-5=4... | 4 | Current State: 49:[6, 14, 5, 46], Operations: []
Exploring Operation: 5+46=51, Resulting Numbers: [6, 14, 51]
Generated Node #0,0: 49:[6, 14, 51] Operation: 5+46=51
Exploring Operation: 6+46=52, Resulting Numbers: [14, 5, 52]
Generated Node #0,1: 49:[14, 5, 52] Operation: 6+46=52
Exploring Operation: 14-6=8, Resulting ... | 0.984375 | hs_4 | sum_heuristic |
[
41,
1,
30,
43
] | 59 | [
"43-41=2",
"30*2=60",
"60-1=59"
] | Current State: 59:[41, 1, 30, 43], Operations: []
Exploring Operation: 43-41=2, Resulting Numbers: [1, 30, 2]
Generated Node #2: [1, 30, 2] from Operation: 43-41=2
Current State: 59:[1, 30, 2], Operations: ['43-41=2']
Exploring Operation: 30*2=60, Resulting Numbers: [1, 60]
Generated Node #3: [1, 60] from Operation: 30... | 4 | Current State: 59:[41, 1, 30, 43], Operations: []
Exploring Operation: 41+1=42, Resulting Numbers: [30, 43, 42]
Generated Node #0,0: 59:[30, 43, 42] Operation: 41+1=42
Exploring Operation: 1+30=31, Resulting Numbers: [41, 43, 31]
Generated Node #0,1: 59:[41, 43, 31] Operation: 1+30=31
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
43,
7,
53,
30
] | 40 | [
"53-43=10",
"7*10=70",
"70-30=40"
] | Current State: 40:[43, 7, 53, 30], Operations: []
Exploring Operation: 53-43=10, Resulting Numbers: [7, 30, 10]
Generated Node #2: [7, 30, 10] from Operation: 53-43=10
Current State: 40:[7, 30, 10], Operations: ['53-43=10']
Exploring Operation: 7*10=70, Resulting Numbers: [30, 70]
Generated Node #3: [30, 70] from Opera... | 4 | Current State: 40:[43, 7, 53, 30], Operations: []
Exploring Operation: 53-43=10, Resulting Numbers: [7, 30, 10]
Generated Node #0,0: 40:[7, 30, 10] Operation: 53-43=10
Exploring Operation: 43-30=13, Resulting Numbers: [7, 53, 13]
Generated Node #0,1: 40:[7, 53, 13] Operation: 43-30=13
Exploring Operation: 53-30=23, Res... | 0 | hs_3 | mult_heuristic |
[
57,
55,
10,
77
] | 43 | [
"10*77=770",
"770/55=14",
"57-14=43"
] | Current State: 43:[57, 55, 10, 77], Operations: []
Exploring Operation: 10*77=770, Resulting Numbers: [57, 55, 770]
Generated Node #2: [57, 55, 770] from Operation: 10*77=770
Current State: 43:[57, 55, 770], Operations: ['10*77=770']
Exploring Operation: 770/55=14, Resulting Numbers: [57, 14]
Generated Node #3: [57, 14... | 4 | Current State: 43:[57, 55, 10, 77], Operations: []
Exploring Operation: 55-10=45, Resulting Numbers: [57, 77, 45]
Generated Node #0,0: 43:[57, 77, 45] Operation: 55-10=45
Exploring Operation: 57-10=47, Resulting Numbers: [55, 77, 47]
Generated Node #0,1: 43:[55, 77, 47] Operation: 57-10=47
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
41,
93,
91,
96
] | 44 | [
"41+91=132",
"96-93=3",
"132/3=44"
] | Current State: 44:[41, 93, 91, 96], Operations: []
Exploring Operation: 41+91=132, Resulting Numbers: [93, 96, 132]
Generated Node #2: [93, 96, 132] from Operation: 41+91=132
Current State: 44:[93, 96, 132], Operations: ['41+91=132']
Exploring Operation: 96-93=3, Resulting Numbers: [132, 3]
Generated Node #3: [132, 3] ... | 4 | Current State: 44:[41, 93, 91, 96], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [41, 96, 2]
Generated Node #0,0: 44:[41, 96, 2] Operation: 93-91=2
Exploring Operation: 96-93=3, Resulting Numbers: [41, 91, 3]
Generated Node #0,1: 44:[41, 91, 3] Operation: 96-93=3
Exploring Operation: 96-91=5, Resulti... | 0 | hs_4 | sum_heuristic |
[
56,
28,
41,
69
] | 13 | [
"56/28=2",
"41*2=82",
"82-69=13"
] | Current State: 13:[56, 28, 41, 69], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [41, 69, 2]
Generated Node #2: [41, 69, 2] from Operation: 56/28=2
Current State: 13:[41, 69, 2], Operations: ['56/28=2']
Exploring Operation: 41*2=82, Resulting Numbers: [69, 82]
Generated Node #3: [69, 82] from Operati... | 4 | Current State: 13:[56, 28, 41, 69], Operations: []
Exploring Operation: 69-41=28, Resulting Numbers: [56, 28, 28]
Generated Node #0,0: 13:[56, 28, 28] Operation: 69-41=28
Exploring Operation: 56-41=15, Resulting Numbers: [28, 69, 15]
Generated Node #0,1: 13:[28, 69, 15] Operation: 56-41=15
Exploring Operation: 56/28=2,... | 0 | hs_5 | mult_heuristic |
[
38,
67,
54,
58
] | 56 | [
"67-38=29",
"58/29=2",
"54+2=56"
] | Current State: 56:[38, 67, 54, 58], Operations: []
Exploring Operation: 67-38=29, Resulting Numbers: [54, 58, 29]
Generated Node #2: [54, 58, 29] from Operation: 67-38=29
Current State: 56:[54, 58, 29], Operations: ['67-38=29']
Exploring Operation: 58/29=2, Resulting Numbers: [54, 2]
Generated Node #3: [54, 2] from Ope... | 4 | Current State: 56:[38, 67, 54, 58], Operations: []
Exploring Operation: 54-38=16, Resulting Numbers: [67, 58, 16]
Generated Node #0,0: 56:[67, 58, 16] Operation: 54-38=16
Exploring Operation: 67-58=9, Resulting Numbers: [38, 54, 9]
Generated Node #0,1: 56:[38, 54, 9] Operation: 67-58=9
Exploring Operation: 67-38=29, Re... | 0.984375 | hs_4 | sum_heuristic |
[
8,
15,
12,
4
] | 43 | [
"15*12=180",
"180-8=172",
"172/4=43"
] | Current State: 43:[8, 15, 12, 4], Operations: []
Exploring Operation: 15*12=180, Resulting Numbers: [8, 4, 180]
Generated Node #2: [8, 4, 180] from Operation: 15*12=180
Current State: 43:[8, 4, 180], Operations: ['15*12=180']
Exploring Operation: 180-8=172, Resulting Numbers: [4, 172]
Generated Node #3: [4, 172] from O... | 4 | Current State: 43:[8, 15, 12, 4], Operations: []
Exploring Operation: 8+12=20, Resulting Numbers: [15, 4, 20]
Generated Node #0,0: 43:[15, 4, 20] Operation: 8+12=20
Exploring Operation: 15*4=60, Resulting Numbers: [8, 12, 60]
Generated Node #0,1: 43:[8, 12, 60] Operation: 15*4=60
Exploring Operation: 12*4=48, Resulting... | 0 | hs_5 | mult_heuristic |
[
63,
11,
12,
67
] | 88 | [
"63+12=75",
"75-67=8",
"11*8=88"
] | Current State: 88:[63, 11, 12, 67], Operations: []
Exploring Operation: 63+12=75, Resulting Numbers: [11, 67, 75]
Generated Node #2: [11, 67, 75] from Operation: 63+12=75
Current State: 88:[11, 67, 75], Operations: ['63+12=75']
Exploring Operation: 75-67=8, Resulting Numbers: [11, 8]
Generated Node #3: [11, 8] from Ope... | 4 | Current State: 88:[63, 11, 12, 67], Operations: []
Exploring Operation: 11+67=78, Resulting Numbers: [63, 12, 78]
Generated Node #0,0: 88:[63, 12, 78] Operation: 11+67=78
Exploring Operation: 63-11=52, Resulting Numbers: [12, 67, 52]
Generated Node #0,1: 88:[12, 67, 52] Operation: 63-11=52
Exploring Operation: 67-63=4,... | 0.986111 | hs_5 | sum_heuristic |
[
18,
65,
78,
30
] | 45 | [
"18*65=1170",
"1170/78=15",
"30+15=45"
] | Current State: 45:[18, 65, 78, 30], Operations: []
Exploring Operation: 18*65=1170, Resulting Numbers: [78, 30, 1170]
Generated Node #2: [78, 30, 1170] from Operation: 18*65=1170
Current State: 45:[78, 30, 1170], Operations: ['18*65=1170']
Exploring Operation: 1170/78=15, Resulting Numbers: [30, 15]
Generated Node #3: ... | 4 | Current State: 45:[18, 65, 78, 30], Operations: []
Exploring Operation: 78-30=48, Resulting Numbers: [18, 65, 48]
Generated Node #0,0: 45:[18, 65, 48] Operation: 78-30=48
Exploring Operation: 78-65=13, Resulting Numbers: [18, 30, 13]
Generated Node #0,1: 45:[18, 30, 13] Operation: 78-65=13
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
6,
16,
96,
50
] | 24 | [
"6+16=22",
"96-50=46",
"46-22=24"
] | Current State: 24:[6, 16, 96, 50], Operations: []
Exploring Operation: 6+16=22, Resulting Numbers: [96, 50, 22]
Generated Node #2: [96, 50, 22] from Operation: 6+16=22
Current State: 24:[96, 50, 22], Operations: ['6+16=22']
Exploring Operation: 96-50=46, Resulting Numbers: [22, 46]
Generated Node #3: [22, 46] from Oper... | 4 | Current State: 24:[6, 16, 96, 50], Operations: []
Exploring Operation: 96/16=6, Resulting Numbers: [6, 50, 6]
Generated Node #0,0: 24:[6, 50, 6] Operation: 96/16=6
Exploring Operation: 96/6=16, Resulting Numbers: [16, 50, 16]
Generated Node #0,1: 24:[16, 50, 16] Operation: 96/6=16
Exploring Operation: 96-16=80, Resulti... | 0.967882 | hs_5 | mult_heuristic |
[
99,
51,
10,
33
] | 71 | [
"99-51=48",
"33-10=23",
"48+23=71"
] | Current State: 71:[99, 51, 10, 33], Operations: []
Exploring Operation: 99-51=48, Resulting Numbers: [10, 33, 48]
Generated Node #2: [10, 33, 48] from Operation: 99-51=48
Current State: 71:[10, 33, 48], Operations: ['99-51=48']
Exploring Operation: 33-10=23, Resulting Numbers: [48, 23]
Generated Node #3: [48, 23] from ... | 4 | Current State: 71:[99, 51, 10, 33], Operations: []
Exploring Operation: 99-33=66, Resulting Numbers: [51, 10, 66]
Generated Node #0,0: 71:[51, 10, 66] Operation: 99-33=66
Exploring Operation: 99-10=89, Resulting Numbers: [51, 33, 89]
Generated Node #0,1: 71:[51, 33, 89] Operation: 99-10=89
Exploring Operation: 10+33=43... | 0.926215 | hs_5 | mult_heuristic |
[
27,
66,
2,
84
] | 14 | [
"66/2=33",
"33-27=6",
"84/6=14"
] | Current State: 14:[27, 66, 2, 84], Operations: []
Exploring Operation: 66/2=33, Resulting Numbers: [27, 84, 33]
Generated Node #2: [27, 84, 33] from Operation: 66/2=33
Current State: 14:[27, 84, 33], Operations: ['66/2=33']
Exploring Operation: 33-27=6, Resulting Numbers: [84, 6]
Generated Node #3: [84, 6] from Operati... | 4 | Current State: 14:[27, 66, 2, 84], Operations: []
Exploring Operation: 84-66=18, Resulting Numbers: [27, 2, 18]
Generated Node #0,0: 14:[27, 2, 18] Operation: 84-66=18
Exploring Operation: 84/2=42, Resulting Numbers: [27, 66, 42]
Generated Node #0,1: 14:[27, 66, 42] Operation: 84/2=42
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
85,
89,
36,
29
] | 61 | [
"89-85=4",
"36+29=65",
"65-4=61"
] | Current State: 61:[85, 89, 36, 29], Operations: []
Exploring Operation: 89-85=4, Resulting Numbers: [36, 29, 4]
Generated Node #2: [36, 29, 4] from Operation: 89-85=4
Current State: 61:[36, 29, 4], Operations: ['89-85=4']
Exploring Operation: 36+29=65, Resulting Numbers: [4, 65]
Generated Node #3: [4, 65] from Operatio... | 4 | Current State: 61:[85, 89, 36, 29], Operations: []
Exploring Operation: 89-36=53, Resulting Numbers: [85, 29, 53]
Generated Node #0,0: 61:[85, 29, 53] Operation: 89-36=53
Exploring Operation: 36+29=65, Resulting Numbers: [85, 89, 65]
Generated Node #0,1: 61:[85, 89, 65] Operation: 36+29=65
Exploring Operation: 85-36=49... | 0.980903 | hs_5 | sum_heuristic |
[
5,
94,
65,
15
] | 46 | [
"5*15=75",
"94-65=29",
"75-29=46"
] | Current State: 46:[5, 94, 65, 15], Operations: []
Exploring Operation: 5*15=75, Resulting Numbers: [94, 65, 75]
Generated Node #2: [94, 65, 75] from Operation: 5*15=75
Current State: 46:[94, 65, 75], Operations: ['5*15=75']
Exploring Operation: 94-65=29, Resulting Numbers: [75, 29]
Generated Node #3: [75, 29] from Oper... | 4 | Current State: 46:[5, 94, 65, 15], Operations: []
Exploring Operation: 94-65=29, Resulting Numbers: [5, 15, 29]
Generated Node #0,0: 46:[5, 15, 29] Operation: 94-65=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 46:[5, 15, 29], Operations: ['94-65=29']
Exploring Operation: 15+29=44, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
4,
40,
81,
40
] | 39 | [
"4*40=160",
"81+40=121",
"160-121=39"
] | Current State: 39:[4, 40, 81, 40], Operations: []
Exploring Operation: 4*40=160, Resulting Numbers: [81, 160]
Generated Node #2: [81, 160] from Operation: 4*40=160
Current State: 39:[81, 160], Operations: ['4*40=160']
Exploring Operation: 81+40=121, Resulting Numbers: [160, 121]
Generated Node #3: [160, 121] from Opera... | 4 | Current State: 39:[4, 40, 81, 40], Operations: []
Exploring Operation: 81-4=77, Resulting Numbers: [40, 40, 77]
Generated Node #0,0: 39:[40, 40, 77] Operation: 81-4=77
Exploring Operation: 81-40=41, Resulting Numbers: [4, 40, 41]
Generated Node #0,1: 39:[4, 40, 41] Operation: 81-40=41
Exploring Operation: 81-40=41, Res... | 0 | hs_3 | mult_heuristic |
[
71,
30,
7,
92
] | 67 | [
"30-7=23",
"92/23=4",
"71-4=67"
] | Current State: 67:[71, 30, 7, 92], Operations: []
Exploring Operation: 30-7=23, Resulting Numbers: [71, 92, 23]
Generated Node #2: [71, 92, 23] from Operation: 30-7=23
Current State: 67:[71, 92, 23], Operations: ['30-7=23']
Exploring Operation: 92/23=4, Resulting Numbers: [71, 4]
Generated Node #3: [71, 4] from Operati... | 4 | Current State: 67:[71, 30, 7, 92], Operations: []
Exploring Operation: 92-7=85, Resulting Numbers: [71, 30, 85]
Generated Node #0,0: 67:[71, 30, 85] Operation: 92-7=85
Exploring Operation: 30+7=37, Resulting Numbers: [71, 92, 37]
Generated Node #0,1: 67:[71, 92, 37] Operation: 30+7=37
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
82,
46,
9,
88
] | 22 | [
"82-46=36",
"9*88=792",
"792/36=22"
] | Current State: 22:[82, 46, 9, 88], Operations: []
Exploring Operation: 82-46=36, Resulting Numbers: [9, 88, 36]
Generated Node #2: [9, 88, 36] from Operation: 82-46=36
Current State: 22:[9, 88, 36], Operations: ['82-46=36']
Exploring Operation: 9*88=792, Resulting Numbers: [36, 792]
Generated Node #3: [36, 792] from Op... | 4 | Current State: 22:[82, 46, 9, 88], Operations: []
Exploring Operation: 88-82=6, Resulting Numbers: [46, 9, 6]
Generated Node #0,0: 22:[46, 9, 6] Operation: 88-82=6
Exploring Operation: 82-46=36, Resulting Numbers: [9, 88, 36]
Generated Node #0,1: 22:[9, 88, 36] Operation: 82-46=36
Exploring Operation: 82-9=73, Resultin... | 0.970486 | hs_4 | sum_heuristic |
[
56,
4,
70,
1
] | 60 | [
"70-56=14",
"1+14=15",
"4*15=60"
] | Current State: 60:[56, 4, 70, 1], Operations: []
Exploring Operation: 70-56=14, Resulting Numbers: [4, 1, 14]
Generated Node #2: [4, 1, 14] from Operation: 70-56=14
Current State: 60:[4, 1, 14], Operations: ['70-56=14']
Exploring Operation: 1+14=15, Resulting Numbers: [4, 15]
Generated Node #3: [4, 15] from Operation: ... | 4 | Current State: 60:[56, 4, 70, 1], Operations: []
Exploring Operation: 70-56=14, Resulting Numbers: [4, 1, 14]
Generated Node #0,0: 60:[4, 1, 14] Operation: 70-56=14
Exploring Operation: 70-4=66, Resulting Numbers: [56, 1, 66]
Generated Node #0,1: 60:[56, 1, 66] Operation: 70-4=66
Exploring Operation: 56/4=14, Resulting... | 0.986979 | hs_4 | sum_heuristic |
[
12,
7,
41,
28
] | 25 | [
"41-12=29",
"28/7=4",
"29-4=25"
] | Current State: 25:[12, 7, 41, 28], Operations: []
Exploring Operation: 41-12=29, Resulting Numbers: [7, 28, 29]
Generated Node #2: [7, 28, 29] from Operation: 41-12=29
Current State: 25:[7, 28, 29], Operations: ['41-12=29']
Exploring Operation: 28/7=4, Resulting Numbers: [29, 4]
Generated Node #3: [29, 4] from Operatio... | 4 | Current State: 25:[12, 7, 41, 28], Operations: []
Exploring Operation: 41-12=29, Resulting Numbers: [7, 28, 29]
Generated Node #0,0: 25:[7, 28, 29] Operation: 41-12=29
Exploring Operation: 12-7=5, Resulting Numbers: [41, 28, 5]
Generated Node #0,1: 25:[41, 28, 5] Operation: 12-7=5
Exploring Operation: 41-28=13, Resulti... | 0.989583 | hs_3 | mult_heuristic |
[
12,
69,
78,
79
] | 65 | [
"79-69=10",
"78*10=780",
"780/12=65"
] | Current State: 65:[12, 69, 78, 79], Operations: []
Exploring Operation: 79-69=10, Resulting Numbers: [12, 78, 10]
Generated Node #2: [12, 78, 10] from Operation: 79-69=10
Current State: 65:[12, 78, 10], Operations: ['79-69=10']
Exploring Operation: 78*10=780, Resulting Numbers: [12, 780]
Generated Node #3: [12, 780] fr... | 4 | Current State: 65:[12, 69, 78, 79], Operations: []
Exploring Operation: 79-78=1, Resulting Numbers: [12, 69, 1]
Generated Node #0,0: 65:[12, 69, 1] Operation: 79-78=1
Exploring Operation: 79-69=10, Resulting Numbers: [12, 78, 10]
Generated Node #0,1: 65:[12, 78, 10] Operation: 79-69=10
Exploring Operation: 78-69=9, Res... | 0 | hs_5 | mult_heuristic |
[
98,
23,
45,
3
] | 90 | [
"98-23=75",
"45/3=15",
"75+15=90"
] | Current State: 90:[98, 23, 45, 3], Operations: []
Exploring Operation: 98-23=75, Resulting Numbers: [45, 3, 75]
Generated Node #2: [45, 3, 75] from Operation: 98-23=75
Current State: 90:[45, 3, 75], Operations: ['98-23=75']
Exploring Operation: 45/3=15, Resulting Numbers: [75, 15]
Generated Node #3: [75, 15] from Opera... | 4 | Current State: 90:[98, 23, 45, 3], Operations: []
Exploring Operation: 23-3=20, Resulting Numbers: [98, 45, 20]
Generated Node #0,0: 90:[98, 45, 20] Operation: 23-3=20
Exploring Operation: 45-23=22, Resulting Numbers: [98, 3, 22]
Generated Node #0,1: 90:[98, 3, 22] Operation: 45-23=22
Exploring Operation: 98-3=95, Resu... | 0 | hs_3 | sum_heuristic |
[
22,
19,
18,
4
] | 20 | [
"22-18=4",
"4/4=1",
"19+1=20"
] | Current State: 20:[22, 19, 18, 4], Operations: []
Exploring Operation: 22-18=4, Resulting Numbers: [19, 4, 4]
Generated Node #2: [19, 4, 4] from Operation: 22-18=4
Current State: 20:[19, 4, 4], Operations: ['22-18=4']
Exploring Operation: 4/4=1, Resulting Numbers: [19, 1]
Generated Node #3: [19, 1] from Operation: 4/4=... | 4 | Current State: 20:[22, 19, 18, 4], Operations: []
Exploring Operation: 22-4=18, Resulting Numbers: [19, 18, 18]
Generated Node #0,0: 20:[19, 18, 18] Operation: 22-4=18
Exploring Operation: 22-18=4, Resulting Numbers: [19, 4, 4]
Generated Node #0,1: 20:[19, 4, 4] Operation: 22-18=4
Exploring Operation: 22-19=3, Resultin... | 0.987847 | hs_4 | sum_heuristic |
[
67,
1,
92,
99
] | 74 | [
"67*1=67",
"99-92=7",
"67+7=74"
] | Current State: 74:[67, 1, 92, 99], Operations: []
Exploring Operation: 67*1=67, Resulting Numbers: [92, 99, 67]
Generated Node #2: [92, 99, 67] from Operation: 67*1=67
Current State: 74:[92, 99, 67], Operations: ['67*1=67']
Exploring Operation: 99-92=7, Resulting Numbers: [67, 7]
Generated Node #3: [67, 7] from Operati... | 4 | Current State: 74:[67, 1, 92, 99], Operations: []
Exploring Operation: 92-67=25, Resulting Numbers: [1, 99, 25]
Generated Node #0,0: 74:[1, 99, 25] Operation: 92-67=25
Exploring Operation: 67+1=68, Resulting Numbers: [92, 99, 68]
Generated Node #0,1: 74:[92, 99, 68] Operation: 67+1=68
Exploring Operation: 99-92=7, Resu... | 0.988715 | hs_4 | sum_heuristic |
[
96,
9,
24,
42
] | 98 | [
"42-24=18",
"18/9=2",
"96+2=98"
] | Current State: 98:[96, 9, 24, 42], Operations: []
Exploring Operation: 42-24=18, Resulting Numbers: [96, 9, 18]
Generated Node #2: [96, 9, 18] from Operation: 42-24=18
Current State: 98:[96, 9, 18], Operations: ['42-24=18']
Exploring Operation: 18/9=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Operatio... | 4 | Current State: 98:[96, 9, 24, 42], Operations: []
Exploring Operation: 42-24=18, Resulting Numbers: [96, 9, 18]
Generated Node #0,0: 98:[96, 9, 18] Operation: 42-24=18
Exploring Operation: 24-9=15, Resulting Numbers: [96, 42, 15]
Generated Node #0,1: 98:[96, 42, 15] Operation: 24-9=15
Exploring Operation: 96/24=4, Resu... | 0.990451 | hs_3 | sum_heuristic |
[
24,
53,
26,
13
] | 20 | [
"26-24=2",
"53-13=40",
"40/2=20"
] | Current State: 20:[24, 53, 26, 13], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [53, 13, 2]
Generated Node #2: [53, 13, 2] from Operation: 26-24=2
Current State: 20:[53, 13, 2], Operations: ['26-24=2']
Exploring Operation: 53-13=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operatio... | 4 | Current State: 20:[24, 53, 26, 13], Operations: []
Exploring Operation: 53-26=27, Resulting Numbers: [24, 13, 27]
Generated Node #0,0: 20:[24, 13, 27] Operation: 53-26=27
Exploring Operation: 53-24=29, Resulting Numbers: [26, 13, 29]
Generated Node #0,1: 20:[26, 13, 29] Operation: 53-24=29
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
20,
18,
15,
25
] | 30 | [
"20*15=300",
"300/25=12",
"18+12=30"
] | Current State: 30:[20, 18, 15, 25], Operations: []
Exploring Operation: 20*15=300, Resulting Numbers: [18, 25, 300]
Generated Node #2: [18, 25, 300] from Operation: 20*15=300
Current State: 30:[18, 25, 300], Operations: ['20*15=300']
Exploring Operation: 300/25=12, Resulting Numbers: [18, 12]
Generated Node #3: [18, 12... | 4 | Current State: 30:[20, 18, 15, 25], Operations: []
Exploring Operation: 20-18=2, Resulting Numbers: [15, 25, 2]
Generated Node #0,0: 30:[15, 25, 2] Operation: 20-18=2
Exploring Operation: 25-20=5, Resulting Numbers: [18, 15, 5]
Generated Node #0,1: 30:[18, 15, 5] Operation: 25-20=5
Exploring Operation: 25-18=7, Resulti... | 0 | hs_3 | sum_heuristic |
[
3,
56,
63,
34
] | 17 | [
"3*34=102",
"56+63=119",
"119-102=17"
] | Current State: 17:[3, 56, 63, 34], Operations: []
Exploring Operation: 3*34=102, Resulting Numbers: [56, 63, 102]
Generated Node #2: [56, 63, 102] from Operation: 3*34=102
Current State: 17:[56, 63, 102], Operations: ['3*34=102']
Exploring Operation: 56+63=119, Resulting Numbers: [102, 119]
Generated Node #3: [102, 119... | 4 | Current State: 17:[3, 56, 63, 34], Operations: []
Exploring Operation: 63-56=7, Resulting Numbers: [3, 34, 7]
Generated Node #0,0: 17:[3, 34, 7] Operation: 63-56=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[3, 34, 7], Operations: ['63-56=7']
Exploring Operation: 3*7=21, Resulting Numbers: [34, ... | 0 | hs_1 | sum_heuristic |
[
99,
14,
33,
10
] | 74 | [
"99-33=66",
"14*10=140",
"140-66=74"
] | Current State: 74:[99, 14, 33, 10], Operations: []
Exploring Operation: 99-33=66, Resulting Numbers: [14, 10, 66]
Generated Node #2: [14, 10, 66] from Operation: 99-33=66
Current State: 74:[14, 10, 66], Operations: ['99-33=66']
Exploring Operation: 14*10=140, Resulting Numbers: [66, 140]
Generated Node #3: [66, 140] fr... | 4 | Current State: 74:[99, 14, 33, 10], Operations: []
Exploring Operation: 99-33=66, Resulting Numbers: [14, 10, 66]
Generated Node #0,0: 74:[14, 10, 66] Operation: 99-33=66
Exploring Operation: 99-14=85, Resulting Numbers: [33, 10, 85]
Generated Node #0,1: 74:[33, 10, 85] Operation: 99-14=85
Exploring Operation: 99-10=89... | 0 | hs_4 | mult_heuristic |
[
43,
62,
9,
23
] | 13 | [
"62-43=19",
"9+23=32",
"32-19=13"
] | Current State: 13:[43, 62, 9, 23], Operations: []
Exploring Operation: 62-43=19, Resulting Numbers: [9, 23, 19]
Generated Node #2: [9, 23, 19] from Operation: 62-43=19
Current State: 13:[9, 23, 19], Operations: ['62-43=19']
Exploring Operation: 9+23=32, Resulting Numbers: [19, 32]
Generated Node #3: [19, 32] from Opera... | 4 | Current State: 13:[43, 62, 9, 23], Operations: []
Exploring Operation: 43-23=20, Resulting Numbers: [62, 9, 20]
Generated Node #0,0: 13:[62, 9, 20] Operation: 43-23=20
Exploring Operation: 62-23=39, Resulting Numbers: [43, 9, 39]
Generated Node #0,1: 13:[43, 9, 39] Operation: 62-23=39
Exploring Operation: 62-43=19, Res... | 0.984375 | hs_4 | sum_heuristic |
[
94,
62,
83,
72
] | 43 | [
"94-62=32",
"83-72=11",
"32+11=43"
] | Current State: 43:[94, 62, 83, 72], Operations: []
Exploring Operation: 94-62=32, Resulting Numbers: [83, 72, 32]
Generated Node #2: [83, 72, 32] from Operation: 94-62=32
Current State: 43:[83, 72, 32], Operations: ['94-62=32']
Exploring Operation: 83-72=11, Resulting Numbers: [32, 11]
Generated Node #3: [32, 11] from ... | 4 | Current State: 43:[94, 62, 83, 72], Operations: []
Exploring Operation: 94-62=32, Resulting Numbers: [83, 72, 32]
Generated Node #0,0: 43:[83, 72, 32] Operation: 94-62=32
Exploring Operation: 94-83=11, Resulting Numbers: [62, 72, 11]
Generated Node #0,1: 43:[62, 72, 11] Operation: 94-83=11
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
28,
56,
44,
68
] | 48 | [
"56/28=2",
"68-44=24",
"2*24=48"
] | Current State: 48:[28, 56, 44, 68], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [44, 68, 2]
Generated Node #2: [44, 68, 2] from Operation: 56/28=2
Current State: 48:[44, 68, 2], Operations: ['56/28=2']
Exploring Operation: 68-44=24, Resulting Numbers: [2, 24]
Generated Node #3: [2, 24] from Operatio... | 4 | Current State: 48:[28, 56, 44, 68], Operations: []
Exploring Operation: 68-56=12, Resulting Numbers: [28, 44, 12]
Generated Node #0,0: 48:[28, 44, 12] Operation: 68-56=12
Exploring Operation: 56/28=2, Resulting Numbers: [44, 68, 2]
Generated Node #0,1: 48:[44, 68, 2] Operation: 56/28=2
Exploring Operation: 68-44=24, Re... | 0.967014 | hs_5 | mult_heuristic |
[
76,
87,
97,
84
] | 83 | [
"97-76=21",
"84/21=4",
"87-4=83"
] | Current State: 83:[76, 87, 97, 84], Operations: []
Exploring Operation: 97-76=21, Resulting Numbers: [87, 84, 21]
Generated Node #2: [87, 84, 21] from Operation: 97-76=21
Current State: 83:[87, 84, 21], Operations: ['97-76=21']
Exploring Operation: 84/21=4, Resulting Numbers: [87, 4]
Generated Node #3: [87, 4] from Ope... | 4 | Current State: 83:[76, 87, 97, 84], Operations: []
Exploring Operation: 97-87=10, Resulting Numbers: [76, 84, 10]
Generated Node #0,0: 83:[76, 84, 10] Operation: 97-87=10
Exploring Operation: 97-76=21, Resulting Numbers: [87, 84, 21]
Generated Node #0,1: 83:[87, 84, 21] Operation: 97-76=21
Exploring Operation: 97-84=13... | 0 | hs_4 | sum_heuristic |
[
76,
91,
14,
53
] | 100 | [
"76+91=167",
"14+53=67",
"167-67=100"
] | Current State: 100:[76, 91, 14, 53], Operations: []
Exploring Operation: 76+91=167, Resulting Numbers: [14, 53, 167]
Generated Node #2: [14, 53, 167] from Operation: 76+91=167
Current State: 100:[14, 53, 167], Operations: ['76+91=167']
Exploring Operation: 14+53=67, Resulting Numbers: [167, 67]
Generated Node #3: [167,... | 4 | Current State: 100:[76, 91, 14, 53], Operations: []
Exploring Operation: 91-76=15, Resulting Numbers: [14, 53, 15]
Generated Node #0,0: 100:[14, 53, 15] Operation: 91-76=15
Moving to Node #0,0
Current State: 100:[14, 53, 15], Operations: ['91-76=15']
Exploring Operation: 15-14=1, Resulting Numbers: [53, 1]
Generated No... | 0 | hs_1 | mult_heuristic |
[
4,
24,
14,
54
] | 60 | [
"24-4=20",
"54-14=40",
"20+40=60"
] | Current State: 60:[4, 24, 14, 54], Operations: []
Exploring Operation: 24-4=20, Resulting Numbers: [14, 54, 20]
Generated Node #2: [14, 54, 20] from Operation: 24-4=20
Current State: 60:[14, 54, 20], Operations: ['24-4=20']
Exploring Operation: 54-14=40, Resulting Numbers: [20, 40]
Generated Node #3: [20, 40] from Oper... | 4 | Current State: 60:[4, 24, 14, 54], Operations: []
Exploring Operation: 54-24=30, Resulting Numbers: [4, 14, 30]
Generated Node #0,0: 60:[4, 14, 30] Operation: 54-24=30
Exploring Operation: 24-4=20, Resulting Numbers: [14, 54, 20]
Generated Node #0,1: 60:[14, 54, 20] Operation: 24-4=20
Exploring Operation: 24-14=10, Res... | 0.977431 | hs_3 | sum_heuristic |
[
10,
24,
10,
50
] | 30 | [
"10+50=60",
"60/10=6",
"24+6=30"
] | Current State: 30:[10, 24, 10, 50], Operations: []
Exploring Operation: 10+50=60, Resulting Numbers: [24, 60]
Generated Node #2: [24, 60] from Operation: 10+50=60
Current State: 30:[24, 60], Operations: ['10+50=60']
Exploring Operation: 60/10=6, Resulting Numbers: [24, 6]
Generated Node #3: [24, 6] from Operation: 60/1... | 4 | Current State: 30:[10, 24, 10, 50], Operations: []
Exploring Operation: 50/10=5, Resulting Numbers: [10, 24, 5]
Generated Node #0,0: 30:[10, 24, 5] Operation: 50/10=5
Exploring Operation: 50-10=40, Resulting Numbers: [24, 10, 40]
Generated Node #0,1: 30:[24, 10, 40] Operation: 50-10=40
Exploring Operation: 50-24=26, Re... | 0 | hs_4 | sum_heuristic |
[
32,
20,
85,
33
] | 40 | [
"32-20=12",
"85-33=52",
"52-12=40"
] | Current State: 40:[32, 20, 85, 33], Operations: []
Exploring Operation: 32-20=12, Resulting Numbers: [85, 33, 12]
Generated Node #2: [85, 33, 12] from Operation: 32-20=12
Current State: 40:[85, 33, 12], Operations: ['32-20=12']
Exploring Operation: 85-33=52, Resulting Numbers: [12, 52]
Generated Node #3: [12, 52] from ... | 4 | Current State: 40:[32, 20, 85, 33], Operations: []
Exploring Operation: 85-20=65, Resulting Numbers: [32, 33, 65]
Generated Node #0,0: 40:[32, 33, 65] Operation: 85-20=65
Exploring Operation: 85-32=53, Resulting Numbers: [20, 33, 53]
Generated Node #0,1: 40:[20, 33, 53] Operation: 85-32=53
Exploring Operation: 85-33=52... | 0.988715 | hs_3 | mult_heuristic |
[
79,
37,
63,
47
] | 35 | [
"79+47=126",
"126/63=2",
"37-2=35"
] | Current State: 35:[79, 37, 63, 47], Operations: []
Exploring Operation: 79+47=126, Resulting Numbers: [37, 63, 126]
Generated Node #2: [37, 63, 126] from Operation: 79+47=126
Current State: 35:[37, 63, 126], Operations: ['79+47=126']
Exploring Operation: 126/63=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] f... | 4 | Current State: 35:[79, 37, 63, 47], Operations: []
Exploring Operation: 79-47=32, Resulting Numbers: [37, 63, 32]
Generated Node #0,0: 35:[37, 63, 32] Operation: 79-47=32
Exploring Operation: 79-37=42, Resulting Numbers: [63, 47, 42]
Generated Node #0,1: 35:[63, 47, 42] Operation: 79-37=42
Exploring Operation: 79-63=16... | 0 | hs_3 | sum_heuristic |
[
89,
13,
4,
12
] | 34 | [
"89+13=102",
"12/4=3",
"102/3=34"
] | Current State: 34:[89, 13, 4, 12], Operations: []
Exploring Operation: 89+13=102, Resulting Numbers: [4, 12, 102]
Generated Node #2: [4, 12, 102] from Operation: 89+13=102
Current State: 34:[4, 12, 102], Operations: ['89+13=102']
Exploring Operation: 12/4=3, Resulting Numbers: [102, 3]
Generated Node #3: [102, 3] from ... | 4 | Current State: 34:[89, 13, 4, 12], Operations: []
Exploring Operation: 89-12=77, Resulting Numbers: [13, 4, 77]
Generated Node #0,0: 34:[13, 4, 77] Operation: 89-12=77
Exploring Operation: 89-13=76, Resulting Numbers: [4, 12, 76]
Generated Node #0,1: 34:[4, 12, 76] Operation: 89-13=76
Exploring Operation: 13-12=1, Resu... | 0 | hs_3 | sum_heuristic |
[
37,
52,
27,
74
] | 42 | [
"37+52=89",
"74-27=47",
"89-47=42"
] | Current State: 42:[37, 52, 27, 74], Operations: []
Exploring Operation: 37+52=89, Resulting Numbers: [27, 74, 89]
Generated Node #2: [27, 74, 89] from Operation: 37+52=89
Current State: 42:[27, 74, 89], Operations: ['37+52=89']
Exploring Operation: 74-27=47, Resulting Numbers: [89, 47]
Generated Node #3: [89, 47] from ... | 4 | Current State: 42:[37, 52, 27, 74], Operations: []
Exploring Operation: 74-52=22, Resulting Numbers: [37, 27, 22]
Generated Node #0,0: 42:[37, 27, 22] Operation: 74-52=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 42:[37, 27, 22], Operations: ['74-52=22']
Exploring Operation: 37-27=10, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
33,
33,
97,
64
] | 33 | [
"33+33=66",
"97-64=33",
"66-33=33"
] | Current State: 33:[33, 33, 97, 64], Operations: []
Exploring Operation: 33+33=66, Resulting Numbers: [97, 64, 66]
Generated Node #2: [97, 64, 66] from Operation: 33+33=66
Current State: 33:[97, 64, 66], Operations: ['33+33=66']
Exploring Operation: 97-64=33, Resulting Numbers: [66, 33]
Generated Node #3: [66, 33] from ... | 4 | Current State: 33:[33, 33, 97, 64], Operations: []
Exploring Operation: 97-33=64, Resulting Numbers: [33, 64, 64]
Generated Node #0,0: 33:[33, 64, 64] Operation: 97-33=64
Exploring Operation: 97-64=33, Resulting Numbers: [33, 33, 33]
Generated Node #0,1: 33:[33, 33, 33] Operation: 97-64=33
Exploring Operation: 97-33=64... | 0.987847 | hs_3 | mult_heuristic |
[
33,
10,
47,
17
] | 90 | [
"33+47=80",
"10*17=170",
"170-80=90"
] | Current State: 90:[33, 10, 47, 17], Operations: []
Exploring Operation: 33+47=80, Resulting Numbers: [10, 17, 80]
Generated Node #2: [10, 17, 80] from Operation: 33+47=80
Current State: 90:[10, 17, 80], Operations: ['33+47=80']
Exploring Operation: 10*17=170, Resulting Numbers: [80, 170]
Generated Node #3: [80, 170] fr... | 4 | Current State: 90:[33, 10, 47, 17], Operations: []
Exploring Operation: 47-17=30, Resulting Numbers: [33, 10, 30]
Generated Node #0,0: 90:[33, 10, 30] Operation: 47-17=30
Exploring Operation: 33-17=16, Resulting Numbers: [10, 47, 16]
Generated Node #0,1: 90:[10, 47, 16] Operation: 33-17=16
Exploring Operation: 47-33=14... | 0 | hs_3 | mult_heuristic |
[
71,
20,
53,
10
] | 28 | [
"71+20=91",
"53+10=63",
"91-63=28"
] | Current State: 28:[71, 20, 53, 10], Operations: []
Exploring Operation: 71+20=91, Resulting Numbers: [53, 10, 91]
Generated Node #2: [53, 10, 91] from Operation: 71+20=91
Current State: 28:[53, 10, 91], Operations: ['71+20=91']
Exploring Operation: 53+10=63, Resulting Numbers: [91, 63]
Generated Node #3: [91, 63] from ... | 4 | Current State: 28:[71, 20, 53, 10], Operations: []
Exploring Operation: 71-53=18, Resulting Numbers: [20, 10, 18]
Generated Node #0,0: 28:[20, 10, 18] Operation: 71-53=18
Exploring Operation: 71-20=51, Resulting Numbers: [53, 10, 51]
Generated Node #0,1: 28:[53, 10, 51] Operation: 71-20=51
Exploring Operation: 53-20=33... | 0.956597 | hs_4 | sum_heuristic |
[
47,
25,
72,
28
] | 23 | [
"28-25=3",
"72/3=24",
"47-24=23"
] | Current State: 23:[47, 25, 72, 28], Operations: []
Exploring Operation: 28-25=3, Resulting Numbers: [47, 72, 3]
Generated Node #2: [47, 72, 3] from Operation: 28-25=3
Current State: 23:[47, 72, 3], Operations: ['28-25=3']
Exploring Operation: 72/3=24, Resulting Numbers: [47, 24]
Generated Node #3: [47, 24] from Operati... | 4 | Current State: 23:[47, 25, 72, 28], Operations: []
Exploring Operation: 72-28=44, Resulting Numbers: [47, 25, 44]
Generated Node #0,0: 23:[47, 25, 44] Operation: 72-28=44
Exploring Operation: 72-25=47, Resulting Numbers: [47, 28, 47]
Generated Node #0,1: 23:[47, 28, 47] Operation: 72-25=47
Exploring Operation: 72-47=25... | 0 | hs_3 | mult_heuristic |
[
4,
9,
1,
4
] | 12 | [
"4*9=36",
"4-1=3",
"36/3=12"
] | Current State: 12:[4, 9, 1, 4], Operations: []
Exploring Operation: 4*9=36, Resulting Numbers: [1, 36]
Generated Node #2: [1, 36] from Operation: 4*9=36
Current State: 12:[1, 36], Operations: ['4*9=36']
Exploring Operation: 4-1=3, Resulting Numbers: [36, 3]
Generated Node #3: [36, 3] from Operation: 4-1=3
Current State... | 4 | Current State: 12:[4, 9, 1, 4], Operations: []
Exploring Operation: 9-4=5, Resulting Numbers: [1, 4, 5]
Generated Node #0,0: 12:[1, 4, 5] Operation: 9-4=5
Exploring Operation: 4+9=13, Resulting Numbers: [1, 4, 13]
Generated Node #0,1: 12:[1, 4, 13] Operation: 4+9=13
Exploring Operation: 9+1=10, Resulting Numbers: [4, 4... | 0 | hs_3 | sum_heuristic |
[
75,
51,
64,
46
] | 86 | [
"75-51=24",
"64+46=110",
"110-24=86"
] | Current State: 86:[75, 51, 64, 46], Operations: []
Exploring Operation: 75-51=24, Resulting Numbers: [64, 46, 24]
Generated Node #2: [64, 46, 24] from Operation: 75-51=24
Current State: 86:[64, 46, 24], Operations: ['75-51=24']
Exploring Operation: 64+46=110, Resulting Numbers: [24, 110]
Generated Node #3: [24, 110] fr... | 4 | Current State: 86:[75, 51, 64, 46], Operations: []
Exploring Operation: 64-46=18, Resulting Numbers: [75, 51, 18]
Generated Node #0,0: 86:[75, 51, 18] Operation: 64-46=18
Exploring Operation: 51-46=5, Resulting Numbers: [75, 64, 5]
Generated Node #0,1: 86:[75, 64, 5] Operation: 51-46=5
Exploring Operation: 75-64=11, Re... | 0.987847 | hs_4 | mult_heuristic |
[
52,
65,
89,
59
] | 87 | [
"52+65=117",
"89-59=30",
"117-30=87"
] | Current State: 87:[52, 65, 89, 59], Operations: []
Exploring Operation: 52+65=117, Resulting Numbers: [89, 59, 117]
Generated Node #2: [89, 59, 117] from Operation: 52+65=117
Current State: 87:[89, 59, 117], Operations: ['52+65=117']
Exploring Operation: 89-59=30, Resulting Numbers: [117, 30]
Generated Node #3: [117, 3... | 4 | Current State: 87:[52, 65, 89, 59], Operations: []
Exploring Operation: 59-52=7, Resulting Numbers: [65, 89, 7]
Generated Node #0,0: 87:[65, 89, 7] Operation: 59-52=7
Exploring Operation: 65-59=6, Resulting Numbers: [52, 89, 6]
Generated Node #0,1: 87:[52, 89, 6] Operation: 65-59=6
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
95,
3,
21,
95
] | 60 | [
"95/95=1",
"21-1=20",
"3*20=60"
] | Current State: 60:[95, 3, 21, 95], Operations: []
Exploring Operation: 95/95=1, Resulting Numbers: [3, 21, 1]
Generated Node #2: [3, 21, 1] from Operation: 95/95=1
Current State: 60:[3, 21, 1], Operations: ['95/95=1']
Exploring Operation: 21-1=20, Resulting Numbers: [3, 20]
Generated Node #3: [3, 20] from Operation: 21... | 4 | Current State: 60:[95, 3, 21, 95], Operations: []
Exploring Operation: 95/95=1, Resulting Numbers: [3, 21, 1]
Generated Node #0,0: 60:[3, 21, 1] Operation: 95/95=1
Exploring Operation: 95-95=0, Resulting Numbers: [3, 21, 0]
Generated Node #0,1: 60:[3, 21, 0] Operation: 95-95=0
Exploring Operation: 95-21=74, Resulting N... | 0.988715 | hs_3 | sum_heuristic |
[
57,
59,
47,
36
] | 19 | [
"59-47=12",
"57*12=684",
"684/36=19"
] | Current State: 19:[57, 59, 47, 36], Operations: []
Exploring Operation: 59-47=12, Resulting Numbers: [57, 36, 12]
Generated Node #2: [57, 36, 12] from Operation: 59-47=12
Current State: 19:[57, 36, 12], Operations: ['59-47=12']
Exploring Operation: 57*12=684, Resulting Numbers: [36, 684]
Generated Node #3: [36, 684] fr... | 4 | Current State: 19:[57, 59, 47, 36], Operations: []
Exploring Operation: 59-47=12, Resulting Numbers: [57, 36, 12]
Generated Node #0,0: 19:[57, 36, 12] Operation: 59-47=12
Exploring Operation: 57-47=10, Resulting Numbers: [59, 36, 10]
Generated Node #0,1: 19:[59, 36, 10] Operation: 57-47=10
Exploring Operation: 59-57=2,... | 0.978299 | hs_4 | mult_heuristic |
[
25,
18,
85,
17
] | 13 | [
"25*17=425",
"425/85=5",
"18-5=13"
] | Current State: 13:[25, 18, 85, 17], Operations: []
Exploring Operation: 25*17=425, Resulting Numbers: [18, 85, 425]
Generated Node #2: [18, 85, 425] from Operation: 25*17=425
Current State: 13:[18, 85, 425], Operations: ['25*17=425']
Exploring Operation: 425/85=5, Resulting Numbers: [18, 5]
Generated Node #3: [18, 5] f... | 4 | Current State: 13:[25, 18, 85, 17], Operations: []
Exploring Operation: 85-17=68, Resulting Numbers: [25, 18, 68]
Generated Node #0,0: 13:[25, 18, 68] Operation: 85-17=68
Exploring Operation: 85/17=5, Resulting Numbers: [25, 18, 5]
Generated Node #0,1: 13:[25, 18, 5] Operation: 85/17=5
Exploring Operation: 85-18=67, Re... | 0.982639 | hs_4 | sum_heuristic |
[
55,
56,
51,
30
] | 22 | [
"56-55=1",
"51-30=21",
"1+21=22"
] | Current State: 22:[55, 56, 51, 30], Operations: []
Exploring Operation: 56-55=1, Resulting Numbers: [51, 30, 1]
Generated Node #2: [51, 30, 1] from Operation: 56-55=1
Current State: 22:[51, 30, 1], Operations: ['56-55=1']
Exploring Operation: 51-30=21, Resulting Numbers: [1, 21]
Generated Node #3: [1, 21] from Operatio... | 4 | Current State: 22:[55, 56, 51, 30], Operations: []
Exploring Operation: 56-55=1, Resulting Numbers: [51, 30, 1]
Generated Node #0,0: 22:[51, 30, 1] Operation: 56-55=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 22:[51, 30, 1], Operations: ['56-55=1']
Exploring Operation: 51-30=21, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
55,
43,
37,
43
] | 18 | [
"55+43=98",
"37+43=80",
"98-80=18"
] | Current State: 18:[55, 43, 37, 43], Operations: []
Exploring Operation: 55+43=98, Resulting Numbers: [37, 98]
Generated Node #2: [37, 98] from Operation: 55+43=98
Current State: 18:[37, 98], Operations: ['55+43=98']
Exploring Operation: 37+43=80, Resulting Numbers: [98, 80]
Generated Node #3: [98, 80] from Operation: 3... | 4 | Current State: 18:[55, 43, 37, 43], Operations: []
Exploring Operation: 55-43=12, Resulting Numbers: [37, 43, 12]
Generated Node #0,0: 18:[37, 43, 12] Operation: 55-43=12
Moving to Node #0,0
Current State: 18:[37, 43, 12], Operations: ['55-43=12']
Exploring Operation: 43-37=6, Resulting Numbers: [12, 6]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
10,
5,
70,
41
] | 68 | [
"10*41=410",
"410-70=340",
"340/5=68"
] | Current State: 68:[10, 5, 70, 41], Operations: []
Exploring Operation: 10*41=410, Resulting Numbers: [5, 70, 410]
Generated Node #2: [5, 70, 410] from Operation: 10*41=410
Current State: 68:[5, 70, 410], Operations: ['10*41=410']
Exploring Operation: 410-70=340, Resulting Numbers: [5, 340]
Generated Node #3: [5, 340] f... | 4 | Current State: 68:[10, 5, 70, 41], Operations: []
Exploring Operation: 10/5=2, Resulting Numbers: [70, 41, 2]
Generated Node #0,0: 68:[70, 41, 2] Operation: 10/5=2
Exploring Operation: 41-10=31, Resulting Numbers: [5, 70, 31]
Generated Node #0,1: 68:[5, 70, 31] Operation: 41-10=31
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
41,
13,
67,
97
] | 24 | [
"41+13=54",
"97-67=30",
"54-30=24"
] | Current State: 24:[41, 13, 67, 97], Operations: []
Exploring Operation: 41+13=54, Resulting Numbers: [67, 97, 54]
Generated Node #2: [67, 97, 54] from Operation: 41+13=54
Current State: 24:[67, 97, 54], Operations: ['41+13=54']
Exploring Operation: 97-67=30, Resulting Numbers: [54, 30]
Generated Node #3: [54, 30] from ... | 4 | Current State: 24:[41, 13, 67, 97], Operations: []
Exploring Operation: 97-67=30, Resulting Numbers: [41, 13, 30]
Generated Node #0,0: 24:[41, 13, 30] Operation: 97-67=30
Exploring Operation: 41-13=28, Resulting Numbers: [67, 97, 28]
Generated Node #0,1: 24:[67, 97, 28] Operation: 41-13=28
Exploring Operation: 67-41=26... | 0.982639 | hs_5 | sum_heuristic |
[
7,
57,
11,
19
] | 80 | [
"57-7=50",
"11+19=30",
"50+30=80"
] | Current State: 80:[7, 57, 11, 19], Operations: []
Exploring Operation: 57-7=50, Resulting Numbers: [11, 19, 50]
Generated Node #2: [11, 19, 50] from Operation: 57-7=50
Current State: 80:[11, 19, 50], Operations: ['57-7=50']
Exploring Operation: 11+19=30, Resulting Numbers: [50, 30]
Generated Node #3: [50, 30] from Oper... | 4 | Current State: 80:[7, 57, 11, 19], Operations: []
Exploring Operation: 57+19=76, Resulting Numbers: [7, 11, 76]
Generated Node #0,0: 80:[7, 11, 76] Operation: 57+19=76
Exploring Operation: 57/19=3, Resulting Numbers: [7, 11, 3]
Generated Node #0,1: 80:[7, 11, 3] Operation: 57/19=3
Exploring Operation: 57-19=38, Resulti... | 0.96875 | hs_3 | sum_heuristic |
[
82,
41,
78,
93
] | 71 | [
"82-78=4",
"41*4=164",
"164-93=71"
] | Current State: 71:[82, 41, 78, 93], Operations: []
Exploring Operation: 82-78=4, Resulting Numbers: [41, 93, 4]
Generated Node #2: [41, 93, 4] from Operation: 82-78=4
Current State: 71:[41, 93, 4], Operations: ['82-78=4']
Exploring Operation: 41*4=164, Resulting Numbers: [93, 164]
Generated Node #3: [93, 164] from Oper... | 4 | Current State: 71:[82, 41, 78, 93], Operations: []
Exploring Operation: 82-41=41, Resulting Numbers: [78, 93, 41]
Generated Node #0,0: 71:[78, 93, 41] Operation: 82-41=41
Exploring Operation: 93-41=52, Resulting Numbers: [82, 78, 52]
Generated Node #0,1: 71:[82, 78, 52] Operation: 93-41=52
Exploring Operation: 78-41=37... | 0 | hs_3 | mult_heuristic |
[
49,
63,
30,
17
] | 33 | [
"63-49=14",
"30+17=47",
"47-14=33"
] | Current State: 33:[49, 63, 30, 17], Operations: []
Exploring Operation: 63-49=14, Resulting Numbers: [30, 17, 14]
Generated Node #2: [30, 17, 14] from Operation: 63-49=14
Current State: 33:[30, 17, 14], Operations: ['63-49=14']
Exploring Operation: 30+17=47, Resulting Numbers: [14, 47]
Generated Node #3: [14, 47] from ... | 4 | Current State: 33:[49, 63, 30, 17], Operations: []
Exploring Operation: 49-17=32, Resulting Numbers: [63, 30, 32]
Generated Node #0,0: 33:[63, 30, 32] Operation: 49-17=32
Exploring Operation: 49-30=19, Resulting Numbers: [63, 17, 19]
Generated Node #0,1: 33:[63, 17, 19] Operation: 49-30=19
Exploring Operation: 63-17=46... | 0.984375 | hs_5 | mult_heuristic |
[
79,
7,
77,
14
] | 21 | [
"79-77=2",
"14*2=28",
"28-7=21"
] | Current State: 21:[79, 7, 77, 14], Operations: []
Exploring Operation: 79-77=2, Resulting Numbers: [7, 14, 2]
Generated Node #2: [7, 14, 2] from Operation: 79-77=2
Current State: 21:[7, 14, 2], Operations: ['79-77=2']
Exploring Operation: 14*2=28, Resulting Numbers: [7, 28]
Generated Node #3: [7, 28] from Operation: 14... | 4 | Current State: 21:[79, 7, 77, 14], Operations: []
Exploring Operation: 77/7=11, Resulting Numbers: [79, 14, 11]
Generated Node #0,0: 21:[79, 14, 11] Operation: 77/7=11
Exploring Operation: 79-77=2, Resulting Numbers: [7, 14, 2]
Generated Node #0,1: 21:[7, 14, 2] Operation: 79-77=2
Moving to Node #0,1
Current State: 21:... | 0 | hs_2 | sum_heuristic |
[
82,
81,
3,
93
] | 72 | [
"82*3=246",
"81+93=174",
"246-174=72"
] | Current State: 72:[82, 81, 3, 93], Operations: []
Exploring Operation: 82*3=246, Resulting Numbers: [81, 93, 246]
Generated Node #2: [81, 93, 246] from Operation: 82*3=246
Current State: 72:[81, 93, 246], Operations: ['82*3=246']
Exploring Operation: 81+93=174, Resulting Numbers: [246, 174]
Generated Node #3: [246, 174... | 4 | Current State: 72:[82, 81, 3, 93], Operations: []
Exploring Operation: 82-81=1, Resulting Numbers: [3, 93, 1]
Generated Node #0,0: 72:[3, 93, 1] Operation: 82-81=1
Exploring Operation: 93-81=12, Resulting Numbers: [82, 3, 12]
Generated Node #0,1: 72:[82, 3, 12] Operation: 93-81=12
Exploring Operation: 93-82=11, Resulti... | 0 | hs_3 | mult_heuristic |
[
36,
52,
4,
39
] | 82 | [
"36/4=9",
"52+39=91",
"91-9=82"
] | Current State: 82:[36, 52, 4, 39], Operations: []
Exploring Operation: 36/4=9, Resulting Numbers: [52, 39, 9]
Generated Node #2: [52, 39, 9] from Operation: 36/4=9
Current State: 82:[52, 39, 9], Operations: ['36/4=9']
Exploring Operation: 52+39=91, Resulting Numbers: [9, 91]
Generated Node #3: [9, 91] from Operation: 5... | 4 | Current State: 82:[36, 52, 4, 39], Operations: []
Exploring Operation: 36+52=88, Resulting Numbers: [4, 39, 88]
Generated Node #0,0: 82:[4, 39, 88] Operation: 36+52=88
Moving to Node #0,0
Current State: 82:[4, 39, 88], Operations: ['36+52=88']
Exploring Operation: 88-4=84, Resulting Numbers: [39, 84]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
82,
77,
79,
28
] | 69 | [
"79-77=2",
"82/2=41",
"28+41=69"
] | Current State: 69:[82, 77, 79, 28], Operations: []
Exploring Operation: 79-77=2, Resulting Numbers: [82, 28, 2]
Generated Node #2: [82, 28, 2] from Operation: 79-77=2
Current State: 69:[82, 28, 2], Operations: ['79-77=2']
Exploring Operation: 82/2=41, Resulting Numbers: [28, 41]
Generated Node #3: [28, 41] from Operati... | 4 | Current State: 69:[82, 77, 79, 28], Operations: []
Exploring Operation: 82-77=5, Resulting Numbers: [79, 28, 5]
Generated Node #0,0: 69:[79, 28, 5] Operation: 82-77=5
Exploring Operation: 82-79=3, Resulting Numbers: [77, 28, 3]
Generated Node #0,1: 69:[77, 28, 3] Operation: 82-79=3
Exploring Operation: 82-28=54, Result... | 0 | hs_4 | sum_heuristic |
[
2,
96,
5,
61
] | 32 | [
"2+96=98",
"5+61=66",
"98-66=32"
] | Current State: 32:[2, 96, 5, 61], Operations: []
Exploring Operation: 2+96=98, Resulting Numbers: [5, 61, 98]
Generated Node #2: [5, 61, 98] from Operation: 2+96=98
Current State: 32:[5, 61, 98], Operations: ['2+96=98']
Exploring Operation: 5+61=66, Resulting Numbers: [98, 66]
Generated Node #3: [98, 66] from Operation... | 4 | Current State: 32:[2, 96, 5, 61], Operations: []
Exploring Operation: 96-61=35, Resulting Numbers: [2, 5, 35]
Generated Node #0,0: 32:[2, 5, 35] Operation: 96-61=35
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[2, 5, 35], Operations: ['96-61=35']
Exploring Operation: 35/5=7, Resulting Numbers: [2,... | 0 | hs_1 | mult_heuristic |
[
71,
32,
75,
28
] | 25 | [
"75-71=4",
"28/4=7",
"32-7=25"
] | Current State: 25:[71, 32, 75, 28], Operations: []
Exploring Operation: 75-71=4, Resulting Numbers: [32, 28, 4]
Generated Node #2: [32, 28, 4] from Operation: 75-71=4
Current State: 25:[32, 28, 4], Operations: ['75-71=4']
Exploring Operation: 28/4=7, Resulting Numbers: [32, 7]
Generated Node #3: [32, 7] from Operation:... | 4 | Current State: 25:[71, 32, 75, 28], Operations: []
Exploring Operation: 75-71=4, Resulting Numbers: [32, 28, 4]
Generated Node #0,0: 25:[32, 28, 4] Operation: 75-71=4
Exploring Operation: 75-32=43, Resulting Numbers: [71, 28, 43]
Generated Node #0,1: 25:[71, 28, 43] Operation: 75-32=43
Exploring Operation: 71-32=39, Re... | 0 | hs_4 | sum_heuristic |
[
43,
33,
13,
66
] | 60 | [
"43-13=30",
"66/33=2",
"30*2=60"
] | Current State: 60:[43, 33, 13, 66], Operations: []
Exploring Operation: 43-13=30, Resulting Numbers: [33, 66, 30]
Generated Node #2: [33, 66, 30] from Operation: 43-13=30
Current State: 60:[33, 66, 30], Operations: ['43-13=30']
Exploring Operation: 66/33=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 | Current State: 60:[43, 33, 13, 66], Operations: []
Exploring Operation: 66-43=23, Resulting Numbers: [33, 13, 23]
Generated Node #0,0: 60:[33, 13, 23] Operation: 66-43=23
Exploring Operation: 43-13=30, Resulting Numbers: [33, 66, 30]
Generated Node #0,1: 60:[33, 66, 30] Operation: 43-13=30
Exploring Operation: 43-33=10... | 0.96875 | hs_3 | mult_heuristic |
[
19,
26,
66,
55
] | 56 | [
"19+26=45",
"66-55=11",
"45+11=56"
] | Current State: 56:[19, 26, 66, 55], Operations: []
Exploring Operation: 19+26=45, Resulting Numbers: [66, 55, 45]
Generated Node #2: [66, 55, 45] from Operation: 19+26=45
Current State: 56:[66, 55, 45], Operations: ['19+26=45']
Exploring Operation: 66-55=11, Resulting Numbers: [45, 11]
Generated Node #3: [45, 11] from ... | 4 | Current State: 56:[19, 26, 66, 55], Operations: []
Exploring Operation: 66-55=11, Resulting Numbers: [19, 26, 11]
Generated Node #0,0: 56:[19, 26, 11] Operation: 66-55=11
Moving to Node #0,0
Current State: 56:[19, 26, 11], Operations: ['66-55=11']
Exploring Operation: 19-11=8, Resulting Numbers: [26, 8]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
18,
96,
74,
70
] | 66 | [
"96-18=78",
"74+70=144",
"144-78=66"
] | Current State: 66:[18, 96, 74, 70], Operations: []
Exploring Operation: 96-18=78, Resulting Numbers: [74, 70, 78]
Generated Node #2: [74, 70, 78] from Operation: 96-18=78
Current State: 66:[74, 70, 78], Operations: ['96-18=78']
Exploring Operation: 74+70=144, Resulting Numbers: [78, 144]
Generated Node #3: [78, 144] fr... | 4 | Current State: 66:[18, 96, 74, 70], Operations: []
Exploring Operation: 96-74=22, Resulting Numbers: [18, 70, 22]
Generated Node #0,0: 66:[18, 70, 22] Operation: 96-74=22
Exploring Operation: 96-70=26, Resulting Numbers: [18, 74, 26]
Generated Node #0,1: 66:[18, 74, 26] Operation: 96-70=26
Moving to Node #0,0
Current S... | 0.992188 | hs_2 | sum_heuristic |
[
29,
50,
82,
87
] | 29 | [
"29+50=79",
"82-79=3",
"87/3=29"
] | Current State: 29:[29, 50, 82, 87], Operations: []
Exploring Operation: 29+50=79, Resulting Numbers: [82, 87, 79]
Generated Node #2: [82, 87, 79] from Operation: 29+50=79
Current State: 29:[82, 87, 79], Operations: ['29+50=79']
Exploring Operation: 82-79=3, Resulting Numbers: [87, 3]
Generated Node #3: [87, 3] from Ope... | 4 | Current State: 29:[29, 50, 82, 87], Operations: []
Exploring Operation: 87/29=3, Resulting Numbers: [50, 82, 3]
Generated Node #0,0: 29:[50, 82, 3] Operation: 87/29=3
Exploring Operation: 87-50=37, Resulting Numbers: [29, 82, 37]
Generated Node #0,1: 29:[29, 82, 37] Operation: 87-50=37
Exploring Operation: 87-82=5, Res... | 0.978299 | hs_5 | mult_heuristic |
[
5,
69,
78,
78
] | 92 | [
"69-5=64",
"78+78=156",
"156-64=92"
] | Current State: 92:[5, 69, 78, 78], Operations: []
Exploring Operation: 69-5=64, Resulting Numbers: [78, 78, 64]
Generated Node #2: [78, 78, 64] from Operation: 69-5=64
Current State: 92:[78, 78, 64], Operations: ['69-5=64']
Exploring Operation: 78+78=156, Resulting Numbers: [64, 156]
Generated Node #3: [64, 156] from O... | 4 | Current State: 92:[5, 69, 78, 78], Operations: []
Exploring Operation: 78/78=1, Resulting Numbers: [5, 69, 1]
Generated Node #0,0: 92:[5, 69, 1] Operation: 78/78=1
Exploring Operation: 78-78=0, Resulting Numbers: [5, 69, 0]
Generated Node #0,1: 92:[5, 69, 0] Operation: 78-78=0
Exploring Operation: 78-69=9, Resulting Nu... | 0.986979 | hs_4 | sum_heuristic |
[
26,
17,
81,
46
] | 78 | [
"26+17=43",
"81-46=35",
"43+35=78"
] | Current State: 78:[26, 17, 81, 46], Operations: []
Exploring Operation: 26+17=43, Resulting Numbers: [81, 46, 43]
Generated Node #2: [81, 46, 43] from Operation: 26+17=43
Current State: 78:[81, 46, 43], Operations: ['26+17=43']
Exploring Operation: 81-46=35, Resulting Numbers: [43, 35]
Generated Node #3: [43, 35] from ... | 4 | Current State: 78:[26, 17, 81, 46], Operations: []
Exploring Operation: 46-17=29, Resulting Numbers: [26, 81, 29]
Generated Node #0,0: 78:[26, 81, 29] Operation: 46-17=29
Exploring Operation: 81-46=35, Resulting Numbers: [26, 17, 35]
Generated Node #0,1: 78:[26, 17, 35] Operation: 81-46=35
Exploring Operation: 26-17=9,... | 0.988715 | hs_3 | sum_heuristic |
[
12,
21,
90,
65
] | 48 | [
"90-21=69",
"69-65=4",
"12*4=48"
] | Current State: 48:[12, 21, 90, 65], Operations: []
Exploring Operation: 90-21=69, Resulting Numbers: [12, 65, 69]
Generated Node #2: [12, 65, 69] from Operation: 90-21=69
Current State: 48:[12, 65, 69], Operations: ['90-21=69']
Exploring Operation: 69-65=4, Resulting Numbers: [12, 4]
Generated Node #3: [12, 4] from Ope... | 4 | Current State: 48:[12, 21, 90, 65], Operations: []
Exploring Operation: 90-21=69, Resulting Numbers: [12, 65, 69]
Generated Node #0,0: 48:[12, 65, 69] Operation: 90-21=69
Exploring Operation: 90-65=25, Resulting Numbers: [12, 21, 25]
Generated Node #0,1: 48:[12, 21, 25] Operation: 90-65=25
Exploring Operation: 90-12=78... | 0.984375 | hs_5 | sum_heuristic |
[
1,
2,
21,
38
] | 49 | [
"1+21=22",
"22/2=11",
"38+11=49"
] | Current State: 49:[1, 2, 21, 38], Operations: []
Exploring Operation: 1+21=22, Resulting Numbers: [2, 38, 22]
Generated Node #2: [2, 38, 22] from Operation: 1+21=22
Current State: 49:[2, 38, 22], Operations: ['1+21=22']
Exploring Operation: 22/2=11, Resulting Numbers: [38, 11]
Generated Node #3: [38, 11] from Operation... | 4 | Current State: 49:[1, 2, 21, 38], Operations: []
Exploring Operation: 38-21=17, Resulting Numbers: [1, 2, 17]
Generated Node #0,0: 49:[1, 2, 17] Operation: 38-21=17
Exploring Operation: 21+38=59, Resulting Numbers: [1, 2, 59]
Generated Node #0,1: 49:[1, 2, 59] Operation: 21+38=59
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.