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 |
|---|---|---|---|---|---|---|---|---|
[
52,
90,
88,
93
] | 43 | [
"90-52=38",
"93-88=5",
"38+5=43"
] | Current State: 43:[52, 90, 88, 93], Operations: []
Exploring Operation: 90-52=38, Resulting Numbers: [88, 93, 38]
Generated Node #2: [88, 93, 38] from Operation: 90-52=38
Current State: 43:[88, 93, 38], Operations: ['90-52=38']
Exploring Operation: 93-88=5, Resulting Numbers: [38, 5]
Generated Node #3: [38, 5] from Ope... | 4 | Current State: 43:[52, 90, 88, 93], Operations: []
Exploring Operation: 93-90=3, Resulting Numbers: [52, 88, 3]
Generated Node #0,0: 43:[52, 88, 3] Operation: 93-90=3
Exploring Operation: 93-52=41, Resulting Numbers: [90, 88, 41]
Generated Node #0,1: 43:[90, 88, 41] Operation: 93-52=41
Exploring Operation: 93-88=5, Res... | 0.980035 | hs_3 | mult_heuristic |
[
26,
96,
91,
32
] | 75 | [
"32-26=6",
"96/6=16",
"91-16=75"
] | Current State: 75:[26, 96, 91, 32], Operations: []
Exploring Operation: 32-26=6, Resulting Numbers: [96, 91, 6]
Generated Node #2: [96, 91, 6] from Operation: 32-26=6
Current State: 75:[96, 91, 6], Operations: ['32-26=6']
Exploring Operation: 96/6=16, Resulting Numbers: [91, 16]
Generated Node #3: [91, 16] from Operati... | 4 | Current State: 75:[26, 96, 91, 32], Operations: []
Exploring Operation: 96-91=5, Resulting Numbers: [26, 32, 5]
Generated Node #0,0: 75:[26, 32, 5] Operation: 96-91=5
Moving to Node #0,0
Current State: 75:[26, 32, 5], Operations: ['96-91=5']
Exploring Operation: 32-26=6, Resulting Numbers: [5, 6]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
15,
50,
59,
8
] | 48 | [
"15+50=65",
"65-59=6",
"8*6=48"
] | Current State: 48:[15, 50, 59, 8], Operations: []
Exploring Operation: 15+50=65, Resulting Numbers: [59, 8, 65]
Generated Node #2: [59, 8, 65] from Operation: 15+50=65
Current State: 48:[59, 8, 65], Operations: ['15+50=65']
Exploring Operation: 65-59=6, Resulting Numbers: [8, 6]
Generated Node #3: [8, 6] from Operation... | 4 | Current State: 48:[15, 50, 59, 8], Operations: []
Exploring Operation: 59-50=9, Resulting Numbers: [15, 8, 9]
Generated Node #0,0: 48:[15, 8, 9] Operation: 59-50=9
Moving to Node #0,0
Current State: 48:[15, 8, 9], Operations: ['59-50=9']
Exploring Operation: 15+9=24, Resulting Numbers: [8, 24]
Generated Node #0,0,0: 48... | 0 | hs_1 | mult_heuristic |
[
78,
5,
49,
83
] | 59 | [
"78-5=73",
"49+83=132",
"132-73=59"
] | Current State: 59:[78, 5, 49, 83], Operations: []
Exploring Operation: 78-5=73, Resulting Numbers: [49, 83, 73]
Generated Node #2: [49, 83, 73] from Operation: 78-5=73
Current State: 59:[49, 83, 73], Operations: ['78-5=73']
Exploring Operation: 49+83=132, Resulting Numbers: [73, 132]
Generated Node #3: [73, 132] from O... | 4 | Current State: 59:[78, 5, 49, 83], Operations: []
Exploring Operation: 78+5=83, Resulting Numbers: [49, 83, 83]
Generated Node #0,0: 59:[49, 83, 83] Operation: 78+5=83
Exploring Operation: 49-5=44, Resulting Numbers: [78, 83, 44]
Generated Node #0,1: 59:[78, 83, 44] Operation: 49-5=44
Exploring Operation: 83-5=78, Resu... | 0.973958 | hs_5 | mult_heuristic |
[
19,
9,
1,
44
] | 72 | [
"19+9=28",
"1*44=44",
"28+44=72"
] | Current State: 72:[19, 9, 1, 44], Operations: []
Exploring Operation: 19+9=28, Resulting Numbers: [1, 44, 28]
Generated Node #2: [1, 44, 28] from Operation: 19+9=28
Current State: 72:[1, 44, 28], Operations: ['19+9=28']
Exploring Operation: 1*44=44, Resulting Numbers: [28, 44]
Generated Node #3: [28, 44] from Operation... | 4 | Current State: 72:[19, 9, 1, 44], Operations: []
Exploring Operation: 44-19=25, Resulting Numbers: [9, 1, 25]
Generated Node #0,0: 72:[9, 1, 25] Operation: 44-19=25
Moving to Node #0,0
Current State: 72:[9, 1, 25], Operations: ['44-19=25']
Exploring Operation: 25-1=24, Resulting Numbers: [9, 24]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
99,
81,
2,
10
] | 15 | [
"99+81=180",
"2+10=12",
"180/12=15"
] | Current State: 15:[99, 81, 2, 10], Operations: []
Exploring Operation: 99+81=180, Resulting Numbers: [2, 10, 180]
Generated Node #2: [2, 10, 180] from Operation: 99+81=180
Current State: 15:[2, 10, 180], Operations: ['99+81=180']
Exploring Operation: 2+10=12, Resulting Numbers: [180, 12]
Generated Node #3: [180, 12] fr... | 4 | Current State: 15:[99, 81, 2, 10], Operations: []
Exploring Operation: 99-81=18, Resulting Numbers: [2, 10, 18]
Generated Node #0,0: 15:[2, 10, 18] Operation: 99-81=18
Moving to Node #0,0
Current State: 15:[2, 10, 18], Operations: ['99-81=18']
Exploring Operation: 10/2=5, Resulting Numbers: [18, 5]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
82,
90,
63,
33
] | 42 | [
"82*63=5166",
"90+33=123",
"5166/123=42"
] | Current State: 42:[82, 90, 63, 33], Operations: []
Exploring Operation: 82*63=5166, Resulting Numbers: [90, 33, 5166]
Generated Node #2: [90, 33, 5166] from Operation: 82*63=5166
Current State: 42:[90, 33, 5166], Operations: ['82*63=5166']
Exploring Operation: 90+33=123, Resulting Numbers: [5166, 123]
Generated Node #3... | 4 | Current State: 42:[82, 90, 63, 33], Operations: []
Exploring Operation: 90-63=27, Resulting Numbers: [82, 33, 27]
Generated Node #0,0: 42:[82, 33, 27] Operation: 90-63=27
Exploring Operation: 90-82=8, Resulting Numbers: [63, 33, 8]
Generated Node #0,1: 42:[63, 33, 8] Operation: 90-82=8
Exploring Operation: 82-63=19, Re... | 0 | hs_3 | mult_heuristic |
[
8,
5,
17,
77
] | 47 | [
"8+5=13",
"77-17=60",
"60-13=47"
] | Current State: 47:[8, 5, 17, 77], Operations: []
Exploring Operation: 8+5=13, Resulting Numbers: [17, 77, 13]
Generated Node #2: [17, 77, 13] from Operation: 8+5=13
Current State: 47:[17, 77, 13], Operations: ['8+5=13']
Exploring Operation: 77-17=60, Resulting Numbers: [13, 60]
Generated Node #3: [13, 60] from Operatio... | 4 | Current State: 47:[8, 5, 17, 77], Operations: []
Exploring Operation: 8*5=40, Resulting Numbers: [17, 77, 40]
Generated Node #0,0: 47:[17, 77, 40] Operation: 8*5=40
Moving to Node #0,0
Current State: 47:[17, 77, 40], Operations: ['8*5=40']
Exploring Operation: 77-17=60, Resulting Numbers: [40, 60]
Generated Node #0,0,0... | 0 | hs_1 | mult_heuristic |
[
59,
7,
41,
79
] | 90 | [
"59-7=52",
"79-41=38",
"52+38=90"
] | Current State: 90:[59, 7, 41, 79], Operations: []
Exploring Operation: 59-7=52, Resulting Numbers: [41, 79, 52]
Generated Node #2: [41, 79, 52] from Operation: 59-7=52
Current State: 90:[41, 79, 52], Operations: ['59-7=52']
Exploring Operation: 79-41=38, Resulting Numbers: [52, 38]
Generated Node #3: [52, 38] from Oper... | 4 | Current State: 90:[59, 7, 41, 79], Operations: []
Exploring Operation: 59-7=52, Resulting Numbers: [41, 79, 52]
Generated Node #0,0: 90:[41, 79, 52] Operation: 59-7=52
Exploring Operation: 59-41=18, Resulting Numbers: [7, 79, 18]
Generated Node #0,1: 90:[7, 79, 18] Operation: 59-41=18
Exploring Operation: 59+41=100, Re... | 0.982639 | hs_4 | sum_heuristic |
[
22,
24,
86,
77
] | 55 | [
"22+24=46",
"86-77=9",
"46+9=55"
] | Current State: 55:[22, 24, 86, 77], Operations: []
Exploring Operation: 22+24=46, Resulting Numbers: [86, 77, 46]
Generated Node #2: [86, 77, 46] from Operation: 22+24=46
Current State: 55:[86, 77, 46], Operations: ['22+24=46']
Exploring Operation: 86-77=9, Resulting Numbers: [46, 9]
Generated Node #3: [46, 9] from Ope... | 4 | Current State: 55:[22, 24, 86, 77], Operations: []
Exploring Operation: 86-24=62, Resulting Numbers: [22, 77, 62]
Generated Node #0,0: 55:[22, 77, 62] Operation: 86-24=62
Exploring Operation: 86-77=9, Resulting Numbers: [22, 24, 9]
Generated Node #0,1: 55:[22, 24, 9] Operation: 86-77=9
Moving to Node #0,1
Current State... | 0.985243 | hs_2 | mult_heuristic |
[
38,
20,
31,
27
] | 33 | [
"31-27=4",
"20/4=5",
"38-5=33"
] | Current State: 33:[38, 20, 31, 27], Operations: []
Exploring Operation: 31-27=4, Resulting Numbers: [38, 20, 4]
Generated Node #2: [38, 20, 4] from Operation: 31-27=4
Current State: 33:[38, 20, 4], Operations: ['31-27=4']
Exploring Operation: 20/4=5, Resulting Numbers: [38, 5]
Generated Node #3: [38, 5] from Operation:... | 4 | Current State: 33:[38, 20, 31, 27], Operations: []
Exploring Operation: 31-20=11, Resulting Numbers: [38, 27, 11]
Generated Node #0,0: 33:[38, 27, 11] Operation: 31-20=11
Exploring Operation: 38-27=11, Resulting Numbers: [20, 31, 11]
Generated Node #0,1: 33:[20, 31, 11] Operation: 38-27=11
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
55,
78,
21,
63
] | 29 | [
"78*21=1638",
"1638/63=26",
"55-26=29"
] | Current State: 29:[55, 78, 21, 63], Operations: []
Exploring Operation: 78*21=1638, Resulting Numbers: [55, 63, 1638]
Generated Node #2: [55, 63, 1638] from Operation: 78*21=1638
Current State: 29:[55, 63, 1638], Operations: ['78*21=1638']
Exploring Operation: 1638/63=26, Resulting Numbers: [55, 26]
Generated Node #3: ... | 4 | Current State: 29:[55, 78, 21, 63], Operations: []
Exploring Operation: 78-63=15, Resulting Numbers: [55, 21, 15]
Generated Node #0,0: 29:[55, 21, 15] Operation: 78-63=15
Exploring Operation: 78-55=23, Resulting Numbers: [21, 63, 23]
Generated Node #0,1: 29:[21, 63, 23] Operation: 78-55=23
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
79,
13,
94,
45
] | 16 | [
"94-79=15",
"45/15=3",
"13+3=16"
] | Current State: 16:[79, 13, 94, 45], Operations: []
Exploring Operation: 94-79=15, Resulting Numbers: [13, 45, 15]
Generated Node #2: [13, 45, 15] from Operation: 94-79=15
Current State: 16:[13, 45, 15], Operations: ['94-79=15']
Exploring Operation: 45/15=3, Resulting Numbers: [13, 3]
Generated Node #3: [13, 3] from Ope... | 4 | Current State: 16:[79, 13, 94, 45], Operations: []
Exploring Operation: 94-79=15, Resulting Numbers: [13, 45, 15]
Generated Node #0,0: 16:[13, 45, 15] Operation: 94-79=15
Moving to Node #0,0
Current State: 16:[13, 45, 15], Operations: ['94-79=15']
Exploring Operation: 45/15=3, Resulting Numbers: [13, 3]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
55,
29,
36,
64
] | 63 | [
"64-55=9",
"36-29=7",
"9*7=63"
] | Current State: 63:[55, 29, 36, 64], Operations: []
Exploring Operation: 64-55=9, Resulting Numbers: [29, 36, 9]
Generated Node #2: [29, 36, 9] from Operation: 64-55=9
Current State: 63:[29, 36, 9], Operations: ['64-55=9']
Exploring Operation: 36-29=7, Resulting Numbers: [9, 7]
Generated Node #3: [9, 7] from Operation: ... | 4 | Current State: 63:[55, 29, 36, 64], Operations: []
Exploring Operation: 36-29=7, Resulting Numbers: [55, 64, 7]
Generated Node #0,0: 63:[55, 64, 7] Operation: 36-29=7
Exploring Operation: 55-36=19, Resulting Numbers: [29, 64, 19]
Generated Node #0,1: 63:[29, 64, 19] Operation: 55-36=19
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | sum_heuristic |
[
58,
85,
16,
93
] | 60 | [
"93-85=8",
"16/8=2",
"58+2=60"
] | Current State: 60:[58, 85, 16, 93], Operations: []
Exploring Operation: 93-85=8, Resulting Numbers: [58, 16, 8]
Generated Node #2: [58, 16, 8] from Operation: 93-85=8
Current State: 60:[58, 16, 8], Operations: ['93-85=8']
Exploring Operation: 16/8=2, Resulting Numbers: [58, 2]
Generated Node #3: [58, 2] from Operation:... | 4 | Current State: 60:[58, 85, 16, 93], Operations: []
Exploring Operation: 93-85=8, Resulting Numbers: [58, 16, 8]
Generated Node #0,0: 60:[58, 16, 8] Operation: 93-85=8
Exploring Operation: 93-58=35, Resulting Numbers: [85, 16, 35]
Generated Node #0,1: 60:[85, 16, 35] Operation: 93-58=35
Moving to Node #0,0
Current State... | 0.986111 | hs_2 | mult_heuristic |
[
10,
26,
82,
3
] | 26 | [
"10+26=36",
"3*36=108",
"108-82=26"
] | Current State: 26:[10, 26, 82, 3], Operations: []
Exploring Operation: 10+26=36, Resulting Numbers: [82, 3, 36]
Generated Node #2: [82, 3, 36] from Operation: 10+26=36
Current State: 26:[82, 3, 36], Operations: ['10+26=36']
Exploring Operation: 3*36=108, Resulting Numbers: [82, 108]
Generated Node #3: [82, 108] from Op... | 4 | Current State: 26:[10, 26, 82, 3], Operations: []
Exploring Operation: 82-26=56, Resulting Numbers: [10, 3, 56]
Generated Node #0,0: 26:[10, 3, 56] Operation: 82-26=56
Moving to Node #0,0
Current State: 26:[10, 3, 56], Operations: ['82-26=56']
Exploring Operation: 56-10=46, Resulting Numbers: [3, 46]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
21,
70,
21,
86
] | 86 | [
"21-21=0",
"70*0=0",
"86+0=86"
] | Current State: 86:[21, 70, 21, 86], Operations: []
Exploring Operation: 21-21=0, Resulting Numbers: [70, 86, 0]
Generated Node #2: [70, 86, 0] from Operation: 21-21=0
Current State: 86:[70, 86, 0], Operations: ['21-21=0']
Exploring Operation: 70*0=0, Resulting Numbers: [86, 0]
Generated Node #3: [86, 0] from Operation:... | 4 | Current State: 86:[21, 70, 21, 86], Operations: []
Exploring Operation: 21-21=0, Resulting Numbers: [70, 86, 0]
Generated Node #0,0: 86:[70, 86, 0] Operation: 21-21=0
Exploring Operation: 21/21=1, Resulting Numbers: [70, 86, 1]
Generated Node #0,1: 86:[70, 86, 1] Operation: 21/21=1
Exploring Operation: 21+21=42, Result... | 0.985243 | hs_3 | sum_heuristic |
[
42,
17,
92,
69
] | 39 | [
"42*92=3864",
"3864/69=56",
"56-17=39"
] | Current State: 39:[42, 17, 92, 69], Operations: []
Exploring Operation: 42*92=3864, Resulting Numbers: [17, 69, 3864]
Generated Node #2: [17, 69, 3864] from Operation: 42*92=3864
Current State: 39:[17, 69, 3864], Operations: ['42*92=3864']
Exploring Operation: 3864/69=56, Resulting Numbers: [17, 56]
Generated Node #3: ... | 4 | Current State: 39:[42, 17, 92, 69], Operations: []
Exploring Operation: 69-42=27, Resulting Numbers: [17, 92, 27]
Generated Node #0,0: 39:[17, 92, 27] Operation: 69-42=27
Exploring Operation: 92-17=75, Resulting Numbers: [42, 69, 75]
Generated Node #0,1: 39:[42, 69, 75] Operation: 92-17=75
Exploring Operation: 69-17=52... | 0 | hs_5 | sum_heuristic |
[
62,
92,
16,
15
] | 18 | [
"92-62=30",
"30/15=2",
"16+2=18"
] | Current State: 18:[62, 92, 16, 15], Operations: []
Exploring Operation: 92-62=30, Resulting Numbers: [16, 15, 30]
Generated Node #2: [16, 15, 30] from Operation: 92-62=30
Current State: 18:[16, 15, 30], Operations: ['92-62=30']
Exploring Operation: 30/15=2, Resulting Numbers: [16, 2]
Generated Node #3: [16, 2] from Ope... | 4 | Current State: 18:[62, 92, 16, 15], Operations: []
Exploring Operation: 92-16=76, Resulting Numbers: [62, 15, 76]
Generated Node #0,0: 18:[62, 15, 76] Operation: 92-16=76
Exploring Operation: 92-62=30, Resulting Numbers: [16, 15, 30]
Generated Node #0,1: 18:[16, 15, 30] Operation: 92-62=30
Exploring Operation: 92-15=77... | 0.986111 | hs_5 | sum_heuristic |
[
98,
95,
48,
1
] | 50 | [
"98-95=3",
"48-1=47",
"3+47=50"
] | Current State: 50:[98, 95, 48, 1], Operations: []
Exploring Operation: 98-95=3, Resulting Numbers: [48, 1, 3]
Generated Node #2: [48, 1, 3] from Operation: 98-95=3
Current State: 50:[48, 1, 3], Operations: ['98-95=3']
Exploring Operation: 48-1=47, Resulting Numbers: [3, 47]
Generated Node #3: [3, 47] from Operation: 48... | 4 | Current State: 50:[98, 95, 48, 1], Operations: []
Exploring Operation: 95-48=47, Resulting Numbers: [98, 1, 47]
Generated Node #0,0: 50:[98, 1, 47] Operation: 95-48=47
Exploring Operation: 98-48=50, Resulting Numbers: [95, 1, 50]
Generated Node #0,1: 50:[95, 1, 50] Operation: 98-48=50
Exploring Operation: 98-95=3, Resu... | 0.988715 | hs_3 | mult_heuristic |
[
7,
42,
3,
53
] | 50 | [
"42/7=6",
"3+53=56",
"56-6=50"
] | Current State: 50:[7, 42, 3, 53], Operations: []
Exploring Operation: 42/7=6, Resulting Numbers: [3, 53, 6]
Generated Node #2: [3, 53, 6] from Operation: 42/7=6
Current State: 50:[3, 53, 6], Operations: ['42/7=6']
Exploring Operation: 3+53=56, Resulting Numbers: [6, 56]
Generated Node #3: [6, 56] from Operation: 3+53=5... | 4 | Current State: 50:[7, 42, 3, 53], Operations: []
Exploring Operation: 7+42=49, Resulting Numbers: [3, 53, 49]
Generated Node #0,0: 50:[3, 53, 49] Operation: 7+42=49
Exploring Operation: 53-42=11, Resulting Numbers: [7, 3, 11]
Generated Node #0,1: 50:[7, 3, 11] Operation: 53-42=11
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
81,
82,
80,
39
] | 83 | [
"80-39=41",
"82/41=2",
"81+2=83"
] | Current State: 83:[81, 82, 80, 39], Operations: []
Exploring Operation: 80-39=41, Resulting Numbers: [81, 82, 41]
Generated Node #2: [81, 82, 41] from Operation: 80-39=41
Current State: 83:[81, 82, 41], Operations: ['80-39=41']
Exploring Operation: 82/41=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] from Ope... | 4 | Current State: 83:[81, 82, 80, 39], Operations: []
Exploring Operation: 80+39=119, Resulting Numbers: [81, 82, 119]
Generated Node #0,0: 83:[81, 82, 119] Operation: 80+39=119
Exploring Operation: 81+39=120, Resulting Numbers: [82, 80, 120]
Generated Node #0,1: 83:[82, 80, 120] Operation: 81+39=120
Moving to Node #0,0
C... | 0 | hs_2 | sum_heuristic |
[
34,
71,
79,
19
] | 23 | [
"71-34=37",
"79-19=60",
"60-37=23"
] | Current State: 23:[34, 71, 79, 19], Operations: []
Exploring Operation: 71-34=37, Resulting Numbers: [79, 19, 37]
Generated Node #2: [79, 19, 37] from Operation: 71-34=37
Current State: 23:[79, 19, 37], Operations: ['71-34=37']
Exploring Operation: 79-19=60, Resulting Numbers: [37, 60]
Generated Node #3: [37, 60] from ... | 4 | Current State: 23:[34, 71, 79, 19], Operations: []
Exploring Operation: 79-34=45, Resulting Numbers: [71, 19, 45]
Generated Node #0,0: 23:[71, 19, 45] Operation: 79-34=45
Exploring Operation: 71-34=37, Resulting Numbers: [79, 19, 37]
Generated Node #0,1: 23:[79, 19, 37] Operation: 71-34=37
Exploring Operation: 79-71=8,... | 0.984375 | hs_3 | sum_heuristic |
[
4,
44,
7,
60
] | 71 | [
"60-44=16",
"4*16=64",
"7+64=71"
] | Current State: 71:[4, 44, 7, 60], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [4, 7, 16]
Generated Node #2: [4, 7, 16] from Operation: 60-44=16
Current State: 71:[4, 7, 16], Operations: ['60-44=16']
Exploring Operation: 4*16=64, Resulting Numbers: [7, 64]
Generated Node #3: [7, 64] from Operation: ... | 4 | Current State: 71:[4, 44, 7, 60], Operations: []
Exploring Operation: 4+60=64, Resulting Numbers: [44, 7, 64]
Generated Node #0,0: 71:[44, 7, 64] Operation: 4+60=64
Exploring Operation: 4+7=11, Resulting Numbers: [44, 60, 11]
Generated Node #0,1: 71:[44, 60, 11] Operation: 4+7=11
Exploring Operation: 4*7=28, Resulting ... | 0 | hs_5 | sum_heuristic |
[
43,
85,
10,
22
] | 96 | [
"43+85=128",
"10+22=32",
"128-32=96"
] | Current State: 96:[43, 85, 10, 22], Operations: []
Exploring Operation: 43+85=128, Resulting Numbers: [10, 22, 128]
Generated Node #2: [10, 22, 128] from Operation: 43+85=128
Current State: 96:[10, 22, 128], Operations: ['43+85=128']
Exploring Operation: 10+22=32, Resulting Numbers: [128, 32]
Generated Node #3: [128, 3... | 4 | Current State: 96:[43, 85, 10, 22], Operations: []
Exploring Operation: 85-43=42, Resulting Numbers: [10, 22, 42]
Generated Node #0,0: 96:[10, 22, 42] Operation: 85-43=42
Exploring Operation: 43-22=21, Resulting Numbers: [85, 10, 21]
Generated Node #0,1: 96:[85, 10, 21] Operation: 43-22=21
Exploring Operation: 85+10=95... | 0.944444 | hs_5 | mult_heuristic |
[
13,
96,
98,
4
] | 34 | [
"13+4=17",
"98-96=2",
"17*2=34"
] | Current State: 34:[13, 96, 98, 4], Operations: []
Exploring Operation: 13+4=17, Resulting Numbers: [96, 98, 17]
Generated Node #2: [96, 98, 17] from Operation: 13+4=17
Current State: 34:[96, 98, 17], Operations: ['13+4=17']
Exploring Operation: 98-96=2, Resulting Numbers: [17, 2]
Generated Node #3: [17, 2] from Operati... | 4 | Current State: 34:[13, 96, 98, 4], Operations: []
Exploring Operation: 96-13=83, Resulting Numbers: [98, 4, 83]
Generated Node #0,0: 34:[98, 4, 83] Operation: 96-13=83
Exploring Operation: 96/4=24, Resulting Numbers: [13, 98, 24]
Generated Node #0,1: 34:[13, 98, 24] Operation: 96/4=24
Exploring Operation: 13+4=17, Resu... | 0.986111 | hs_5 | sum_heuristic |
[
44,
79,
44,
59
] | 79 | [
"44-44=0",
"59*0=0",
"79+0=79"
] | Current State: 79:[44, 79, 44, 59], Operations: []
Exploring Operation: 44-44=0, Resulting Numbers: [79, 59, 0]
Generated Node #2: [79, 59, 0] from Operation: 44-44=0
Current State: 79:[79, 59, 0], Operations: ['44-44=0']
Exploring Operation: 59*0=0, Resulting Numbers: [79, 0]
Generated Node #3: [79, 0] from Operation:... | 4 | Current State: 79:[44, 79, 44, 59], Operations: []
Exploring Operation: 44+44=88, Resulting Numbers: [79, 59, 88]
Generated Node #0,0: 79:[79, 59, 88] Operation: 44+44=88
Start Sub Search at level 1: Moving to Node #0,0
Current State: 79:[79, 59, 88], Operations: ['44+44=88']
Exploring Operation: 88-59=29, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
86,
6,
72,
69
] | 96 | [
"86+6=92",
"72*92=6624",
"6624/69=96"
] | Current State: 96:[86, 6, 72, 69], Operations: []
Exploring Operation: 86+6=92, Resulting Numbers: [72, 69, 92]
Generated Node #2: [72, 69, 92] from Operation: 86+6=92
Current State: 96:[72, 69, 92], Operations: ['86+6=92']
Exploring Operation: 72*92=6624, Resulting Numbers: [69, 6624]
Generated Node #3: [69, 6624] fro... | 4 | Current State: 96:[86, 6, 72, 69], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [86, 6, 3]
Generated Node #0,0: 96:[86, 6, 3] Operation: 72-69=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 96:[86, 6, 3], Operations: ['72-69=3']
Exploring Operation: 86+6=92, Resulting Numbers: [3, ... | 0 | hs_1 | mult_heuristic |
[
9,
71,
16,
17
] | 95 | [
"71-9=62",
"16+17=33",
"62+33=95"
] | Current State: 95:[9, 71, 16, 17], Operations: []
Exploring Operation: 71-9=62, Resulting Numbers: [16, 17, 62]
Generated Node #2: [16, 17, 62] from Operation: 71-9=62
Current State: 95:[16, 17, 62], Operations: ['71-9=62']
Exploring Operation: 16+17=33, Resulting Numbers: [62, 33]
Generated Node #3: [62, 33] from Oper... | 4 | Current State: 95:[9, 71, 16, 17], Operations: []
Exploring Operation: 71+16=87, Resulting Numbers: [9, 17, 87]
Generated Node #0,0: 95:[9, 17, 87] Operation: 71+16=87
Exploring Operation: 16-9=7, Resulting Numbers: [71, 17, 7]
Generated Node #0,1: 95:[71, 17, 7] Operation: 16-9=7
Exploring Operation: 9+71=80, Resultin... | 0.984375 | hs_4 | sum_heuristic |
[
50,
84,
35,
32
] | 31 | [
"84-50=34",
"35-32=3",
"34-3=31"
] | Current State: 31:[50, 84, 35, 32], Operations: []
Exploring Operation: 84-50=34, Resulting Numbers: [35, 32, 34]
Generated Node #2: [35, 32, 34] from Operation: 84-50=34
Current State: 31:[35, 32, 34], Operations: ['84-50=34']
Exploring Operation: 35-32=3, Resulting Numbers: [34, 3]
Generated Node #3: [34, 3] from Ope... | 4 | Current State: 31:[50, 84, 35, 32], Operations: []
Exploring Operation: 84-50=34, Resulting Numbers: [35, 32, 34]
Generated Node #0,0: 31:[35, 32, 34] Operation: 84-50=34
Exploring Operation: 84-35=49, Resulting Numbers: [50, 32, 49]
Generated Node #0,1: 31:[50, 32, 49] Operation: 84-35=49
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
72,
20,
9,
33
] | 60 | [
"72*20=1440",
"33-9=24",
"1440/24=60"
] | Current State: 60:[72, 20, 9, 33], Operations: []
Exploring Operation: 72*20=1440, Resulting Numbers: [9, 33, 1440]
Generated Node #2: [9, 33, 1440] from Operation: 72*20=1440
Current State: 60:[9, 33, 1440], Operations: ['72*20=1440']
Exploring Operation: 33-9=24, Resulting Numbers: [1440, 24]
Generated Node #3: [1440... | 4 | Current State: 60:[72, 20, 9, 33], Operations: []
Exploring Operation: 72/9=8, Resulting Numbers: [20, 33, 8]
Generated Node #0,0: 60:[20, 33, 8] Operation: 72/9=8
Exploring Operation: 72-9=63, Resulting Numbers: [20, 33, 63]
Generated Node #0,1: 60:[20, 33, 63] Operation: 72-9=63
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
99,
71,
11,
43
] | 60 | [
"99-71=28",
"43-11=32",
"28+32=60"
] | Current State: 60:[99, 71, 11, 43], Operations: []
Exploring Operation: 99-71=28, Resulting Numbers: [11, 43, 28]
Generated Node #2: [11, 43, 28] from Operation: 99-71=28
Current State: 60:[11, 43, 28], Operations: ['99-71=28']
Exploring Operation: 43-11=32, Resulting Numbers: [28, 32]
Generated Node #3: [28, 32] from ... | 4 | Current State: 60:[99, 71, 11, 43], Operations: []
Exploring Operation: 99-71=28, Resulting Numbers: [11, 43, 28]
Generated Node #0,0: 60:[11, 43, 28] Operation: 99-71=28
Exploring Operation: 99-43=56, Resulting Numbers: [71, 11, 56]
Generated Node #0,1: 60:[71, 11, 56] Operation: 99-43=56
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | sum_heuristic |
[
38,
61,
5,
53
] | 25 | [
"61-38=23",
"53-5=48",
"48-23=25"
] | Current State: 25:[38, 61, 5, 53], Operations: []
Exploring Operation: 61-38=23, Resulting Numbers: [5, 53, 23]
Generated Node #2: [5, 53, 23] from Operation: 61-38=23
Current State: 25:[5, 53, 23], Operations: ['61-38=23']
Exploring Operation: 53-5=48, Resulting Numbers: [23, 48]
Generated Node #3: [23, 48] from Opera... | 4 | Current State: 25:[38, 61, 5, 53], Operations: []
Exploring Operation: 61-38=23, Resulting Numbers: [5, 53, 23]
Generated Node #0,0: 25:[5, 53, 23] Operation: 61-38=23
Exploring Operation: 61-53=8, Resulting Numbers: [38, 5, 8]
Generated Node #0,1: 25:[38, 5, 8] Operation: 61-53=8
Moving to Node #0,1
Current State: 25:... | 0.990451 | hs_2 | sum_heuristic |
[
72,
81,
97,
27
] | 22 | [
"97-72=25",
"81/27=3",
"25-3=22"
] | Current State: 22:[72, 81, 97, 27], Operations: []
Exploring Operation: 97-72=25, Resulting Numbers: [81, 27, 25]
Generated Node #2: [81, 27, 25] from Operation: 97-72=25
Current State: 22:[81, 27, 25], Operations: ['97-72=25']
Exploring Operation: 81/27=3, Resulting Numbers: [25, 3]
Generated Node #3: [25, 3] from Ope... | 4 | Current State: 22:[72, 81, 97, 27], Operations: []
Exploring Operation: 97-72=25, Resulting Numbers: [81, 27, 25]
Generated Node #0,0: 22:[81, 27, 25] Operation: 97-72=25
Exploring Operation: 81/27=3, Resulting Numbers: [72, 97, 3]
Generated Node #0,1: 22:[72, 97, 3] Operation: 81/27=3
Exploring Operation: 81-72=9, Res... | 0.974826 | hs_4 | mult_heuristic |
[
90,
67,
21,
63
] | 69 | [
"90-67=23",
"63/21=3",
"23*3=69"
] | Current State: 69:[90, 67, 21, 63], Operations: []
Exploring Operation: 90-67=23, Resulting Numbers: [21, 63, 23]
Generated Node #2: [21, 63, 23] from Operation: 90-67=23
Current State: 69:[21, 63, 23], Operations: ['90-67=23']
Exploring Operation: 63/21=3, Resulting Numbers: [23, 3]
Generated Node #3: [23, 3] from Ope... | 4 | Current State: 69:[90, 67, 21, 63], Operations: []
Exploring Operation: 90-67=23, Resulting Numbers: [21, 63, 23]
Generated Node #0,0: 69:[21, 63, 23] Operation: 90-67=23
Exploring Operation: 90-21=69, Resulting Numbers: [67, 63, 69]
Generated Node #0,1: 69:[67, 63, 69] Operation: 90-21=69
Exploring Operation: 90-63=27... | 0.985243 | hs_5 | mult_heuristic |
[
52,
44,
30,
51
] | 75 | [
"52+44=96",
"51-30=21",
"96-21=75"
] | Current State: 75:[52, 44, 30, 51], Operations: []
Exploring Operation: 52+44=96, Resulting Numbers: [30, 51, 96]
Generated Node #2: [30, 51, 96] from Operation: 52+44=96
Current State: 75:[30, 51, 96], Operations: ['52+44=96']
Exploring Operation: 51-30=21, Resulting Numbers: [96, 21]
Generated Node #3: [96, 21] from ... | 4 | Current State: 75:[52, 44, 30, 51], Operations: []
Exploring Operation: 52-51=1, Resulting Numbers: [44, 30, 1]
Generated Node #0,0: 75:[44, 30, 1] Operation: 52-51=1
Exploring Operation: 52-44=8, Resulting Numbers: [30, 51, 8]
Generated Node #0,1: 75:[30, 51, 8] Operation: 52-44=8
Exploring Operation: 51-44=7, Resulti... | 0.986979 | hs_3 | sum_heuristic |
[
8,
66,
40,
46
] | 12 | [
"8+66=74",
"40+46=86",
"86-74=12"
] | Current State: 12:[8, 66, 40, 46], Operations: []
Exploring Operation: 8+66=74, Resulting Numbers: [40, 46, 74]
Generated Node #2: [40, 46, 74] from Operation: 8+66=74
Current State: 12:[40, 46, 74], Operations: ['8+66=74']
Exploring Operation: 40+46=86, Resulting Numbers: [74, 86]
Generated Node #3: [74, 86] from Oper... | 4 | Current State: 12:[8, 66, 40, 46], Operations: []
Exploring Operation: 66-46=20, Resulting Numbers: [8, 40, 20]
Generated Node #0,0: 12:[8, 40, 20] Operation: 66-46=20
Exploring Operation: 66-40=26, Resulting Numbers: [8, 46, 26]
Generated Node #0,1: 12:[8, 46, 26] Operation: 66-40=26
Start Sub Search at level 1: Movin... | 0.986111 | hs_2 | mult_heuristic |
[
51,
4,
21,
44
] | 91 | [
"51-44=7",
"4*21=84",
"7+84=91"
] | Current State: 91:[51, 4, 21, 44], Operations: []
Exploring Operation: 51-44=7, Resulting Numbers: [4, 21, 7]
Generated Node #2: [4, 21, 7] from Operation: 51-44=7
Current State: 91:[4, 21, 7], Operations: ['51-44=7']
Exploring Operation: 4*21=84, Resulting Numbers: [7, 84]
Generated Node #3: [7, 84] from Operation: 4*... | 4 | Current State: 91:[51, 4, 21, 44], Operations: []
Exploring Operation: 51-44=7, Resulting Numbers: [4, 21, 7]
Generated Node #0,0: 91:[4, 21, 7] Operation: 51-44=7
Exploring Operation: 44/4=11, Resulting Numbers: [51, 21, 11]
Generated Node #0,1: 91:[51, 21, 11] Operation: 44/4=11
Exploring Operation: 51+44=95, Resulti... | 0.962674 | hs_3 | mult_heuristic |
[
3,
39,
17,
40
] | 64 | [
"3*40=120",
"39+17=56",
"120-56=64"
] | Current State: 64:[3, 39, 17, 40], Operations: []
Exploring Operation: 3*40=120, Resulting Numbers: [39, 17, 120]
Generated Node #2: [39, 17, 120] from Operation: 3*40=120
Current State: 64:[39, 17, 120], Operations: ['3*40=120']
Exploring Operation: 39+17=56, Resulting Numbers: [120, 56]
Generated Node #3: [120, 56] f... | 4 | Current State: 64:[3, 39, 17, 40], Operations: []
Exploring Operation: 40-3=37, Resulting Numbers: [39, 17, 37]
Generated Node #0,0: 64:[39, 17, 37] Operation: 40-3=37
Exploring Operation: 40-39=1, Resulting Numbers: [3, 17, 1]
Generated Node #0,1: 64:[3, 17, 1] Operation: 40-39=1
Exploring Operation: 39/3=13, Resultin... | 0 | hs_4 | mult_heuristic |
[
95,
38,
2,
22
] | 46 | [
"95-38=57",
"22/2=11",
"57-11=46"
] | Current State: 46:[95, 38, 2, 22], Operations: []
Exploring Operation: 95-38=57, Resulting Numbers: [2, 22, 57]
Generated Node #2: [2, 22, 57] from Operation: 95-38=57
Current State: 46:[2, 22, 57], Operations: ['95-38=57']
Exploring Operation: 22/2=11, Resulting Numbers: [57, 11]
Generated Node #3: [57, 11] from Opera... | 4 | Current State: 46:[95, 38, 2, 22], Operations: []
Exploring Operation: 95-38=57, Resulting Numbers: [2, 22, 57]
Generated Node #0,0: 46:[2, 22, 57] Operation: 95-38=57
Exploring Operation: 95-22=73, Resulting Numbers: [38, 2, 73]
Generated Node #0,1: 46:[38, 2, 73] Operation: 95-22=73
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
63,
58,
28,
54
] | 59 | [
"58+54=112",
"112/28=4",
"63-4=59"
] | Current State: 59:[63, 58, 28, 54], Operations: []
Exploring Operation: 58+54=112, Resulting Numbers: [63, 28, 112]
Generated Node #2: [63, 28, 112] from Operation: 58+54=112
Current State: 59:[63, 28, 112], Operations: ['58+54=112']
Exploring Operation: 112/28=4, Resulting Numbers: [63, 4]
Generated Node #3: [63, 4] f... | 4 | Current State: 59:[63, 58, 28, 54], Operations: []
Exploring Operation: 28+54=82, Resulting Numbers: [63, 58, 82]
Generated Node #0,0: 59:[63, 58, 82] Operation: 28+54=82
Exploring Operation: 58+28=86, Resulting Numbers: [63, 54, 86]
Generated Node #0,1: 59:[63, 54, 86] Operation: 58+28=86
Exploring Operation: 63-28=35... | 0 | hs_3 | mult_heuristic |
[
93,
76,
47,
65
] | 95 | [
"93-76=17",
"47+65=112",
"112-17=95"
] | Current State: 95:[93, 76, 47, 65], Operations: []
Exploring Operation: 93-76=17, Resulting Numbers: [47, 65, 17]
Generated Node #2: [47, 65, 17] from Operation: 93-76=17
Current State: 95:[47, 65, 17], Operations: ['93-76=17']
Exploring Operation: 47+65=112, Resulting Numbers: [17, 112]
Generated Node #3: [17, 112] fr... | 4 | Current State: 95:[93, 76, 47, 65], Operations: []
Exploring Operation: 47+65=112, Resulting Numbers: [93, 76, 112]
Generated Node #0,0: 95:[93, 76, 112] Operation: 47+65=112
Exploring Operation: 65-47=18, Resulting Numbers: [93, 76, 18]
Generated Node #0,1: 95:[93, 76, 18] Operation: 65-47=18
Exploring Operation: 76-6... | 0.967882 | hs_3 | sum_heuristic |
[
71,
36,
68,
56
] | 52 | [
"71-68=3",
"36*3=108",
"108-56=52"
] | Current State: 52:[71, 36, 68, 56], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [36, 56, 3]
Generated Node #2: [36, 56, 3] from Operation: 71-68=3
Current State: 52:[36, 56, 3], Operations: ['71-68=3']
Exploring Operation: 36*3=108, Resulting Numbers: [56, 108]
Generated Node #3: [56, 108] from Oper... | 4 | Current State: 52:[71, 36, 68, 56], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [36, 56, 3]
Generated Node #0,0: 52:[36, 56, 3] Operation: 71-68=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[36, 56, 3], Operations: ['71-68=3']
Exploring Operation: 36/3=12, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
60,
96,
56,
43
] | 19 | [
"60-56=4",
"96/4=24",
"43-24=19"
] | Current State: 19:[60, 96, 56, 43], Operations: []
Exploring Operation: 60-56=4, Resulting Numbers: [96, 43, 4]
Generated Node #2: [96, 43, 4] from Operation: 60-56=4
Current State: 19:[96, 43, 4], Operations: ['60-56=4']
Exploring Operation: 96/4=24, Resulting Numbers: [43, 24]
Generated Node #3: [43, 24] from Operati... | 4 | Current State: 19:[60, 96, 56, 43], Operations: []
Exploring Operation: 96-56=40, Resulting Numbers: [60, 43, 40]
Generated Node #0,0: 19:[60, 43, 40] Operation: 96-56=40
Exploring Operation: 96-60=36, Resulting Numbers: [56, 43, 36]
Generated Node #0,1: 19:[56, 43, 36] Operation: 96-60=36
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
76,
27,
66,
52
] | 35 | [
"76-27=49",
"66-52=14",
"49-14=35"
] | Current State: 35:[76, 27, 66, 52], Operations: []
Exploring Operation: 76-27=49, Resulting Numbers: [66, 52, 49]
Generated Node #2: [66, 52, 49] from Operation: 76-27=49
Current State: 35:[66, 52, 49], Operations: ['76-27=49']
Exploring Operation: 66-52=14, Resulting Numbers: [49, 14]
Generated Node #3: [49, 14] from ... | 4 | Current State: 35:[76, 27, 66, 52], Operations: []
Exploring Operation: 76-52=24, Resulting Numbers: [27, 66, 24]
Generated Node #0,0: 35:[27, 66, 24] Operation: 76-52=24
Exploring Operation: 66-52=14, Resulting Numbers: [76, 27, 14]
Generated Node #0,1: 35:[76, 27, 14] Operation: 66-52=14
Exploring Operation: 76-66=10... | 0.989583 | hs_3 | sum_heuristic |
[
69,
62,
60,
87
] | 34 | [
"69-62=7",
"87-60=27",
"7+27=34"
] | Current State: 34:[69, 62, 60, 87], Operations: []
Exploring Operation: 69-62=7, Resulting Numbers: [60, 87, 7]
Generated Node #2: [60, 87, 7] from Operation: 69-62=7
Current State: 34:[60, 87, 7], Operations: ['69-62=7']
Exploring Operation: 87-60=27, Resulting Numbers: [7, 27]
Generated Node #3: [7, 27] from Operatio... | 4 | Current State: 34:[69, 62, 60, 87], Operations: []
Exploring Operation: 69-62=7, Resulting Numbers: [60, 87, 7]
Generated Node #0,0: 34:[60, 87, 7] Operation: 69-62=7
Exploring Operation: 87-62=25, Resulting Numbers: [69, 60, 25]
Generated Node #0,1: 34:[69, 60, 25] Operation: 87-62=25
Exploring Operation: 87-69=18, Re... | 0.96875 | hs_4 | sum_heuristic |
[
22,
28,
27,
82
] | 24 | [
"82-28=54",
"54/27=2",
"22+2=24"
] | Current State: 24:[22, 28, 27, 82], Operations: []
Exploring Operation: 82-28=54, Resulting Numbers: [22, 27, 54]
Generated Node #2: [22, 27, 54] from Operation: 82-28=54
Current State: 24:[22, 27, 54], Operations: ['82-28=54']
Exploring Operation: 54/27=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 | Current State: 24:[22, 28, 27, 82], Operations: []
Exploring Operation: 82-28=54, Resulting Numbers: [22, 27, 54]
Generated Node #0,0: 24:[22, 27, 54] Operation: 82-28=54
Exploring Operation: 82-27=55, Resulting Numbers: [22, 28, 55]
Generated Node #0,1: 24:[22, 28, 55] Operation: 82-27=55
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
74,
46,
56,
61
] | 23 | [
"74-46=28",
"61-56=5",
"28-5=23"
] | Current State: 23:[74, 46, 56, 61], Operations: []
Exploring Operation: 74-46=28, Resulting Numbers: [56, 61, 28]
Generated Node #2: [56, 61, 28] from Operation: 74-46=28
Current State: 23:[56, 61, 28], Operations: ['74-46=28']
Exploring Operation: 61-56=5, Resulting Numbers: [28, 5]
Generated Node #3: [28, 5] from Ope... | 4 | Current State: 23:[74, 46, 56, 61], Operations: []
Exploring Operation: 74-56=18, Resulting Numbers: [46, 61, 18]
Generated Node #0,0: 23:[46, 61, 18] Operation: 74-56=18
Exploring Operation: 74-46=28, Resulting Numbers: [56, 61, 28]
Generated Node #0,1: 23:[56, 61, 28] Operation: 74-46=28
Exploring Operation: 74-61=13... | 0.967882 | hs_5 | mult_heuristic |
[
6,
63,
39,
81
] | 13 | [
"6*39=234",
"81-63=18",
"234/18=13"
] | Current State: 13:[6, 63, 39, 81], Operations: []
Exploring Operation: 6*39=234, Resulting Numbers: [63, 81, 234]
Generated Node #2: [63, 81, 234] from Operation: 6*39=234
Current State: 13:[63, 81, 234], Operations: ['6*39=234']
Exploring Operation: 81-63=18, Resulting Numbers: [234, 18]
Generated Node #3: [234, 18] f... | 4 | Current State: 13:[6, 63, 39, 81], Operations: []
Exploring Operation: 63-39=24, Resulting Numbers: [6, 81, 24]
Generated Node #0,0: 13:[6, 81, 24] Operation: 63-39=24
Exploring Operation: 81-63=18, Resulting Numbers: [6, 39, 18]
Generated Node #0,1: 13:[6, 39, 18] Operation: 81-63=18
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
16,
92,
38,
92
] | 23 | [
"38-16=22",
"92/92=1",
"22+1=23"
] | Current State: 23:[16, 92, 38, 92], Operations: []
Exploring Operation: 38-16=22, Resulting Numbers: [92, 92, 22]
Generated Node #2: [92, 92, 22] from Operation: 38-16=22
Current State: 23:[92, 92, 22], Operations: ['38-16=22']
Exploring Operation: 92/92=1, Resulting Numbers: [22, 1]
Generated Node #3: [22, 1] from Ope... | 4 | Current State: 23:[16, 92, 38, 92], Operations: []
Exploring Operation: 92-38=54, Resulting Numbers: [16, 92, 54]
Generated Node #0,0: 23:[16, 92, 54] Operation: 92-38=54
Exploring Operation: 92/92=1, Resulting Numbers: [16, 38, 1]
Generated Node #0,1: 23:[16, 38, 1] Operation: 92/92=1
Exploring Operation: 92-16=76, Re... | 0 | hs_5 | mult_heuristic |
[
84,
6,
32,
22
] | 86 | [
"84+22=106",
"6*32=192",
"192-106=86"
] | Current State: 86:[84, 6, 32, 22], Operations: []
Exploring Operation: 84+22=106, Resulting Numbers: [6, 32, 106]
Generated Node #2: [6, 32, 106] from Operation: 84+22=106
Current State: 86:[6, 32, 106], Operations: ['84+22=106']
Exploring Operation: 6*32=192, Resulting Numbers: [106, 192]
Generated Node #3: [106, 192]... | 4 | Current State: 86:[84, 6, 32, 22], Operations: []
Exploring Operation: 32-22=10, Resulting Numbers: [84, 6, 10]
Generated Node #0,0: 86:[84, 6, 10] Operation: 32-22=10
Exploring Operation: 32+22=54, Resulting Numbers: [84, 6, 54]
Generated Node #0,1: 86:[84, 6, 54] Operation: 32+22=54
Exploring Operation: 6+32=38, Resu... | 0.94184 | hs_4 | mult_heuristic |
[
42,
63,
32,
40
] | 94 | [
"42-40=2",
"63*2=126",
"126-32=94"
] | Current State: 94:[42, 63, 32, 40], Operations: []
Exploring Operation: 42-40=2, Resulting Numbers: [63, 32, 2]
Generated Node #2: [63, 32, 2] from Operation: 42-40=2
Current State: 94:[63, 32, 2], Operations: ['42-40=2']
Exploring Operation: 63*2=126, Resulting Numbers: [32, 126]
Generated Node #3: [32, 126] from Oper... | 4 | Current State: 94:[42, 63, 32, 40], Operations: []
Exploring Operation: 42-32=10, Resulting Numbers: [63, 40, 10]
Generated Node #0,0: 94:[63, 40, 10] Operation: 42-32=10
Exploring Operation: 63+40=103, Resulting Numbers: [42, 32, 103]
Generated Node #0,1: 94:[42, 32, 103] Operation: 63+40=103
Exploring Operation: 63-3... | 0 | hs_5 | mult_heuristic |
[
6,
61,
34,
3
] | 36 | [
"6+61=67",
"34-3=31",
"67-31=36"
] | Current State: 36:[6, 61, 34, 3], Operations: []
Exploring Operation: 6+61=67, Resulting Numbers: [34, 3, 67]
Generated Node #2: [34, 3, 67] from Operation: 6+61=67
Current State: 36:[34, 3, 67], Operations: ['6+61=67']
Exploring Operation: 34-3=31, Resulting Numbers: [67, 31]
Generated Node #3: [67, 31] from Operation... | 4 | Current State: 36:[6, 61, 34, 3], Operations: []
Exploring Operation: 61-34=27, Resulting Numbers: [6, 3, 27]
Generated Node #0,0: 36:[6, 3, 27] Operation: 61-34=27
Exploring Operation: 61-6=55, Resulting Numbers: [34, 3, 55]
Generated Node #0,1: 36:[34, 3, 55] Operation: 61-6=55
Start Sub Search at level 1: Moving to ... | 0.990451 | hs_2 | mult_heuristic |
[
94,
37,
47,
35
] | 39 | [
"94*37=3478",
"3478/47=74",
"74-35=39"
] | Current State: 39:[94, 37, 47, 35], Operations: []
Exploring Operation: 94*37=3478, Resulting Numbers: [47, 35, 3478]
Generated Node #2: [47, 35, 3478] from Operation: 94*37=3478
Current State: 39:[47, 35, 3478], Operations: ['94*37=3478']
Exploring Operation: 3478/47=74, Resulting Numbers: [35, 74]
Generated Node #3: ... | 4 | Current State: 39:[94, 37, 47, 35], Operations: []
Exploring Operation: 94-35=59, Resulting Numbers: [37, 47, 59]
Generated Node #0,0: 39:[37, 47, 59] Operation: 94-35=59
Exploring Operation: 94/47=2, Resulting Numbers: [37, 35, 2]
Generated Node #0,1: 39:[37, 35, 2] Operation: 94/47=2
Exploring Operation: 94-37=57, Re... | 0 | hs_4 | mult_heuristic |
[
53,
3,
32,
35
] | 26 | [
"53-35=18",
"18/3=6",
"32-6=26"
] | Current State: 26:[53, 3, 32, 35], Operations: []
Exploring Operation: 53-35=18, Resulting Numbers: [3, 32, 18]
Generated Node #2: [3, 32, 18] from Operation: 53-35=18
Current State: 26:[3, 32, 18], Operations: ['53-35=18']
Exploring Operation: 18/3=6, Resulting Numbers: [32, 6]
Generated Node #3: [32, 6] from Operatio... | 4 | Current State: 26:[53, 3, 32, 35], Operations: []
Exploring Operation: 53-35=18, Resulting Numbers: [3, 32, 18]
Generated Node #0,0: 26:[3, 32, 18] Operation: 53-35=18
Exploring Operation: 53-32=21, Resulting Numbers: [3, 35, 21]
Generated Node #0,1: 26:[3, 35, 21] Operation: 53-32=21
Exploring Operation: 35-32=3, Resu... | 0 | hs_3 | mult_heuristic |
[
92,
32,
46,
65
] | 41 | [
"92-32=60",
"65-46=19",
"60-19=41"
] | Current State: 41:[92, 32, 46, 65], Operations: []
Exploring Operation: 92-32=60, Resulting Numbers: [46, 65, 60]
Generated Node #2: [46, 65, 60] from Operation: 92-32=60
Current State: 41:[46, 65, 60], Operations: ['92-32=60']
Exploring Operation: 65-46=19, Resulting Numbers: [60, 19]
Generated Node #3: [60, 19] from ... | 4 | Current State: 41:[92, 32, 46, 65], Operations: []
Exploring Operation: 92-65=27, Resulting Numbers: [32, 46, 27]
Generated Node #0,0: 41:[32, 46, 27] Operation: 92-65=27
Exploring Operation: 92-32=60, Resulting Numbers: [46, 65, 60]
Generated Node #0,1: 41:[46, 65, 60] Operation: 92-32=60
Exploring Operation: 92-46=46... | 0.983507 | hs_3 | sum_heuristic |
[
22,
26,
58,
69
] | 52 | [
"22*26=572",
"69-58=11",
"572/11=52"
] | Current State: 52:[22, 26, 58, 69], Operations: []
Exploring Operation: 22*26=572, Resulting Numbers: [58, 69, 572]
Generated Node #2: [58, 69, 572] from Operation: 22*26=572
Current State: 52:[58, 69, 572], Operations: ['22*26=572']
Exploring Operation: 69-58=11, Resulting Numbers: [572, 11]
Generated Node #3: [572, 1... | 4 | Current State: 52:[22, 26, 58, 69], Operations: []
Exploring Operation: 69-58=11, Resulting Numbers: [22, 26, 11]
Generated Node #0,0: 52:[22, 26, 11] Operation: 69-58=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[22, 26, 11], Operations: ['69-58=11']
Exploring Operation: 22/11=2, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
53,
4,
30,
22
] | 89 | [
"53-22=31",
"4*30=120",
"120-31=89"
] | Current State: 89:[53, 4, 30, 22], Operations: []
Exploring Operation: 53-22=31, Resulting Numbers: [4, 30, 31]
Generated Node #2: [4, 30, 31] from Operation: 53-22=31
Current State: 89:[4, 30, 31], Operations: ['53-22=31']
Exploring Operation: 4*30=120, Resulting Numbers: [31, 120]
Generated Node #3: [31, 120] from Op... | 4 | Current State: 89:[53, 4, 30, 22], Operations: []
Exploring Operation: 4*22=88, Resulting Numbers: [53, 30, 88]
Generated Node #0,0: 89:[53, 30, 88] Operation: 4*22=88
Exploring Operation: 53+30=83, Resulting Numbers: [4, 22, 83]
Generated Node #0,1: 89:[4, 22, 83] Operation: 53+30=83
Exploring Operation: 53+4=57, Resu... | 0.96875 | hs_4 | sum_heuristic |
[
50,
84,
56,
2
] | 96 | [
"56-50=6",
"2*6=12",
"84+12=96"
] | Current State: 96:[50, 84, 56, 2], Operations: []
Exploring Operation: 56-50=6, Resulting Numbers: [84, 2, 6]
Generated Node #2: [84, 2, 6] from Operation: 56-50=6
Current State: 96:[84, 2, 6], Operations: ['56-50=6']
Exploring Operation: 2*6=12, Resulting Numbers: [84, 12]
Generated Node #3: [84, 12] from Operation: 2... | 4 | Current State: 96:[50, 84, 56, 2], Operations: []
Exploring Operation: 84-56=28, Resulting Numbers: [50, 2, 28]
Generated Node #0,0: 96:[50, 2, 28] Operation: 84-56=28
Exploring Operation: 84-50=34, Resulting Numbers: [56, 2, 34]
Generated Node #0,1: 96:[56, 2, 34] Operation: 84-50=34
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
76,
91,
9,
37
] | 70 | [
"91-37=54",
"54/9=6",
"76-6=70"
] | Current State: 70:[76, 91, 9, 37], Operations: []
Exploring Operation: 91-37=54, Resulting Numbers: [76, 9, 54]
Generated Node #2: [76, 9, 54] from Operation: 91-37=54
Current State: 70:[76, 9, 54], Operations: ['91-37=54']
Exploring Operation: 54/9=6, Resulting Numbers: [76, 6]
Generated Node #3: [76, 6] from Operatio... | 4 | Current State: 70:[76, 91, 9, 37], Operations: []
Exploring Operation: 91-37=54, Resulting Numbers: [76, 9, 54]
Generated Node #0,0: 70:[76, 9, 54] Operation: 91-37=54
Exploring Operation: 91-76=15, Resulting Numbers: [9, 37, 15]
Generated Node #0,1: 70:[9, 37, 15] Operation: 91-76=15
Exploring Operation: 91-9=82, Resu... | 0.960938 | hs_4 | mult_heuristic |
[
39,
59,
26,
52
] | 61 | [
"52-39=13",
"26/13=2",
"59+2=61"
] | Current State: 61:[39, 59, 26, 52], Operations: []
Exploring Operation: 52-39=13, Resulting Numbers: [59, 26, 13]
Generated Node #2: [59, 26, 13] from Operation: 52-39=13
Current State: 61:[59, 26, 13], Operations: ['52-39=13']
Exploring Operation: 26/13=2, Resulting Numbers: [59, 2]
Generated Node #3: [59, 2] from Ope... | 4 | Current State: 61:[39, 59, 26, 52], Operations: []
Exploring Operation: 26+52=78, Resulting Numbers: [39, 59, 78]
Generated Node #0,0: 61:[39, 59, 78] Operation: 26+52=78
Exploring Operation: 39+26=65, Resulting Numbers: [59, 52, 65]
Generated Node #0,1: 61:[59, 52, 65] Operation: 39+26=65
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
34,
64,
19,
74
] | 63 | [
"64-34=30",
"19+74=93",
"93-30=63"
] | Current State: 63:[34, 64, 19, 74], Operations: []
Exploring Operation: 64-34=30, Resulting Numbers: [19, 74, 30]
Generated Node #2: [19, 74, 30] from Operation: 64-34=30
Current State: 63:[19, 74, 30], Operations: ['64-34=30']
Exploring Operation: 19+74=93, Resulting Numbers: [30, 93]
Generated Node #3: [30, 93] from ... | 4 | Current State: 63:[34, 64, 19, 74], Operations: []
Exploring Operation: 74-64=10, Resulting Numbers: [34, 19, 10]
Generated Node #0,0: 63:[34, 19, 10] Operation: 74-64=10
Moving to Node #0,0
Current State: 63:[34, 19, 10], Operations: ['74-64=10']
Exploring Operation: 34-10=24, Resulting Numbers: [19, 24]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
46,
75,
8,
35
] | 14 | [
"75-46=29",
"8+35=43",
"43-29=14"
] | Current State: 14:[46, 75, 8, 35], Operations: []
Exploring Operation: 75-46=29, Resulting Numbers: [8, 35, 29]
Generated Node #2: [8, 35, 29] from Operation: 75-46=29
Current State: 14:[8, 35, 29], Operations: ['75-46=29']
Exploring Operation: 8+35=43, Resulting Numbers: [29, 43]
Generated Node #3: [29, 43] from Opera... | 4 | Current State: 14:[46, 75, 8, 35], Operations: []
Exploring Operation: 75-35=40, Resulting Numbers: [46, 8, 40]
Generated Node #0,0: 14:[46, 8, 40] Operation: 75-35=40
Exploring Operation: 75-46=29, Resulting Numbers: [8, 35, 29]
Generated Node #0,1: 14:[8, 35, 29] Operation: 75-46=29
Moving to Node #0,1
Current State:... | 0.992188 | hs_2 | mult_heuristic |
[
84,
35,
35,
39
] | 25 | [
"84-35=49",
"35+39=74",
"74-49=25"
] | Current State: 25:[84, 35, 35, 39], Operations: []
Exploring Operation: 84-35=49, Resulting Numbers: [39, 49]
Generated Node #2: [39, 49] from Operation: 84-35=49
Current State: 25:[39, 49], Operations: ['84-35=49']
Exploring Operation: 35+39=74, Resulting Numbers: [49, 74]
Generated Node #3: [49, 74] from Operation: 3... | 4 | Current State: 25:[84, 35, 35, 39], Operations: []
Exploring Operation: 39-35=4, Resulting Numbers: [84, 35, 4]
Generated Node #0,0: 25:[84, 35, 4] Operation: 39-35=4
Exploring Operation: 84-35=49, Resulting Numbers: [35, 39, 49]
Generated Node #0,1: 25:[35, 39, 49] Operation: 84-35=49
Exploring Operation: 39-35=4, Res... | 0.977431 | hs_5 | sum_heuristic |
[
21,
70,
27,
75
] | 78 | [
"75-70=5",
"21*5=105",
"105-27=78"
] | Current State: 78:[21, 70, 27, 75], Operations: []
Exploring Operation: 75-70=5, Resulting Numbers: [21, 27, 5]
Generated Node #2: [21, 27, 5] from Operation: 75-70=5
Current State: 78:[21, 27, 5], Operations: ['75-70=5']
Exploring Operation: 21*5=105, Resulting Numbers: [27, 105]
Generated Node #3: [27, 105] from Oper... | 4 | Current State: 78:[21, 70, 27, 75], Operations: []
Exploring Operation: 75-70=5, Resulting Numbers: [21, 27, 5]
Generated Node #0,0: 78:[21, 27, 5] Operation: 75-70=5
Exploring Operation: 27-21=6, Resulting Numbers: [70, 75, 6]
Generated Node #0,1: 78:[70, 75, 6] Operation: 27-21=6
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
69,
78,
52,
92
] | 46 | [
"69*52=3588",
"3588/78=46",
"92-46=46"
] | Current State: 46:[69, 78, 52, 92], Operations: []
Exploring Operation: 69*52=3588, Resulting Numbers: [78, 92, 3588]
Generated Node #2: [78, 92, 3588] from Operation: 69*52=3588
Current State: 46:[78, 92, 3588], Operations: ['69*52=3588']
Exploring Operation: 3588/78=46, Resulting Numbers: [92, 46]
Generated Node #3: ... | 4 | Current State: 46:[69, 78, 52, 92], Operations: []
Exploring Operation: 92-69=23, Resulting Numbers: [78, 52, 23]
Generated Node #0,0: 46:[78, 52, 23] Operation: 92-69=23
Exploring Operation: 78-69=9, Resulting Numbers: [52, 92, 9]
Generated Node #0,1: 46:[52, 92, 9] Operation: 78-69=9
Exploring Operation: 92-78=14, Re... | 0 | hs_3 | sum_heuristic |
[
78,
26,
7,
51
] | 41 | [
"78/26=3",
"51-7=44",
"44-3=41"
] | Current State: 41:[78, 26, 7, 51], Operations: []
Exploring Operation: 78/26=3, Resulting Numbers: [7, 51, 3]
Generated Node #2: [7, 51, 3] from Operation: 78/26=3
Current State: 41:[7, 51, 3], Operations: ['78/26=3']
Exploring Operation: 51-7=44, Resulting Numbers: [3, 44]
Generated Node #3: [3, 44] from Operation: 51... | 4 | Current State: 41:[78, 26, 7, 51], Operations: []
Exploring Operation: 26+7=33, Resulting Numbers: [78, 51, 33]
Generated Node #0,0: 41:[78, 51, 33] Operation: 26+7=33
Exploring Operation: 78-7=71, Resulting Numbers: [26, 51, 71]
Generated Node #0,1: 41:[26, 51, 71] Operation: 78-7=71
Exploring Operation: 78-26=52, Res... | 0 | hs_3 | mult_heuristic |
[
60,
60,
53,
2
] | 53 | [
"60-60=0",
"2*0=0",
"53+0=53"
] | Current State: 53:[60, 60, 53, 2], Operations: []
Exploring Operation: 60-60=0, Resulting Numbers: [53, 2, 0]
Generated Node #2: [53, 2, 0] from Operation: 60-60=0
Current State: 53:[53, 2, 0], Operations: ['60-60=0']
Exploring Operation: 2*0=0, Resulting Numbers: [53, 0]
Generated Node #3: [53, 0] from Operation: 2*0=... | 4 | Current State: 53:[60, 60, 53, 2], Operations: []
Exploring Operation: 60-2=58, Resulting Numbers: [60, 53, 58]
Generated Node #0,0: 53:[60, 53, 58] Operation: 60-2=58
Exploring Operation: 60-2=58, Resulting Numbers: [60, 53, 58]
Generated Node #0,1: 53:[60, 53, 58] Operation: 60-2=58
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
29,
84,
28,
69
] | 72 | [
"29+84=113",
"69-28=41",
"113-41=72"
] | Current State: 72:[29, 84, 28, 69], Operations: []
Exploring Operation: 29+84=113, Resulting Numbers: [28, 69, 113]
Generated Node #2: [28, 69, 113] from Operation: 29+84=113
Current State: 72:[28, 69, 113], Operations: ['29+84=113']
Exploring Operation: 69-28=41, Resulting Numbers: [113, 41]
Generated Node #3: [113, 4... | 4 | Current State: 72:[29, 84, 28, 69], Operations: []
Exploring Operation: 84/28=3, Resulting Numbers: [29, 69, 3]
Generated Node #0,0: 72:[29, 69, 3] Operation: 84/28=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 72:[29, 69, 3], Operations: ['84/28=3']
Exploring Operation: 69-29=40, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
36,
18,
46,
79
] | 51 | [
"36-18=18",
"79-46=33",
"18+33=51"
] | Current State: 51:[36, 18, 46, 79], Operations: []
Exploring Operation: 36-18=18, Resulting Numbers: [46, 79, 18]
Generated Node #2: [46, 79, 18] from Operation: 36-18=18
Current State: 51:[46, 79, 18], Operations: ['36-18=18']
Exploring Operation: 79-46=33, Resulting Numbers: [18, 33]
Generated Node #3: [18, 33] from ... | 4 | Current State: 51:[36, 18, 46, 79], Operations: []
Exploring Operation: 79-46=33, Resulting Numbers: [36, 18, 33]
Generated Node #0,0: 51:[36, 18, 33] Operation: 79-46=33
Exploring Operation: 79-18=61, Resulting Numbers: [36, 46, 61]
Generated Node #0,1: 51:[36, 46, 61] Operation: 79-18=61
Exploring Operation: 79-36=43... | 0.958333 | hs_4 | mult_heuristic |
[
21,
71,
46,
54
] | 58 | [
"71-21=50",
"54-46=8",
"50+8=58"
] | Current State: 58:[21, 71, 46, 54], Operations: []
Exploring Operation: 71-21=50, Resulting Numbers: [46, 54, 50]
Generated Node #2: [46, 54, 50] from Operation: 71-21=50
Current State: 58:[46, 54, 50], Operations: ['71-21=50']
Exploring Operation: 54-46=8, Resulting Numbers: [50, 8]
Generated Node #3: [50, 8] from Ope... | 4 | Current State: 58:[21, 71, 46, 54], Operations: []
Exploring Operation: 71-46=25, Resulting Numbers: [21, 54, 25]
Generated Node #0,0: 58:[21, 54, 25] Operation: 71-46=25
Exploring Operation: 46-21=25, Resulting Numbers: [71, 54, 25]
Generated Node #0,1: 58:[71, 54, 25] Operation: 46-21=25
Exploring Operation: 71-21=50... | 0.988715 | hs_3 | mult_heuristic |
[
34,
4,
4,
76
] | 44 | [
"34-4=30",
"4*30=120",
"120-76=44"
] | Current State: 44:[34, 4, 4, 76], Operations: []
Exploring Operation: 34-4=30, Resulting Numbers: [76, 30]
Generated Node #2: [76, 30] from Operation: 34-4=30
Current State: 44:[76, 30], Operations: ['34-4=30']
Exploring Operation: 4*30=120, Resulting Numbers: [76, 120]
Generated Node #3: [76, 120] from Operation: 4*30... | 4 | Current State: 44:[34, 4, 4, 76], Operations: []
Exploring Operation: 76/4=19, Resulting Numbers: [34, 4, 19]
Generated Node #0,0: 44:[34, 4, 19] Operation: 76/4=19
Exploring Operation: 76/4=19, Resulting Numbers: [34, 4, 19]
Generated Node #0,1: 44:[34, 4, 19] Operation: 76/4=19
Exploring Operation: 76-34=42, Resultin... | 0 | hs_3 | sum_heuristic |
[
76,
11,
8,
65
] | 33 | [
"76-8=68",
"68-65=3",
"11*3=33"
] | Current State: 33:[76, 11, 8, 65], Operations: []
Exploring Operation: 76-8=68, Resulting Numbers: [11, 65, 68]
Generated Node #2: [11, 65, 68] from Operation: 76-8=68
Current State: 33:[11, 65, 68], Operations: ['76-8=68']
Exploring Operation: 68-65=3, Resulting Numbers: [11, 3]
Generated Node #3: [11, 3] from Operati... | 4 | Current State: 33:[76, 11, 8, 65], Operations: []
Exploring Operation: 76-65=11, Resulting Numbers: [11, 8, 11]
Generated Node #0,0: 33:[11, 8, 11] Operation: 76-65=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 33:[11, 8, 11], Operations: ['76-65=11']
Exploring Operation: 11-8=3, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
33,
26,
99,
66
] | 23 | [
"66-33=33",
"99/33=3",
"26-3=23"
] | Current State: 23:[33, 26, 99, 66], Operations: []
Exploring Operation: 66-33=33, Resulting Numbers: [26, 99, 33]
Generated Node #2: [26, 99, 33] from Operation: 66-33=33
Current State: 23:[26, 99, 33], Operations: ['66-33=33']
Exploring Operation: 99/33=3, Resulting Numbers: [26, 3]
Generated Node #3: [26, 3] from Ope... | 4 | Current State: 23:[33, 26, 99, 66], Operations: []
Exploring Operation: 99-66=33, Resulting Numbers: [33, 26, 33]
Generated Node #0,0: 23:[33, 26, 33] Operation: 99-66=33
Exploring Operation: 99/33=3, Resulting Numbers: [26, 66, 3]
Generated Node #0,1: 23:[26, 66, 3] Operation: 99/33=3
Exploring Operation: 99-33=66, Re... | 0 | hs_3 | mult_heuristic |
[
87,
15,
91,
59
] | 11 | [
"91-87=4",
"59-15=44",
"44/4=11"
] | Current State: 11:[87, 15, 91, 59], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [15, 59, 4]
Generated Node #2: [15, 59, 4] from Operation: 91-87=4
Current State: 11:[15, 59, 4], Operations: ['91-87=4']
Exploring Operation: 59-15=44, Resulting Numbers: [4, 44]
Generated Node #3: [4, 44] from Operatio... | 4 | Current State: 11:[87, 15, 91, 59], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [15, 59, 4]
Generated Node #0,0: 11:[15, 59, 4] Operation: 91-87=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[15, 59, 4], Operations: ['91-87=4']
Exploring Operation: 59-15=44, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
52,
56,
97,
87
] | 76 | [
"52+56=108",
"97+87=184",
"184-108=76"
] | Current State: 76:[52, 56, 97, 87], Operations: []
Exploring Operation: 52+56=108, Resulting Numbers: [97, 87, 108]
Generated Node #2: [97, 87, 108] from Operation: 52+56=108
Current State: 76:[97, 87, 108], Operations: ['52+56=108']
Exploring Operation: 97+87=184, Resulting Numbers: [108, 184]
Generated Node #3: [108,... | 4 | Current State: 76:[52, 56, 97, 87], Operations: []
Exploring Operation: 87-52=35, Resulting Numbers: [56, 97, 35]
Generated Node #0,0: 76:[56, 97, 35] Operation: 87-52=35
Exploring Operation: 97-87=10, Resulting Numbers: [52, 56, 10]
Generated Node #0,1: 76:[52, 56, 10] Operation: 97-87=10
Exploring Operation: 97-52=45... | 0.986111 | hs_5 | mult_heuristic |
[
34,
33,
17,
23
] | 12 | [
"34/17=2",
"33-23=10",
"2+10=12"
] | Current State: 12:[34, 33, 17, 23], Operations: []
Exploring Operation: 34/17=2, Resulting Numbers: [33, 23, 2]
Generated Node #2: [33, 23, 2] from Operation: 34/17=2
Current State: 12:[33, 23, 2], Operations: ['34/17=2']
Exploring Operation: 33-23=10, Resulting Numbers: [2, 10]
Generated Node #3: [2, 10] from Operatio... | 4 | Current State: 12:[34, 33, 17, 23], Operations: []
Exploring Operation: 34/17=2, Resulting Numbers: [33, 23, 2]
Generated Node #0,0: 12:[33, 23, 2] Operation: 34/17=2
Exploring Operation: 34-23=11, Resulting Numbers: [33, 17, 11]
Generated Node #0,1: 12:[33, 17, 11] Operation: 34-23=11
Exploring Operation: 34-33=1, Res... | 0.971354 | hs_4 | sum_heuristic |
[
85,
31,
51,
39
] | 34 | [
"85*39=3315",
"3315/51=65",
"65-31=34"
] | Current State: 34:[85, 31, 51, 39], Operations: []
Exploring Operation: 85*39=3315, Resulting Numbers: [31, 51, 3315]
Generated Node #2: [31, 51, 3315] from Operation: 85*39=3315
Current State: 34:[31, 51, 3315], Operations: ['85*39=3315']
Exploring Operation: 3315/51=65, Resulting Numbers: [31, 65]
Generated Node #3: ... | 4 | Current State: 34:[85, 31, 51, 39], Operations: []
Exploring Operation: 85-51=34, Resulting Numbers: [31, 39, 34]
Generated Node #0,0: 34:[31, 39, 34] Operation: 85-51=34
Moving to Node #0,0
Current State: 34:[31, 39, 34], Operations: ['85-51=34']
Exploring Operation: 39-31=8, Resulting Numbers: [34, 8]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
69,
86,
1,
41
] | 58 | [
"86-69=17",
"1*41=41",
"17+41=58"
] | Current State: 58:[69, 86, 1, 41], Operations: []
Exploring Operation: 86-69=17, Resulting Numbers: [1, 41, 17]
Generated Node #2: [1, 41, 17] from Operation: 86-69=17
Current State: 58:[1, 41, 17], Operations: ['86-69=17']
Exploring Operation: 1*41=41, Resulting Numbers: [17, 41]
Generated Node #3: [17, 41] from Opera... | 4 | Current State: 58:[69, 86, 1, 41], Operations: []
Exploring Operation: 86-41=45, Resulting Numbers: [69, 1, 45]
Generated Node #0,0: 58:[69, 1, 45] Operation: 86-41=45
Exploring Operation: 69-41=28, Resulting Numbers: [86, 1, 28]
Generated Node #0,1: 58:[86, 1, 28] Operation: 69-41=28
Exploring Operation: 69-1=68, Resu... | 0.972222 | hs_4 | sum_heuristic |
[
11,
79,
84,
48
] | 64 | [
"79-11=68",
"84+48=132",
"132-68=64"
] | Current State: 64:[11, 79, 84, 48], Operations: []
Exploring Operation: 79-11=68, Resulting Numbers: [84, 48, 68]
Generated Node #2: [84, 48, 68] from Operation: 79-11=68
Current State: 64:[84, 48, 68], Operations: ['79-11=68']
Exploring Operation: 84+48=132, Resulting Numbers: [68, 132]
Generated Node #3: [68, 132] fr... | 4 | Current State: 64:[11, 79, 84, 48], Operations: []
Exploring Operation: 84-79=5, Resulting Numbers: [11, 48, 5]
Generated Node #0,0: 64:[11, 48, 5] Operation: 84-79=5
Moving to Node #0,0
Current State: 64:[11, 48, 5], Operations: ['84-79=5']
Exploring Operation: 11+48=59, Resulting Numbers: [5, 59]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
36,
60,
72,
56
] | 81 | [
"60-56=4",
"36/4=9",
"72+9=81"
] | Current State: 81:[36, 60, 72, 56], Operations: []
Exploring Operation: 60-56=4, Resulting Numbers: [36, 72, 4]
Generated Node #2: [36, 72, 4] from Operation: 60-56=4
Current State: 81:[36, 72, 4], Operations: ['60-56=4']
Exploring Operation: 36/4=9, Resulting Numbers: [72, 9]
Generated Node #3: [72, 9] from Operation:... | 4 | Current State: 81:[36, 60, 72, 56], Operations: []
Exploring Operation: 60-56=4, Resulting Numbers: [36, 72, 4]
Generated Node #0,0: 81:[36, 72, 4] Operation: 60-56=4
Exploring Operation: 60-36=24, Resulting Numbers: [72, 56, 24]
Generated Node #0,1: 81:[72, 56, 24] Operation: 60-36=24
Moving to Node #0,0
Current State... | 0.985243 | hs_2 | mult_heuristic |
[
69,
46,
80,
22
] | 57 | [
"69+46=115",
"80-22=58",
"115-58=57"
] | Current State: 57:[69, 46, 80, 22], Operations: []
Exploring Operation: 69+46=115, Resulting Numbers: [80, 22, 115]
Generated Node #2: [80, 22, 115] from Operation: 69+46=115
Current State: 57:[80, 22, 115], Operations: ['69+46=115']
Exploring Operation: 80-22=58, Resulting Numbers: [115, 58]
Generated Node #3: [115, 5... | 4 | Current State: 57:[69, 46, 80, 22], Operations: []
Exploring Operation: 80-69=11, Resulting Numbers: [46, 22, 11]
Generated Node #0,0: 57:[46, 22, 11] Operation: 80-69=11
Moving to Node #0,0
Current State: 57:[46, 22, 11], Operations: ['80-69=11']
Exploring Operation: 46+11=57, Resulting Numbers: [22, 57]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
86,
83,
96,
29
] | 64 | [
"86-83=3",
"96-29=67",
"67-3=64"
] | Current State: 64:[86, 83, 96, 29], Operations: []
Exploring Operation: 86-83=3, Resulting Numbers: [96, 29, 3]
Generated Node #2: [96, 29, 3] from Operation: 86-83=3
Current State: 64:[96, 29, 3], Operations: ['86-83=3']
Exploring Operation: 96-29=67, Resulting Numbers: [3, 67]
Generated Node #3: [3, 67] from Operatio... | 4 | Current State: 64:[86, 83, 96, 29], Operations: []
Exploring Operation: 96-83=13, Resulting Numbers: [86, 29, 13]
Generated Node #0,0: 64:[86, 29, 13] Operation: 96-83=13
Exploring Operation: 96-29=67, Resulting Numbers: [86, 83, 67]
Generated Node #0,1: 64:[86, 83, 67] Operation: 96-29=67
Exploring Operation: 86-83=3,... | 0.985243 | hs_4 | sum_heuristic |
[
67,
80,
66,
75
] | 76 | [
"75-67=8",
"80/8=10",
"66+10=76"
] | Current State: 76:[67, 80, 66, 75], Operations: []
Exploring Operation: 75-67=8, Resulting Numbers: [80, 66, 8]
Generated Node #2: [80, 66, 8] from Operation: 75-67=8
Current State: 76:[80, 66, 8], Operations: ['75-67=8']
Exploring Operation: 80/8=10, Resulting Numbers: [66, 10]
Generated Node #3: [66, 10] from Operati... | 4 | Current State: 76:[67, 80, 66, 75], Operations: []
Exploring Operation: 67-66=1, Resulting Numbers: [80, 75, 1]
Generated Node #0,0: 76:[80, 75, 1] Operation: 67-66=1
Exploring Operation: 80-67=13, Resulting Numbers: [66, 75, 13]
Generated Node #0,1: 76:[66, 75, 13] Operation: 80-67=13
Exploring Operation: 75-67=8, Res... | 0.924479 | hs_5 | mult_heuristic |
[
26,
72,
84,
96
] | 91 | [
"26*84=2184",
"96-72=24",
"2184/24=91"
] | Current State: 91:[26, 72, 84, 96], Operations: []
Exploring Operation: 26*84=2184, Resulting Numbers: [72, 96, 2184]
Generated Node #2: [72, 96, 2184] from Operation: 26*84=2184
Current State: 91:[72, 96, 2184], Operations: ['26*84=2184']
Exploring Operation: 96-72=24, Resulting Numbers: [2184, 24]
Generated Node #3: ... | 4 | Current State: 91:[26, 72, 84, 96], Operations: []
Exploring Operation: 26+72=98, Resulting Numbers: [84, 96, 98]
Generated Node #0,0: 91:[84, 96, 98] Operation: 26+72=98
Exploring Operation: 84-72=12, Resulting Numbers: [26, 96, 12]
Generated Node #0,1: 91:[26, 96, 12] Operation: 84-72=12
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
39,
17,
15,
49
] | 72 | [
"39*17=663",
"15*49=735",
"735-663=72"
] | Current State: 72:[39, 17, 15, 49], Operations: []
Exploring Operation: 39*17=663, Resulting Numbers: [15, 49, 663]
Generated Node #2: [15, 49, 663] from Operation: 39*17=663
Current State: 72:[15, 49, 663], Operations: ['39*17=663']
Exploring Operation: 15*49=735, Resulting Numbers: [663, 735]
Generated Node #3: [663,... | 4 | Current State: 72:[39, 17, 15, 49], Operations: []
Exploring Operation: 49-39=10, Resulting Numbers: [17, 15, 10]
Generated Node #0,0: 72:[17, 15, 10] Operation: 49-39=10
Moving to Node #0,0
Current State: 72:[17, 15, 10], Operations: ['49-39=10']
Exploring Operation: 17-15=2, Resulting Numbers: [10, 2]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
20,
13,
62,
5
] | 74 | [
"20-13=7",
"62+5=67",
"7+67=74"
] | Current State: 74:[20, 13, 62, 5], Operations: []
Exploring Operation: 20-13=7, Resulting Numbers: [62, 5, 7]
Generated Node #2: [62, 5, 7] from Operation: 20-13=7
Current State: 74:[62, 5, 7], Operations: ['20-13=7']
Exploring Operation: 62+5=67, Resulting Numbers: [7, 67]
Generated Node #3: [7, 67] from Operation: 62... | 4 | Current State: 74:[20, 13, 62, 5], Operations: []
Exploring Operation: 20+13=33, Resulting Numbers: [62, 5, 33]
Generated Node #0,0: 74:[62, 5, 33] Operation: 20+13=33
Start Sub Search at level 1: Moving to Node #0,0
Current State: 74:[62, 5, 33], Operations: ['20+13=33']
Exploring Operation: 62+5=67, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
23,
24,
96,
4
] | 20 | [
"23*4=92",
"96-24=72",
"92-72=20"
] | Current State: 20:[23, 24, 96, 4], Operations: []
Exploring Operation: 23*4=92, Resulting Numbers: [24, 96, 92]
Generated Node #2: [24, 96, 92] from Operation: 23*4=92
Current State: 20:[24, 96, 92], Operations: ['23*4=92']
Exploring Operation: 96-24=72, Resulting Numbers: [92, 72]
Generated Node #3: [92, 72] from Oper... | 4 | Current State: 20:[23, 24, 96, 4], Operations: []
Exploring Operation: 96/4=24, Resulting Numbers: [23, 24, 24]
Generated Node #0,0: 20:[23, 24, 24] Operation: 96/4=24
Exploring Operation: 96-24=72, Resulting Numbers: [23, 4, 72]
Generated Node #0,1: 20:[23, 4, 72] Operation: 96-24=72
Exploring Operation: 96-23=73, Res... | 0 | hs_4 | sum_heuristic |
[
35,
65,
70,
33
] | 67 | [
"65-35=30",
"70-33=37",
"30+37=67"
] | Current State: 67:[35, 65, 70, 33], Operations: []
Exploring Operation: 65-35=30, Resulting Numbers: [70, 33, 30]
Generated Node #2: [70, 33, 30] from Operation: 65-35=30
Current State: 67:[70, 33, 30], Operations: ['65-35=30']
Exploring Operation: 70-33=37, Resulting Numbers: [30, 37]
Generated Node #3: [30, 37] from ... | 4 | Current State: 67:[35, 65, 70, 33], Operations: []
Exploring Operation: 35+33=68, Resulting Numbers: [65, 70, 68]
Generated Node #0,0: 67:[65, 70, 68] Operation: 35+33=68
Exploring Operation: 70-33=37, Resulting Numbers: [35, 65, 37]
Generated Node #0,1: 67:[35, 65, 37] Operation: 70-33=37
Exploring Operation: 70-35=35... | 0.986111 | hs_4 | mult_heuristic |
[
40,
69,
74,
25
] | 85 | [
"74-69=5",
"25*5=125",
"125-40=85"
] | Current State: 85:[40, 69, 74, 25], Operations: []
Exploring Operation: 74-69=5, Resulting Numbers: [40, 25, 5]
Generated Node #2: [40, 25, 5] from Operation: 74-69=5
Current State: 85:[40, 25, 5], Operations: ['74-69=5']
Exploring Operation: 25*5=125, Resulting Numbers: [40, 125]
Generated Node #3: [40, 125] from Oper... | 4 | Current State: 85:[40, 69, 74, 25], Operations: []
Exploring Operation: 69-40=29, Resulting Numbers: [74, 25, 29]
Generated Node #0,0: 85:[74, 25, 29] Operation: 69-40=29
Exploring Operation: 40-25=15, Resulting Numbers: [69, 74, 15]
Generated Node #0,1: 85:[69, 74, 15] Operation: 40-25=15
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
83,
14,
33,
39
] | 86 | [
"33*39=1287",
"1287-83=1204",
"1204/14=86"
] | Current State: 86:[83, 14, 33, 39], Operations: []
Exploring Operation: 33*39=1287, Resulting Numbers: [83, 14, 1287]
Generated Node #2: [83, 14, 1287] from Operation: 33*39=1287
Current State: 86:[83, 14, 1287], Operations: ['33*39=1287']
Exploring Operation: 1287-83=1204, Resulting Numbers: [14, 1204]
Generated Node ... | 4 | Current State: 86:[83, 14, 33, 39], Operations: []
Exploring Operation: 83-33=50, Resulting Numbers: [14, 39, 50]
Generated Node #0,0: 86:[14, 39, 50] Operation: 83-33=50
Exploring Operation: 83-39=44, Resulting Numbers: [14, 33, 44]
Generated Node #0,1: 86:[14, 33, 44] Operation: 83-39=44
Exploring Operation: 39-33=6,... | 0 | hs_5 | sum_heuristic |
[
14,
10,
56,
36
] | 22 | [
"14-10=4",
"56/4=14",
"36-14=22"
] | Current State: 22:[14, 10, 56, 36], Operations: []
Exploring Operation: 14-10=4, Resulting Numbers: [56, 36, 4]
Generated Node #2: [56, 36, 4] from Operation: 14-10=4
Current State: 22:[56, 36, 4], Operations: ['14-10=4']
Exploring Operation: 56/4=14, Resulting Numbers: [36, 14]
Generated Node #3: [36, 14] from Operati... | 4 | Current State: 22:[14, 10, 56, 36], Operations: []
Exploring Operation: 56-36=20, Resulting Numbers: [14, 10, 20]
Generated Node #0,0: 22:[14, 10, 20] Operation: 56-36=20
Exploring Operation: 56/14=4, Resulting Numbers: [10, 36, 4]
Generated Node #0,1: 22:[10, 36, 4] Operation: 56/14=4
Start Sub Search at level 1: Movi... | 0.985243 | hs_2 | mult_heuristic |
[
69,
33,
22,
81
] | 15 | [
"22*81=1782",
"1782/33=54",
"69-54=15"
] | Current State: 15:[69, 33, 22, 81], Operations: []
Exploring Operation: 22*81=1782, Resulting Numbers: [69, 33, 1782]
Generated Node #2: [69, 33, 1782] from Operation: 22*81=1782
Current State: 15:[69, 33, 1782], Operations: ['22*81=1782']
Exploring Operation: 1782/33=54, Resulting Numbers: [69, 54]
Generated Node #3: ... | 4 | Current State: 15:[69, 33, 22, 81], Operations: []
Exploring Operation: 81-69=12, Resulting Numbers: [33, 22, 12]
Generated Node #0,0: 15:[33, 22, 12] Operation: 81-69=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 15:[33, 22, 12], Operations: ['81-69=12']
Exploring Operation: 33-22=11, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
60,
68,
69,
60
] | 68 | [
"60-60=0",
"69*0=0",
"68+0=68"
] | Current State: 68:[60, 68, 69, 60], Operations: []
Exploring Operation: 60-60=0, Resulting Numbers: [68, 69, 0]
Generated Node #2: [68, 69, 0] from Operation: 60-60=0
Current State: 68:[68, 69, 0], Operations: ['60-60=0']
Exploring Operation: 69*0=0, Resulting Numbers: [68, 0]
Generated Node #3: [68, 0] from Operation:... | 4 | Current State: 68:[60, 68, 69, 60], Operations: []
Exploring Operation: 60/60=1, Resulting Numbers: [68, 69, 1]
Generated Node #0,0: 68:[68, 69, 1] Operation: 60/60=1
Exploring Operation: 68-60=8, Resulting Numbers: [69, 60, 8]
Generated Node #0,1: 68:[69, 60, 8] Operation: 68-60=8
Exploring Operation: 60-60=0, Resulti... | 0 | hs_3 | sum_heuristic |
[
2,
68,
3,
21
] | 46 | [
"2+68=70",
"3+21=24",
"70-24=46"
] | Current State: 46:[2, 68, 3, 21], Operations: []
Exploring Operation: 2+68=70, Resulting Numbers: [3, 21, 70]
Generated Node #2: [3, 21, 70] from Operation: 2+68=70
Current State: 46:[3, 21, 70], Operations: ['2+68=70']
Exploring Operation: 3+21=24, Resulting Numbers: [70, 24]
Generated Node #3: [70, 24] from Operation... | 4 | Current State: 46:[2, 68, 3, 21], Operations: []
Exploring Operation: 68/2=34, Resulting Numbers: [3, 21, 34]
Generated Node #0,0: 46:[3, 21, 34] Operation: 68/2=34
Exploring Operation: 68-21=47, Resulting Numbers: [2, 3, 47]
Generated Node #0,1: 46:[2, 3, 47] Operation: 68-21=47
Exploring Operation: 68-3=65, Resulting... | 0.988715 | hs_3 | sum_heuristic |
[
34,
53,
33,
69
] | 56 | [
"33+69=102",
"102/34=3",
"53+3=56"
] | Current State: 56:[34, 53, 33, 69], Operations: []
Exploring Operation: 33+69=102, Resulting Numbers: [34, 53, 102]
Generated Node #2: [34, 53, 102] from Operation: 33+69=102
Current State: 56:[34, 53, 102], Operations: ['33+69=102']
Exploring Operation: 102/34=3, Resulting Numbers: [53, 3]
Generated Node #3: [53, 3] f... | 4 | Current State: 56:[34, 53, 33, 69], Operations: []
Exploring Operation: 34-33=1, Resulting Numbers: [53, 69, 1]
Generated Node #0,0: 56:[53, 69, 1] Operation: 34-33=1
Exploring Operation: 69-34=35, Resulting Numbers: [53, 33, 35]
Generated Node #0,1: 56:[53, 33, 35] Operation: 69-34=35
Exploring Operation: 69-53=16, Re... | 0 | hs_3 | mult_heuristic |
[
12,
65,
68,
64
] | 52 | [
"12+68=80",
"65*64=4160",
"4160/80=52"
] | Current State: 52:[12, 65, 68, 64], Operations: []
Exploring Operation: 12+68=80, Resulting Numbers: [65, 64, 80]
Generated Node #2: [65, 64, 80] from Operation: 12+68=80
Current State: 52:[65, 64, 80], Operations: ['12+68=80']
Exploring Operation: 65*64=4160, Resulting Numbers: [80, 4160]
Generated Node #3: [80, 4160]... | 4 | Current State: 52:[12, 65, 68, 64], Operations: []
Exploring Operation: 68-65=3, Resulting Numbers: [12, 64, 3]
Generated Node #0,0: 52:[12, 64, 3] Operation: 68-65=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[12, 64, 3], Operations: ['68-65=3']
Exploring Operation: 64-12=52, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
20,
11,
4,
40
] | 16 | [
"20+40=60",
"11*4=44",
"60-44=16"
] | Current State: 16:[20, 11, 4, 40], Operations: []
Exploring Operation: 20+40=60, Resulting Numbers: [11, 4, 60]
Generated Node #2: [11, 4, 60] from Operation: 20+40=60
Current State: 16:[11, 4, 60], Operations: ['20+40=60']
Exploring Operation: 11*4=44, Resulting Numbers: [60, 44]
Generated Node #3: [60, 44] from Opera... | 4 | Current State: 16:[20, 11, 4, 40], Operations: []
Exploring Operation: 40/20=2, Resulting Numbers: [11, 4, 2]
Generated Node #0,0: 16:[11, 4, 2] Operation: 40/20=2
Moving to Node #0,0
Current State: 16:[11, 4, 2], Operations: ['40/20=2']
Exploring Operation: 11+4=15, Resulting Numbers: [2, 15]
Generated Node #0,0,0: 16... | 0 | hs_1 | mult_heuristic |
[
91,
56,
65,
13
] | 48 | [
"65+13=78",
"56*78=4368",
"4368/91=48"
] | Current State: 48:[91, 56, 65, 13], Operations: []
Exploring Operation: 65+13=78, Resulting Numbers: [91, 56, 78]
Generated Node #2: [91, 56, 78] from Operation: 65+13=78
Current State: 48:[91, 56, 78], Operations: ['65+13=78']
Exploring Operation: 56*78=4368, Resulting Numbers: [91, 4368]
Generated Node #3: [91, 4368]... | 4 | Current State: 48:[91, 56, 65, 13], Operations: []
Exploring Operation: 91-65=26, Resulting Numbers: [56, 13, 26]
Generated Node #0,0: 48:[56, 13, 26] Operation: 91-65=26
Exploring Operation: 91-56=35, Resulting Numbers: [65, 13, 35]
Generated Node #0,1: 48:[65, 13, 35] Operation: 91-56=35
Exploring Operation: 65-56=9,... | 0 | hs_5 | sum_heuristic |
[
86,
98,
11,
9
] | 10 | [
"98-86=12",
"11-9=2",
"12-2=10"
] | Current State: 10:[86, 98, 11, 9], Operations: []
Exploring Operation: 98-86=12, Resulting Numbers: [11, 9, 12]
Generated Node #2: [11, 9, 12] from Operation: 98-86=12
Current State: 10:[11, 9, 12], Operations: ['98-86=12']
Exploring Operation: 11-9=2, Resulting Numbers: [12, 2]
Generated Node #3: [12, 2] from Operatio... | 4 | Current State: 10:[86, 98, 11, 9], Operations: []
Exploring Operation: 86-9=77, Resulting Numbers: [98, 11, 77]
Generated Node #0,0: 10:[98, 11, 77] Operation: 86-9=77
Exploring Operation: 86-11=75, Resulting Numbers: [98, 9, 75]
Generated Node #0,1: 10:[98, 9, 75] Operation: 86-11=75
Exploring Operation: 98-11=87, Res... | 0.984375 | hs_4 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.