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 |
|---|---|---|---|---|---|---|---|---|
[
95,
89,
47,
88
] | 49 | [
"95+89=184",
"47+88=135",
"184-135=49"
] | Current State: 49:[95, 89, 47, 88], Operations: []
Exploring Operation: 95+89=184, Resulting Numbers: [47, 88, 184]
Generated Node #2: [47, 88, 184] from Operation: 95+89=184
Current State: 49:[47, 88, 184], Operations: ['95+89=184']
Exploring Operation: 47+88=135, Resulting Numbers: [184, 135]
Generated Node #3: [184,... | 4 | Current State: 49:[95, 89, 47, 88], Operations: []
Exploring Operation: 95-88=7, Resulting Numbers: [89, 47, 7]
Generated Node #0,0: 49:[89, 47, 7] Operation: 95-88=7
Exploring Operation: 89-88=1, Resulting Numbers: [95, 47, 1]
Generated Node #0,1: 49:[95, 47, 1] Operation: 89-88=1
Exploring Operation: 95-89=6, Resulti... | 0.987847 | hs_4 | mult_heuristic |
[
2,
39,
18,
7
] | 12 | [
"39-2=37",
"18+7=25",
"37-25=12"
] | Current State: 12:[2, 39, 18, 7], Operations: []
Exploring Operation: 39-2=37, Resulting Numbers: [18, 7, 37]
Generated Node #2: [18, 7, 37] from Operation: 39-2=37
Current State: 12:[18, 7, 37], Operations: ['39-2=37']
Exploring Operation: 18+7=25, Resulting Numbers: [37, 25]
Generated Node #3: [37, 25] from Operation... | 4 | Current State: 12:[2, 39, 18, 7], Operations: []
Exploring Operation: 39-18=21, Resulting Numbers: [2, 7, 21]
Generated Node #0,0: 12:[2, 7, 21] Operation: 39-18=21
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[2, 7, 21], Operations: ['39-18=21']
Exploring Operation: 21/7=3, Resulting Numbers: [2,... | 0 | hs_1 | mult_heuristic |
[
55,
52,
73,
36
] | 70 | [
"55+52=107",
"73-36=37",
"107-37=70"
] | Current State: 70:[55, 52, 73, 36], Operations: []
Exploring Operation: 55+52=107, Resulting Numbers: [73, 36, 107]
Generated Node #2: [73, 36, 107] from Operation: 55+52=107
Current State: 70:[73, 36, 107], Operations: ['55+52=107']
Exploring Operation: 73-36=37, Resulting Numbers: [107, 37]
Generated Node #3: [107, 3... | 4 | Current State: 70:[55, 52, 73, 36], Operations: []
Exploring Operation: 52-36=16, Resulting Numbers: [55, 73, 16]
Generated Node #0,0: 70:[55, 73, 16] Operation: 52-36=16
Exploring Operation: 55-52=3, Resulting Numbers: [73, 36, 3]
Generated Node #0,1: 70:[73, 36, 3] Operation: 55-52=3
Exploring Operation: 73-55=18, Re... | 0.956597 | hs_4 | mult_heuristic |
[
30,
74,
75,
41
] | 78 | [
"74-30=44",
"75-41=34",
"44+34=78"
] | Current State: 78:[30, 74, 75, 41], Operations: []
Exploring Operation: 74-30=44, Resulting Numbers: [75, 41, 44]
Generated Node #2: [75, 41, 44] from Operation: 74-30=44
Current State: 78:[75, 41, 44], Operations: ['74-30=44']
Exploring Operation: 75-41=34, Resulting Numbers: [44, 34]
Generated Node #3: [44, 34] from ... | 4 | Current State: 78:[30, 74, 75, 41], Operations: []
Exploring Operation: 75-74=1, Resulting Numbers: [30, 41, 1]
Generated Node #0,0: 78:[30, 41, 1] Operation: 75-74=1
Moving to Node #0,0
Current State: 78:[30, 41, 1], Operations: ['75-74=1']
Exploring Operation: 41-30=11, Resulting Numbers: [1, 11]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
31,
26,
14,
95
] | 52 | [
"31+26=57",
"14+95=109",
"109-57=52"
] | Current State: 52:[31, 26, 14, 95], Operations: []
Exploring Operation: 31+26=57, Resulting Numbers: [14, 95, 57]
Generated Node #2: [14, 95, 57] from Operation: 31+26=57
Current State: 52:[14, 95, 57], Operations: ['31+26=57']
Exploring Operation: 14+95=109, Resulting Numbers: [57, 109]
Generated Node #3: [57, 109] fr... | 4 | Current State: 52:[31, 26, 14, 95], Operations: []
Exploring Operation: 95-31=64, Resulting Numbers: [26, 14, 64]
Generated Node #0,0: 52:[26, 14, 64] Operation: 95-31=64
Exploring Operation: 95-26=69, Resulting Numbers: [31, 14, 69]
Generated Node #0,1: 52:[31, 14, 69] Operation: 95-26=69
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | mult_heuristic |
[
55,
38,
2,
9
] | 75 | [
"55+38=93",
"2*9=18",
"93-18=75"
] | Current State: 75:[55, 38, 2, 9], Operations: []
Exploring Operation: 55+38=93, Resulting Numbers: [2, 9, 93]
Generated Node #2: [2, 9, 93] from Operation: 55+38=93
Current State: 75:[2, 9, 93], Operations: ['55+38=93']
Exploring Operation: 2*9=18, Resulting Numbers: [93, 18]
Generated Node #3: [93, 18] from Operation:... | 4 | Current State: 75:[55, 38, 2, 9], Operations: []
Exploring Operation: 55+9=64, Resulting Numbers: [38, 2, 64]
Generated Node #0,0: 75:[38, 2, 64] Operation: 55+9=64
Exploring Operation: 55-38=17, Resulting Numbers: [2, 9, 17]
Generated Node #0,1: 75:[2, 9, 17] Operation: 55-38=17
Exploring Operation: 55+38=93, Resultin... | 0.959201 | hs_5 | sum_heuristic |
[
4,
45,
5,
50
] | 26 | [
"4*45=180",
"180-50=130",
"130/5=26"
] | Current State: 26:[4, 45, 5, 50], Operations: []
Exploring Operation: 4*45=180, Resulting Numbers: [5, 50, 180]
Generated Node #2: [5, 50, 180] from Operation: 4*45=180
Current State: 26:[5, 50, 180], Operations: ['4*45=180']
Exploring Operation: 180-50=130, Resulting Numbers: [5, 130]
Generated Node #3: [5, 130] from ... | 4 | Current State: 26:[4, 45, 5, 50], Operations: []
Exploring Operation: 50-45=5, Resulting Numbers: [4, 5, 5]
Generated Node #0,0: 26:[4, 5, 5] Operation: 50-45=5
Moving to Node #0,0
Current State: 26:[4, 5, 5], Operations: ['50-45=5']
Exploring Operation: 5*5=25, Resulting Numbers: [4, 25]
Generated Node #0,0,0: 26:[4, ... | 0 | hs_1 | sum_heuristic |
[
36,
91,
18,
27
] | 87 | [
"27-18=9",
"36/9=4",
"91-4=87"
] | Current State: 87:[36, 91, 18, 27], Operations: []
Exploring Operation: 27-18=9, Resulting Numbers: [36, 91, 9]
Generated Node #2: [36, 91, 9] from Operation: 27-18=9
Current State: 87:[36, 91, 9], Operations: ['27-18=9']
Exploring Operation: 36/9=4, Resulting Numbers: [91, 4]
Generated Node #3: [91, 4] from Operation:... | 4 | Current State: 87:[36, 91, 18, 27], Operations: []
Exploring Operation: 36-27=9, Resulting Numbers: [91, 18, 9]
Generated Node #0,0: 87:[91, 18, 9] Operation: 36-27=9
Exploring Operation: 36/18=2, Resulting Numbers: [91, 27, 2]
Generated Node #0,1: 87:[91, 27, 2] Operation: 36/18=2
Exploring Operation: 36-18=18, Result... | 0.951389 | hs_5 | sum_heuristic |
[
91,
59,
43,
76
] | 31 | [
"91+59=150",
"43+76=119",
"150-119=31"
] | Current State: 31:[91, 59, 43, 76], Operations: []
Exploring Operation: 91+59=150, Resulting Numbers: [43, 76, 150]
Generated Node #2: [43, 76, 150] from Operation: 91+59=150
Current State: 31:[43, 76, 150], Operations: ['91+59=150']
Exploring Operation: 43+76=119, Resulting Numbers: [150, 119]
Generated Node #3: [150,... | 4 | Current State: 31:[91, 59, 43, 76], Operations: []
Exploring Operation: 91-59=32, Resulting Numbers: [43, 76, 32]
Generated Node #0,0: 31:[43, 76, 32] Operation: 91-59=32
Exploring Operation: 91-76=15, Resulting Numbers: [59, 43, 15]
Generated Node #0,1: 31:[59, 43, 15] Operation: 91-76=15
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
92,
40,
51,
93
] | 94 | [
"92-40=52",
"93-51=42",
"52+42=94"
] | Current State: 94:[92, 40, 51, 93], Operations: []
Exploring Operation: 92-40=52, Resulting Numbers: [51, 93, 52]
Generated Node #2: [51, 93, 52] from Operation: 92-40=52
Current State: 94:[51, 93, 52], Operations: ['92-40=52']
Exploring Operation: 93-51=42, Resulting Numbers: [52, 42]
Generated Node #3: [52, 42] from ... | 4 | Current State: 94:[92, 40, 51, 93], Operations: []
Exploring Operation: 93-92=1, Resulting Numbers: [40, 51, 1]
Generated Node #0,0: 94:[40, 51, 1] Operation: 93-92=1
Exploring Operation: 92-40=52, Resulting Numbers: [51, 93, 52]
Generated Node #0,1: 94:[51, 93, 52] Operation: 92-40=52
Exploring Operation: 51-40=11, Re... | 0.987847 | hs_4 | sum_heuristic |
[
76,
42,
7,
86
] | 60 | [
"86-76=10",
"42/7=6",
"10*6=60"
] | Current State: 60:[76, 42, 7, 86], Operations: []
Exploring Operation: 86-76=10, Resulting Numbers: [42, 7, 10]
Generated Node #2: [42, 7, 10] from Operation: 86-76=10
Current State: 60:[42, 7, 10], Operations: ['86-76=10']
Exploring Operation: 42/7=6, Resulting Numbers: [10, 6]
Generated Node #3: [10, 6] from Operatio... | 4 | Current State: 60:[76, 42, 7, 86], Operations: []
Exploring Operation: 76-42=34, Resulting Numbers: [7, 86, 34]
Generated Node #0,0: 60:[7, 86, 34] Operation: 76-42=34
Exploring Operation: 86-76=10, Resulting Numbers: [42, 7, 10]
Generated Node #0,1: 60:[42, 7, 10] Operation: 86-76=10
Moving to Node #0,1
Current State:... | 0.986111 | hs_2 | mult_heuristic |
[
57,
74,
62,
2
] | 96 | [
"74-57=17",
"2*17=34",
"62+34=96"
] | Current State: 96:[57, 74, 62, 2], Operations: []
Exploring Operation: 74-57=17, Resulting Numbers: [62, 2, 17]
Generated Node #2: [62, 2, 17] from Operation: 74-57=17
Current State: 96:[62, 2, 17], Operations: ['74-57=17']
Exploring Operation: 2*17=34, Resulting Numbers: [62, 34]
Generated Node #3: [62, 34] from Opera... | 4 | Current State: 96:[57, 74, 62, 2], Operations: []
Exploring Operation: 74-62=12, Resulting Numbers: [57, 2, 12]
Generated Node #0,0: 96:[57, 2, 12] Operation: 74-62=12
Exploring Operation: 74-57=17, Resulting Numbers: [62, 2, 17]
Generated Node #0,1: 96:[62, 2, 17] Operation: 74-57=17
Exploring Operation: 74/2=37, Resu... | 0 | hs_4 | sum_heuristic |
[
8,
39,
44,
5
] | 35 | [
"8*5=40",
"44-39=5",
"40-5=35"
] | Current State: 35:[8, 39, 44, 5], Operations: []
Exploring Operation: 8*5=40, Resulting Numbers: [39, 44, 40]
Generated Node #2: [39, 44, 40] from Operation: 8*5=40
Current State: 35:[39, 44, 40], Operations: ['8*5=40']
Exploring Operation: 44-39=5, Resulting Numbers: [40, 5]
Generated Node #3: [40, 5] from Operation: ... | 4 | Current State: 35:[8, 39, 44, 5], Operations: []
Exploring Operation: 44-39=5, Resulting Numbers: [8, 5, 5]
Generated Node #0,0: 35:[8, 5, 5] Operation: 44-39=5
Exploring Operation: 44-8=36, Resulting Numbers: [39, 5, 36]
Generated Node #0,1: 35:[39, 5, 36] Operation: 44-8=36
Exploring Operation: 44-5=39, Resulting Num... | 0 | hs_3 | sum_heuristic |
[
36,
13,
7,
55
] | 62 | [
"36+13=49",
"49/7=7",
"55+7=62"
] | Current State: 62:[36, 13, 7, 55], Operations: []
Exploring Operation: 36+13=49, Resulting Numbers: [7, 55, 49]
Generated Node #2: [7, 55, 49] from Operation: 36+13=49
Current State: 62:[7, 55, 49], Operations: ['36+13=49']
Exploring Operation: 49/7=7, Resulting Numbers: [55, 7]
Generated Node #3: [55, 7] from Operatio... | 4 | Current State: 62:[36, 13, 7, 55], Operations: []
Exploring Operation: 13-7=6, Resulting Numbers: [36, 55, 6]
Generated Node #0,0: 62:[36, 55, 6] Operation: 13-7=6
Exploring Operation: 13+55=68, Resulting Numbers: [36, 7, 68]
Generated Node #0,1: 62:[36, 7, 68] Operation: 13+55=68
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
5,
98,
89,
91
] | 62 | [
"89+91=180",
"180/5=36",
"98-36=62"
] | Current State: 62:[5, 98, 89, 91], Operations: []
Exploring Operation: 89+91=180, Resulting Numbers: [5, 98, 180]
Generated Node #2: [5, 98, 180] from Operation: 89+91=180
Current State: 62:[5, 98, 180], Operations: ['89+91=180']
Exploring Operation: 180/5=36, Resulting Numbers: [98, 36]
Generated Node #3: [98, 36] fro... | 4 | Current State: 62:[5, 98, 89, 91], Operations: []
Exploring Operation: 89-5=84, Resulting Numbers: [98, 91, 84]
Generated Node #0,0: 62:[98, 91, 84] Operation: 89-5=84
Exploring Operation: 98-89=9, Resulting Numbers: [5, 91, 9]
Generated Node #0,1: 62:[5, 91, 9] Operation: 98-89=9
Exploring Operation: 91-89=2, Resultin... | 0 | hs_5 | mult_heuristic |
[
12,
77,
3,
36
] | 73 | [
"12-3=9",
"36/9=4",
"77-4=73"
] | Current State: 73:[12, 77, 3, 36], Operations: []
Exploring Operation: 12-3=9, Resulting Numbers: [77, 36, 9]
Generated Node #2: [77, 36, 9] from Operation: 12-3=9
Current State: 73:[77, 36, 9], Operations: ['12-3=9']
Exploring Operation: 36/9=4, Resulting Numbers: [77, 4]
Generated Node #3: [77, 4] from Operation: 36/... | 4 | Current State: 73:[12, 77, 3, 36], Operations: []
Exploring Operation: 12*3=36, Resulting Numbers: [77, 36, 36]
Generated Node #0,0: 73:[77, 36, 36] Operation: 12*3=36
Exploring Operation: 12+3=15, Resulting Numbers: [77, 36, 15]
Generated Node #0,1: 73:[77, 36, 15] Operation: 12+3=15
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
38,
66,
71,
22
] | 43 | [
"38*66=2508",
"2508/22=114",
"114-71=43"
] | Current State: 43:[38, 66, 71, 22], Operations: []
Exploring Operation: 38*66=2508, Resulting Numbers: [71, 22, 2508]
Generated Node #2: [71, 22, 2508] from Operation: 38*66=2508
Current State: 43:[71, 22, 2508], Operations: ['38*66=2508']
Exploring Operation: 2508/22=114, Resulting Numbers: [71, 114]
Generated Node #3... | 4 | Current State: 43:[38, 66, 71, 22], Operations: []
Exploring Operation: 71-66=5, Resulting Numbers: [38, 22, 5]
Generated Node #0,0: 43:[38, 22, 5] Operation: 71-66=5
Exploring Operation: 71-22=49, Resulting Numbers: [38, 66, 49]
Generated Node #0,1: 43:[38, 66, 49] Operation: 71-22=49
Exploring Operation: 66-38=28, Re... | 0 | hs_5 | sum_heuristic |
[
36,
63,
57,
27
] | 49 | [
"57-36=21",
"63*21=1323",
"1323/27=49"
] | Current State: 49:[36, 63, 57, 27], Operations: []
Exploring Operation: 57-36=21, Resulting Numbers: [63, 27, 21]
Generated Node #2: [63, 27, 21] from Operation: 57-36=21
Current State: 49:[63, 27, 21], Operations: ['57-36=21']
Exploring Operation: 63*21=1323, Resulting Numbers: [27, 1323]
Generated Node #3: [27, 1323]... | 4 | Current State: 49:[36, 63, 57, 27], Operations: []
Exploring Operation: 36-27=9, Resulting Numbers: [63, 57, 9]
Generated Node #0,0: 49:[63, 57, 9] Operation: 36-27=9
Moving to Node #0,0
Current State: 49:[63, 57, 9], Operations: ['36-27=9']
Exploring Operation: 63-57=6, Resulting Numbers: [9, 6]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
79,
62,
13,
3
] | 22 | [
"79-62=17",
"13*3=39",
"39-17=22"
] | Current State: 22:[79, 62, 13, 3], Operations: []
Exploring Operation: 79-62=17, Resulting Numbers: [13, 3, 17]
Generated Node #2: [13, 3, 17] from Operation: 79-62=17
Current State: 22:[13, 3, 17], Operations: ['79-62=17']
Exploring Operation: 13*3=39, Resulting Numbers: [17, 39]
Generated Node #3: [17, 39] from Opera... | 4 | Current State: 22:[79, 62, 13, 3], Operations: []
Exploring Operation: 62-13=49, Resulting Numbers: [79, 3, 49]
Generated Node #0,0: 22:[79, 3, 49] Operation: 62-13=49
Exploring Operation: 62-3=59, Resulting Numbers: [79, 13, 59]
Generated Node #0,1: 22:[79, 13, 59] Operation: 62-3=59
Exploring Operation: 79-62=17, Res... | 0 | hs_5 | sum_heuristic |
[
3,
40,
3,
33
] | 28 | [
"3+33=36",
"36/3=12",
"40-12=28"
] | Current State: 28:[3, 40, 3, 33], Operations: []
Exploring Operation: 3+33=36, Resulting Numbers: [40, 36]
Generated Node #2: [40, 36] from Operation: 3+33=36
Current State: 28:[40, 36], Operations: ['3+33=36']
Exploring Operation: 36/3=12, Resulting Numbers: [40, 12]
Generated Node #3: [40, 12] from Operation: 36/3=12... | 4 | Current State: 28:[3, 40, 3, 33], Operations: []
Exploring Operation: 33-3=30, Resulting Numbers: [3, 40, 30]
Generated Node #0,0: 28:[3, 40, 30] Operation: 33-3=30
Exploring Operation: 33-3=30, Resulting Numbers: [40, 3, 30]
Generated Node #0,1: 28:[40, 3, 30] Operation: 33-3=30
Exploring Operation: 40-3=37, Resulting... | 0 | hs_5 | sum_heuristic |
[
89,
25,
97,
47
] | 87 | [
"97-47=50",
"50/25=2",
"89-2=87"
] | Current State: 87:[89, 25, 97, 47], Operations: []
Exploring Operation: 97-47=50, Resulting Numbers: [89, 25, 50]
Generated Node #2: [89, 25, 50] from Operation: 97-47=50
Current State: 87:[89, 25, 50], Operations: ['97-47=50']
Exploring Operation: 50/25=2, Resulting Numbers: [89, 2]
Generated Node #3: [89, 2] from Ope... | 4 | Current State: 87:[89, 25, 97, 47], Operations: []
Exploring Operation: 97-89=8, Resulting Numbers: [25, 47, 8]
Generated Node #0,0: 87:[25, 47, 8] Operation: 97-89=8
Exploring Operation: 47-25=22, Resulting Numbers: [89, 97, 22]
Generated Node #0,1: 87:[89, 97, 22] Operation: 47-25=22
Moving to Node #0,1
Current State... | 0 | hs_2 | mult_heuristic |
[
52,
58,
22,
12
] | 50 | [
"58-52=6",
"12*6=72",
"72-22=50"
] | Current State: 50:[52, 58, 22, 12], Operations: []
Exploring Operation: 58-52=6, Resulting Numbers: [22, 12, 6]
Generated Node #2: [22, 12, 6] from Operation: 58-52=6
Current State: 50:[22, 12, 6], Operations: ['58-52=6']
Exploring Operation: 12*6=72, Resulting Numbers: [22, 72]
Generated Node #3: [22, 72] from Operati... | 4 | Current State: 50:[52, 58, 22, 12], Operations: []
Exploring Operation: 52-22=30, Resulting Numbers: [58, 12, 30]
Generated Node #0,0: 50:[58, 12, 30] Operation: 52-22=30
Exploring Operation: 58-52=6, Resulting Numbers: [22, 12, 6]
Generated Node #0,1: 50:[22, 12, 6] Operation: 58-52=6
Exploring Operation: 58-12=46, Re... | 0 | hs_4 | mult_heuristic |
[
60,
88,
80,
64
] | 50 | [
"88*80=7040",
"7040/64=110",
"110-60=50"
] | Current State: 50:[60, 88, 80, 64], Operations: []
Exploring Operation: 88*80=7040, Resulting Numbers: [60, 64, 7040]
Generated Node #2: [60, 64, 7040] from Operation: 88*80=7040
Current State: 50:[60, 64, 7040], Operations: ['88*80=7040']
Exploring Operation: 7040/64=110, Resulting Numbers: [60, 110]
Generated Node #3... | 4 | Current State: 50:[60, 88, 80, 64], Operations: []
Exploring Operation: 88-80=8, Resulting Numbers: [60, 64, 8]
Generated Node #0,0: 50:[60, 64, 8] Operation: 88-80=8
Exploring Operation: 88-60=28, Resulting Numbers: [80, 64, 28]
Generated Node #0,1: 50:[80, 64, 28] Operation: 88-60=28
Exploring Operation: 88-64=24, Re... | 0 | hs_3 | sum_heuristic |
[
89,
72,
69,
33
] | 10 | [
"72-69=3",
"33*3=99",
"99-89=10"
] | Current State: 10:[89, 72, 69, 33], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [89, 33, 3]
Generated Node #2: [89, 33, 3] from Operation: 72-69=3
Current State: 10:[89, 33, 3], Operations: ['72-69=3']
Exploring Operation: 33*3=99, Resulting Numbers: [89, 99]
Generated Node #3: [89, 99] from Operati... | 4 | Current State: 10:[89, 72, 69, 33], Operations: []
Exploring Operation: 89-72=17, Resulting Numbers: [69, 33, 17]
Generated Node #0,0: 10:[69, 33, 17] Operation: 89-72=17
Exploring Operation: 89-69=20, Resulting Numbers: [72, 33, 20]
Generated Node #0,1: 10:[72, 33, 20] Operation: 89-69=20
Exploring Operation: 72-69=3,... | 0 | hs_3 | sum_heuristic |
[
36,
99,
56,
39
] | 23 | [
"39-36=3",
"99/3=33",
"56-33=23"
] | Current State: 23:[36, 99, 56, 39], Operations: []
Exploring Operation: 39-36=3, Resulting Numbers: [99, 56, 3]
Generated Node #2: [99, 56, 3] from Operation: 39-36=3
Current State: 23:[99, 56, 3], Operations: ['39-36=3']
Exploring Operation: 99/3=33, Resulting Numbers: [56, 33]
Generated Node #3: [56, 33] from Operati... | 4 | Current State: 23:[36, 99, 56, 39], Operations: []
Exploring Operation: 99-56=43, Resulting Numbers: [36, 39, 43]
Generated Node #0,0: 23:[36, 39, 43] Operation: 99-56=43
Moving to Node #0,0
Current State: 23:[36, 39, 43], Operations: ['99-56=43']
Exploring Operation: 43-36=7, Resulting Numbers: [39, 7]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
70,
3,
57,
10
] | 97 | [
"70+57=127",
"3*10=30",
"127-30=97"
] | Current State: 97:[70, 3, 57, 10], Operations: []
Exploring Operation: 70+57=127, Resulting Numbers: [3, 10, 127]
Generated Node #2: [3, 10, 127] from Operation: 70+57=127
Current State: 97:[3, 10, 127], Operations: ['70+57=127']
Exploring Operation: 3*10=30, Resulting Numbers: [127, 30]
Generated Node #3: [127, 30] fr... | 4 | Current State: 97:[70, 3, 57, 10], Operations: []
Exploring Operation: 70+3=73, Resulting Numbers: [57, 10, 73]
Generated Node #0,0: 97:[57, 10, 73] Operation: 70+3=73
Exploring Operation: 3*10=30, Resulting Numbers: [70, 57, 30]
Generated Node #0,1: 97:[70, 57, 30] Operation: 3*10=30
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
29,
62,
77,
69
] | 83 | [
"29+62=91",
"77-69=8",
"91-8=83"
] | Current State: 83:[29, 62, 77, 69], Operations: []
Exploring Operation: 29+62=91, Resulting Numbers: [77, 69, 91]
Generated Node #2: [77, 69, 91] from Operation: 29+62=91
Current State: 83:[77, 69, 91], Operations: ['29+62=91']
Exploring Operation: 77-69=8, Resulting Numbers: [91, 8]
Generated Node #3: [91, 8] from Ope... | 4 | Current State: 83:[29, 62, 77, 69], Operations: []
Exploring Operation: 29+69=98, Resulting Numbers: [62, 77, 98]
Generated Node #0,0: 83:[62, 77, 98] Operation: 29+69=98
Exploring Operation: 62-29=33, Resulting Numbers: [77, 69, 33]
Generated Node #0,1: 83:[77, 69, 33] Operation: 62-29=33
Exploring Operation: 29+62=91... | 0.980035 | hs_5 | sum_heuristic |
[
5,
9,
9,
80
] | 84 | [
"5+80=85",
"9/9=1",
"85-1=84"
] | Current State: 84:[5, 9, 9, 80], Operations: []
Exploring Operation: 5+80=85, Resulting Numbers: [9, 9, 85]
Generated Node #2: [9, 9, 85] from Operation: 5+80=85
Current State: 84:[9, 9, 85], Operations: ['5+80=85']
Exploring Operation: 9/9=1, Resulting Numbers: [85, 1]
Generated Node #3: [85, 1] from Operation: 9/9=1
... | 4 | Current State: 84:[5, 9, 9, 80], Operations: []
Exploring Operation: 5+80=85, Resulting Numbers: [9, 9, 85]
Generated Node #0,0: 84:[9, 9, 85] Operation: 5+80=85
Moving to Node #0,0
Current State: 84:[9, 9, 85], Operations: ['5+80=85']
Exploring Operation: 9/9=1, Resulting Numbers: [85, 1]
Generated Node #0,0,0: 84:[85... | 0.993924 | hs_1 | mult_heuristic |
[
75,
7,
12,
61
] | 10 | [
"75-61=14",
"14/7=2",
"12-2=10"
] | Current State: 10:[75, 7, 12, 61], Operations: []
Exploring Operation: 75-61=14, Resulting Numbers: [7, 12, 14]
Generated Node #2: [7, 12, 14] from Operation: 75-61=14
Current State: 10:[7, 12, 14], Operations: ['75-61=14']
Exploring Operation: 14/7=2, Resulting Numbers: [12, 2]
Generated Node #3: [12, 2] from Operatio... | 4 | Current State: 10:[75, 7, 12, 61], Operations: []
Exploring Operation: 75-7=68, Resulting Numbers: [12, 61, 68]
Generated Node #0,0: 10:[12, 61, 68] Operation: 75-7=68
Exploring Operation: 75-12=63, Resulting Numbers: [7, 61, 63]
Generated Node #0,1: 10:[7, 61, 63] Operation: 75-12=63
Exploring Operation: 75-61=14, Res... | 0.987847 | hs_4 | sum_heuristic |
[
82,
73,
84,
2
] | 10 | [
"82+84=166",
"166/2=83",
"83-73=10"
] | Current State: 10:[82, 73, 84, 2], Operations: []
Exploring Operation: 82+84=166, Resulting Numbers: [73, 2, 166]
Generated Node #2: [73, 2, 166] from Operation: 82+84=166
Current State: 10:[73, 2, 166], Operations: ['82+84=166']
Exploring Operation: 166/2=83, Resulting Numbers: [73, 83]
Generated Node #3: [73, 83] fro... | 4 | Current State: 10:[82, 73, 84, 2], Operations: []
Exploring Operation: 82-73=9, Resulting Numbers: [84, 2, 9]
Generated Node #0,0: 10:[84, 2, 9] Operation: 82-73=9
Exploring Operation: 82/2=41, Resulting Numbers: [73, 84, 41]
Generated Node #0,1: 10:[73, 84, 41] Operation: 82/2=41
Exploring Operation: 84-73=11, Resulti... | 0 | hs_5 | mult_heuristic |
[
39,
25,
54,
35
] | 45 | [
"39+25=64",
"54-35=19",
"64-19=45"
] | Current State: 45:[39, 25, 54, 35], Operations: []
Exploring Operation: 39+25=64, Resulting Numbers: [54, 35, 64]
Generated Node #2: [54, 35, 64] from Operation: 39+25=64
Current State: 45:[54, 35, 64], Operations: ['39+25=64']
Exploring Operation: 54-35=19, Resulting Numbers: [64, 19]
Generated Node #3: [64, 19] from ... | 4 | Current State: 45:[39, 25, 54, 35], Operations: []
Exploring Operation: 39-25=14, Resulting Numbers: [54, 35, 14]
Generated Node #0,0: 45:[54, 35, 14] Operation: 39-25=14
Exploring Operation: 54-39=15, Resulting Numbers: [25, 35, 15]
Generated Node #0,1: 45:[25, 35, 15] Operation: 54-39=15
Exploring Operation: 35-25=10... | 0.965278 | hs_3 | sum_heuristic |
[
97,
4,
60,
95
] | 32 | [
"97-95=2",
"4+60=64",
"64/2=32"
] | Current State: 32:[97, 4, 60, 95], Operations: []
Exploring Operation: 97-95=2, Resulting Numbers: [4, 60, 2]
Generated Node #2: [4, 60, 2] from Operation: 97-95=2
Current State: 32:[4, 60, 2], Operations: ['97-95=2']
Exploring Operation: 4+60=64, Resulting Numbers: [2, 64]
Generated Node #3: [2, 64] from Operation: 4+... | 4 | Current State: 32:[97, 4, 60, 95], Operations: []
Exploring Operation: 60/4=15, Resulting Numbers: [97, 95, 15]
Generated Node #0,0: 32:[97, 95, 15] Operation: 60/4=15
Exploring Operation: 97-95=2, Resulting Numbers: [4, 60, 2]
Generated Node #0,1: 32:[4, 60, 2] Operation: 97-95=2
Exploring Operation: 97-60=37, Resulti... | 0 | hs_5 | sum_heuristic |
[
60,
88,
56,
47
] | 45 | [
"60+88=148",
"56+47=103",
"148-103=45"
] | Current State: 45:[60, 88, 56, 47], Operations: []
Exploring Operation: 60+88=148, Resulting Numbers: [56, 47, 148]
Generated Node #2: [56, 47, 148] from Operation: 60+88=148
Current State: 45:[56, 47, 148], Operations: ['60+88=148']
Exploring Operation: 56+47=103, Resulting Numbers: [148, 103]
Generated Node #3: [148,... | 4 | Current State: 45:[60, 88, 56, 47], Operations: []
Exploring Operation: 88-60=28, Resulting Numbers: [56, 47, 28]
Generated Node #0,0: 45:[56, 47, 28] Operation: 88-60=28
Moving to Node #0,0
Current State: 45:[56, 47, 28], Operations: ['88-60=28']
Exploring Operation: 56/28=2, Resulting Numbers: [47, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
83,
5,
22,
72
] | 68 | [
"83+5=88",
"88/22=4",
"72-4=68"
] | Current State: 68:[83, 5, 22, 72], Operations: []
Exploring Operation: 83+5=88, Resulting Numbers: [22, 72, 88]
Generated Node #2: [22, 72, 88] from Operation: 83+5=88
Current State: 68:[22, 72, 88], Operations: ['83+5=88']
Exploring Operation: 88/22=4, Resulting Numbers: [72, 4]
Generated Node #3: [72, 4] from Operati... | 4 | Current State: 68:[83, 5, 22, 72], Operations: []
Exploring Operation: 83-5=78, Resulting Numbers: [22, 72, 78]
Generated Node #0,0: 68:[22, 72, 78] Operation: 83-5=78
Exploring Operation: 22-5=17, Resulting Numbers: [83, 72, 17]
Generated Node #0,1: 68:[83, 72, 17] Operation: 22-5=17
Exploring Operation: 83-22=61, Res... | 0 | hs_4 | sum_heuristic |
[
68,
25,
10,
26
] | 27 | [
"68-25=43",
"26-10=16",
"43-16=27"
] | Current State: 27:[68, 25, 10, 26], Operations: []
Exploring Operation: 68-25=43, Resulting Numbers: [10, 26, 43]
Generated Node #2: [10, 26, 43] from Operation: 68-25=43
Current State: 27:[10, 26, 43], Operations: ['68-25=43']
Exploring Operation: 26-10=16, Resulting Numbers: [43, 16]
Generated Node #3: [43, 16] from ... | 4 | Current State: 27:[68, 25, 10, 26], Operations: []
Exploring Operation: 68-25=43, Resulting Numbers: [10, 26, 43]
Generated Node #0,0: 27:[10, 26, 43] Operation: 68-25=43
Exploring Operation: 68-26=42, Resulting Numbers: [25, 10, 42]
Generated Node #0,1: 27:[25, 10, 42] Operation: 68-26=42
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
11,
42,
44,
14
] | 61 | [
"42-11=31",
"44-14=30",
"31+30=61"
] | Current State: 61:[11, 42, 44, 14], Operations: []
Exploring Operation: 42-11=31, Resulting Numbers: [44, 14, 31]
Generated Node #2: [44, 14, 31] from Operation: 42-11=31
Current State: 61:[44, 14, 31], Operations: ['42-11=31']
Exploring Operation: 44-14=30, Resulting Numbers: [31, 30]
Generated Node #3: [31, 30] from ... | 4 | Current State: 61:[11, 42, 44, 14], Operations: []
Exploring Operation: 11+44=55, Resulting Numbers: [42, 14, 55]
Generated Node #0,0: 61:[42, 14, 55] Operation: 11+44=55
Exploring Operation: 11+42=53, Resulting Numbers: [44, 14, 53]
Generated Node #0,1: 61:[44, 14, 53] Operation: 11+42=53
Exploring Operation: 11+14=25... | 0.963542 | hs_3 | mult_heuristic |
[
84,
84,
32,
45
] | 13 | [
"84-84=0",
"45-32=13",
"0+13=13"
] | Current State: 13:[84, 84, 32, 45], Operations: []
Exploring Operation: 84-84=0, Resulting Numbers: [32, 45, 0]
Generated Node #2: [32, 45, 0] from Operation: 84-84=0
Current State: 13:[32, 45, 0], Operations: ['84-84=0']
Exploring Operation: 45-32=13, Resulting Numbers: [0, 13]
Generated Node #3: [0, 13] from Operatio... | 4 | Current State: 13:[84, 84, 32, 45], Operations: []
Exploring Operation: 84-84=0, Resulting Numbers: [32, 45, 0]
Generated Node #0,0: 13:[32, 45, 0] Operation: 84-84=0
Exploring Operation: 84-45=39, Resulting Numbers: [84, 32, 39]
Generated Node #0,1: 13:[84, 32, 39] Operation: 84-45=39
Exploring Operation: 84-32=52, Re... | 0.981771 | hs_5 | mult_heuristic |
[
73,
64,
24,
38
] | 71 | [
"73-64=9",
"24+38=62",
"9+62=71"
] | Current State: 71:[73, 64, 24, 38], Operations: []
Exploring Operation: 73-64=9, Resulting Numbers: [24, 38, 9]
Generated Node #2: [24, 38, 9] from Operation: 73-64=9
Current State: 71:[24, 38, 9], Operations: ['73-64=9']
Exploring Operation: 24+38=62, Resulting Numbers: [9, 62]
Generated Node #3: [9, 62] from Operatio... | 4 | Current State: 71:[73, 64, 24, 38], Operations: []
Exploring Operation: 24+38=62, Resulting Numbers: [73, 64, 62]
Generated Node #0,0: 71:[73, 64, 62] Operation: 24+38=62
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[73, 64, 62], Operations: ['24+38=62']
Exploring Operation: 64+62=126, Resulting N... | 0 | hs_1 | mult_heuristic |
[
31,
13,
52,
5
] | 92 | [
"52-31=21",
"5*21=105",
"105-13=92"
] | Current State: 92:[31, 13, 52, 5], Operations: []
Exploring Operation: 52-31=21, Resulting Numbers: [13, 5, 21]
Generated Node #2: [13, 5, 21] from Operation: 52-31=21
Current State: 92:[13, 5, 21], Operations: ['52-31=21']
Exploring Operation: 5*21=105, Resulting Numbers: [13, 105]
Generated Node #3: [13, 105] from Op... | 4 | Current State: 92:[31, 13, 52, 5], Operations: []
Exploring Operation: 31+13=44, Resulting Numbers: [52, 5, 44]
Generated Node #0,0: 92:[52, 5, 44] Operation: 31+13=44
Exploring Operation: 52/13=4, Resulting Numbers: [31, 5, 4]
Generated Node #0,1: 92:[31, 5, 4] Operation: 52/13=4
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
62,
3,
86,
52
] | 31 | [
"62+3=65",
"86-52=34",
"65-34=31"
] | Current State: 31:[62, 3, 86, 52], Operations: []
Exploring Operation: 62+3=65, Resulting Numbers: [86, 52, 65]
Generated Node #2: [86, 52, 65] from Operation: 62+3=65
Current State: 31:[86, 52, 65], Operations: ['62+3=65']
Exploring Operation: 86-52=34, Resulting Numbers: [65, 34]
Generated Node #3: [65, 34] from Oper... | 4 | Current State: 31:[62, 3, 86, 52], Operations: []
Exploring Operation: 62-52=10, Resulting Numbers: [3, 86, 10]
Generated Node #0,0: 31:[3, 86, 10] Operation: 62-52=10
Exploring Operation: 86-52=34, Resulting Numbers: [62, 3, 34]
Generated Node #0,1: 31:[62, 3, 34] Operation: 86-52=34
Exploring Operation: 62-3=59, Resu... | 0.981771 | hs_5 | mult_heuristic |
[
4,
41,
29,
18
] | 60 | [
"4*18=72",
"41-29=12",
"72-12=60"
] | Current State: 60:[4, 41, 29, 18], Operations: []
Exploring Operation: 4*18=72, Resulting Numbers: [41, 29, 72]
Generated Node #2: [41, 29, 72] from Operation: 4*18=72
Current State: 60:[41, 29, 72], Operations: ['4*18=72']
Exploring Operation: 41-29=12, Resulting Numbers: [72, 12]
Generated Node #3: [72, 12] from Oper... | 4 | Current State: 60:[4, 41, 29, 18], Operations: []
Exploring Operation: 41-18=23, Resulting Numbers: [4, 29, 23]
Generated Node #0,0: 60:[4, 29, 23] Operation: 41-18=23
Exploring Operation: 41+18=59, Resulting Numbers: [4, 29, 59]
Generated Node #0,1: 60:[4, 29, 59] Operation: 41+18=59
Exploring Operation: 41-29=12, Res... | 0 | hs_3 | sum_heuristic |
[
10,
59,
2,
30
] | 54 | [
"10+59=69",
"30/2=15",
"69-15=54"
] | Current State: 54:[10, 59, 2, 30], Operations: []
Exploring Operation: 10+59=69, Resulting Numbers: [2, 30, 69]
Generated Node #2: [2, 30, 69] from Operation: 10+59=69
Current State: 54:[2, 30, 69], Operations: ['10+59=69']
Exploring Operation: 30/2=15, Resulting Numbers: [69, 15]
Generated Node #3: [69, 15] from Opera... | 4 | Current State: 54:[10, 59, 2, 30], Operations: []
Exploring Operation: 59-30=29, Resulting Numbers: [10, 2, 29]
Generated Node #0,0: 54:[10, 2, 29] Operation: 59-30=29
Moving to Node #0,0
Current State: 54:[10, 2, 29], Operations: ['59-30=29']
Exploring Operation: 29-10=19, Resulting Numbers: [2, 19]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
38,
9,
26,
16
] | 12 | [
"38-26=12",
"9*16=144",
"144/12=12"
] | Current State: 12:[38, 9, 26, 16], Operations: []
Exploring Operation: 38-26=12, Resulting Numbers: [9, 16, 12]
Generated Node #2: [9, 16, 12] from Operation: 38-26=12
Current State: 12:[9, 16, 12], Operations: ['38-26=12']
Exploring Operation: 9*16=144, Resulting Numbers: [12, 144]
Generated Node #3: [12, 144] from Op... | 4 | Current State: 12:[38, 9, 26, 16], Operations: []
Exploring Operation: 38-16=22, Resulting Numbers: [9, 26, 22]
Generated Node #0,0: 12:[9, 26, 22] Operation: 38-16=22
Exploring Operation: 38-26=12, Resulting Numbers: [9, 16, 12]
Generated Node #0,1: 12:[9, 16, 12] Operation: 38-26=12
Exploring Operation: 26-16=10, Res... | 0 | hs_5 | sum_heuristic |
[
88,
81,
75,
33
] | 35 | [
"88-81=7",
"75-33=42",
"42-7=35"
] | Current State: 35:[88, 81, 75, 33], Operations: []
Exploring Operation: 88-81=7, Resulting Numbers: [75, 33, 7]
Generated Node #2: [75, 33, 7] from Operation: 88-81=7
Current State: 35:[75, 33, 7], Operations: ['88-81=7']
Exploring Operation: 75-33=42, Resulting Numbers: [7, 42]
Generated Node #3: [7, 42] from Operatio... | 4 | Current State: 35:[88, 81, 75, 33], Operations: []
Exploring Operation: 88-75=13, Resulting Numbers: [81, 33, 13]
Generated Node #0,0: 35:[81, 33, 13] Operation: 88-75=13
Exploring Operation: 81-75=6, Resulting Numbers: [88, 33, 6]
Generated Node #0,1: 35:[88, 33, 6] Operation: 81-75=6
Exploring Operation: 88-33=55, Re... | 0.988715 | hs_4 | mult_heuristic |
[
13,
11,
44,
87
] | 19 | [
"13+11=24",
"87-44=43",
"43-24=19"
] | Current State: 19:[13, 11, 44, 87], Operations: []
Exploring Operation: 13+11=24, Resulting Numbers: [44, 87, 24]
Generated Node #2: [44, 87, 24] from Operation: 13+11=24
Current State: 19:[44, 87, 24], Operations: ['13+11=24']
Exploring Operation: 87-44=43, Resulting Numbers: [24, 43]
Generated Node #3: [24, 43] from ... | 4 | Current State: 19:[13, 11, 44, 87], Operations: []
Exploring Operation: 87-44=43, Resulting Numbers: [13, 11, 43]
Generated Node #0,0: 19:[13, 11, 43] Operation: 87-44=43
Exploring Operation: 44-13=31, Resulting Numbers: [11, 87, 31]
Generated Node #0,1: 19:[11, 87, 31] Operation: 44-13=31
Exploring Operation: 87-13=74... | 0.956597 | hs_4 | mult_heuristic |
[
74,
28,
3,
54
] | 16 | [
"74+28=102",
"102-54=48",
"48/3=16"
] | Current State: 16:[74, 28, 3, 54], Operations: []
Exploring Operation: 74+28=102, Resulting Numbers: [3, 54, 102]
Generated Node #2: [3, 54, 102] from Operation: 74+28=102
Current State: 16:[3, 54, 102], Operations: ['74+28=102']
Exploring Operation: 102-54=48, Resulting Numbers: [3, 48]
Generated Node #3: [3, 48] from... | 4 | Current State: 16:[74, 28, 3, 54], Operations: []
Exploring Operation: 54-28=26, Resulting Numbers: [74, 3, 26]
Generated Node #0,0: 16:[74, 3, 26] Operation: 54-28=26
Exploring Operation: 74-54=20, Resulting Numbers: [28, 3, 20]
Generated Node #0,1: 16:[28, 3, 20] Operation: 74-54=20
Exploring Operation: 74-28=46, Res... | 0.978299 | hs_3 | sum_heuristic |
[
32,
60,
16,
88
] | 58 | [
"32/16=2",
"60/2=30",
"88-30=58"
] | Current State: 58:[32, 60, 16, 88], Operations: []
Exploring Operation: 32/16=2, Resulting Numbers: [60, 88, 2]
Generated Node #2: [60, 88, 2] from Operation: 32/16=2
Current State: 58:[60, 88, 2], Operations: ['32/16=2']
Exploring Operation: 60/2=30, Resulting Numbers: [88, 30]
Generated Node #3: [88, 30] from Operati... | 4 | Current State: 58:[32, 60, 16, 88], Operations: []
Exploring Operation: 88-60=28, Resulting Numbers: [32, 16, 28]
Generated Node #0,0: 58:[32, 16, 28] Operation: 88-60=28
Exploring Operation: 88-32=56, Resulting Numbers: [60, 16, 56]
Generated Node #0,1: 58:[60, 16, 56] Operation: 88-32=56
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
55,
12,
38,
54
] | 26 | [
"55-54=1",
"38-12=26",
"1*26=26"
] | Current State: 26:[55, 12, 38, 54], Operations: []
Exploring Operation: 55-54=1, Resulting Numbers: [12, 38, 1]
Generated Node #2: [12, 38, 1] from Operation: 55-54=1
Current State: 26:[12, 38, 1], Operations: ['55-54=1']
Exploring Operation: 38-12=26, Resulting Numbers: [1, 26]
Generated Node #3: [1, 26] from Operatio... | 4 | Current State: 26:[55, 12, 38, 54], Operations: []
Exploring Operation: 55-38=17, Resulting Numbers: [12, 54, 17]
Generated Node #0,0: 26:[12, 54, 17] Operation: 55-38=17
Exploring Operation: 55-54=1, Resulting Numbers: [12, 38, 1]
Generated Node #0,1: 26:[12, 38, 1] Operation: 55-54=1
Exploring Operation: 54-38=16, Re... | 0.988715 | hs_4 | sum_heuristic |
[
9,
2,
29,
14
] | 24 | [
"29-9=20",
"20/2=10",
"14+10=24"
] | Current State: 24:[9, 2, 29, 14], Operations: []
Exploring Operation: 29-9=20, Resulting Numbers: [2, 14, 20]
Generated Node #2: [2, 14, 20] from Operation: 29-9=20
Current State: 24:[2, 14, 20], Operations: ['29-9=20']
Exploring Operation: 20/2=10, Resulting Numbers: [14, 10]
Generated Node #3: [14, 10] from Operation... | 4 | Current State: 24:[9, 2, 29, 14], Operations: []
Exploring Operation: 29-9=20, Resulting Numbers: [2, 14, 20]
Generated Node #0,0: 24:[2, 14, 20] Operation: 29-9=20
Exploring Operation: 29-14=15, Resulting Numbers: [9, 2, 15]
Generated Node #0,1: 24:[9, 2, 15] Operation: 29-14=15
Moving to Node #0,1
Current State: 24:[... | 0 | hs_2 | sum_heuristic |
[
55,
44,
64,
46
] | 46 | [
"46-44=2",
"55*2=110",
"110-64=46"
] | Current State: 46:[55, 44, 64, 46], Operations: []
Exploring Operation: 46-44=2, Resulting Numbers: [55, 64, 2]
Generated Node #2: [55, 64, 2] from Operation: 46-44=2
Current State: 46:[55, 64, 2], Operations: ['46-44=2']
Exploring Operation: 55*2=110, Resulting Numbers: [64, 110]
Generated Node #3: [64, 110] from Oper... | 4 | Current State: 46:[55, 44, 64, 46], Operations: []
Exploring Operation: 55-44=11, Resulting Numbers: [64, 46, 11]
Generated Node #0,0: 46:[64, 46, 11] Operation: 55-44=11
Exploring Operation: 64-55=9, Resulting Numbers: [44, 46, 9]
Generated Node #0,1: 46:[44, 46, 9] Operation: 64-55=9
Exploring Operation: 64-44=20, Re... | 0 | hs_5 | mult_heuristic |
[
24,
42,
6,
4
] | 12 | [
"42-24=18",
"18/6=3",
"4*3=12"
] | Current State: 12:[24, 42, 6, 4], Operations: []
Exploring Operation: 42-24=18, Resulting Numbers: [6, 4, 18]
Generated Node #2: [6, 4, 18] from Operation: 42-24=18
Current State: 12:[6, 4, 18], Operations: ['42-24=18']
Exploring Operation: 18/6=3, Resulting Numbers: [4, 3]
Generated Node #3: [4, 3] from Operation: 18/... | 4 | Current State: 12:[24, 42, 6, 4], Operations: []
Exploring Operation: 42-24=18, Resulting Numbers: [6, 4, 18]
Generated Node #0,0: 12:[6, 4, 18] Operation: 42-24=18
Moving to Node #0,0
Current State: 12:[6, 4, 18], Operations: ['42-24=18']
Exploring Operation: 18-6=12, Resulting Numbers: [4, 12]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
93,
26,
18,
15
] | 15 | [
"93-15=78",
"78/26=3",
"18-3=15"
] | Current State: 15:[93, 26, 18, 15], Operations: []
Exploring Operation: 93-15=78, Resulting Numbers: [26, 18, 78]
Generated Node #2: [26, 18, 78] from Operation: 93-15=78
Current State: 15:[26, 18, 78], Operations: ['93-15=78']
Exploring Operation: 78/26=3, Resulting Numbers: [18, 3]
Generated Node #3: [18, 3] from Ope... | 4 | Current State: 15:[93, 26, 18, 15], Operations: []
Exploring Operation: 93-26=67, Resulting Numbers: [18, 15, 67]
Generated Node #0,0: 15:[18, 15, 67] Operation: 93-26=67
Exploring Operation: 93-18=75, Resulting Numbers: [26, 15, 75]
Generated Node #0,1: 15:[26, 15, 75] Operation: 93-18=75
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
31,
64,
8,
91
] | 93 | [
"31*8=248",
"64+91=155",
"248-155=93"
] | Current State: 93:[31, 64, 8, 91], Operations: []
Exploring Operation: 31*8=248, Resulting Numbers: [64, 91, 248]
Generated Node #2: [64, 91, 248] from Operation: 31*8=248
Current State: 93:[64, 91, 248], Operations: ['31*8=248']
Exploring Operation: 64+91=155, Resulting Numbers: [248, 155]
Generated Node #3: [248, 155... | 4 | Current State: 93:[31, 64, 8, 91], Operations: []
Exploring Operation: 64/8=8, Resulting Numbers: [31, 91, 8]
Generated Node #0,0: 93:[31, 91, 8] Operation: 64/8=8
Moving to Node #0,0
Current State: 93:[31, 91, 8], Operations: ['64/8=8']
Exploring Operation: 91+8=99, Resulting Numbers: [31, 99]
Generated Node #0,0,0: 9... | 0 | hs_1 | mult_heuristic |
[
69,
58,
72,
78
] | 87 | [
"69*72=4968",
"78+4968=5046",
"5046/58=87"
] | Current State: 87:[69, 58, 72, 78], Operations: []
Exploring Operation: 69*72=4968, Resulting Numbers: [58, 78, 4968]
Generated Node #2: [58, 78, 4968] from Operation: 69*72=4968
Current State: 87:[58, 78, 4968], Operations: ['69*72=4968']
Exploring Operation: 78+4968=5046, Resulting Numbers: [58, 5046]
Generated Node ... | 4 | Current State: 87:[69, 58, 72, 78], Operations: []
Exploring Operation: 78-69=9, Resulting Numbers: [58, 72, 9]
Generated Node #0,0: 87:[58, 72, 9] Operation: 78-69=9
Exploring Operation: 72-69=3, Resulting Numbers: [58, 78, 3]
Generated Node #0,1: 87:[58, 78, 3] Operation: 72-69=3
Exploring Operation: 78-58=20, Result... | 0 | hs_5 | sum_heuristic |
[
36,
25,
91,
97
] | 19 | [
"97-91=6",
"36/6=6",
"25-6=19"
] | Current State: 19:[36, 25, 91, 97], Operations: []
Exploring Operation: 97-91=6, Resulting Numbers: [36, 25, 6]
Generated Node #2: [36, 25, 6] from Operation: 97-91=6
Current State: 19:[36, 25, 6], Operations: ['97-91=6']
Exploring Operation: 36/6=6, Resulting Numbers: [25, 6]
Generated Node #3: [25, 6] from Operation:... | 4 | Current State: 19:[36, 25, 91, 97], Operations: []
Exploring Operation: 97-91=6, Resulting Numbers: [36, 25, 6]
Generated Node #0,0: 19:[36, 25, 6] Operation: 97-91=6
Exploring Operation: 91-36=55, Resulting Numbers: [25, 97, 55]
Generated Node #0,1: 19:[25, 97, 55] Operation: 91-36=55
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
9,
2,
22,
48
] | 44 | [
"9*2=18",
"48-22=26",
"18+26=44"
] | Current State: 44:[9, 2, 22, 48], Operations: []
Exploring Operation: 9*2=18, Resulting Numbers: [22, 48, 18]
Generated Node #2: [22, 48, 18] from Operation: 9*2=18
Current State: 44:[22, 48, 18], Operations: ['9*2=18']
Exploring Operation: 48-22=26, Resulting Numbers: [18, 26]
Generated Node #3: [18, 26] from Operatio... | 4 | Current State: 44:[9, 2, 22, 48], Operations: []
Exploring Operation: 48-2=46, Resulting Numbers: [9, 22, 46]
Generated Node #0,0: 44:[9, 22, 46] Operation: 48-2=46
Exploring Operation: 22-9=13, Resulting Numbers: [2, 48, 13]
Generated Node #0,1: 44:[2, 48, 13] Operation: 22-9=13
Exploring Operation: 9+2=11, Resulting ... | 0 | hs_5 | sum_heuristic |
[
20,
72,
64,
41
] | 24 | [
"64-20=44",
"44-41=3",
"72/3=24"
] | Current State: 24:[20, 72, 64, 41], Operations: []
Exploring Operation: 64-20=44, Resulting Numbers: [72, 41, 44]
Generated Node #2: [72, 41, 44] from Operation: 64-20=44
Current State: 24:[72, 41, 44], Operations: ['64-20=44']
Exploring Operation: 44-41=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Ope... | 4 | Current State: 24:[20, 72, 64, 41], Operations: []
Exploring Operation: 72-64=8, Resulting Numbers: [20, 41, 8]
Generated Node #0,0: 24:[20, 41, 8] Operation: 72-64=8
Exploring Operation: 64-20=44, Resulting Numbers: [72, 41, 44]
Generated Node #0,1: 24:[72, 41, 44] Operation: 64-20=44
Exploring Operation: 64-41=23, Re... | 0.945313 | hs_5 | sum_heuristic |
[
35,
62,
89,
46
] | 23 | [
"35+89=124",
"62*46=2852",
"2852/124=23"
] | Current State: 23:[35, 62, 89, 46], Operations: []
Exploring Operation: 35+89=124, Resulting Numbers: [62, 46, 124]
Generated Node #2: [62, 46, 124] from Operation: 35+89=124
Current State: 23:[62, 46, 124], Operations: ['35+89=124']
Exploring Operation: 62*46=2852, Resulting Numbers: [124, 2852]
Generated Node #3: [12... | 4 | Current State: 23:[35, 62, 89, 46], Operations: []
Exploring Operation: 89-62=27, Resulting Numbers: [35, 46, 27]
Generated Node #0,0: 23:[35, 46, 27] Operation: 89-62=27
Exploring Operation: 89-46=43, Resulting Numbers: [35, 62, 43]
Generated Node #0,1: 23:[35, 62, 43] Operation: 89-46=43
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
25,
20,
20,
6
] | 10 | [
"25-20=5",
"20/5=4",
"6+4=10"
] | Current State: 10:[25, 20, 20, 6], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [6, 5]
Generated Node #2: [6, 5] from Operation: 25-20=5
Current State: 10:[6, 5], Operations: ['25-20=5']
Exploring Operation: 20/5=4, Resulting Numbers: [6, 4]
Generated Node #3: [6, 4] from Operation: 20/5=4
Current St... | 4 | Current State: 10:[25, 20, 20, 6], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [20, 6, 5]
Generated Node #0,0: 10:[20, 6, 5] Operation: 25-20=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 10:[20, 6, 5], Operations: ['25-20=5']
Exploring Operation: 20/5=4, Resulting Numbers: [6, 4... | 0.993924 | hs_1 | sum_heuristic |
[
93,
16,
26,
6
] | 23 | [
"93+26=119",
"16*6=96",
"119-96=23"
] | Current State: 23:[93, 16, 26, 6], Operations: []
Exploring Operation: 93+26=119, Resulting Numbers: [16, 6, 119]
Generated Node #2: [16, 6, 119] from Operation: 93+26=119
Current State: 23:[16, 6, 119], Operations: ['93+26=119']
Exploring Operation: 16*6=96, Resulting Numbers: [119, 96]
Generated Node #3: [119, 96] fr... | 4 | Current State: 23:[93, 16, 26, 6], Operations: []
Exploring Operation: 93-26=67, Resulting Numbers: [16, 6, 67]
Generated Node #0,0: 23:[16, 6, 67] Operation: 93-26=67
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[16, 6, 67], Operations: ['93-26=67']
Exploring Operation: 16+6=22, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
79,
73,
11,
2
] | 88 | [
"79-73=6",
"2+6=8",
"11*8=88"
] | Current State: 88:[79, 73, 11, 2], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [11, 2, 6]
Generated Node #2: [11, 2, 6] from Operation: 79-73=6
Current State: 88:[11, 2, 6], Operations: ['79-73=6']
Exploring Operation: 2+6=8, Resulting Numbers: [11, 8]
Generated Node #3: [11, 8] from Operation: 2+6=... | 4 | Current State: 88:[79, 73, 11, 2], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [11, 2, 6]
Generated Node #0,0: 88:[11, 2, 6] Operation: 79-73=6
Exploring Operation: 73+11=84, Resulting Numbers: [79, 2, 84]
Generated Node #0,1: 88:[79, 2, 84] Operation: 73+11=84
Moving to Node #0,0
Current State: 88:... | 0.990451 | hs_2 | sum_heuristic |
[
80,
34,
2,
33
] | 27 | [
"80/2=40",
"34+33=67",
"67-40=27"
] | Current State: 27:[80, 34, 2, 33], Operations: []
Exploring Operation: 80/2=40, Resulting Numbers: [34, 33, 40]
Generated Node #2: [34, 33, 40] from Operation: 80/2=40
Current State: 27:[34, 33, 40], Operations: ['80/2=40']
Exploring Operation: 34+33=67, Resulting Numbers: [40, 67]
Generated Node #3: [40, 67] from Oper... | 4 | Current State: 27:[80, 34, 2, 33], Operations: []
Exploring Operation: 80/2=40, Resulting Numbers: [34, 33, 40]
Generated Node #0,0: 27:[34, 33, 40] Operation: 80/2=40
Exploring Operation: 80-33=47, Resulting Numbers: [34, 2, 47]
Generated Node #0,1: 27:[34, 2, 47] Operation: 80-33=47
Exploring Operation: 80-34=46, Res... | 0.989583 | hs_3 | sum_heuristic |
[
78,
34,
50,
76
] | 31 | [
"76-50=26",
"78/26=3",
"34-3=31"
] | Current State: 31:[78, 34, 50, 76], Operations: []
Exploring Operation: 76-50=26, Resulting Numbers: [78, 34, 26]
Generated Node #2: [78, 34, 26] from Operation: 76-50=26
Current State: 31:[78, 34, 26], Operations: ['76-50=26']
Exploring Operation: 78/26=3, Resulting Numbers: [34, 3]
Generated Node #3: [34, 3] from Ope... | 4 | Current State: 31:[78, 34, 50, 76], Operations: []
Exploring Operation: 78-34=44, Resulting Numbers: [50, 76, 44]
Generated Node #0,0: 31:[50, 76, 44] Operation: 78-34=44
Exploring Operation: 78-76=2, Resulting Numbers: [34, 50, 2]
Generated Node #0,1: 31:[34, 50, 2] Operation: 78-76=2
Exploring Operation: 76-50=26, Re... | 0.976563 | hs_4 | sum_heuristic |
[
53,
48,
95,
92
] | 73 | [
"53-48=5",
"95/5=19",
"92-19=73"
] | Current State: 73:[53, 48, 95, 92], Operations: []
Exploring Operation: 53-48=5, Resulting Numbers: [95, 92, 5]
Generated Node #2: [95, 92, 5] from Operation: 53-48=5
Current State: 73:[95, 92, 5], Operations: ['53-48=5']
Exploring Operation: 95/5=19, Resulting Numbers: [92, 19]
Generated Node #3: [92, 19] from Operati... | 4 | Current State: 73:[53, 48, 95, 92], Operations: []
Exploring Operation: 95-48=47, Resulting Numbers: [53, 92, 47]
Generated Node #0,0: 73:[53, 92, 47] Operation: 95-48=47
Exploring Operation: 92-48=44, Resulting Numbers: [53, 95, 44]
Generated Node #0,1: 73:[53, 95, 44] Operation: 92-48=44
Exploring Operation: 53+48=10... | 0 | hs_3 | sum_heuristic |
[
36,
36,
64,
80
] | 56 | [
"36+36=72",
"80-64=16",
"72-16=56"
] | Current State: 56:[36, 36, 64, 80], Operations: []
Exploring Operation: 36+36=72, Resulting Numbers: [64, 80, 72]
Generated Node #2: [64, 80, 72] from Operation: 36+36=72
Current State: 56:[64, 80, 72], Operations: ['36+36=72']
Exploring Operation: 80-64=16, Resulting Numbers: [72, 16]
Generated Node #3: [72, 16] from ... | 4 | Current State: 56:[36, 36, 64, 80], Operations: []
Exploring Operation: 80-64=16, Resulting Numbers: [36, 36, 16]
Generated Node #0,0: 56:[36, 36, 16] Operation: 80-64=16
Exploring Operation: 80-36=44, Resulting Numbers: [36, 64, 44]
Generated Node #0,1: 56:[36, 64, 44] Operation: 80-36=44
Exploring Operation: 80-36=44... | 0.978299 | hs_3 | mult_heuristic |
[
60,
57,
4,
63
] | 15 | [
"60-57=3",
"63-3=60",
"60/4=15"
] | Current State: 15:[60, 57, 4, 63], Operations: []
Exploring Operation: 60-57=3, Resulting Numbers: [4, 63, 3]
Generated Node #2: [4, 63, 3] from Operation: 60-57=3
Current State: 15:[4, 63, 3], Operations: ['60-57=3']
Exploring Operation: 63-3=60, Resulting Numbers: [4, 60]
Generated Node #3: [4, 60] from Operation: 63... | 4 | Current State: 15:[60, 57, 4, 63], Operations: []
Exploring Operation: 63-60=3, Resulting Numbers: [57, 4, 3]
Generated Node #0,0: 15:[57, 4, 3] Operation: 63-60=3
Exploring Operation: 60-57=3, Resulting Numbers: [4, 63, 3]
Generated Node #0,1: 15:[4, 63, 3] Operation: 60-57=3
Exploring Operation: 63-57=6, Resulting Nu... | 0.986979 | hs_5 | mult_heuristic |
[
55,
55,
32,
76
] | 76 | [
"55-55=0",
"32*0=0",
"76+0=76"
] | Current State: 76:[55, 55, 32, 76], Operations: []
Exploring Operation: 55-55=0, Resulting Numbers: [32, 76, 0]
Generated Node #2: [32, 76, 0] from Operation: 55-55=0
Current State: 76:[32, 76, 0], Operations: ['55-55=0']
Exploring Operation: 32*0=0, Resulting Numbers: [76, 0]
Generated Node #3: [76, 0] from Operation:... | 4 | Current State: 76:[55, 55, 32, 76], Operations: []
Exploring Operation: 55-55=0, Resulting Numbers: [32, 76, 0]
Generated Node #0,0: 76:[32, 76, 0] Operation: 55-55=0
Exploring Operation: 55/55=1, Resulting Numbers: [32, 76, 1]
Generated Node #0,1: 76:[32, 76, 1] Operation: 55/55=1
Start Sub Search at level 1: Moving t... | 0.986979 | hs_2 | sum_heuristic |
[
16,
10,
49,
65
] | 55 | [
"16*65=1040",
"1040/10=104",
"104-49=55"
] | Current State: 55:[16, 10, 49, 65], Operations: []
Exploring Operation: 16*65=1040, Resulting Numbers: [10, 49, 1040]
Generated Node #2: [10, 49, 1040] from Operation: 16*65=1040
Current State: 55:[10, 49, 1040], Operations: ['16*65=1040']
Exploring Operation: 1040/10=104, Resulting Numbers: [49, 104]
Generated Node #3... | 4 | Current State: 55:[16, 10, 49, 65], Operations: []
Exploring Operation: 65-16=49, Resulting Numbers: [10, 49, 49]
Generated Node #0,0: 55:[10, 49, 49] Operation: 65-16=49
Exploring Operation: 65-49=16, Resulting Numbers: [16, 10, 16]
Generated Node #0,1: 55:[16, 10, 16] Operation: 65-49=16
Exploring Operation: 65-10=55... | 0 | hs_3 | mult_heuristic |
[
33,
2,
42,
58
] | 38 | [
"42-33=9",
"58/2=29",
"9+29=38"
] | Current State: 38:[33, 2, 42, 58], Operations: []
Exploring Operation: 42-33=9, Resulting Numbers: [2, 58, 9]
Generated Node #2: [2, 58, 9] from Operation: 42-33=9
Current State: 38:[2, 58, 9], Operations: ['42-33=9']
Exploring Operation: 58/2=29, Resulting Numbers: [9, 29]
Generated Node #3: [9, 29] from Operation: 58... | 4 | Current State: 38:[33, 2, 42, 58], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [33, 2, 16]
Generated Node #0,0: 38:[33, 2, 16] Operation: 58-42=16
Exploring Operation: 58-33=25, Resulting Numbers: [2, 42, 25]
Generated Node #0,1: 38:[2, 42, 25] Operation: 58-33=25
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
63,
66,
97,
59
] | 91 | [
"63+66=129",
"97-59=38",
"129-38=91"
] | Current State: 91:[63, 66, 97, 59], Operations: []
Exploring Operation: 63+66=129, Resulting Numbers: [97, 59, 129]
Generated Node #2: [97, 59, 129] from Operation: 63+66=129
Current State: 91:[97, 59, 129], Operations: ['63+66=129']
Exploring Operation: 97-59=38, Resulting Numbers: [129, 38]
Generated Node #3: [129, 3... | 4 | Current State: 91:[63, 66, 97, 59], Operations: []
Exploring Operation: 66-59=7, Resulting Numbers: [63, 97, 7]
Generated Node #0,0: 91:[63, 97, 7] Operation: 66-59=7
Exploring Operation: 63-59=4, Resulting Numbers: [66, 97, 4]
Generated Node #0,1: 91:[66, 97, 4] Operation: 63-59=4
Exploring Operation: 63+59=122, Resul... | 0.946181 | hs_4 | mult_heuristic |
[
18,
58,
11,
2
] | 22 | [
"18-11=7",
"58/2=29",
"29-7=22"
] | Current State: 22:[18, 58, 11, 2], Operations: []
Exploring Operation: 18-11=7, Resulting Numbers: [58, 2, 7]
Generated Node #2: [58, 2, 7] from Operation: 18-11=7
Current State: 22:[58, 2, 7], Operations: ['18-11=7']
Exploring Operation: 58/2=29, Resulting Numbers: [7, 29]
Generated Node #3: [7, 29] from Operation: 58... | 4 | Current State: 22:[18, 58, 11, 2], Operations: []
Exploring Operation: 58/2=29, Resulting Numbers: [18, 11, 29]
Generated Node #0,0: 22:[18, 11, 29] Operation: 58/2=29
Exploring Operation: 58-18=40, Resulting Numbers: [11, 2, 40]
Generated Node #0,1: 22:[11, 2, 40] Operation: 58-18=40
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | mult_heuristic |
[
79,
86,
34,
42
] | 83 | [
"86-79=7",
"34+42=76",
"7+76=83"
] | Current State: 83:[79, 86, 34, 42], Operations: []
Exploring Operation: 86-79=7, Resulting Numbers: [34, 42, 7]
Generated Node #2: [34, 42, 7] from Operation: 86-79=7
Current State: 83:[34, 42, 7], Operations: ['86-79=7']
Exploring Operation: 34+42=76, Resulting Numbers: [7, 76]
Generated Node #3: [7, 76] from Operatio... | 4 | Current State: 83:[79, 86, 34, 42], Operations: []
Exploring Operation: 79+34=113, Resulting Numbers: [86, 42, 113]
Generated Node #0,0: 83:[86, 42, 113] Operation: 79+34=113
Exploring Operation: 34+42=76, Resulting Numbers: [79, 86, 76]
Generated Node #0,1: 83:[79, 86, 76] Operation: 34+42=76
Exploring Operation: 86-3... | 0.985243 | hs_3 | mult_heuristic |
[
66,
68,
58,
16
] | 76 | [
"68-66=2",
"58+16=74",
"2+74=76"
] | Current State: 76:[66, 68, 58, 16], Operations: []
Exploring Operation: 68-66=2, Resulting Numbers: [58, 16, 2]
Generated Node #2: [58, 16, 2] from Operation: 68-66=2
Current State: 76:[58, 16, 2], Operations: ['68-66=2']
Exploring Operation: 58+16=74, Resulting Numbers: [2, 74]
Generated Node #3: [2, 74] from Operatio... | 4 | Current State: 76:[66, 68, 58, 16], Operations: []
Exploring Operation: 66-58=8, Resulting Numbers: [68, 16, 8]
Generated Node #0,0: 76:[68, 16, 8] Operation: 66-58=8
Moving to Node #0,0
Current State: 76:[68, 16, 8], Operations: ['66-58=8']
Exploring Operation: 68+8=76, Resulting Numbers: [16, 76]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
4,
79,
6,
42
] | 27 | [
"79-4=75",
"6+42=48",
"75-48=27"
] | Current State: 27:[4, 79, 6, 42], Operations: []
Exploring Operation: 79-4=75, Resulting Numbers: [6, 42, 75]
Generated Node #2: [6, 42, 75] from Operation: 79-4=75
Current State: 27:[6, 42, 75], Operations: ['79-4=75']
Exploring Operation: 6+42=48, Resulting Numbers: [75, 48]
Generated Node #3: [75, 48] from Operation... | 4 | Current State: 27:[4, 79, 6, 42], Operations: []
Exploring Operation: 79-42=37, Resulting Numbers: [4, 6, 37]
Generated Node #0,0: 27:[4, 6, 37] Operation: 79-42=37
Moving to Node #0,0
Current State: 27:[4, 6, 37], Operations: ['79-42=37']
Exploring Operation: 37-6=31, Resulting Numbers: [4, 31]
Generated Node #0,0,0: ... | 0.993924 | hs_1 | mult_heuristic |
[
63,
37,
30,
3
] | 10 | [
"63+37=100",
"30*3=90",
"100-90=10"
] | Current State: 10:[63, 37, 30, 3], Operations: []
Exploring Operation: 63+37=100, Resulting Numbers: [30, 3, 100]
Generated Node #2: [30, 3, 100] from Operation: 63+37=100
Current State: 10:[30, 3, 100], Operations: ['63+37=100']
Exploring Operation: 30*3=90, Resulting Numbers: [100, 90]
Generated Node #3: [100, 90] fr... | 4 | Current State: 10:[63, 37, 30, 3], Operations: []
Exploring Operation: 63-37=26, Resulting Numbers: [30, 3, 26]
Generated Node #0,0: 10:[30, 3, 26] Operation: 63-37=26
Start Sub Search at level 1: Moving to Node #0,0
Current State: 10:[30, 3, 26], Operations: ['63-37=26']
Exploring Operation: 30-26=4, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
80,
10,
31,
25
] | 64 | [
"80-10=70",
"31-25=6",
"70-6=64"
] | Current State: 64:[80, 10, 31, 25], Operations: []
Exploring Operation: 80-10=70, Resulting Numbers: [31, 25, 70]
Generated Node #2: [31, 25, 70] from Operation: 80-10=70
Current State: 64:[31, 25, 70], Operations: ['80-10=70']
Exploring Operation: 31-25=6, Resulting Numbers: [70, 6]
Generated Node #3: [70, 6] from Ope... | 4 | Current State: 64:[80, 10, 31, 25], Operations: []
Exploring Operation: 80-10=70, Resulting Numbers: [31, 25, 70]
Generated Node #0,0: 64:[31, 25, 70] Operation: 80-10=70
Exploring Operation: 80/10=8, Resulting Numbers: [31, 25, 8]
Generated Node #0,1: 64:[31, 25, 8] Operation: 80/10=8
Exploring Operation: 10+25=35, Re... | 0.981771 | hs_5 | mult_heuristic |
[
14,
23,
43,
81
] | 29 | [
"23-14=9",
"81-43=38",
"38-9=29"
] | Current State: 29:[14, 23, 43, 81], Operations: []
Exploring Operation: 23-14=9, Resulting Numbers: [43, 81, 9]
Generated Node #2: [43, 81, 9] from Operation: 23-14=9
Current State: 29:[43, 81, 9], Operations: ['23-14=9']
Exploring Operation: 81-43=38, Resulting Numbers: [9, 38]
Generated Node #3: [9, 38] from Operatio... | 4 | Current State: 29:[14, 23, 43, 81], Operations: []
Exploring Operation: 81-23=58, Resulting Numbers: [14, 43, 58]
Generated Node #0,0: 29:[14, 43, 58] Operation: 81-23=58
Exploring Operation: 81-43=38, Resulting Numbers: [14, 23, 38]
Generated Node #0,1: 29:[14, 23, 38] Operation: 81-43=38
Exploring Operation: 43-14=29... | 0.982639 | hs_4 | sum_heuristic |
[
63,
35,
59,
45
] | 34 | [
"35*45=1575",
"1575/63=25",
"59-25=34"
] | Current State: 34:[63, 35, 59, 45], Operations: []
Exploring Operation: 35*45=1575, Resulting Numbers: [63, 59, 1575]
Generated Node #2: [63, 59, 1575] from Operation: 35*45=1575
Current State: 34:[63, 59, 1575], Operations: ['35*45=1575']
Exploring Operation: 1575/63=25, Resulting Numbers: [59, 25]
Generated Node #3: ... | 4 | Current State: 34:[63, 35, 59, 45], Operations: []
Exploring Operation: 63-59=4, Resulting Numbers: [35, 45, 4]
Generated Node #0,0: 34:[35, 45, 4] Operation: 63-59=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 34:[35, 45, 4], Operations: ['63-59=4']
Exploring Operation: 45-4=41, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
51,
12,
8,
36
] | 19 | [
"51+12=63",
"8+36=44",
"63-44=19"
] | Current State: 19:[51, 12, 8, 36], Operations: []
Exploring Operation: 51+12=63, Resulting Numbers: [8, 36, 63]
Generated Node #2: [8, 36, 63] from Operation: 51+12=63
Current State: 19:[8, 36, 63], Operations: ['51+12=63']
Exploring Operation: 8+36=44, Resulting Numbers: [63, 44]
Generated Node #3: [63, 44] from Opera... | 4 | Current State: 19:[51, 12, 8, 36], Operations: []
Exploring Operation: 36-12=24, Resulting Numbers: [51, 8, 24]
Generated Node #0,0: 19:[51, 8, 24] Operation: 36-12=24
Exploring Operation: 51-36=15, Resulting Numbers: [12, 8, 15]
Generated Node #0,1: 19:[12, 8, 15] Operation: 51-36=15
Exploring Operation: 51-8=43, Resu... | 0.982639 | hs_4 | sum_heuristic |
[
90,
37,
84,
94
] | 58 | [
"94-90=4",
"84/4=21",
"37+21=58"
] | Current State: 58:[90, 37, 84, 94], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [37, 84, 4]
Generated Node #2: [37, 84, 4] from Operation: 94-90=4
Current State: 58:[37, 84, 4], Operations: ['94-90=4']
Exploring Operation: 84/4=21, Resulting Numbers: [37, 21]
Generated Node #3: [37, 21] from Operati... | 4 | Current State: 58:[90, 37, 84, 94], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [37, 84, 4]
Generated Node #0,0: 58:[37, 84, 4] Operation: 94-90=4
Moving to Node #0,0
Current State: 58:[37, 84, 4], Operations: ['94-90=4']
Exploring Operation: 84-37=47, Resulting Numbers: [4, 47]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
96,
22,
85,
38
] | 36 | [
"96-85=11",
"22/11=2",
"38-2=36"
] | Current State: 36:[96, 22, 85, 38], Operations: []
Exploring Operation: 96-85=11, Resulting Numbers: [22, 38, 11]
Generated Node #2: [22, 38, 11] from Operation: 96-85=11
Current State: 36:[22, 38, 11], Operations: ['96-85=11']
Exploring Operation: 22/11=2, Resulting Numbers: [38, 2]
Generated Node #3: [38, 2] from Ope... | 4 | Current State: 36:[96, 22, 85, 38], Operations: []
Exploring Operation: 96-38=58, Resulting Numbers: [22, 85, 58]
Generated Node #0,0: 36:[22, 85, 58] Operation: 96-38=58
Exploring Operation: 85-38=47, Resulting Numbers: [96, 22, 47]
Generated Node #0,1: 36:[96, 22, 47] Operation: 85-38=47
Exploring Operation: 96-85=11... | 0.985243 | hs_3 | sum_heuristic |
[
36,
45,
10,
63
] | 71 | [
"36*10=360",
"360/45=8",
"63+8=71"
] | Current State: 71:[36, 45, 10, 63], Operations: []
Exploring Operation: 36*10=360, Resulting Numbers: [45, 63, 360]
Generated Node #2: [45, 63, 360] from Operation: 36*10=360
Current State: 71:[45, 63, 360], Operations: ['36*10=360']
Exploring Operation: 360/45=8, Resulting Numbers: [63, 8]
Generated Node #3: [63, 8] f... | 4 | Current State: 71:[36, 45, 10, 63], Operations: []
Exploring Operation: 36+10=46, Resulting Numbers: [45, 63, 46]
Generated Node #0,0: 71:[45, 63, 46] Operation: 36+10=46
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[45, 63, 46], Operations: ['36+10=46']
Exploring Operation: 45+46=91, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
4,
51,
5,
26
] | 31 | [
"4*26=104",
"51+104=155",
"155/5=31"
] | Current State: 31:[4, 51, 5, 26], Operations: []
Exploring Operation: 4*26=104, Resulting Numbers: [51, 5, 104]
Generated Node #2: [51, 5, 104] from Operation: 4*26=104
Current State: 31:[51, 5, 104], Operations: ['4*26=104']
Exploring Operation: 51+104=155, Resulting Numbers: [5, 155]
Generated Node #3: [5, 155] from ... | 4 | Current State: 31:[4, 51, 5, 26], Operations: []
Exploring Operation: 4*5=20, Resulting Numbers: [51, 26, 20]
Generated Node #0,0: 31:[51, 26, 20] Operation: 4*5=20
Exploring Operation: 4+5=9, Resulting Numbers: [51, 26, 9]
Generated Node #0,1: 31:[51, 26, 9] Operation: 4+5=9
Exploring Operation: 4+26=30, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
58,
10,
28,
4
] | 75 | [
"58+10=68",
"28/4=7",
"68+7=75"
] | Current State: 75:[58, 10, 28, 4], Operations: []
Exploring Operation: 58+10=68, Resulting Numbers: [28, 4, 68]
Generated Node #2: [28, 4, 68] from Operation: 58+10=68
Current State: 75:[28, 4, 68], Operations: ['58+10=68']
Exploring Operation: 28/4=7, Resulting Numbers: [68, 7]
Generated Node #3: [68, 7] from Operatio... | 4 | Current State: 75:[58, 10, 28, 4], Operations: []
Exploring Operation: 58+10=68, Resulting Numbers: [28, 4, 68]
Generated Node #0,0: 75:[28, 4, 68] Operation: 58+10=68
Exploring Operation: 58-28=30, Resulting Numbers: [10, 4, 30]
Generated Node #0,1: 75:[10, 4, 30] Operation: 58-28=30
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
5,
21,
10,
1
] | 17 | [
"5+21=26",
"10-1=9",
"26-9=17"
] | Current State: 17:[5, 21, 10, 1], Operations: []
Exploring Operation: 5+21=26, Resulting Numbers: [10, 1, 26]
Generated Node #2: [10, 1, 26] from Operation: 5+21=26
Current State: 17:[10, 1, 26], Operations: ['5+21=26']
Exploring Operation: 10-1=9, Resulting Numbers: [26, 9]
Generated Node #3: [26, 9] from Operation: 1... | 4 | Current State: 17:[5, 21, 10, 1], Operations: []
Exploring Operation: 5+10=15, Resulting Numbers: [21, 1, 15]
Generated Node #0,0: 17:[21, 1, 15] Operation: 5+10=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[21, 1, 15], Operations: ['5+10=15']
Exploring Operation: 21-1=20, Resulting Numbers: [1... | 0 | hs_1 | sum_heuristic |
[
87,
51,
70,
25
] | 59 | [
"87-51=36",
"70+25=95",
"95-36=59"
] | Current State: 59:[87, 51, 70, 25], Operations: []
Exploring Operation: 87-51=36, Resulting Numbers: [70, 25, 36]
Generated Node #2: [70, 25, 36] from Operation: 87-51=36
Current State: 59:[70, 25, 36], Operations: ['87-51=36']
Exploring Operation: 70+25=95, Resulting Numbers: [36, 95]
Generated Node #3: [36, 95] from ... | 4 | Current State: 59:[87, 51, 70, 25], Operations: []
Exploring Operation: 87-25=62, Resulting Numbers: [51, 70, 62]
Generated Node #0,0: 59:[51, 70, 62] Operation: 87-25=62
Exploring Operation: 70-25=45, Resulting Numbers: [87, 51, 45]
Generated Node #0,1: 59:[87, 51, 45] Operation: 70-25=45
Start Sub Search at level 1: ... | 0.989583 | hs_2 | mult_heuristic |
[
44,
8,
7,
10
] | 90 | [
"44-10=34",
"8*7=56",
"34+56=90"
] | Current State: 90:[44, 8, 7, 10], Operations: []
Exploring Operation: 44-10=34, Resulting Numbers: [8, 7, 34]
Generated Node #2: [8, 7, 34] from Operation: 44-10=34
Current State: 90:[8, 7, 34], Operations: ['44-10=34']
Exploring Operation: 8*7=56, Resulting Numbers: [34, 56]
Generated Node #3: [34, 56] from Operation:... | 4 | Current State: 90:[44, 8, 7, 10], Operations: []
Exploring Operation: 8-7=1, Resulting Numbers: [44, 10, 1]
Generated Node #0,0: 90:[44, 10, 1] Operation: 8-7=1
Exploring Operation: 8+7=15, Resulting Numbers: [44, 10, 15]
Generated Node #0,1: 90:[44, 10, 15] Operation: 8+7=15
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | sum_heuristic |
[
54,
96,
67,
60
] | 85 | [
"96-54=42",
"67+60=127",
"127-42=85"
] | Current State: 85:[54, 96, 67, 60], Operations: []
Exploring Operation: 96-54=42, Resulting Numbers: [67, 60, 42]
Generated Node #2: [67, 60, 42] from Operation: 96-54=42
Current State: 85:[67, 60, 42], Operations: ['96-54=42']
Exploring Operation: 67+60=127, Resulting Numbers: [42, 127]
Generated Node #3: [42, 127] fr... | 4 | Current State: 85:[54, 96, 67, 60], Operations: []
Exploring Operation: 96-54=42, Resulting Numbers: [67, 60, 42]
Generated Node #0,0: 85:[67, 60, 42] Operation: 96-54=42
Exploring Operation: 54+60=114, Resulting Numbers: [96, 67, 114]
Generated Node #0,1: 85:[96, 67, 114] Operation: 54+60=114
Exploring Operation: 67-6... | 0.934028 | hs_5 | sum_heuristic |
[
44,
32,
26,
40
] | 72 | [
"44-40=4",
"26*4=104",
"104-32=72"
] | Current State: 72:[44, 32, 26, 40], Operations: []
Exploring Operation: 44-40=4, Resulting Numbers: [32, 26, 4]
Generated Node #2: [32, 26, 4] from Operation: 44-40=4
Current State: 72:[32, 26, 4], Operations: ['44-40=4']
Exploring Operation: 26*4=104, Resulting Numbers: [32, 104]
Generated Node #3: [32, 104] from Oper... | 4 | Current State: 72:[44, 32, 26, 40], Operations: []
Exploring Operation: 44+26=70, Resulting Numbers: [32, 40, 70]
Generated Node #0,0: 72:[32, 40, 70] Operation: 44+26=70
Exploring Operation: 44-26=18, Resulting Numbers: [32, 40, 18]
Generated Node #0,1: 72:[32, 40, 18] Operation: 44-26=18
Exploring Operation: 44-40=4,... | 0 | hs_5 | sum_heuristic |
[
3,
77,
41,
97
] | 17 | [
"77+97=174",
"174/3=58",
"58-41=17"
] | Current State: 17:[3, 77, 41, 97], Operations: []
Exploring Operation: 77+97=174, Resulting Numbers: [3, 41, 174]
Generated Node #2: [3, 41, 174] from Operation: 77+97=174
Current State: 17:[3, 41, 174], Operations: ['77+97=174']
Exploring Operation: 174/3=58, Resulting Numbers: [41, 58]
Generated Node #3: [41, 58] fro... | 4 | Current State: 17:[3, 77, 41, 97], Operations: []
Exploring Operation: 97-77=20, Resulting Numbers: [3, 41, 20]
Generated Node #0,0: 17:[3, 41, 20] Operation: 97-77=20
Exploring Operation: 77-41=36, Resulting Numbers: [3, 97, 36]
Generated Node #0,1: 17:[3, 97, 36] Operation: 77-41=36
Exploring Operation: 97-41=56, Res... | 0 | hs_3 | mult_heuristic |
[
39,
50,
41,
20
] | 28 | [
"39+50=89",
"41+20=61",
"89-61=28"
] | Current State: 28:[39, 50, 41, 20], Operations: []
Exploring Operation: 39+50=89, Resulting Numbers: [41, 20, 89]
Generated Node #2: [41, 20, 89] from Operation: 39+50=89
Current State: 28:[41, 20, 89], Operations: ['39+50=89']
Exploring Operation: 41+20=61, Resulting Numbers: [89, 61]
Generated Node #3: [89, 61] from ... | 4 | Current State: 28:[39, 50, 41, 20], Operations: []
Exploring Operation: 50-41=9, Resulting Numbers: [39, 20, 9]
Generated Node #0,0: 28:[39, 20, 9] Operation: 50-41=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 28:[39, 20, 9], Operations: ['50-41=9']
Exploring Operation: 39-20=19, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
55,
4,
89,
84
] | 46 | [
"55-4=51",
"89-84=5",
"51-5=46"
] | Current State: 46:[55, 4, 89, 84], Operations: []
Exploring Operation: 55-4=51, Resulting Numbers: [89, 84, 51]
Generated Node #2: [89, 84, 51] from Operation: 55-4=51
Current State: 46:[89, 84, 51], Operations: ['55-4=51']
Exploring Operation: 89-84=5, Resulting Numbers: [51, 5]
Generated Node #3: [51, 5] from Operati... | 4 | Current State: 46:[55, 4, 89, 84], Operations: []
Exploring Operation: 84/4=21, Resulting Numbers: [55, 89, 21]
Generated Node #0,0: 46:[55, 89, 21] Operation: 84/4=21
Exploring Operation: 84-55=29, Resulting Numbers: [4, 89, 29]
Generated Node #0,1: 46:[4, 89, 29] Operation: 84-55=29
Exploring Operation: 89-55=34, Res... | 0.985243 | hs_4 | sum_heuristic |
[
84,
96,
12,
41
] | 47 | [
"96*41=3936",
"12+3936=3948",
"3948/84=47"
] | Current State: 47:[84, 96, 12, 41], Operations: []
Exploring Operation: 96*41=3936, Resulting Numbers: [84, 12, 3936]
Generated Node #2: [84, 12, 3936] from Operation: 96*41=3936
Current State: 47:[84, 12, 3936], Operations: ['96*41=3936']
Exploring Operation: 12+3936=3948, Resulting Numbers: [84, 3948]
Generated Node ... | 4 | Current State: 47:[84, 96, 12, 41], Operations: []
Exploring Operation: 84-12=72, Resulting Numbers: [96, 41, 72]
Generated Node #0,0: 47:[96, 41, 72] Operation: 84-12=72
Exploring Operation: 96-12=84, Resulting Numbers: [84, 41, 84]
Generated Node #0,1: 47:[84, 41, 84] Operation: 96-12=84
Exploring Operation: 96-41=55... | 0 | hs_4 | mult_heuristic |
[
67,
61,
21,
69
] | 96 | [
"67-61=6",
"21+69=90",
"6+90=96"
] | Current State: 96:[67, 61, 21, 69], Operations: []
Exploring Operation: 67-61=6, Resulting Numbers: [21, 69, 6]
Generated Node #2: [21, 69, 6] from Operation: 67-61=6
Current State: 96:[21, 69, 6], Operations: ['67-61=6']
Exploring Operation: 21+69=90, Resulting Numbers: [6, 90]
Generated Node #3: [6, 90] from Operatio... | 4 | Current State: 96:[67, 61, 21, 69], Operations: []
Exploring Operation: 69-61=8, Resulting Numbers: [67, 21, 8]
Generated Node #0,0: 96:[67, 21, 8] Operation: 69-61=8
Exploring Operation: 69-67=2, Resulting Numbers: [61, 21, 2]
Generated Node #0,1: 96:[61, 21, 2] Operation: 69-67=2
Exploring Operation: 67-61=6, Resulti... | 0.967882 | hs_4 | mult_heuristic |
[
34,
52,
3,
61
] | 28 | [
"34+52=86",
"61-3=58",
"86-58=28"
] | Current State: 28:[34, 52, 3, 61], Operations: []
Exploring Operation: 34+52=86, Resulting Numbers: [3, 61, 86]
Generated Node #2: [3, 61, 86] from Operation: 34+52=86
Current State: 28:[3, 61, 86], Operations: ['34+52=86']
Exploring Operation: 61-3=58, Resulting Numbers: [86, 58]
Generated Node #3: [86, 58] from Opera... | 4 | Current State: 28:[34, 52, 3, 61], Operations: []
Exploring Operation: 61-52=9, Resulting Numbers: [34, 3, 9]
Generated Node #0,0: 28:[34, 3, 9] Operation: 61-52=9
Exploring Operation: 61-34=27, Resulting Numbers: [52, 3, 27]
Generated Node #0,1: 28:[52, 3, 27] Operation: 61-34=27
Moving to Node #0,0
Current State: 28:... | 0.989583 | hs_2 | sum_heuristic |
[
4,
4,
12,
32
] | 28 | [
"4+4=8",
"32-12=20",
"8+20=28"
] | Current State: 28:[4, 4, 12, 32], Operations: []
Exploring Operation: 4+4=8, Resulting Numbers: [12, 32, 8]
Generated Node #2: [12, 32, 8] from Operation: 4+4=8
Current State: 28:[12, 32, 8], Operations: ['4+4=8']
Exploring Operation: 32-12=20, Resulting Numbers: [8, 20]
Generated Node #3: [8, 20] from Operation: 32-12... | 4 | Current State: 28:[4, 4, 12, 32], Operations: []
Exploring Operation: 32-4=28, Resulting Numbers: [4, 12, 28]
Generated Node #0,0: 28:[4, 12, 28] Operation: 32-4=28
Moving to Node #0,0
Current State: 28:[4, 12, 28], Operations: ['32-4=28']
Exploring Operation: 12-4=8, Resulting Numbers: [28, 8]
Generated Node #0,0,0: 2... | 0 | hs_1 | mult_heuristic |
[
42,
3,
5,
65
] | 32 | [
"42+3=45",
"65/5=13",
"45-13=32"
] | Current State: 32:[42, 3, 5, 65], Operations: []
Exploring Operation: 42+3=45, Resulting Numbers: [5, 65, 45]
Generated Node #2: [5, 65, 45] from Operation: 42+3=45
Current State: 32:[5, 65, 45], Operations: ['42+3=45']
Exploring Operation: 65/5=13, Resulting Numbers: [45, 13]
Generated Node #3: [45, 13] from Operation... | 4 | Current State: 32:[42, 3, 5, 65], Operations: []
Exploring Operation: 42-5=37, Resulting Numbers: [3, 65, 37]
Generated Node #0,0: 32:[3, 65, 37] Operation: 42-5=37
Exploring Operation: 65-42=23, Resulting Numbers: [3, 5, 23]
Generated Node #0,1: 32:[3, 5, 23] Operation: 65-42=23
Exploring Operation: 65/5=13, Resulting... | 0.971354 | hs_4 | sum_heuristic |
[
7,
50,
81,
96
] | 55 | [
"96-81=15",
"7*15=105",
"105-50=55"
] | Current State: 55:[7, 50, 81, 96], Operations: []
Exploring Operation: 96-81=15, Resulting Numbers: [7, 50, 15]
Generated Node #2: [7, 50, 15] from Operation: 96-81=15
Current State: 55:[7, 50, 15], Operations: ['96-81=15']
Exploring Operation: 7*15=105, Resulting Numbers: [50, 105]
Generated Node #3: [50, 105] from Op... | 4 | Current State: 55:[7, 50, 81, 96], Operations: []
Exploring Operation: 96-81=15, Resulting Numbers: [7, 50, 15]
Generated Node #0,0: 55:[7, 50, 15] Operation: 96-81=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 55:[7, 50, 15], Operations: ['96-81=15']
Exploring Operation: 7+50=57, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
2,
54,
52,
48
] | 49 | [
"54-2=52",
"52/52=1",
"48+1=49"
] | Current State: 49:[2, 54, 52, 48], Operations: []
Exploring Operation: 54-2=52, Resulting Numbers: [52, 48, 52]
Generated Node #2: [52, 48, 52] from Operation: 54-2=52
Current State: 49:[52, 48, 52], Operations: ['54-2=52']
Exploring Operation: 52/52=1, Resulting Numbers: [48, 1]
Generated Node #3: [48, 1] from Operati... | 4 | Current State: 49:[2, 54, 52, 48], Operations: []
Exploring Operation: 54-48=6, Resulting Numbers: [2, 52, 6]
Generated Node #0,0: 49:[2, 52, 6] Operation: 54-48=6
Exploring Operation: 54-2=52, Resulting Numbers: [52, 48, 52]
Generated Node #0,1: 49:[52, 48, 52] Operation: 54-2=52
Exploring Operation: 52-2=50, Resultin... | 0.980903 | hs_4 | sum_heuristic |
[
14,
24,
52,
39
] | 23 | [
"24-14=10",
"52-39=13",
"10+13=23"
] | Current State: 23:[14, 24, 52, 39], Operations: []
Exploring Operation: 24-14=10, Resulting Numbers: [52, 39, 10]
Generated Node #2: [52, 39, 10] from Operation: 24-14=10
Current State: 23:[52, 39, 10], Operations: ['24-14=10']
Exploring Operation: 52-39=13, Resulting Numbers: [10, 13]
Generated Node #3: [10, 13] from ... | 4 | Current State: 23:[14, 24, 52, 39], Operations: []
Exploring Operation: 52-14=38, Resulting Numbers: [24, 39, 38]
Generated Node #0,0: 23:[24, 39, 38] Operation: 52-14=38
Exploring Operation: 39-14=25, Resulting Numbers: [24, 52, 25]
Generated Node #0,1: 23:[24, 52, 25] Operation: 39-14=25
Exploring Operation: 52-39=13... | 0.981771 | hs_4 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.