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 |
|---|---|---|---|---|---|---|---|---|
[
48,
44,
71,
24
] | 51 | [
"48-44=4",
"71-24=47",
"4+47=51"
] | Current State: 51:[48, 44, 71, 24], Operations: []
Exploring Operation: 48-44=4, Resulting Numbers: [71, 24, 4]
Generated Node #2: [71, 24, 4] from Operation: 48-44=4
Current State: 51:[71, 24, 4], Operations: ['48-44=4']
Exploring Operation: 71-24=47, Resulting Numbers: [4, 47]
Generated Node #3: [4, 47] from Operatio... | 4 | Current State: 51:[48, 44, 71, 24], Operations: []
Exploring Operation: 71-48=23, Resulting Numbers: [44, 24, 23]
Generated Node #0,0: 51:[44, 24, 23] Operation: 71-48=23
Exploring Operation: 71-24=47, Resulting Numbers: [48, 44, 47]
Generated Node #0,1: 51:[48, 44, 47] Operation: 71-24=47
Exploring Operation: 71-44=27... | 0.990451 | hs_3 | sum_heuristic |
[
3,
27,
96,
9
] | 62 | [
"96+9=105",
"105/3=35",
"27+35=62"
] | Current State: 62:[3, 27, 96, 9], Operations: []
Exploring Operation: 96+9=105, Resulting Numbers: [3, 27, 105]
Generated Node #2: [3, 27, 105] from Operation: 96+9=105
Current State: 62:[3, 27, 105], Operations: ['96+9=105']
Exploring Operation: 105/3=35, Resulting Numbers: [27, 35]
Generated Node #3: [27, 35] from Op... | 4 | Current State: 62:[3, 27, 96, 9], Operations: []
Exploring Operation: 27/9=3, Resulting Numbers: [3, 96, 3]
Generated Node #0,0: 62:[3, 96, 3] Operation: 27/9=3
Exploring Operation: 96/3=32, Resulting Numbers: [27, 9, 32]
Generated Node #0,1: 62:[27, 9, 32] Operation: 96/3=32
Exploring Operation: 9/3=3, Resulting Numbe... | 0 | hs_5 | mult_heuristic |
[
45,
12,
14,
16
] | 35 | [
"45-12=33",
"16-14=2",
"33+2=35"
] | Current State: 35:[45, 12, 14, 16], Operations: []
Exploring Operation: 45-12=33, Resulting Numbers: [14, 16, 33]
Generated Node #2: [14, 16, 33] from Operation: 45-12=33
Current State: 35:[14, 16, 33], Operations: ['45-12=33']
Exploring Operation: 16-14=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] from Ope... | 4 | Current State: 35:[45, 12, 14, 16], Operations: []
Exploring Operation: 45-12=33, Resulting Numbers: [14, 16, 33]
Generated Node #0,0: 35:[14, 16, 33] Operation: 45-12=33
Exploring Operation: 45-14=31, Resulting Numbers: [12, 16, 31]
Generated Node #0,1: 35:[12, 16, 31] Operation: 45-14=31
Exploring Operation: 45-16=29... | 0.989583 | hs_3 | sum_heuristic |
[
38,
60,
95,
8
] | 80 | [
"95*8=760",
"760/38=20",
"60+20=80"
] | Current State: 80:[38, 60, 95, 8], Operations: []
Exploring Operation: 95*8=760, Resulting Numbers: [38, 60, 760]
Generated Node #2: [38, 60, 760] from Operation: 95*8=760
Current State: 80:[38, 60, 760], Operations: ['95*8=760']
Exploring Operation: 760/38=20, Resulting Numbers: [60, 20]
Generated Node #3: [60, 20] fr... | 4 | Current State: 80:[38, 60, 95, 8], Operations: []
Exploring Operation: 60-8=52, Resulting Numbers: [38, 95, 52]
Generated Node #0,0: 80:[38, 95, 52] Operation: 60-8=52
Exploring Operation: 60-38=22, Resulting Numbers: [95, 8, 22]
Generated Node #0,1: 80:[95, 8, 22] Operation: 60-38=22
Exploring Operation: 60+8=68, Resu... | 0 | hs_5 | sum_heuristic |
[
45,
76,
51,
87
] | 95 | [
"45*76=3420",
"87-51=36",
"3420/36=95"
] | Current State: 95:[45, 76, 51, 87], Operations: []
Exploring Operation: 45*76=3420, Resulting Numbers: [51, 87, 3420]
Generated Node #2: [51, 87, 3420] from Operation: 45*76=3420
Current State: 95:[51, 87, 3420], Operations: ['45*76=3420']
Exploring Operation: 87-51=36, Resulting Numbers: [3420, 36]
Generated Node #3: ... | 4 | Current State: 95:[45, 76, 51, 87], Operations: []
Exploring Operation: 51-45=6, Resulting Numbers: [76, 87, 6]
Generated Node #0,0: 95:[76, 87, 6] Operation: 51-45=6
Exploring Operation: 76-45=31, Resulting Numbers: [51, 87, 31]
Generated Node #0,1: 95:[51, 87, 31] Operation: 76-45=31
Exploring Operation: 45+51=96, Re... | 0 | hs_4 | mult_heuristic |
[
50,
11,
47,
62
] | 17 | [
"50-47=3",
"62-11=51",
"51/3=17"
] | Current State: 17:[50, 11, 47, 62], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [11, 62, 3]
Generated Node #2: [11, 62, 3] from Operation: 50-47=3
Current State: 17:[11, 62, 3], Operations: ['50-47=3']
Exploring Operation: 62-11=51, Resulting Numbers: [3, 51]
Generated Node #3: [3, 51] from Operatio... | 4 | Current State: 17:[50, 11, 47, 62], Operations: []
Exploring Operation: 62-50=12, Resulting Numbers: [11, 47, 12]
Generated Node #0,0: 17:[11, 47, 12] Operation: 62-50=12
Exploring Operation: 50-47=3, Resulting Numbers: [11, 62, 3]
Generated Node #0,1: 17:[11, 62, 3] Operation: 50-47=3
Exploring Operation: 50-11=39, Re... | 0.950521 | hs_4 | sum_heuristic |
[
60,
38,
80,
18
] | 42 | [
"38+18=56",
"60*56=3360",
"3360/80=42"
] | Current State: 42:[60, 38, 80, 18], Operations: []
Exploring Operation: 38+18=56, Resulting Numbers: [60, 80, 56]
Generated Node #2: [60, 80, 56] from Operation: 38+18=56
Current State: 42:[60, 80, 56], Operations: ['38+18=56']
Exploring Operation: 60*56=3360, Resulting Numbers: [80, 3360]
Generated Node #3: [80, 3360]... | 4 | Current State: 42:[60, 38, 80, 18], Operations: []
Exploring Operation: 80-60=20, Resulting Numbers: [38, 18, 20]
Generated Node #0,0: 42:[38, 18, 20] Operation: 80-60=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 42:[38, 18, 20], Operations: ['80-60=20']
Exploring Operation: 38-18=20, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
41,
83,
59,
70
] | 31 | [
"83-41=42",
"70-59=11",
"42-11=31"
] | Current State: 31:[41, 83, 59, 70], Operations: []
Exploring Operation: 83-41=42, Resulting Numbers: [59, 70, 42]
Generated Node #2: [59, 70, 42] from Operation: 83-41=42
Current State: 31:[59, 70, 42], Operations: ['83-41=42']
Exploring Operation: 70-59=11, Resulting Numbers: [42, 11]
Generated Node #3: [42, 11] from ... | 4 | Current State: 31:[41, 83, 59, 70], Operations: []
Exploring Operation: 83-59=24, Resulting Numbers: [41, 70, 24]
Generated Node #0,0: 31:[41, 70, 24] Operation: 83-59=24
Exploring Operation: 70-41=29, Resulting Numbers: [83, 59, 29]
Generated Node #0,1: 31:[83, 59, 29] Operation: 70-41=29
Exploring Operation: 83-41=42... | 0.970486 | hs_4 | mult_heuristic |
[
1,
29,
1,
30
] | 58 | [
"1*29=29",
"30-1=29",
"29+29=58"
] | Current State: 58:[1, 29, 1, 30], Operations: []
Exploring Operation: 1*29=29, Resulting Numbers: [30, 29]
Generated Node #2: [30, 29] from Operation: 1*29=29
Current State: 58:[30, 29], Operations: ['1*29=29']
Exploring Operation: 30-1=29, Resulting Numbers: [29, 29]
Generated Node #3: [29, 29] from Operation: 30-1=29... | 4 | Current State: 58:[1, 29, 1, 30], Operations: []
Exploring Operation: 30-1=29, Resulting Numbers: [29, 1, 29]
Generated Node #0,0: 58:[29, 1, 29] Operation: 30-1=29
Exploring Operation: 1*29=29, Resulting Numbers: [1, 30, 29]
Generated Node #0,1: 58:[1, 30, 29] Operation: 1*29=29
Exploring Operation: 1+1=2, Resulting N... | 0.982639 | hs_4 | mult_heuristic |
[
91,
93,
17,
31
] | 12 | [
"93-91=2",
"31-17=14",
"14-2=12"
] | Current State: 12:[91, 93, 17, 31], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [17, 31, 2]
Generated Node #2: [17, 31, 2] from Operation: 93-91=2
Current State: 12:[17, 31, 2], Operations: ['93-91=2']
Exploring Operation: 31-17=14, Resulting Numbers: [2, 14]
Generated Node #3: [2, 14] from Operatio... | 4 | Current State: 12:[91, 93, 17, 31], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [17, 31, 2]
Generated Node #0,0: 12:[17, 31, 2] Operation: 93-91=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[17, 31, 2], Operations: ['93-91=2']
Exploring Operation: 31-17=14, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
7,
89,
4,
72
] | 64 | [
"89-7=82",
"72/4=18",
"82-18=64"
] | Current State: 64:[7, 89, 4, 72], Operations: []
Exploring Operation: 89-7=82, Resulting Numbers: [4, 72, 82]
Generated Node #2: [4, 72, 82] from Operation: 89-7=82
Current State: 64:[4, 72, 82], Operations: ['89-7=82']
Exploring Operation: 72/4=18, Resulting Numbers: [82, 18]
Generated Node #3: [82, 18] from Operation... | 4 | Current State: 64:[7, 89, 4, 72], Operations: []
Exploring Operation: 89-72=17, Resulting Numbers: [7, 4, 17]
Generated Node #0,0: 64:[7, 4, 17] Operation: 89-72=17
Exploring Operation: 89-7=82, Resulting Numbers: [4, 72, 82]
Generated Node #0,1: 64:[4, 72, 82] Operation: 89-7=82
Exploring Operation: 72-7=65, Resulting... | 0.985243 | hs_3 | mult_heuristic |
[
64,
62,
52,
58
] | 29 | [
"64+52=116",
"62-58=4",
"116/4=29"
] | Current State: 29:[64, 62, 52, 58], Operations: []
Exploring Operation: 64+52=116, Resulting Numbers: [62, 58, 116]
Generated Node #2: [62, 58, 116] from Operation: 64+52=116
Current State: 29:[62, 58, 116], Operations: ['64+52=116']
Exploring Operation: 62-58=4, Resulting Numbers: [116, 4]
Generated Node #3: [116, 4] ... | 4 | Current State: 29:[64, 62, 52, 58], Operations: []
Exploring Operation: 62-58=4, Resulting Numbers: [64, 52, 4]
Generated Node #0,0: 29:[64, 52, 4] Operation: 62-58=4
Exploring Operation: 64-58=6, Resulting Numbers: [62, 52, 6]
Generated Node #0,1: 29:[62, 52, 6] Operation: 64-58=6
Exploring Operation: 64-62=2, Resulti... | 0 | hs_5 | mult_heuristic |
[
91,
33,
20,
34
] | 70 | [
"91+33=124",
"20+34=54",
"124-54=70"
] | Current State: 70:[91, 33, 20, 34], Operations: []
Exploring Operation: 91+33=124, Resulting Numbers: [20, 34, 124]
Generated Node #2: [20, 34, 124] from Operation: 91+33=124
Current State: 70:[20, 34, 124], Operations: ['91+33=124']
Exploring Operation: 20+34=54, Resulting Numbers: [124, 54]
Generated Node #3: [124, 5... | 4 | Current State: 70:[91, 33, 20, 34], Operations: []
Exploring Operation: 33-20=13, Resulting Numbers: [91, 34, 13]
Generated Node #0,0: 70:[91, 34, 13] Operation: 33-20=13
Exploring Operation: 91-33=58, Resulting Numbers: [20, 34, 58]
Generated Node #0,1: 70:[20, 34, 58] Operation: 91-33=58
Exploring Operation: 91-34=57... | 0.967882 | hs_5 | sum_heuristic |
[
94,
23,
79,
92
] | 60 | [
"94-79=15",
"92/23=4",
"15*4=60"
] | Current State: 60:[94, 23, 79, 92], Operations: []
Exploring Operation: 94-79=15, Resulting Numbers: [23, 92, 15]
Generated Node #2: [23, 92, 15] from Operation: 94-79=15
Current State: 60:[23, 92, 15], Operations: ['94-79=15']
Exploring Operation: 92/23=4, Resulting Numbers: [15, 4]
Generated Node #3: [15, 4] from Ope... | 4 | Current State: 60:[94, 23, 79, 92], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [23, 79, 2]
Generated Node #0,0: 60:[23, 79, 2] Operation: 94-92=2
Exploring Operation: 94-79=15, Resulting Numbers: [23, 92, 15]
Generated Node #0,1: 60:[23, 92, 15] Operation: 94-79=15
Start Sub Search at level 1: Movi... | 0.986979 | hs_2 | mult_heuristic |
[
49,
78,
79,
53
] | 52 | [
"79-53=26",
"78/26=3",
"49+3=52"
] | Current State: 52:[49, 78, 79, 53], Operations: []
Exploring Operation: 79-53=26, Resulting Numbers: [49, 78, 26]
Generated Node #2: [49, 78, 26] from Operation: 79-53=26
Current State: 52:[49, 78, 26], Operations: ['79-53=26']
Exploring Operation: 78/26=3, Resulting Numbers: [49, 3]
Generated Node #3: [49, 3] from Ope... | 4 | Current State: 52:[49, 78, 79, 53], Operations: []
Exploring Operation: 79-78=1, Resulting Numbers: [49, 53, 1]
Generated Node #0,0: 52:[49, 53, 1] Operation: 79-78=1
Moving to Node #0,0
Current State: 52:[49, 53, 1], Operations: ['79-78=1']
Exploring Operation: 53-49=4, Resulting Numbers: [1, 4]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
2,
62,
17,
20
] | 89 | [
"20/2=10",
"62+17=79",
"10+79=89"
] | Current State: 89:[2, 62, 17, 20], Operations: []
Exploring Operation: 20/2=10, Resulting Numbers: [62, 17, 10]
Generated Node #2: [62, 17, 10] from Operation: 20/2=10
Current State: 89:[62, 17, 10], Operations: ['20/2=10']
Exploring Operation: 62+17=79, Resulting Numbers: [10, 79]
Generated Node #3: [10, 79] from Oper... | 4 | Current State: 89:[2, 62, 17, 20], Operations: []
Exploring Operation: 2*20=40, Resulting Numbers: [62, 17, 40]
Generated Node #0,0: 89:[62, 17, 40] Operation: 2*20=40
Exploring Operation: 2+17=19, Resulting Numbers: [62, 20, 19]
Generated Node #0,1: 89:[62, 20, 19] Operation: 2+17=19
Exploring Operation: 2*17=34, Resu... | 0 | hs_4 | mult_heuristic |
[
52,
99,
85,
41
] | 76 | [
"52-41=11",
"99/11=9",
"85-9=76"
] | Current State: 76:[52, 99, 85, 41], Operations: []
Exploring Operation: 52-41=11, Resulting Numbers: [99, 85, 11]
Generated Node #2: [99, 85, 11] from Operation: 52-41=11
Current State: 76:[99, 85, 11], Operations: ['52-41=11']
Exploring Operation: 99/11=9, Resulting Numbers: [85, 9]
Generated Node #3: [85, 9] from Ope... | 4 | Current State: 76:[52, 99, 85, 41], Operations: []
Exploring Operation: 99-52=47, Resulting Numbers: [85, 41, 47]
Generated Node #0,0: 76:[85, 41, 47] Operation: 99-52=47
Exploring Operation: 99-85=14, Resulting Numbers: [52, 41, 14]
Generated Node #0,1: 76:[52, 41, 14] Operation: 99-85=14
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
70,
15,
20,
94
] | 19 | [
"70-15=55",
"94-20=74",
"74-55=19"
] | Current State: 19:[70, 15, 20, 94], Operations: []
Exploring Operation: 70-15=55, Resulting Numbers: [20, 94, 55]
Generated Node #2: [20, 94, 55] from Operation: 70-15=55
Current State: 19:[20, 94, 55], Operations: ['70-15=55']
Exploring Operation: 94-20=74, Resulting Numbers: [55, 74]
Generated Node #3: [55, 74] from ... | 4 | Current State: 19:[70, 15, 20, 94], Operations: []
Exploring Operation: 94-20=74, Resulting Numbers: [70, 15, 74]
Generated Node #0,0: 19:[70, 15, 74] Operation: 94-20=74
Exploring Operation: 70-20=50, Resulting Numbers: [15, 94, 50]
Generated Node #0,1: 19:[15, 94, 50] Operation: 70-20=50
Exploring Operation: 94-70=24... | 0.984375 | hs_5 | sum_heuristic |
[
75,
93,
81,
9
] | 86 | [
"75*93=6975",
"6975-9=6966",
"6966/81=86"
] | Current State: 86:[75, 93, 81, 9], Operations: []
Exploring Operation: 75*93=6975, Resulting Numbers: [81, 9, 6975]
Generated Node #2: [81, 9, 6975] from Operation: 75*93=6975
Current State: 86:[81, 9, 6975], Operations: ['75*93=6975']
Exploring Operation: 6975-9=6966, Resulting Numbers: [81, 6966]
Generated Node #3: [... | 4 | Current State: 86:[75, 93, 81, 9], Operations: []
Exploring Operation: 81-75=6, Resulting Numbers: [93, 9, 6]
Generated Node #0,0: 86:[93, 9, 6] Operation: 81-75=6
Exploring Operation: 93-9=84, Resulting Numbers: [75, 81, 84]
Generated Node #0,1: 86:[75, 81, 84] Operation: 93-9=84
Exploring Operation: 75+9=84, Resultin... | 0 | hs_3 | sum_heuristic |
[
91,
56,
64,
88
] | 14 | [
"56*88=4928",
"4928/64=77",
"91-77=14"
] | Current State: 14:[91, 56, 64, 88], Operations: []
Exploring Operation: 56*88=4928, Resulting Numbers: [91, 64, 4928]
Generated Node #2: [91, 64, 4928] from Operation: 56*88=4928
Current State: 14:[91, 64, 4928], Operations: ['56*88=4928']
Exploring Operation: 4928/64=77, Resulting Numbers: [91, 77]
Generated Node #3: ... | 4 | Current State: 14:[91, 56, 64, 88], Operations: []
Exploring Operation: 91-88=3, Resulting Numbers: [56, 64, 3]
Generated Node #0,0: 14:[56, 64, 3] Operation: 91-88=3
Exploring Operation: 91-64=27, Resulting Numbers: [56, 88, 27]
Generated Node #0,1: 14:[56, 88, 27] Operation: 91-64=27
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
7,
28,
9,
97
] | 83 | [
"9-7=2",
"28/2=14",
"97-14=83"
] | Current State: 83:[7, 28, 9, 97], Operations: []
Exploring Operation: 9-7=2, Resulting Numbers: [28, 97, 2]
Generated Node #2: [28, 97, 2] from Operation: 9-7=2
Current State: 83:[28, 97, 2], Operations: ['9-7=2']
Exploring Operation: 28/2=14, Resulting Numbers: [97, 14]
Generated Node #3: [97, 14] from Operation: 28/2... | 4 | Current State: 83:[7, 28, 9, 97], Operations: []
Exploring Operation: 7*9=63, Resulting Numbers: [28, 97, 63]
Generated Node #0,0: 83:[28, 97, 63] Operation: 7*9=63
Exploring Operation: 7+28=35, Resulting Numbers: [9, 97, 35]
Generated Node #0,1: 83:[9, 97, 35] Operation: 7+28=35
Exploring Operation: 7+9=16, Resulting ... | 0 | hs_3 | mult_heuristic |
[
18,
23,
44,
50
] | 66 | [
"50-23=27",
"44*27=1188",
"1188/18=66"
] | Current State: 66:[18, 23, 44, 50], Operations: []
Exploring Operation: 50-23=27, Resulting Numbers: [18, 44, 27]
Generated Node #2: [18, 44, 27] from Operation: 50-23=27
Current State: 66:[18, 44, 27], Operations: ['50-23=27']
Exploring Operation: 44*27=1188, Resulting Numbers: [18, 1188]
Generated Node #3: [18, 1188]... | 4 | Current State: 66:[18, 23, 44, 50], Operations: []
Exploring Operation: 50-44=6, Resulting Numbers: [18, 23, 6]
Generated Node #0,0: 66:[18, 23, 6] Operation: 50-44=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[18, 23, 6], Operations: ['50-44=6']
Exploring Operation: 23-18=5, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
82,
31,
83,
19
] | 13 | [
"82-31=51",
"83-19=64",
"64-51=13"
] | Current State: 13:[82, 31, 83, 19], Operations: []
Exploring Operation: 82-31=51, Resulting Numbers: [83, 19, 51]
Generated Node #2: [83, 19, 51] from Operation: 82-31=51
Current State: 13:[83, 19, 51], Operations: ['82-31=51']
Exploring Operation: 83-19=64, Resulting Numbers: [51, 64]
Generated Node #3: [51, 64] from ... | 4 | Current State: 13:[82, 31, 83, 19], Operations: []
Exploring Operation: 83-82=1, Resulting Numbers: [31, 19, 1]
Generated Node #0,0: 13:[31, 19, 1] Operation: 83-82=1
Exploring Operation: 82-31=51, Resulting Numbers: [83, 19, 51]
Generated Node #0,1: 13:[83, 19, 51] Operation: 82-31=51
Exploring Operation: 82-19=63, Re... | 0.969618 | hs_5 | mult_heuristic |
[
51,
21,
17,
5
] | 35 | [
"51/17=3",
"21*5=105",
"105/3=35"
] | Current State: 35:[51, 21, 17, 5], Operations: []
Exploring Operation: 51/17=3, Resulting Numbers: [21, 5, 3]
Generated Node #2: [21, 5, 3] from Operation: 51/17=3
Current State: 35:[21, 5, 3], Operations: ['51/17=3']
Exploring Operation: 21*5=105, Resulting Numbers: [3, 105]
Generated Node #3: [3, 105] from Operation:... | 4 | Current State: 35:[51, 21, 17, 5], Operations: []
Exploring Operation: 51-21=30, Resulting Numbers: [17, 5, 30]
Generated Node #0,0: 35:[17, 5, 30] Operation: 51-21=30
Exploring Operation: 51-17=34, Resulting Numbers: [21, 5, 34]
Generated Node #0,1: 35:[21, 5, 34] Operation: 51-17=34
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
9,
12,
18,
5
] | 75 | [
"12-9=3",
"18-3=15",
"5*15=75"
] | Current State: 75:[9, 12, 18, 5], Operations: []
Exploring Operation: 12-9=3, Resulting Numbers: [18, 5, 3]
Generated Node #2: [18, 5, 3] from Operation: 12-9=3
Current State: 75:[18, 5, 3], Operations: ['12-9=3']
Exploring Operation: 18-3=15, Resulting Numbers: [5, 15]
Generated Node #3: [5, 15] from Operation: 18-3=1... | 4 | Current State: 75:[9, 12, 18, 5], Operations: []
Exploring Operation: 12-9=3, Resulting Numbers: [18, 5, 3]
Generated Node #0,0: 75:[18, 5, 3] Operation: 12-9=3
Exploring Operation: 18/9=2, Resulting Numbers: [12, 5, 2]
Generated Node #0,1: 75:[12, 5, 2] Operation: 18/9=2
Start Sub Search at level 1: Moving to Node #0,... | 0.992188 | hs_2 | mult_heuristic |
[
91,
70,
90,
99
] | 30 | [
"91-70=21",
"99-90=9",
"21+9=30"
] | Current State: 30:[91, 70, 90, 99], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [90, 99, 21]
Generated Node #2: [90, 99, 21] from Operation: 91-70=21
Current State: 30:[90, 99, 21], Operations: ['91-70=21']
Exploring Operation: 99-90=9, Resulting Numbers: [21, 9]
Generated Node #3: [21, 9] from Ope... | 4 | Current State: 30:[91, 70, 90, 99], Operations: []
Exploring Operation: 99-90=9, Resulting Numbers: [91, 70, 9]
Generated Node #0,0: 30:[91, 70, 9] Operation: 99-90=9
Exploring Operation: 91-70=21, Resulting Numbers: [90, 99, 21]
Generated Node #0,1: 30:[90, 99, 21] Operation: 91-70=21
Exploring Operation: 99-91=8, Res... | 0.986979 | hs_5 | sum_heuristic |
[
38,
35,
75,
17
] | 89 | [
"38-35=3",
"75+17=92",
"92-3=89"
] | Current State: 89:[38, 35, 75, 17], Operations: []
Exploring Operation: 38-35=3, Resulting Numbers: [75, 17, 3]
Generated Node #2: [75, 17, 3] from Operation: 38-35=3
Current State: 89:[75, 17, 3], Operations: ['38-35=3']
Exploring Operation: 75+17=92, Resulting Numbers: [3, 92]
Generated Node #3: [3, 92] from Operatio... | 4 | Current State: 89:[38, 35, 75, 17], Operations: []
Exploring Operation: 38+35=73, Resulting Numbers: [75, 17, 73]
Generated Node #0,0: 89:[75, 17, 73] Operation: 38+35=73
Moving to Node #0,0
Current State: 89:[75, 17, 73], Operations: ['38+35=73']
Exploring Operation: 17+73=90, Resulting Numbers: [75, 90]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
1,
16,
64,
7
] | 88 | [
"1+16=17",
"64+7=71",
"17+71=88"
] | Current State: 88:[1, 16, 64, 7], Operations: []
Exploring Operation: 1+16=17, Resulting Numbers: [64, 7, 17]
Generated Node #2: [64, 7, 17] from Operation: 1+16=17
Current State: 88:[64, 7, 17], Operations: ['1+16=17']
Exploring Operation: 64+7=71, Resulting Numbers: [17, 71]
Generated Node #3: [17, 71] from Operation... | 4 | Current State: 88:[1, 16, 64, 7], Operations: []
Exploring Operation: 64/16=4, Resulting Numbers: [1, 7, 4]
Generated Node #0,0: 88:[1, 7, 4] Operation: 64/16=4
Exploring Operation: 64-16=48, Resulting Numbers: [1, 7, 48]
Generated Node #0,1: 88:[1, 7, 48] Operation: 64-16=48
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | sum_heuristic |
[
58,
18,
91,
45
] | 96 | [
"58-18=40",
"91+45=136",
"136-40=96"
] | Current State: 96:[58, 18, 91, 45], Operations: []
Exploring Operation: 58-18=40, Resulting Numbers: [91, 45, 40]
Generated Node #2: [91, 45, 40] from Operation: 58-18=40
Current State: 96:[91, 45, 40], Operations: ['58-18=40']
Exploring Operation: 91+45=136, Resulting Numbers: [40, 136]
Generated Node #3: [40, 136] fr... | 4 | Current State: 96:[58, 18, 91, 45], Operations: []
Exploring Operation: 58-45=13, Resulting Numbers: [18, 91, 13]
Generated Node #0,0: 96:[18, 91, 13] Operation: 58-45=13
Exploring Operation: 91-58=33, Resulting Numbers: [18, 45, 33]
Generated Node #0,1: 96:[18, 45, 33] Operation: 91-58=33
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
73,
51,
15,
71
] | 81 | [
"73-71=2",
"15*2=30",
"51+30=81"
] | Current State: 81:[73, 51, 15, 71], Operations: []
Exploring Operation: 73-71=2, Resulting Numbers: [51, 15, 2]
Generated Node #2: [51, 15, 2] from Operation: 73-71=2
Current State: 81:[51, 15, 2], Operations: ['73-71=2']
Exploring Operation: 15*2=30, Resulting Numbers: [51, 30]
Generated Node #3: [51, 30] from Operati... | 4 | Current State: 81:[73, 51, 15, 71], Operations: []
Exploring Operation: 51-15=36, Resulting Numbers: [73, 71, 36]
Generated Node #0,0: 81:[73, 71, 36] Operation: 51-15=36
Exploring Operation: 71-51=20, Resulting Numbers: [73, 15, 20]
Generated Node #0,1: 81:[73, 15, 20] Operation: 71-51=20
Exploring Operation: 73-71=2,... | 0.934896 | hs_4 | sum_heuristic |
[
86,
70,
78,
18
] | 74 | [
"86-78=8",
"18*8=144",
"144-70=74"
] | Current State: 74:[86, 70, 78, 18], Operations: []
Exploring Operation: 86-78=8, Resulting Numbers: [70, 18, 8]
Generated Node #2: [70, 18, 8] from Operation: 86-78=8
Current State: 74:[70, 18, 8], Operations: ['86-78=8']
Exploring Operation: 18*8=144, Resulting Numbers: [70, 144]
Generated Node #3: [70, 144] from Oper... | 4 | Current State: 74:[86, 70, 78, 18], Operations: []
Exploring Operation: 86-18=68, Resulting Numbers: [70, 78, 68]
Generated Node #0,0: 74:[70, 78, 68] Operation: 86-18=68
Exploring Operation: 86-78=8, Resulting Numbers: [70, 18, 8]
Generated Node #0,1: 74:[70, 18, 8] Operation: 86-78=8
Exploring Operation: 70+18=88, Re... | 0 | hs_4 | sum_heuristic |
[
3,
1,
89,
75
] | 41 | [
"3+1=4",
"89+75=164",
"164/4=41"
] | Current State: 41:[3, 1, 89, 75], Operations: []
Exploring Operation: 3+1=4, Resulting Numbers: [89, 75, 4]
Generated Node #2: [89, 75, 4] from Operation: 3+1=4
Current State: 41:[89, 75, 4], Operations: ['3+1=4']
Exploring Operation: 89+75=164, Resulting Numbers: [4, 164]
Generated Node #3: [4, 164] from Operation: 89... | 4 | Current State: 41:[3, 1, 89, 75], Operations: []
Exploring Operation: 89-75=14, Resulting Numbers: [3, 1, 14]
Generated Node #0,0: 41:[3, 1, 14] Operation: 89-75=14
Exploring Operation: 89-3=86, Resulting Numbers: [1, 75, 86]
Generated Node #0,1: 41:[1, 75, 86] Operation: 89-3=86
Exploring Operation: 3+1=4, Resulting N... | 0.96875 | hs_5 | mult_heuristic |
[
94,
2,
45,
86
] | 82 | [
"94-86=8",
"2*45=90",
"90-8=82"
] | Current State: 82:[94, 2, 45, 86], Operations: []
Exploring Operation: 94-86=8, Resulting Numbers: [2, 45, 8]
Generated Node #2: [2, 45, 8] from Operation: 94-86=8
Current State: 82:[2, 45, 8], Operations: ['94-86=8']
Exploring Operation: 2*45=90, Resulting Numbers: [8, 90]
Generated Node #3: [8, 90] from Operation: 2*... | 4 | Current State: 82:[94, 2, 45, 86], Operations: []
Exploring Operation: 94-86=8, Resulting Numbers: [2, 45, 8]
Generated Node #0,0: 82:[2, 45, 8] Operation: 94-86=8
Exploring Operation: 86-45=41, Resulting Numbers: [94, 2, 41]
Generated Node #0,1: 82:[94, 2, 41] Operation: 86-45=41
Exploring Operation: 94-45=49, Resulti... | 0 | hs_3 | mult_heuristic |
[
30,
25,
43,
50
] | 11 | [
"43-30=13",
"50/25=2",
"13-2=11"
] | Current State: 11:[30, 25, 43, 50], Operations: []
Exploring Operation: 43-30=13, Resulting Numbers: [25, 50, 13]
Generated Node #2: [25, 50, 13] from Operation: 43-30=13
Current State: 11:[25, 50, 13], Operations: ['43-30=13']
Exploring Operation: 50/25=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Ope... | 4 | Current State: 11:[30, 25, 43, 50], Operations: []
Exploring Operation: 50-43=7, Resulting Numbers: [30, 25, 7]
Generated Node #0,0: 11:[30, 25, 7] Operation: 50-43=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[30, 25, 7], Operations: ['50-43=7']
Exploring Operation: 30-25=5, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
43,
12,
92,
95
] | 52 | [
"43+12=55",
"95-92=3",
"55-3=52"
] | Current State: 52:[43, 12, 92, 95], Operations: []
Exploring Operation: 43+12=55, Resulting Numbers: [92, 95, 55]
Generated Node #2: [92, 95, 55] from Operation: 43+12=55
Current State: 52:[92, 95, 55], Operations: ['43+12=55']
Exploring Operation: 95-92=3, Resulting Numbers: [55, 3]
Generated Node #3: [55, 3] from Ope... | 4 | Current State: 52:[43, 12, 92, 95], Operations: []
Exploring Operation: 95-92=3, Resulting Numbers: [43, 12, 3]
Generated Node #0,0: 52:[43, 12, 3] Operation: 95-92=3
Exploring Operation: 95-43=52, Resulting Numbers: [12, 92, 52]
Generated Node #0,1: 52:[12, 92, 52] Operation: 95-43=52
Exploring Operation: 92-43=49, Re... | 0.983507 | hs_4 | mult_heuristic |
[
65,
16,
38,
40
] | 64 | [
"65*16=1040",
"1040/40=26",
"38+26=64"
] | Current State: 64:[65, 16, 38, 40], Operations: []
Exploring Operation: 65*16=1040, Resulting Numbers: [38, 40, 1040]
Generated Node #2: [38, 40, 1040] from Operation: 65*16=1040
Current State: 64:[38, 40, 1040], Operations: ['65*16=1040']
Exploring Operation: 1040/40=26, Resulting Numbers: [38, 26]
Generated Node #3: ... | 4 | Current State: 64:[65, 16, 38, 40], Operations: []
Exploring Operation: 65-40=25, Resulting Numbers: [16, 38, 25]
Generated Node #0,0: 64:[16, 38, 25] Operation: 65-40=25
Exploring Operation: 40-38=2, Resulting Numbers: [65, 16, 2]
Generated Node #0,1: 64:[65, 16, 2] Operation: 40-38=2
Exploring Operation: 65-38=27, Re... | 0 | hs_4 | sum_heuristic |
[
32,
24,
51,
66
] | 20 | [
"66-51=15",
"32*15=480",
"480/24=20"
] | Current State: 20:[32, 24, 51, 66], Operations: []
Exploring Operation: 66-51=15, Resulting Numbers: [32, 24, 15]
Generated Node #2: [32, 24, 15] from Operation: 66-51=15
Current State: 20:[32, 24, 15], Operations: ['66-51=15']
Exploring Operation: 32*15=480, Resulting Numbers: [24, 480]
Generated Node #3: [24, 480] fr... | 4 | Current State: 20:[32, 24, 51, 66], Operations: []
Exploring Operation: 66-32=34, Resulting Numbers: [24, 51, 34]
Generated Node #0,0: 20:[24, 51, 34] Operation: 66-32=34
Exploring Operation: 66-51=15, Resulting Numbers: [32, 24, 15]
Generated Node #0,1: 20:[32, 24, 15] Operation: 66-51=15
Exploring Operation: 66-24=42... | 0 | hs_5 | mult_heuristic |
[
15,
11,
16,
89
] | 100 | [
"16-15=1",
"11+89=100",
"1*100=100"
] | Current State: 100:[15, 11, 16, 89], Operations: []
Exploring Operation: 16-15=1, Resulting Numbers: [11, 89, 1]
Generated Node #2: [11, 89, 1] from Operation: 16-15=1
Current State: 100:[11, 89, 1], Operations: ['16-15=1']
Exploring Operation: 11+89=100, Resulting Numbers: [1, 100]
Generated Node #3: [1, 100] from Ope... | 4 | Current State: 100:[15, 11, 16, 89], Operations: []
Exploring Operation: 16+89=105, Resulting Numbers: [15, 11, 105]
Generated Node #0,0: 100:[15, 11, 105] Operation: 16+89=105
Exploring Operation: 16-15=1, Resulting Numbers: [11, 89, 1]
Generated Node #0,1: 100:[11, 89, 1] Operation: 16-15=1
Exploring Operation: 11+89... | 0.967014 | hs_4 | sum_heuristic |
[
12,
56,
48,
34
] | 94 | [
"48/12=4",
"56+34=90",
"4+90=94"
] | Current State: 94:[12, 56, 48, 34], Operations: []
Exploring Operation: 48/12=4, Resulting Numbers: [56, 34, 4]
Generated Node #2: [56, 34, 4] from Operation: 48/12=4
Current State: 94:[56, 34, 4], Operations: ['48/12=4']
Exploring Operation: 56+34=90, Resulting Numbers: [4, 90]
Generated Node #3: [4, 90] from Operatio... | 4 | Current State: 94:[12, 56, 48, 34], Operations: []
Exploring Operation: 56-12=44, Resulting Numbers: [48, 34, 44]
Generated Node #0,0: 94:[48, 34, 44] Operation: 56-12=44
Exploring Operation: 56-48=8, Resulting Numbers: [12, 34, 8]
Generated Node #0,1: 94:[12, 34, 8] Operation: 56-48=8
Exploring Operation: 56+34=90, Re... | 0.955729 | hs_5 | sum_heuristic |
[
12,
53,
68,
46
] | 87 | [
"12+53=65",
"68-46=22",
"65+22=87"
] | Current State: 87:[12, 53, 68, 46], Operations: []
Exploring Operation: 12+53=65, Resulting Numbers: [68, 46, 65]
Generated Node #2: [68, 46, 65] from Operation: 12+53=65
Current State: 87:[68, 46, 65], Operations: ['12+53=65']
Exploring Operation: 68-46=22, Resulting Numbers: [65, 22]
Generated Node #3: [65, 22] from ... | 4 | Current State: 87:[12, 53, 68, 46], Operations: []
Exploring Operation: 68-46=22, Resulting Numbers: [12, 53, 22]
Generated Node #0,0: 87:[12, 53, 22] Operation: 68-46=22
Exploring Operation: 53+46=99, Resulting Numbers: [12, 68, 99]
Generated Node #0,1: 87:[12, 68, 99] Operation: 53+46=99
Exploring Operation: 53-46=7,... | 0.977431 | hs_4 | mult_heuristic |
[
16,
92,
63,
44
] | 95 | [
"92-16=76",
"63-44=19",
"76+19=95"
] | Current State: 95:[16, 92, 63, 44], Operations: []
Exploring Operation: 92-16=76, Resulting Numbers: [63, 44, 76]
Generated Node #2: [63, 44, 76] from Operation: 92-16=76
Current State: 95:[63, 44, 76], Operations: ['92-16=76']
Exploring Operation: 63-44=19, Resulting Numbers: [76, 19]
Generated Node #3: [76, 19] from ... | 4 | Current State: 95:[16, 92, 63, 44], Operations: []
Exploring Operation: 63-44=19, Resulting Numbers: [16, 92, 19]
Generated Node #0,0: 95:[16, 92, 19] Operation: 63-44=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[16, 92, 19], Operations: ['63-44=19']
Exploring Operation: 19-16=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
15,
27,
58,
90
] | 91 | [
"90/15=6",
"27+58=85",
"6+85=91"
] | Current State: 91:[15, 27, 58, 90], Operations: []
Exploring Operation: 90/15=6, Resulting Numbers: [27, 58, 6]
Generated Node #2: [27, 58, 6] from Operation: 90/15=6
Current State: 91:[27, 58, 6], Operations: ['90/15=6']
Exploring Operation: 27+58=85, Resulting Numbers: [6, 85]
Generated Node #3: [6, 85] from Operatio... | 4 | Current State: 91:[15, 27, 58, 90], Operations: []
Exploring Operation: 27-15=12, Resulting Numbers: [58, 90, 12]
Generated Node #0,0: 91:[58, 90, 12] Operation: 27-15=12
Exploring Operation: 15+58=73, Resulting Numbers: [27, 90, 73]
Generated Node #0,1: 91:[27, 90, 73] Operation: 15+58=73
Exploring Operation: 58-27=31... | 0.985243 | hs_4 | mult_heuristic |
[
41,
38,
90,
2
] | 30 | [
"90-41=49",
"38/2=19",
"49-19=30"
] | Current State: 30:[41, 38, 90, 2], Operations: []
Exploring Operation: 90-41=49, Resulting Numbers: [38, 2, 49]
Generated Node #2: [38, 2, 49] from Operation: 90-41=49
Current State: 30:[38, 2, 49], Operations: ['90-41=49']
Exploring Operation: 38/2=19, Resulting Numbers: [49, 19]
Generated Node #3: [49, 19] from Opera... | 4 | Current State: 30:[41, 38, 90, 2], Operations: []
Exploring Operation: 90-38=52, Resulting Numbers: [41, 2, 52]
Generated Node #0,0: 30:[41, 2, 52] Operation: 90-38=52
Exploring Operation: 90-41=49, Resulting Numbers: [38, 2, 49]
Generated Node #0,1: 30:[38, 2, 49] Operation: 90-41=49
Start Sub Search at level 1: Movin... | 0.989583 | hs_2 | sum_heuristic |
[
82,
52,
2,
35
] | 24 | [
"82/2=41",
"52-35=17",
"41-17=24"
] | Current State: 24:[82, 52, 2, 35], Operations: []
Exploring Operation: 82/2=41, Resulting Numbers: [52, 35, 41]
Generated Node #2: [52, 35, 41] from Operation: 82/2=41
Current State: 24:[52, 35, 41], Operations: ['82/2=41']
Exploring Operation: 52-35=17, Resulting Numbers: [41, 17]
Generated Node #3: [41, 17] from Oper... | 4 | Current State: 24:[82, 52, 2, 35], Operations: []
Exploring Operation: 82-52=30, Resulting Numbers: [2, 35, 30]
Generated Node #0,0: 24:[2, 35, 30] Operation: 82-52=30
Exploring Operation: 82/2=41, Resulting Numbers: [52, 35, 41]
Generated Node #0,1: 24:[52, 35, 41] Operation: 82/2=41
Exploring Operation: 82-35=47, Res... | 0.96441 | hs_5 | mult_heuristic |
[
36,
51,
41,
59
] | 13 | [
"36+51=87",
"41+59=100",
"100-87=13"
] | Current State: 13:[36, 51, 41, 59], Operations: []
Exploring Operation: 36+51=87, Resulting Numbers: [41, 59, 87]
Generated Node #2: [41, 59, 87] from Operation: 36+51=87
Current State: 13:[41, 59, 87], Operations: ['36+51=87']
Exploring Operation: 41+59=100, Resulting Numbers: [87, 100]
Generated Node #3: [87, 100] fr... | 4 | Current State: 13:[36, 51, 41, 59], Operations: []
Exploring Operation: 51-36=15, Resulting Numbers: [41, 59, 15]
Generated Node #0,0: 13:[41, 59, 15] Operation: 51-36=15
Exploring Operation: 59-51=8, Resulting Numbers: [36, 41, 8]
Generated Node #0,1: 13:[36, 41, 8] Operation: 59-51=8
Exploring Operation: 59-41=18, Re... | 0.988715 | hs_4 | mult_heuristic |
[
73,
81,
50,
17
] | 87 | [
"73+81=154",
"50+17=67",
"154-67=87"
] | Current State: 87:[73, 81, 50, 17], Operations: []
Exploring Operation: 73+81=154, Resulting Numbers: [50, 17, 154]
Generated Node #2: [50, 17, 154] from Operation: 73+81=154
Current State: 87:[50, 17, 154], Operations: ['73+81=154']
Exploring Operation: 50+17=67, Resulting Numbers: [154, 67]
Generated Node #3: [154, 6... | 4 | Current State: 87:[73, 81, 50, 17], Operations: []
Exploring Operation: 50-17=33, Resulting Numbers: [73, 81, 33]
Generated Node #0,0: 87:[73, 81, 33] Operation: 50-17=33
Exploring Operation: 73-50=23, Resulting Numbers: [81, 17, 23]
Generated Node #0,1: 87:[81, 17, 23] Operation: 73-50=23
Exploring Operation: 73+17=90... | 0.974826 | hs_4 | sum_heuristic |
[
28,
57,
24,
33
] | 75 | [
"28-24=4",
"33*4=132",
"132-57=75"
] | Current State: 75:[28, 57, 24, 33], Operations: []
Exploring Operation: 28-24=4, Resulting Numbers: [57, 33, 4]
Generated Node #2: [57, 33, 4] from Operation: 28-24=4
Current State: 75:[57, 33, 4], Operations: ['28-24=4']
Exploring Operation: 33*4=132, Resulting Numbers: [57, 132]
Generated Node #3: [57, 132] from Oper... | 4 | Current State: 75:[28, 57, 24, 33], Operations: []
Exploring Operation: 57+24=81, Resulting Numbers: [28, 33, 81]
Generated Node #0,0: 75:[28, 33, 81] Operation: 57+24=81
Exploring Operation: 57-33=24, Resulting Numbers: [28, 24, 24]
Generated Node #0,1: 75:[28, 24, 24] Operation: 57-33=24
Exploring Operation: 57-28=29... | 0 | hs_4 | mult_heuristic |
[
11,
97,
17,
31
] | 100 | [
"97-11=86",
"31-17=14",
"86+14=100"
] | Current State: 100:[11, 97, 17, 31], Operations: []
Exploring Operation: 97-11=86, Resulting Numbers: [17, 31, 86]
Generated Node #2: [17, 31, 86] from Operation: 97-11=86
Current State: 100:[17, 31, 86], Operations: ['97-11=86']
Exploring Operation: 31-17=14, Resulting Numbers: [86, 14]
Generated Node #3: [86, 14] fro... | 4 | Current State: 100:[11, 97, 17, 31], Operations: []
Exploring Operation: 31-11=20, Resulting Numbers: [97, 17, 20]
Generated Node #0,0: 100:[97, 17, 20] Operation: 31-11=20
Moving to Node #0,0
Current State: 100:[97, 17, 20], Operations: ['31-11=20']
Exploring Operation: 20-17=3, Resulting Numbers: [97, 3]
Generated No... | 0.993924 | hs_1 | mult_heuristic |
[
17,
38,
1,
78
] | 22 | [
"17+38=55",
"78-1=77",
"77-55=22"
] | Current State: 22:[17, 38, 1, 78], Operations: []
Exploring Operation: 17+38=55, Resulting Numbers: [1, 78, 55]
Generated Node #2: [1, 78, 55] from Operation: 17+38=55
Current State: 22:[1, 78, 55], Operations: ['17+38=55']
Exploring Operation: 78-1=77, Resulting Numbers: [55, 77]
Generated Node #3: [55, 77] from Opera... | 4 | Current State: 22:[17, 38, 1, 78], Operations: []
Exploring Operation: 78-17=61, Resulting Numbers: [38, 1, 61]
Generated Node #0,0: 22:[38, 1, 61] Operation: 78-17=61
Exploring Operation: 38-1=37, Resulting Numbers: [17, 78, 37]
Generated Node #0,1: 22:[17, 78, 37] Operation: 38-1=37
Exploring Operation: 78-38=40, Res... | 0.981771 | hs_5 | sum_heuristic |
[
90,
7,
7,
6
] | 84 | [
"90+7=97",
"7+6=13",
"97-13=84"
] | Current State: 84:[90, 7, 7, 6], Operations: []
Exploring Operation: 90+7=97, Resulting Numbers: [6, 97]
Generated Node #2: [6, 97] from Operation: 90+7=97
Current State: 84:[6, 97], Operations: ['90+7=97']
Exploring Operation: 7+6=13, Resulting Numbers: [97, 13]
Generated Node #3: [97, 13] from Operation: 7+6=13
Curre... | 4 | Current State: 84:[90, 7, 7, 6], Operations: []
Exploring Operation: 90-7=83, Resulting Numbers: [7, 6, 83]
Generated Node #0,0: 84:[7, 6, 83] Operation: 90-7=83
Exploring Operation: 90-6=84, Resulting Numbers: [7, 7, 84]
Generated Node #0,1: 84:[7, 7, 84] Operation: 90-6=84
Exploring Operation: 90-7=83, Resulting Numb... | 0.990451 | hs_3 | sum_heuristic |
[
13,
45,
14,
2
] | 86 | [
"13+45=58",
"14*2=28",
"58+28=86"
] | Current State: 86:[13, 45, 14, 2], Operations: []
Exploring Operation: 13+45=58, Resulting Numbers: [14, 2, 58]
Generated Node #2: [14, 2, 58] from Operation: 13+45=58
Current State: 86:[14, 2, 58], Operations: ['13+45=58']
Exploring Operation: 14*2=28, Resulting Numbers: [58, 28]
Generated Node #3: [58, 28] from Opera... | 4 | Current State: 86:[13, 45, 14, 2], Operations: []
Exploring Operation: 45-13=32, Resulting Numbers: [14, 2, 32]
Generated Node #0,0: 86:[14, 2, 32] Operation: 45-13=32
Exploring Operation: 13+14=27, Resulting Numbers: [45, 2, 27]
Generated Node #0,1: 86:[45, 2, 27] Operation: 13+14=27
Exploring Operation: 13-2=11, Resu... | 0 | hs_5 | mult_heuristic |
[
66,
63,
28,
3
] | 34 | [
"66-63=3",
"28+3=31",
"3+31=34"
] | Current State: 34:[66, 63, 28, 3], Operations: []
Exploring Operation: 66-63=3, Resulting Numbers: [28, 3, 3]
Generated Node #2: [28, 3, 3] from Operation: 66-63=3
Current State: 34:[28, 3, 3], Operations: ['66-63=3']
Exploring Operation: 28+3=31, Resulting Numbers: [31]
31,34 equal: Goal Reached
Exploring Operation: 3... | 4 | Current State: 34:[66, 63, 28, 3], Operations: []
Exploring Operation: 66-28=38, Resulting Numbers: [63, 3, 38]
Generated Node #0,0: 34:[63, 3, 38] Operation: 66-28=38
Exploring Operation: 66-63=3, Resulting Numbers: [28, 3, 3]
Generated Node #0,1: 34:[28, 3, 3] Operation: 66-63=3
Exploring Operation: 63-28=35, Resulti... | 0.982639 | hs_5 | sum_heuristic |
[
31,
87,
93,
96
] | 90 | [
"93-87=6",
"31*6=186",
"186-96=90"
] | Current State: 90:[31, 87, 93, 96], Operations: []
Exploring Operation: 93-87=6, Resulting Numbers: [31, 96, 6]
Generated Node #2: [31, 96, 6] from Operation: 93-87=6
Current State: 90:[31, 96, 6], Operations: ['93-87=6']
Exploring Operation: 31*6=186, Resulting Numbers: [96, 186]
Generated Node #3: [96, 186] from Oper... | 4 | Current State: 90:[31, 87, 93, 96], Operations: []
Exploring Operation: 96-87=9, Resulting Numbers: [31, 93, 9]
Generated Node #0,0: 90:[31, 93, 9] Operation: 96-87=9
Exploring Operation: 93-87=6, Resulting Numbers: [31, 96, 6]
Generated Node #0,1: 90:[31, 96, 6] Operation: 93-87=6
Exploring Operation: 93/31=3, Resulti... | 0 | hs_4 | sum_heuristic |
[
84,
42,
23,
96
] | 14 | [
"84*23=1932",
"42+96=138",
"1932/138=14"
] | Current State: 14:[84, 42, 23, 96], Operations: []
Exploring Operation: 84*23=1932, Resulting Numbers: [42, 96, 1932]
Generated Node #2: [42, 96, 1932] from Operation: 84*23=1932
Current State: 14:[42, 96, 1932], Operations: ['84*23=1932']
Exploring Operation: 42+96=138, Resulting Numbers: [1932, 138]
Generated Node #3... | 4 | Current State: 14:[84, 42, 23, 96], Operations: []
Exploring Operation: 96-42=54, Resulting Numbers: [84, 23, 54]
Generated Node #0,0: 14:[84, 23, 54] Operation: 96-42=54
Exploring Operation: 84-42=42, Resulting Numbers: [23, 96, 42]
Generated Node #0,1: 14:[23, 96, 42] Operation: 84-42=42
Exploring Operation: 84/42=2,... | 0 | hs_5 | sum_heuristic |
[
19,
88,
85,
3
] | 89 | [
"19+3=22",
"88/22=4",
"85+4=89"
] | Current State: 89:[19, 88, 85, 3], Operations: []
Exploring Operation: 19+3=22, Resulting Numbers: [88, 85, 22]
Generated Node #2: [88, 85, 22] from Operation: 19+3=22
Current State: 89:[88, 85, 22], Operations: ['19+3=22']
Exploring Operation: 88/22=4, Resulting Numbers: [85, 4]
Generated Node #3: [85, 4] from Operati... | 4 | Current State: 89:[19, 88, 85, 3], Operations: []
Exploring Operation: 19*3=57, Resulting Numbers: [88, 85, 57]
Generated Node #0,0: 89:[88, 85, 57] Operation: 19*3=57
Exploring Operation: 19+3=22, Resulting Numbers: [88, 85, 22]
Generated Node #0,1: 89:[88, 85, 22] Operation: 19+3=22
Exploring Operation: 85+3=88, Resu... | 0 | hs_3 | sum_heuristic |
[
94,
78,
62,
90
] | 35 | [
"94-90=4",
"78+62=140",
"140/4=35"
] | Current State: 35:[94, 78, 62, 90], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [78, 62, 4]
Generated Node #2: [78, 62, 4] from Operation: 94-90=4
Current State: 35:[78, 62, 4], Operations: ['94-90=4']
Exploring Operation: 78+62=140, Resulting Numbers: [4, 140]
Generated Node #3: [4, 140] from Opera... | 4 | Current State: 35:[94, 78, 62, 90], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [78, 62, 4]
Generated Node #0,0: 35:[78, 62, 4] Operation: 94-90=4
Exploring Operation: 94-62=32, Resulting Numbers: [78, 90, 32]
Generated Node #0,1: 35:[78, 90, 32] Operation: 94-62=32
Exploring Operation: 94-78=16, Re... | 0 | hs_4 | mult_heuristic |
[
29,
40,
93,
6
] | 41 | [
"29*6=174",
"40+93=133",
"174-133=41"
] | Current State: 41:[29, 40, 93, 6], Operations: []
Exploring Operation: 29*6=174, Resulting Numbers: [40, 93, 174]
Generated Node #2: [40, 93, 174] from Operation: 29*6=174
Current State: 41:[40, 93, 174], Operations: ['29*6=174']
Exploring Operation: 40+93=133, Resulting Numbers: [174, 133]
Generated Node #3: [174, 133... | 4 | Current State: 41:[29, 40, 93, 6], Operations: []
Exploring Operation: 93-40=53, Resulting Numbers: [29, 6, 53]
Generated Node #0,0: 41:[29, 6, 53] Operation: 93-40=53
Exploring Operation: 29+6=35, Resulting Numbers: [40, 93, 35]
Generated Node #0,1: 41:[40, 93, 35] Operation: 29+6=35
Exploring Operation: 93-6=87, Resu... | 0 | hs_4 | sum_heuristic |
[
61,
51,
64,
2
] | 19 | [
"64-61=3",
"51/3=17",
"2+17=19"
] | Current State: 19:[61, 51, 64, 2], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [51, 2, 3]
Generated Node #2: [51, 2, 3] from Operation: 64-61=3
Current State: 19:[51, 2, 3], Operations: ['64-61=3']
Exploring Operation: 51/3=17, Resulting Numbers: [2, 17]
Generated Node #3: [2, 17] from Operation: 51... | 4 | Current State: 19:[61, 51, 64, 2], Operations: []
Exploring Operation: 64-51=13, Resulting Numbers: [61, 2, 13]
Generated Node #0,0: 19:[61, 2, 13] Operation: 64-51=13
Exploring Operation: 64-61=3, Resulting Numbers: [51, 2, 3]
Generated Node #0,1: 19:[51, 2, 3] Operation: 64-61=3
Start Sub Search at level 1: Moving to... | 0.986979 | hs_2 | sum_heuristic |
[
83,
2,
34,
79
] | 53 | [
"83*2=166",
"34+79=113",
"166-113=53"
] | Current State: 53:[83, 2, 34, 79], Operations: []
Exploring Operation: 83*2=166, Resulting Numbers: [34, 79, 166]
Generated Node #2: [34, 79, 166] from Operation: 83*2=166
Current State: 53:[34, 79, 166], Operations: ['83*2=166']
Exploring Operation: 34+79=113, Resulting Numbers: [166, 113]
Generated Node #3: [166, 113... | 4 | Current State: 53:[83, 2, 34, 79], Operations: []
Exploring Operation: 2+34=36, Resulting Numbers: [83, 79, 36]
Generated Node #0,0: 53:[83, 79, 36] Operation: 2+34=36
Exploring Operation: 79-2=77, Resulting Numbers: [83, 34, 77]
Generated Node #0,1: 53:[83, 34, 77] Operation: 79-2=77
Exploring Operation: 83-2=81, Resu... | 0 | hs_4 | mult_heuristic |
[
80,
8,
4,
17
] | 85 | [
"80-8=72",
"17-4=13",
"72+13=85"
] | Current State: 85:[80, 8, 4, 17], Operations: []
Exploring Operation: 80-8=72, Resulting Numbers: [4, 17, 72]
Generated Node #2: [4, 17, 72] from Operation: 80-8=72
Current State: 85:[4, 17, 72], Operations: ['80-8=72']
Exploring Operation: 17-4=13, Resulting Numbers: [72, 13]
Generated Node #3: [72, 13] from Operation... | 4 | Current State: 85:[80, 8, 4, 17], Operations: []
Exploring Operation: 80+4=84, Resulting Numbers: [8, 17, 84]
Generated Node #0,0: 85:[8, 17, 84] Operation: 80+4=84
Exploring Operation: 80/8=10, Resulting Numbers: [4, 17, 10]
Generated Node #0,1: 85:[4, 17, 10] Operation: 80/8=10
Exploring Operation: 80+8=88, Resulting... | 0 | hs_3 | mult_heuristic |
[
3,
24,
50,
27
] | 41 | [
"27-24=3",
"3*3=9",
"50-9=41"
] | Current State: 41:[3, 24, 50, 27], Operations: []
Exploring Operation: 27-24=3, Resulting Numbers: [3, 50, 3]
Generated Node #2: [3, 50, 3] from Operation: 27-24=3
Current State: 41:[3, 50, 3], Operations: ['27-24=3']
Exploring Operation: 3*3=9, Resulting Numbers: [50, 9]
Generated Node #3: [50, 9] from Operation: 3*3=... | 4 | Current State: 41:[3, 24, 50, 27], Operations: []
Exploring Operation: 3+24=27, Resulting Numbers: [50, 27, 27]
Generated Node #0,0: 41:[50, 27, 27] Operation: 3+24=27
Exploring Operation: 3+27=30, Resulting Numbers: [24, 50, 30]
Generated Node #0,1: 41:[24, 50, 30] Operation: 3+27=30
Exploring Operation: 50-3=47, Resu... | 0 | hs_4 | sum_heuristic |
[
34,
67,
60,
22
] | 63 | [
"34+67=101",
"60-22=38",
"101-38=63"
] | Current State: 63:[34, 67, 60, 22], Operations: []
Exploring Operation: 34+67=101, Resulting Numbers: [60, 22, 101]
Generated Node #2: [60, 22, 101] from Operation: 34+67=101
Current State: 63:[60, 22, 101], Operations: ['34+67=101']
Exploring Operation: 60-22=38, Resulting Numbers: [101, 38]
Generated Node #3: [101, 3... | 4 | Current State: 63:[34, 67, 60, 22], Operations: []
Exploring Operation: 60-34=26, Resulting Numbers: [67, 22, 26]
Generated Node #0,0: 63:[67, 22, 26] Operation: 60-34=26
Moving to Node #0,0
Current State: 63:[67, 22, 26], Operations: ['60-34=26']
Exploring Operation: 26-22=4, Resulting Numbers: [67, 4]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
59,
53,
7,
13
] | 36 | [
"59-53=6",
"13-7=6",
"6*6=36"
] | Current State: 36:[59, 53, 7, 13], Operations: []
Exploring Operation: 59-53=6, Resulting Numbers: [7, 13, 6]
Generated Node #2: [7, 13, 6] from Operation: 59-53=6
Current State: 36:[7, 13, 6], Operations: ['59-53=6']
Exploring Operation: 13-7=6, Resulting Numbers: [6, 6]
Generated Node #3: [6, 6] from Operation: 13-7=... | 4 | Current State: 36:[59, 53, 7, 13], Operations: []
Exploring Operation: 59-7=52, Resulting Numbers: [53, 13, 52]
Generated Node #0,0: 36:[53, 13, 52] Operation: 59-7=52
Exploring Operation: 53-13=40, Resulting Numbers: [59, 7, 40]
Generated Node #0,1: 36:[59, 7, 40] Operation: 53-13=40
Exploring Operation: 59-53=6, Resu... | 0.988715 | hs_4 | mult_heuristic |
[
76,
26,
53,
95
] | 60 | [
"76+26=102",
"95-53=42",
"102-42=60"
] | Current State: 60:[76, 26, 53, 95], Operations: []
Exploring Operation: 76+26=102, Resulting Numbers: [53, 95, 102]
Generated Node #2: [53, 95, 102] from Operation: 76+26=102
Current State: 60:[53, 95, 102], Operations: ['76+26=102']
Exploring Operation: 95-53=42, Resulting Numbers: [102, 42]
Generated Node #3: [102, 4... | 4 | Current State: 60:[76, 26, 53, 95], Operations: []
Exploring Operation: 95-26=69, Resulting Numbers: [76, 53, 69]
Generated Node #0,0: 60:[76, 53, 69] Operation: 95-26=69
Exploring Operation: 95-76=19, Resulting Numbers: [26, 53, 19]
Generated Node #0,1: 60:[26, 53, 19] Operation: 95-76=19
Start Sub Search at level 1: ... | 0.989583 | hs_2 | mult_heuristic |
[
5,
64,
16,
92
] | 39 | [
"5+64=69",
"16+92=108",
"108-69=39"
] | Current State: 39:[5, 64, 16, 92], Operations: []
Exploring Operation: 5+64=69, Resulting Numbers: [16, 92, 69]
Generated Node #2: [16, 92, 69] from Operation: 5+64=69
Current State: 39:[16, 92, 69], Operations: ['5+64=69']
Exploring Operation: 16+92=108, Resulting Numbers: [69, 108]
Generated Node #3: [69, 108] from O... | 4 | Current State: 39:[5, 64, 16, 92], Operations: []
Exploring Operation: 64/16=4, Resulting Numbers: [5, 92, 4]
Generated Node #0,0: 39:[5, 92, 4] Operation: 64/16=4
Exploring Operation: 64-5=59, Resulting Numbers: [16, 92, 59]
Generated Node #0,1: 39:[16, 92, 59] Operation: 64-5=59
Exploring Operation: 92-64=28, Resulti... | 0.984375 | hs_5 | mult_heuristic |
[
13,
41,
3,
16
] | 34 | [
"13+41=54",
"54/3=18",
"16+18=34"
] | Current State: 34:[13, 41, 3, 16], Operations: []
Exploring Operation: 13+41=54, Resulting Numbers: [3, 16, 54]
Generated Node #2: [3, 16, 54] from Operation: 13+41=54
Current State: 34:[3, 16, 54], Operations: ['13+41=54']
Exploring Operation: 54/3=18, Resulting Numbers: [16, 18]
Generated Node #3: [16, 18] from Opera... | 4 | Current State: 34:[13, 41, 3, 16], Operations: []
Exploring Operation: 13+3=16, Resulting Numbers: [41, 16, 16]
Generated Node #0,0: 34:[41, 16, 16] Operation: 13+3=16
Exploring Operation: 16-13=3, Resulting Numbers: [41, 3, 3]
Generated Node #0,1: 34:[41, 3, 3] Operation: 16-13=3
Exploring Operation: 41-13=28, Resulti... | 0 | hs_4 | mult_heuristic |
[
84,
87,
18,
51
] | 57 | [
"87-84=3",
"18/3=6",
"51+6=57"
] | Current State: 57:[84, 87, 18, 51], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [18, 51, 3]
Generated Node #2: [18, 51, 3] from Operation: 87-84=3
Current State: 57:[18, 51, 3], Operations: ['87-84=3']
Exploring Operation: 18/3=6, Resulting Numbers: [51, 6]
Generated Node #3: [51, 6] from Operation:... | 4 | Current State: 57:[84, 87, 18, 51], Operations: []
Exploring Operation: 84-18=66, Resulting Numbers: [87, 51, 66]
Generated Node #0,0: 57:[87, 51, 66] Operation: 84-18=66
Exploring Operation: 84-51=33, Resulting Numbers: [87, 18, 33]
Generated Node #0,1: 57:[87, 18, 33] Operation: 84-51=33
Exploring Operation: 87-18=69... | 0 | hs_4 | mult_heuristic |
[
41,
40,
20,
12
] | 89 | [
"41+40=81",
"20-12=8",
"81+8=89"
] | Current State: 89:[41, 40, 20, 12], Operations: []
Exploring Operation: 41+40=81, Resulting Numbers: [20, 12, 81]
Generated Node #2: [20, 12, 81] from Operation: 41+40=81
Current State: 89:[20, 12, 81], Operations: ['41+40=81']
Exploring Operation: 20-12=8, Resulting Numbers: [81, 8]
Generated Node #3: [81, 8] from Ope... | 4 | Current State: 89:[41, 40, 20, 12], Operations: []
Exploring Operation: 41+40=81, Resulting Numbers: [20, 12, 81]
Generated Node #0,0: 89:[20, 12, 81] Operation: 41+40=81
Exploring Operation: 41+12=53, Resulting Numbers: [40, 20, 53]
Generated Node #0,1: 89:[40, 20, 53] Operation: 41+12=53
Exploring Operation: 40+20=60... | 0.979167 | hs_4 | sum_heuristic |
[
81,
40,
73,
89
] | 20 | [
"81*40=3240",
"73+89=162",
"3240/162=20"
] | Current State: 20:[81, 40, 73, 89], Operations: []
Exploring Operation: 81*40=3240, Resulting Numbers: [73, 89, 3240]
Generated Node #2: [73, 89, 3240] from Operation: 81*40=3240
Current State: 20:[73, 89, 3240], Operations: ['81*40=3240']
Exploring Operation: 73+89=162, Resulting Numbers: [3240, 162]
Generated Node #3... | 4 | Current State: 20:[81, 40, 73, 89], Operations: []
Exploring Operation: 81-40=41, Resulting Numbers: [73, 89, 41]
Generated Node #0,0: 20:[73, 89, 41] Operation: 81-40=41
Exploring Operation: 81-73=8, Resulting Numbers: [40, 89, 8]
Generated Node #0,1: 20:[40, 89, 8] Operation: 81-73=8
Exploring Operation: 89-73=16, Re... | 0 | hs_4 | sum_heuristic |
[
8,
41,
10,
91
] | 100 | [
"10-8=2",
"91-41=50",
"2*50=100"
] | Current State: 100:[8, 41, 10, 91], Operations: []
Exploring Operation: 10-8=2, Resulting Numbers: [41, 91, 2]
Generated Node #2: [41, 91, 2] from Operation: 10-8=2
Current State: 100:[41, 91, 2], Operations: ['10-8=2']
Exploring Operation: 91-41=50, Resulting Numbers: [2, 50]
Generated Node #3: [2, 50] from Operation:... | 4 | Current State: 100:[8, 41, 10, 91], Operations: []
Exploring Operation: 91-41=50, Resulting Numbers: [8, 10, 50]
Generated Node #0,0: 100:[8, 10, 50] Operation: 91-41=50
Exploring Operation: 8+41=49, Resulting Numbers: [10, 91, 49]
Generated Node #0,1: 100:[10, 91, 49] Operation: 8+41=49
Exploring Operation: 8+91=99, R... | 0.986111 | hs_4 | mult_heuristic |
[
44,
74,
14,
9
] | 23 | [
"44*9=396",
"396-74=322",
"322/14=23"
] | Current State: 23:[44, 74, 14, 9], Operations: []
Exploring Operation: 44*9=396, Resulting Numbers: [74, 14, 396]
Generated Node #2: [74, 14, 396] from Operation: 44*9=396
Current State: 23:[74, 14, 396], Operations: ['44*9=396']
Exploring Operation: 396-74=322, Resulting Numbers: [14, 322]
Generated Node #3: [14, 322]... | 4 | Current State: 23:[44, 74, 14, 9], Operations: []
Exploring Operation: 44-14=30, Resulting Numbers: [74, 9, 30]
Generated Node #0,0: 23:[74, 9, 30] Operation: 44-14=30
Exploring Operation: 74-44=30, Resulting Numbers: [14, 9, 30]
Generated Node #0,1: 23:[14, 9, 30] Operation: 74-44=30
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
22,
94,
20,
54
] | 20 | [
"22-20=2",
"94-54=40",
"40/2=20"
] | Current State: 20:[22, 94, 20, 54], Operations: []
Exploring Operation: 22-20=2, Resulting Numbers: [94, 54, 2]
Generated Node #2: [94, 54, 2] from Operation: 22-20=2
Current State: 20:[94, 54, 2], Operations: ['22-20=2']
Exploring Operation: 94-54=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operatio... | 4 | Current State: 20:[22, 94, 20, 54], Operations: []
Exploring Operation: 94-54=40, Resulting Numbers: [22, 20, 40]
Generated Node #0,0: 20:[22, 20, 40] Operation: 94-54=40
Moving to Node #0,0
Current State: 20:[22, 20, 40], Operations: ['94-54=40']
Exploring Operation: 40-22=18, Resulting Numbers: [20, 18]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
78,
14,
72,
12
] | 19 | [
"78*14=1092",
"1092/12=91",
"91-72=19"
] | Current State: 19:[78, 14, 72, 12], Operations: []
Exploring Operation: 78*14=1092, Resulting Numbers: [72, 12, 1092]
Generated Node #2: [72, 12, 1092] from Operation: 78*14=1092
Current State: 19:[72, 12, 1092], Operations: ['78*14=1092']
Exploring Operation: 1092/12=91, Resulting Numbers: [72, 91]
Generated Node #3: ... | 4 | Current State: 19:[78, 14, 72, 12], Operations: []
Exploring Operation: 78-72=6, Resulting Numbers: [14, 12, 6]
Generated Node #0,0: 19:[14, 12, 6] Operation: 78-72=6
Exploring Operation: 72/12=6, Resulting Numbers: [78, 14, 6]
Generated Node #0,1: 19:[78, 14, 6] Operation: 72/12=6
Exploring Operation: 78-14=64, Result... | 0 | hs_3 | sum_heuristic |
[
69,
3,
58,
53
] | 10 | [
"69-53=16",
"3*16=48",
"58-48=10"
] | Current State: 10:[69, 3, 58, 53], Operations: []
Exploring Operation: 69-53=16, Resulting Numbers: [3, 58, 16]
Generated Node #2: [3, 58, 16] from Operation: 69-53=16
Current State: 10:[3, 58, 16], Operations: ['69-53=16']
Exploring Operation: 3*16=48, Resulting Numbers: [58, 48]
Generated Node #3: [58, 48] from Opera... | 4 | Current State: 10:[69, 3, 58, 53], Operations: []
Exploring Operation: 69-58=11, Resulting Numbers: [3, 53, 11]
Generated Node #0,0: 10:[3, 53, 11] Operation: 69-58=11
Exploring Operation: 69-53=16, Resulting Numbers: [3, 58, 16]
Generated Node #0,1: 10:[3, 58, 16] Operation: 69-53=16
Exploring Operation: 69/3=23, Resu... | 0 | hs_5 | mult_heuristic |
[
2,
46,
22,
50
] | 80 | [
"22-2=20",
"50-46=4",
"20*4=80"
] | Current State: 80:[2, 46, 22, 50], Operations: []
Exploring Operation: 22-2=20, Resulting Numbers: [46, 50, 20]
Generated Node #2: [46, 50, 20] from Operation: 22-2=20
Current State: 80:[46, 50, 20], Operations: ['22-2=20']
Exploring Operation: 50-46=4, Resulting Numbers: [20, 4]
Generated Node #3: [20, 4] from Operati... | 4 | Current State: 80:[2, 46, 22, 50], Operations: []
Exploring Operation: 46-22=24, Resulting Numbers: [2, 50, 24]
Generated Node #0,0: 80:[2, 50, 24] Operation: 46-22=24
Exploring Operation: 22+50=72, Resulting Numbers: [2, 46, 72]
Generated Node #0,1: 80:[2, 46, 72] Operation: 22+50=72
Exploring Operation: 50-22=28, Res... | 0.939236 | hs_5 | sum_heuristic |
[
67,
25,
17,
75
] | 64 | [
"75-67=8",
"25-17=8",
"8*8=64"
] | Current State: 64:[67, 25, 17, 75], Operations: []
Exploring Operation: 75-67=8, Resulting Numbers: [25, 17, 8]
Generated Node #2: [25, 17, 8] from Operation: 75-67=8
Current State: 64:[25, 17, 8], Operations: ['75-67=8']
Exploring Operation: 25-17=8, Resulting Numbers: [8, 8]
Generated Node #3: [8, 8] from Operation: ... | 4 | Current State: 64:[67, 25, 17, 75], Operations: []
Exploring Operation: 75/25=3, Resulting Numbers: [67, 17, 3]
Generated Node #0,0: 64:[67, 17, 3] Operation: 75/25=3
Exploring Operation: 75-67=8, Resulting Numbers: [25, 17, 8]
Generated Node #0,1: 64:[25, 17, 8] Operation: 75-67=8
Moving to Node #0,0
Current State: 64... | 0.990451 | hs_2 | sum_heuristic |
[
92,
9,
66,
87
] | 97 | [
"87-66=21",
"9*21=189",
"189-92=97"
] | Current State: 97:[92, 9, 66, 87], Operations: []
Exploring Operation: 87-66=21, Resulting Numbers: [92, 9, 21]
Generated Node #2: [92, 9, 21] from Operation: 87-66=21
Current State: 97:[92, 9, 21], Operations: ['87-66=21']
Exploring Operation: 9*21=189, Resulting Numbers: [92, 189]
Generated Node #3: [92, 189] from Op... | 4 | Current State: 97:[92, 9, 66, 87], Operations: []
Exploring Operation: 92+9=101, Resulting Numbers: [66, 87, 101]
Generated Node #0,0: 97:[66, 87, 101] Operation: 92+9=101
Exploring Operation: 9+87=96, Resulting Numbers: [92, 66, 96]
Generated Node #0,1: 97:[92, 66, 96] Operation: 9+87=96
Exploring Operation: 66-9=57, ... | 0 | hs_5 | mult_heuristic |
[
53,
94,
54,
23
] | 70 | [
"53+94=147",
"54+23=77",
"147-77=70"
] | Current State: 70:[53, 94, 54, 23], Operations: []
Exploring Operation: 53+94=147, Resulting Numbers: [54, 23, 147]
Generated Node #2: [54, 23, 147] from Operation: 53+94=147
Current State: 70:[54, 23, 147], Operations: ['53+94=147']
Exploring Operation: 54+23=77, Resulting Numbers: [147, 77]
Generated Node #3: [147, 7... | 4 | Current State: 70:[53, 94, 54, 23], Operations: []
Exploring Operation: 94-53=41, Resulting Numbers: [54, 23, 41]
Generated Node #0,0: 70:[54, 23, 41] Operation: 94-53=41
Exploring Operation: 94-23=71, Resulting Numbers: [53, 54, 71]
Generated Node #0,1: 70:[53, 54, 71] Operation: 94-23=71
Exploring Operation: 54-53=1,... | 0.970486 | hs_4 | mult_heuristic |
[
67,
88,
4,
17
] | 87 | [
"67+88=155",
"4*17=68",
"155-68=87"
] | Current State: 87:[67, 88, 4, 17], Operations: []
Exploring Operation: 67+88=155, Resulting Numbers: [4, 17, 155]
Generated Node #2: [4, 17, 155] from Operation: 67+88=155
Current State: 87:[4, 17, 155], Operations: ['67+88=155']
Exploring Operation: 4*17=68, Resulting Numbers: [155, 68]
Generated Node #3: [155, 68] fr... | 4 | Current State: 87:[67, 88, 4, 17], Operations: []
Exploring Operation: 67-17=50, Resulting Numbers: [88, 4, 50]
Generated Node #0,0: 87:[88, 4, 50] Operation: 67-17=50
Exploring Operation: 88-67=21, Resulting Numbers: [4, 17, 21]
Generated Node #0,1: 87:[4, 17, 21] Operation: 88-67=21
Exploring Operation: 67+4=71, Resu... | 0 | hs_4 | sum_heuristic |
[
12,
84,
25,
24
] | 95 | [
"12+84=96",
"25-24=1",
"96-1=95"
] | Current State: 95:[12, 84, 25, 24], Operations: []
Exploring Operation: 12+84=96, Resulting Numbers: [25, 24, 96]
Generated Node #2: [25, 24, 96] from Operation: 12+84=96
Current State: 95:[25, 24, 96], Operations: ['12+84=96']
Exploring Operation: 25-24=1, Resulting Numbers: [96, 1]
Generated Node #3: [96, 1] from Ope... | 4 | Current State: 95:[12, 84, 25, 24], Operations: []
Exploring Operation: 12+84=96, Resulting Numbers: [25, 24, 96]
Generated Node #0,0: 95:[25, 24, 96] Operation: 12+84=96
Exploring Operation: 84/12=7, Resulting Numbers: [25, 24, 7]
Generated Node #0,1: 95:[25, 24, 7] Operation: 84/12=7
Moving to Node #0,0
Current State... | 0.991319 | hs_2 | mult_heuristic |
[
79,
97,
35,
38
] | 94 | [
"79+35=114",
"114/38=3",
"97-3=94"
] | Current State: 94:[79, 97, 35, 38], Operations: []
Exploring Operation: 79+35=114, Resulting Numbers: [97, 38, 114]
Generated Node #2: [97, 38, 114] from Operation: 79+35=114
Current State: 94:[97, 38, 114], Operations: ['79+35=114']
Exploring Operation: 114/38=3, Resulting Numbers: [97, 3]
Generated Node #3: [97, 3] f... | 4 | Current State: 94:[79, 97, 35, 38], Operations: []
Exploring Operation: 79-35=44, Resulting Numbers: [97, 38, 44]
Generated Node #0,0: 94:[97, 38, 44] Operation: 79-35=44
Exploring Operation: 79+35=114, Resulting Numbers: [97, 38, 114]
Generated Node #0,1: 94:[97, 38, 114] Operation: 79+35=114
Exploring Operation: 79-3... | 0.943576 | hs_5 | mult_heuristic |
[
15,
29,
83,
91
] | 22 | [
"29-15=14",
"91-83=8",
"14+8=22"
] | Current State: 22:[15, 29, 83, 91], Operations: []
Exploring Operation: 29-15=14, Resulting Numbers: [83, 91, 14]
Generated Node #2: [83, 91, 14] from Operation: 29-15=14
Current State: 22:[83, 91, 14], Operations: ['29-15=14']
Exploring Operation: 91-83=8, Resulting Numbers: [14, 8]
Generated Node #3: [14, 8] from Ope... | 4 | Current State: 22:[15, 29, 83, 91], Operations: []
Exploring Operation: 91-15=76, Resulting Numbers: [29, 83, 76]
Generated Node #0,0: 22:[29, 83, 76] Operation: 91-15=76
Exploring Operation: 91-83=8, Resulting Numbers: [15, 29, 8]
Generated Node #0,1: 22:[15, 29, 8] Operation: 91-83=8
Exploring Operation: 83-15=68, Re... | 0.982639 | hs_5 | mult_heuristic |
[
68,
96,
79,
37
] | 88 | [
"96-68=28",
"79+37=116",
"116-28=88"
] | Current State: 88:[68, 96, 79, 37], Operations: []
Exploring Operation: 96-68=28, Resulting Numbers: [79, 37, 28]
Generated Node #2: [79, 37, 28] from Operation: 96-68=28
Current State: 88:[79, 37, 28], Operations: ['96-68=28']
Exploring Operation: 79+37=116, Resulting Numbers: [28, 116]
Generated Node #3: [28, 116] fr... | 4 | Current State: 88:[68, 96, 79, 37], Operations: []
Exploring Operation: 79-68=11, Resulting Numbers: [96, 37, 11]
Generated Node #0,0: 88:[96, 37, 11] Operation: 79-68=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 88:[96, 37, 11], Operations: ['79-68=11']
Exploring Operation: 96-11=85, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
23,
57,
92,
91
] | 33 | [
"57-23=34",
"92-91=1",
"34-1=33"
] | Current State: 33:[23, 57, 92, 91], Operations: []
Exploring Operation: 57-23=34, Resulting Numbers: [92, 91, 34]
Generated Node #2: [92, 91, 34] from Operation: 57-23=34
Current State: 33:[92, 91, 34], Operations: ['57-23=34']
Exploring Operation: 92-91=1, Resulting Numbers: [34, 1]
Generated Node #3: [34, 1] from Ope... | 4 | Current State: 33:[23, 57, 92, 91], Operations: []
Exploring Operation: 92/23=4, Resulting Numbers: [57, 91, 4]
Generated Node #0,0: 33:[57, 91, 4] Operation: 92/23=4
Exploring Operation: 92-57=35, Resulting Numbers: [23, 91, 35]
Generated Node #0,1: 33:[23, 91, 35] Operation: 92-57=35
Exploring Operation: 57-23=34, Re... | 0.986979 | hs_5 | sum_heuristic |
[
74,
58,
73,
3
] | 91 | [
"74*3=222",
"58+73=131",
"222-131=91"
] | Current State: 91:[74, 58, 73, 3], Operations: []
Exploring Operation: 74*3=222, Resulting Numbers: [58, 73, 222]
Generated Node #2: [58, 73, 222] from Operation: 74*3=222
Current State: 91:[58, 73, 222], Operations: ['74*3=222']
Exploring Operation: 58+73=131, Resulting Numbers: [222, 131]
Generated Node #3: [222, 131... | 4 | Current State: 91:[74, 58, 73, 3], Operations: []
Exploring Operation: 73-58=15, Resulting Numbers: [74, 3, 15]
Generated Node #0,0: 91:[74, 3, 15] Operation: 73-58=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[74, 3, 15], Operations: ['73-58=15']
Exploring Operation: 74+15=89, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
37,
90,
33,
5
] | 88 | [
"37+33=70",
"90/5=18",
"70+18=88"
] | Current State: 88:[37, 90, 33, 5], Operations: []
Exploring Operation: 37+33=70, Resulting Numbers: [90, 5, 70]
Generated Node #2: [90, 5, 70] from Operation: 37+33=70
Current State: 88:[90, 5, 70], Operations: ['37+33=70']
Exploring Operation: 90/5=18, Resulting Numbers: [70, 18]
Generated Node #3: [70, 18] from Opera... | 4 | Current State: 88:[37, 90, 33, 5], Operations: []
Exploring Operation: 37-33=4, Resulting Numbers: [90, 5, 4]
Generated Node #0,0: 88:[90, 5, 4] Operation: 37-33=4
Exploring Operation: 33+5=38, Resulting Numbers: [37, 90, 38]
Generated Node #0,1: 88:[37, 90, 38] Operation: 33+5=38
Exploring Operation: 37+5=42, Resultin... | 0 | hs_3 | sum_heuristic |
[
32,
26,
78,
73
] | 11 | [
"32-26=6",
"78-73=5",
"6+5=11"
] | Current State: 11:[32, 26, 78, 73], Operations: []
Exploring Operation: 32-26=6, Resulting Numbers: [78, 73, 6]
Generated Node #2: [78, 73, 6] from Operation: 32-26=6
Current State: 11:[78, 73, 6], Operations: ['32-26=6']
Exploring Operation: 78-73=5, Resulting Numbers: [6, 5]
Generated Node #3: [6, 5] from Operation: ... | 4 | Current State: 11:[32, 26, 78, 73], Operations: []
Exploring Operation: 78-32=46, Resulting Numbers: [26, 73, 46]
Generated Node #0,0: 11:[26, 73, 46] Operation: 78-32=46
Exploring Operation: 78-73=5, Resulting Numbers: [32, 26, 5]
Generated Node #0,1: 11:[32, 26, 5] Operation: 78-73=5
Exploring Operation: 78-26=52, Re... | 0.986979 | hs_5 | mult_heuristic |
[
2,
14,
14,
31
] | 38 | [
"14/2=7",
"14+31=45",
"45-7=38"
] | Current State: 38:[2, 14, 14, 31], Operations: []
Exploring Operation: 14/2=7, Resulting Numbers: [31, 7]
Generated Node #2: [31, 7] from Operation: 14/2=7
Current State: 38:[31, 7], Operations: ['14/2=7']
Exploring Operation: 14+31=45, Resulting Numbers: [7, 45]
Generated Node #3: [7, 45] from Operation: 14+31=45
Curr... | 4 | Current State: 38:[2, 14, 14, 31], Operations: []
Exploring Operation: 31-14=17, Resulting Numbers: [2, 14, 17]
Generated Node #0,0: 38:[2, 14, 17] Operation: 31-14=17
Exploring Operation: 14/14=1, Resulting Numbers: [2, 31, 1]
Generated Node #0,1: 38:[2, 31, 1] Operation: 14/14=1
Exploring Operation: 14-14=0, Resultin... | 0.932292 | hs_5 | sum_heuristic |
[
36,
79,
35,
38
] | 29 | [
"38-35=3",
"36*3=108",
"108-79=29"
] | Current State: 29:[36, 79, 35, 38], Operations: []
Exploring Operation: 38-35=3, Resulting Numbers: [36, 79, 3]
Generated Node #2: [36, 79, 3] from Operation: 38-35=3
Current State: 29:[36, 79, 3], Operations: ['38-35=3']
Exploring Operation: 36*3=108, Resulting Numbers: [79, 108]
Generated Node #3: [79, 108] from Oper... | 4 | Current State: 29:[36, 79, 35, 38], Operations: []
Exploring Operation: 79-36=43, Resulting Numbers: [35, 38, 43]
Generated Node #0,0: 29:[35, 38, 43] Operation: 79-36=43
Exploring Operation: 79-35=44, Resulting Numbers: [36, 38, 44]
Generated Node #0,1: 29:[36, 38, 44] Operation: 79-35=44
Exploring Operation: 79-38=41... | 0 | hs_4 | sum_heuristic |
[
3,
58,
37,
39
] | 26 | [
"39-37=2",
"58/2=29",
"29-3=26"
] | Current State: 26:[3, 58, 37, 39], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [3, 58, 2]
Generated Node #2: [3, 58, 2] from Operation: 39-37=2
Current State: 26:[3, 58, 2], Operations: ['39-37=2']
Exploring Operation: 58/2=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation: 58... | 4 | Current State: 26:[3, 58, 37, 39], Operations: []
Exploring Operation: 58-39=19, Resulting Numbers: [3, 37, 19]
Generated Node #0,0: 26:[3, 37, 19] Operation: 58-39=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 26:[3, 37, 19], Operations: ['58-39=19']
Exploring Operation: 37-19=18, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
45,
39,
27,
97
] | 66 | [
"27*97=2619",
"2619-45=2574",
"2574/39=66"
] | Current State: 66:[45, 39, 27, 97], Operations: []
Exploring Operation: 27*97=2619, Resulting Numbers: [45, 39, 2619]
Generated Node #2: [45, 39, 2619] from Operation: 27*97=2619
Current State: 66:[45, 39, 2619], Operations: ['27*97=2619']
Exploring Operation: 2619-45=2574, Resulting Numbers: [39, 2574]
Generated Node ... | 4 | Current State: 66:[45, 39, 27, 97], Operations: []
Exploring Operation: 97-39=58, Resulting Numbers: [45, 27, 58]
Generated Node #0,0: 66:[45, 27, 58] Operation: 97-39=58
Exploring Operation: 45-27=18, Resulting Numbers: [39, 97, 18]
Generated Node #0,1: 66:[39, 97, 18] Operation: 45-27=18
Exploring Operation: 97-45=52... | 0 | hs_5 | sum_heuristic |
[
24,
44,
3,
63
] | 27 | [
"24/3=8",
"63-44=19",
"8+19=27"
] | Current State: 27:[24, 44, 3, 63], Operations: []
Exploring Operation: 24/3=8, Resulting Numbers: [44, 63, 8]
Generated Node #2: [44, 63, 8] from Operation: 24/3=8
Current State: 27:[44, 63, 8], Operations: ['24/3=8']
Exploring Operation: 63-44=19, Resulting Numbers: [8, 19]
Generated Node #3: [8, 19] from Operation: 6... | 4 | Current State: 27:[24, 44, 3, 63], Operations: []
Exploring Operation: 63-44=19, Resulting Numbers: [24, 3, 19]
Generated Node #0,0: 27:[24, 3, 19] Operation: 63-44=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 27:[24, 3, 19], Operations: ['63-44=19']
Exploring Operation: 24-19=5, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
17,
34,
74,
68
] | 23 | [
"34-17=17",
"74-68=6",
"17+6=23"
] | Current State: 23:[17, 34, 74, 68], Operations: []
Exploring Operation: 34-17=17, Resulting Numbers: [74, 68, 17]
Generated Node #2: [74, 68, 17] from Operation: 34-17=17
Current State: 23:[74, 68, 17], Operations: ['34-17=17']
Exploring Operation: 74-68=6, Resulting Numbers: [17, 6]
Generated Node #3: [17, 6] from Ope... | 4 | Current State: 23:[17, 34, 74, 68], Operations: []
Exploring Operation: 74-34=40, Resulting Numbers: [17, 68, 40]
Generated Node #0,0: 23:[17, 68, 40] Operation: 74-34=40
Exploring Operation: 74-68=6, Resulting Numbers: [17, 34, 6]
Generated Node #0,1: 23:[17, 34, 6] Operation: 74-68=6
Moving to Node #0,1
Current State... | 0 | hs_2 | mult_heuristic |
[
59,
9,
45,
9
] | 63 | [
"59+9=68",
"45/9=5",
"68-5=63"
] | Current State: 63:[59, 9, 45, 9], Operations: []
Exploring Operation: 59+9=68, Resulting Numbers: [45, 68]
Generated Node #2: [45, 68] from Operation: 59+9=68
Current State: 63:[45, 68], Operations: ['59+9=68']
Exploring Operation: 45/9=5, Resulting Numbers: [68, 5]
Generated Node #3: [68, 5] from Operation: 45/9=5
Cur... | 4 | Current State: 63:[59, 9, 45, 9], Operations: []
Exploring Operation: 45/9=5, Resulting Numbers: [59, 9, 5]
Generated Node #0,0: 63:[59, 9, 5] Operation: 45/9=5
Exploring Operation: 45+9=54, Resulting Numbers: [59, 9, 54]
Generated Node #0,1: 63:[59, 9, 54] Operation: 45+9=54
Exploring Operation: 59-45=14, Resulting Nu... | 0.979167 | hs_5 | mult_heuristic |
[
99,
56,
27,
9
] | 70 | [
"99+27=126",
"126/9=14",
"56+14=70"
] | Current State: 70:[99, 56, 27, 9], Operations: []
Exploring Operation: 99+27=126, Resulting Numbers: [56, 9, 126]
Generated Node #2: [56, 9, 126] from Operation: 99+27=126
Current State: 70:[56, 9, 126], Operations: ['99+27=126']
Exploring Operation: 126/9=14, Resulting Numbers: [56, 14]
Generated Node #3: [56, 14] fro... | 4 | Current State: 70:[99, 56, 27, 9], Operations: []
Exploring Operation: 99-27=72, Resulting Numbers: [56, 9, 72]
Generated Node #0,0: 70:[56, 9, 72] Operation: 99-27=72
Exploring Operation: 99-9=90, Resulting Numbers: [56, 27, 90]
Generated Node #0,1: 70:[56, 27, 90] Operation: 99-9=90
Exploring Operation: 99/9=11, Resu... | 0 | hs_5 | sum_heuristic |
[
57,
82,
89,
99
] | 96 | [
"82+89=171",
"171/57=3",
"99-3=96"
] | Current State: 96:[57, 82, 89, 99], Operations: []
Exploring Operation: 82+89=171, Resulting Numbers: [57, 99, 171]
Generated Node #2: [57, 99, 171] from Operation: 82+89=171
Current State: 96:[57, 99, 171], Operations: ['82+89=171']
Exploring Operation: 171/57=3, Resulting Numbers: [99, 3]
Generated Node #3: [99, 3] f... | 4 | Current State: 96:[57, 82, 89, 99], Operations: []
Exploring Operation: 89-82=7, Resulting Numbers: [57, 99, 7]
Generated Node #0,0: 96:[57, 99, 7] Operation: 89-82=7
Exploring Operation: 82-57=25, Resulting Numbers: [89, 99, 25]
Generated Node #0,1: 96:[89, 99, 25] Operation: 82-57=25
Exploring Operation: 89-57=32, Re... | 0 | hs_3 | sum_heuristic |
[
92,
9,
98,
90
] | 92 | [
"98-9=89",
"90-89=1",
"92*1=92"
] | Current State: 92:[92, 9, 98, 90], Operations: []
Exploring Operation: 98-9=89, Resulting Numbers: [92, 90, 89]
Generated Node #2: [92, 90, 89] from Operation: 98-9=89
Current State: 92:[92, 90, 89], Operations: ['98-9=89']
Exploring Operation: 90-89=1, Resulting Numbers: [92, 1]
Generated Node #3: [92, 1] from Operati... | 4 | Current State: 92:[92, 9, 98, 90], Operations: []
Exploring Operation: 98-90=8, Resulting Numbers: [92, 9, 8]
Generated Node #0,0: 92:[92, 9, 8] Operation: 98-90=8
Exploring Operation: 98-92=6, Resulting Numbers: [9, 90, 6]
Generated Node #0,1: 92:[9, 90, 6] Operation: 98-92=6
Exploring Operation: 92-90=2, Resulting Nu... | 0.967014 | hs_4 | mult_heuristic |
[
34,
2,
87,
26
] | 69 | [
"34+87=121",
"2*26=52",
"121-52=69"
] | Current State: 69:[34, 2, 87, 26], Operations: []
Exploring Operation: 34+87=121, Resulting Numbers: [2, 26, 121]
Generated Node #2: [2, 26, 121] from Operation: 34+87=121
Current State: 69:[2, 26, 121], Operations: ['34+87=121']
Exploring Operation: 2*26=52, Resulting Numbers: [121, 52]
Generated Node #3: [121, 52] fr... | 4 | Current State: 69:[34, 2, 87, 26], Operations: []
Exploring Operation: 87-26=61, Resulting Numbers: [34, 2, 61]
Generated Node #0,0: 69:[34, 2, 61] Operation: 87-26=61
Exploring Operation: 34-26=8, Resulting Numbers: [2, 87, 8]
Generated Node #0,1: 69:[2, 87, 8] Operation: 34-26=8
Exploring Operation: 34*2=68, Resultin... | 0 | hs_5 | sum_heuristic |
[
30,
13,
56,
80
] | 67 | [
"30+13=43",
"80-56=24",
"43+24=67"
] | Current State: 67:[30, 13, 56, 80], Operations: []
Exploring Operation: 30+13=43, Resulting Numbers: [56, 80, 43]
Generated Node #2: [56, 80, 43] from Operation: 30+13=43
Current State: 67:[56, 80, 43], Operations: ['30+13=43']
Exploring Operation: 80-56=24, Resulting Numbers: [43, 24]
Generated Node #3: [43, 24] from ... | 4 | Current State: 67:[30, 13, 56, 80], Operations: []
Exploring Operation: 30-13=17, Resulting Numbers: [56, 80, 17]
Generated Node #0,0: 67:[56, 80, 17] Operation: 30-13=17
Exploring Operation: 13+56=69, Resulting Numbers: [30, 80, 69]
Generated Node #0,1: 67:[30, 80, 69] Operation: 13+56=69
Exploring Operation: 80-13=67... | 0.978299 | hs_4 | sum_heuristic |
[
77,
39,
40,
4
] | 19 | [
"77+39=116",
"116-40=76",
"76/4=19"
] | Current State: 19:[77, 39, 40, 4], Operations: []
Exploring Operation: 77+39=116, Resulting Numbers: [40, 4, 116]
Generated Node #2: [40, 4, 116] from Operation: 77+39=116
Current State: 19:[40, 4, 116], Operations: ['77+39=116']
Exploring Operation: 116-40=76, Resulting Numbers: [4, 76]
Generated Node #3: [4, 76] from... | 4 | Current State: 19:[77, 39, 40, 4], Operations: []
Exploring Operation: 77-40=37, Resulting Numbers: [39, 4, 37]
Generated Node #0,0: 19:[39, 4, 37] Operation: 77-40=37
Exploring Operation: 40/4=10, Resulting Numbers: [77, 39, 10]
Generated Node #0,1: 19:[77, 39, 10] Operation: 40/4=10
Exploring Operation: 40-39=1, Resu... | 0.955729 | hs_4 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.