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,
20,
98,
92
] | 12 | [
"98-92=6",
"48/6=8",
"20-8=12"
] | Current State: 12:[48, 20, 98, 92], Operations: []
Exploring Operation: 98-92=6, Resulting Numbers: [48, 20, 6]
Generated Node #2: [48, 20, 6] from Operation: 98-92=6
Current State: 12:[48, 20, 6], Operations: ['98-92=6']
Exploring Operation: 48/6=8, Resulting Numbers: [20, 8]
Generated Node #3: [20, 8] from Operation:... | 4 | Current State: 12:[48, 20, 98, 92], Operations: []
Exploring Operation: 98-20=78, Resulting Numbers: [48, 92, 78]
Generated Node #0,0: 12:[48, 92, 78] Operation: 98-20=78
Exploring Operation: 48-20=28, Resulting Numbers: [98, 92, 28]
Generated Node #0,1: 12:[98, 92, 28] Operation: 48-20=28
Exploring Operation: 98-92=6,... | 0.986111 | hs_5 | sum_heuristic |
[
26,
15,
97,
15
] | 26 | [
"15-15=0",
"97*0=0",
"26+0=26"
] | Current State: 26:[26, 15, 97, 15], Operations: []
Exploring Operation: 15-15=0, Resulting Numbers: [26, 97, 0]
Generated Node #2: [26, 97, 0] from Operation: 15-15=0
Current State: 26:[26, 97, 0], Operations: ['15-15=0']
Exploring Operation: 97*0=0, Resulting Numbers: [26, 0]
Generated Node #3: [26, 0] from Operation:... | 4 | Current State: 26:[26, 15, 97, 15], Operations: []
Exploring Operation: 97-26=71, Resulting Numbers: [15, 15, 71]
Generated Node #0,0: 26:[15, 15, 71] Operation: 97-26=71
Exploring Operation: 97-15=82, Resulting Numbers: [26, 15, 82]
Generated Node #0,1: 26:[26, 15, 82] Operation: 97-15=82
Exploring Operation: 97-15=82... | 0 | hs_3 | sum_heuristic |
[
3,
16,
71,
46
] | 55 | [
"71+46=117",
"117/3=39",
"16+39=55"
] | Current State: 55:[3, 16, 71, 46], Operations: []
Exploring Operation: 71+46=117, Resulting Numbers: [3, 16, 117]
Generated Node #2: [3, 16, 117] from Operation: 71+46=117
Current State: 55:[3, 16, 117], Operations: ['71+46=117']
Exploring Operation: 117/3=39, Resulting Numbers: [16, 39]
Generated Node #3: [16, 39] fro... | 4 | Current State: 55:[3, 16, 71, 46], Operations: []
Exploring Operation: 71-46=25, Resulting Numbers: [3, 16, 25]
Generated Node #0,0: 55:[3, 16, 25] Operation: 71-46=25
Exploring Operation: 16-3=13, Resulting Numbers: [71, 46, 13]
Generated Node #0,1: 55:[71, 46, 13] Operation: 16-3=13
Exploring Operation: 71-16=55, Res... | 0 | hs_4 | sum_heuristic |
[
46,
72,
94,
95
] | 47 | [
"95-72=23",
"46/23=2",
"94/2=47"
] | Current State: 47:[46, 72, 94, 95], Operations: []
Exploring Operation: 95-72=23, Resulting Numbers: [46, 94, 23]
Generated Node #2: [46, 94, 23] from Operation: 95-72=23
Current State: 47:[46, 94, 23], Operations: ['95-72=23']
Exploring Operation: 46/23=2, Resulting Numbers: [94, 2]
Generated Node #3: [94, 2] from Ope... | 4 | Current State: 47:[46, 72, 94, 95], Operations: []
Exploring Operation: 95-72=23, Resulting Numbers: [46, 94, 23]
Generated Node #0,0: 47:[46, 94, 23] Operation: 95-72=23
Exploring Operation: 95-94=1, Resulting Numbers: [46, 72, 1]
Generated Node #0,1: 47:[46, 72, 1] Operation: 95-94=1
Moving to Node #0,0
Current State... | 0 | hs_2 | mult_heuristic |
[
2,
9,
33,
63
] | 89 | [
"9-2=7",
"33+63=96",
"96-7=89"
] | Current State: 89:[2, 9, 33, 63], Operations: []
Exploring Operation: 9-2=7, Resulting Numbers: [33, 63, 7]
Generated Node #2: [33, 63, 7] from Operation: 9-2=7
Current State: 89:[33, 63, 7], Operations: ['9-2=7']
Exploring Operation: 33+63=96, Resulting Numbers: [7, 96]
Generated Node #3: [7, 96] from Operation: 33+63... | 4 | Current State: 89:[2, 9, 33, 63], Operations: []
Exploring Operation: 2*33=66, Resulting Numbers: [9, 63, 66]
Generated Node #0,0: 89:[9, 63, 66] Operation: 2*33=66
Exploring Operation: 2*9=18, Resulting Numbers: [33, 63, 18]
Generated Node #0,1: 89:[33, 63, 18] Operation: 2*9=18
Exploring Operation: 2+33=35, Resulting... | 0.923611 | hs_5 | sum_heuristic |
[
35,
6,
23,
4
] | 18 | [
"35-23=12",
"6*12=72",
"72/4=18"
] | Current State: 18:[35, 6, 23, 4], Operations: []
Exploring Operation: 35-23=12, Resulting Numbers: [6, 4, 12]
Generated Node #2: [6, 4, 12] from Operation: 35-23=12
Current State: 18:[6, 4, 12], Operations: ['35-23=12']
Exploring Operation: 6*12=72, Resulting Numbers: [4, 72]
Generated Node #3: [4, 72] from Operation: ... | 4 | Current State: 18:[35, 6, 23, 4], Operations: []
Exploring Operation: 35-4=31, Resulting Numbers: [6, 23, 31]
Generated Node #0,0: 18:[6, 23, 31] Operation: 35-4=31
Exploring Operation: 35-23=12, Resulting Numbers: [6, 4, 12]
Generated Node #0,1: 18:[6, 4, 12] Operation: 35-23=12
Exploring Operation: 35-6=29, Resulting... | 0.988715 | hs_3 | sum_heuristic |
[
33,
2,
90,
95
] | 76 | [
"90-33=57",
"95+57=152",
"152/2=76"
] | Current State: 76:[33, 2, 90, 95], Operations: []
Exploring Operation: 90-33=57, Resulting Numbers: [2, 95, 57]
Generated Node #2: [2, 95, 57] from Operation: 90-33=57
Current State: 76:[2, 95, 57], Operations: ['90-33=57']
Exploring Operation: 95+57=152, Resulting Numbers: [2, 152]
Generated Node #3: [2, 152] from Ope... | 4 | Current State: 76:[33, 2, 90, 95], Operations: []
Exploring Operation: 90-2=88, Resulting Numbers: [33, 95, 88]
Generated Node #0,0: 76:[33, 95, 88] Operation: 90-2=88
Exploring Operation: 90/2=45, Resulting Numbers: [33, 95, 45]
Generated Node #0,1: 76:[33, 95, 45] Operation: 90/2=45
Exploring Operation: 33+2=35, Resu... | 0.986111 | hs_5 | sum_heuristic |
[
54,
89,
44,
99
] | 65 | [
"54*44=2376",
"2376/99=24",
"89-24=65"
] | Current State: 65:[54, 89, 44, 99], Operations: []
Exploring Operation: 54*44=2376, Resulting Numbers: [89, 99, 2376]
Generated Node #2: [89, 99, 2376] from Operation: 54*44=2376
Current State: 65:[89, 99, 2376], Operations: ['54*44=2376']
Exploring Operation: 2376/99=24, Resulting Numbers: [89, 24]
Generated Node #3: ... | 4 | Current State: 65:[54, 89, 44, 99], Operations: []
Exploring Operation: 99-89=10, Resulting Numbers: [54, 44, 10]
Generated Node #0,0: 65:[54, 44, 10] Operation: 99-89=10
Exploring Operation: 99-44=55, Resulting Numbers: [54, 89, 55]
Generated Node #0,1: 65:[54, 89, 55] Operation: 99-44=55
Exploring Operation: 54-44=10... | 0 | hs_3 | sum_heuristic |
[
3,
38,
28,
46
] | 76 | [
"3*28=84",
"46-38=8",
"84-8=76"
] | Current State: 76:[3, 38, 28, 46], Operations: []
Exploring Operation: 3*28=84, Resulting Numbers: [38, 46, 84]
Generated Node #2: [38, 46, 84] from Operation: 3*28=84
Current State: 76:[38, 46, 84], Operations: ['3*28=84']
Exploring Operation: 46-38=8, Resulting Numbers: [84, 8]
Generated Node #3: [84, 8] from Operati... | 4 | Current State: 76:[3, 38, 28, 46], Operations: []
Exploring Operation: 46-28=18, Resulting Numbers: [3, 38, 18]
Generated Node #0,0: 76:[3, 38, 18] Operation: 46-28=18
Exploring Operation: 28+46=74, Resulting Numbers: [3, 38, 74]
Generated Node #0,1: 76:[3, 38, 74] Operation: 28+46=74
Exploring Operation: 28-3=25, Resu... | 0 | hs_3 | mult_heuristic |
[
37,
80,
30,
10
] | 48 | [
"80+30=110",
"110/10=11",
"37+11=48"
] | Current State: 48:[37, 80, 30, 10], Operations: []
Exploring Operation: 80+30=110, Resulting Numbers: [37, 10, 110]
Generated Node #2: [37, 10, 110] from Operation: 80+30=110
Current State: 48:[37, 10, 110], Operations: ['80+30=110']
Exploring Operation: 110/10=11, Resulting Numbers: [37, 11]
Generated Node #3: [37, 11... | 4 | Current State: 48:[37, 80, 30, 10], Operations: []
Exploring Operation: 80-30=50, Resulting Numbers: [37, 10, 50]
Generated Node #0,0: 48:[37, 10, 50] Operation: 80-30=50
Exploring Operation: 80-37=43, Resulting Numbers: [30, 10, 43]
Generated Node #0,1: 48:[30, 10, 43] Operation: 80-37=43
Exploring Operation: 80/10=8,... | 0 | hs_3 | sum_heuristic |
[
89,
34,
30,
5
] | 88 | [
"89+34=123",
"30+5=35",
"123-35=88"
] | Current State: 88:[89, 34, 30, 5], Operations: []
Exploring Operation: 89+34=123, Resulting Numbers: [30, 5, 123]
Generated Node #2: [30, 5, 123] from Operation: 89+34=123
Current State: 88:[30, 5, 123], Operations: ['89+34=123']
Exploring Operation: 30+5=35, Resulting Numbers: [123, 35]
Generated Node #3: [123, 35] fr... | 4 | Current State: 88:[89, 34, 30, 5], Operations: []
Exploring Operation: 30/5=6, Resulting Numbers: [89, 34, 6]
Generated Node #0,0: 88:[89, 34, 6] Operation: 30/5=6
Exploring Operation: 34-30=4, Resulting Numbers: [89, 5, 4]
Generated Node #0,1: 88:[89, 5, 4] Operation: 34-30=4
Start Sub Search at level 1: Moving to Nod... | 0.990451 | hs_2 | mult_heuristic |
[
2,
35,
18,
56
] | 100 | [
"18/2=9",
"35+56=91",
"9+91=100"
] | Current State: 100:[2, 35, 18, 56], Operations: []
Exploring Operation: 18/2=9, Resulting Numbers: [35, 56, 9]
Generated Node #2: [35, 56, 9] from Operation: 18/2=9
Current State: 100:[35, 56, 9], Operations: ['18/2=9']
Exploring Operation: 35+56=91, Resulting Numbers: [9, 91]
Generated Node #3: [9, 91] from Operation:... | 4 | Current State: 100:[2, 35, 18, 56], Operations: []
Exploring Operation: 35-18=17, Resulting Numbers: [2, 56, 17]
Generated Node #0,0: 100:[2, 56, 17] Operation: 35-18=17
Exploring Operation: 35+56=91, Resulting Numbers: [2, 18, 91]
Generated Node #0,1: 100:[2, 18, 91] Operation: 35+56=91
Exploring Operation: 56-35=21, ... | 0.940972 | hs_4 | sum_heuristic |
[
12,
96,
98,
8
] | 34 | [
"96/12=8",
"8*8=64",
"98-64=34"
] | Current State: 34:[12, 96, 98, 8], Operations: []
Exploring Operation: 96/12=8, Resulting Numbers: [98, 8, 8]
Generated Node #2: [98, 8, 8] from Operation: 96/12=8
Current State: 34:[98, 8, 8], Operations: ['96/12=8']
Exploring Operation: 8*8=64, Resulting Numbers: [98, 64]
Generated Node #3: [98, 64] from Operation: 8... | 4 | Current State: 34:[12, 96, 98, 8], Operations: []
Exploring Operation: 98-96=2, Resulting Numbers: [12, 8, 2]
Generated Node #0,0: 34:[12, 8, 2] Operation: 98-96=2
Exploring Operation: 96/12=8, Resulting Numbers: [98, 8, 8]
Generated Node #0,1: 34:[98, 8, 8] Operation: 96/12=8
Exploring Operation: 96/8=12, Resulting Nu... | 0 | hs_3 | mult_heuristic |
[
76,
84,
3,
43
] | 91 | [
"76+43=119",
"84/3=28",
"119-28=91"
] | Current State: 91:[76, 84, 3, 43], Operations: []
Exploring Operation: 76+43=119, Resulting Numbers: [84, 3, 119]
Generated Node #2: [84, 3, 119] from Operation: 76+43=119
Current State: 91:[84, 3, 119], Operations: ['76+43=119']
Exploring Operation: 84/3=28, Resulting Numbers: [119, 28]
Generated Node #3: [119, 28] fr... | 4 | Current State: 91:[76, 84, 3, 43], Operations: []
Exploring Operation: 84-76=8, Resulting Numbers: [3, 43, 8]
Generated Node #0,0: 91:[3, 43, 8] Operation: 84-76=8
Exploring Operation: 76-43=33, Resulting Numbers: [84, 3, 33]
Generated Node #0,1: 91:[84, 3, 33] Operation: 76-43=33
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
48,
7,
10,
98
] | 52 | [
"48-10=38",
"98/7=14",
"38+14=52"
] | Current State: 52:[48, 7, 10, 98], Operations: []
Exploring Operation: 48-10=38, Resulting Numbers: [7, 98, 38]
Generated Node #2: [7, 98, 38] from Operation: 48-10=38
Current State: 52:[7, 98, 38], Operations: ['48-10=38']
Exploring Operation: 98/7=14, Resulting Numbers: [38, 14]
Generated Node #3: [38, 14] from Opera... | 4 | Current State: 52:[48, 7, 10, 98], Operations: []
Exploring Operation: 98-48=50, Resulting Numbers: [7, 10, 50]
Generated Node #0,0: 52:[7, 10, 50] Operation: 98-48=50
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[7, 10, 50], Operations: ['98-48=50']
Exploring Operation: 10-7=3, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
19,
29,
66,
72
] | 85 | [
"72-66=6",
"19*6=114",
"114-29=85"
] | Current State: 85:[19, 29, 66, 72], Operations: []
Exploring Operation: 72-66=6, Resulting Numbers: [19, 29, 6]
Generated Node #2: [19, 29, 6] from Operation: 72-66=6
Current State: 85:[19, 29, 6], Operations: ['72-66=6']
Exploring Operation: 19*6=114, Resulting Numbers: [29, 114]
Generated Node #3: [29, 114] from Oper... | 4 | Current State: 85:[19, 29, 66, 72], Operations: []
Exploring Operation: 19+66=85, Resulting Numbers: [29, 72, 85]
Generated Node #0,0: 85:[29, 72, 85] Operation: 19+66=85
Exploring Operation: 72-66=6, Resulting Numbers: [19, 29, 6]
Generated Node #0,1: 85:[19, 29, 6] Operation: 72-66=6
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
91,
6,
74,
82
] | 43 | [
"82-74=8",
"6*8=48",
"91-48=43"
] | Current State: 43:[91, 6, 74, 82], Operations: []
Exploring Operation: 82-74=8, Resulting Numbers: [91, 6, 8]
Generated Node #2: [91, 6, 8] from Operation: 82-74=8
Current State: 43:[91, 6, 8], Operations: ['82-74=8']
Exploring Operation: 6*8=48, Resulting Numbers: [91, 48]
Generated Node #3: [91, 48] from Operation: 6... | 4 | Current State: 43:[91, 6, 74, 82], Operations: []
Exploring Operation: 91-74=17, Resulting Numbers: [6, 82, 17]
Generated Node #0,0: 43:[6, 82, 17] Operation: 91-74=17
Exploring Operation: 91-82=9, Resulting Numbers: [6, 74, 9]
Generated Node #0,1: 43:[6, 74, 9] Operation: 91-82=9
Exploring Operation: 74-6=68, Resultin... | 0 | hs_5 | sum_heuristic |
[
5,
80,
28,
40
] | 100 | [
"5*28=140",
"80-40=40",
"140-40=100"
] | Current State: 100:[5, 80, 28, 40], Operations: []
Exploring Operation: 5*28=140, Resulting Numbers: [80, 40, 140]
Generated Node #2: [80, 40, 140] from Operation: 5*28=140
Current State: 100:[80, 40, 140], Operations: ['5*28=140']
Exploring Operation: 80-40=40, Resulting Numbers: [140, 40]
Generated Node #3: [140, 40]... | 4 | Current State: 100:[5, 80, 28, 40], Operations: []
Exploring Operation: 80/40=2, Resulting Numbers: [5, 28, 2]
Generated Node #0,0: 100:[5, 28, 2] Operation: 80/40=2
Moving to Node #0,0
Current State: 100:[5, 28, 2], Operations: ['80/40=2']
Exploring Operation: 28-2=26, Resulting Numbers: [5, 26]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
86,
67,
6,
65
] | 98 | [
"67-65=2",
"6*2=12",
"86+12=98"
] | Current State: 98:[86, 67, 6, 65], Operations: []
Exploring Operation: 67-65=2, Resulting Numbers: [86, 6, 2]
Generated Node #2: [86, 6, 2] from Operation: 67-65=2
Current State: 98:[86, 6, 2], Operations: ['67-65=2']
Exploring Operation: 6*2=12, Resulting Numbers: [86, 12]
Generated Node #3: [86, 12] from Operation: 6... | 4 | Current State: 98:[86, 67, 6, 65], Operations: []
Exploring Operation: 67-65=2, Resulting Numbers: [86, 6, 2]
Generated Node #0,0: 98:[86, 6, 2] Operation: 67-65=2
Exploring Operation: 86-65=21, Resulting Numbers: [67, 6, 21]
Generated Node #0,1: 98:[67, 6, 21] Operation: 86-65=21
Exploring Operation: 86-67=19, Resulti... | 0 | hs_3 | mult_heuristic |
[
36,
30,
9,
42
] | 11 | [
"30+42=72",
"72/36=2",
"9+2=11"
] | Current State: 11:[36, 30, 9, 42], Operations: []
Exploring Operation: 30+42=72, Resulting Numbers: [36, 9, 72]
Generated Node #2: [36, 9, 72] from Operation: 30+42=72
Current State: 11:[36, 9, 72], Operations: ['30+42=72']
Exploring Operation: 72/36=2, Resulting Numbers: [9, 2]
Generated Node #3: [9, 2] from Operation... | 4 | Current State: 11:[36, 30, 9, 42], Operations: []
Exploring Operation: 42-30=12, Resulting Numbers: [36, 9, 12]
Generated Node #0,0: 11:[36, 9, 12] Operation: 42-30=12
Exploring Operation: 42-36=6, Resulting Numbers: [30, 9, 6]
Generated Node #0,1: 11:[30, 9, 6] Operation: 42-36=6
Exploring Operation: 36-30=6, Resultin... | 0 | hs_3 | sum_heuristic |
[
99,
8,
33,
11
] | 48 | [
"99-33=66",
"8*66=528",
"528/11=48"
] | Current State: 48:[99, 8, 33, 11], Operations: []
Exploring Operation: 99-33=66, Resulting Numbers: [8, 11, 66]
Generated Node #2: [8, 11, 66] from Operation: 99-33=66
Current State: 48:[8, 11, 66], Operations: ['99-33=66']
Exploring Operation: 8*66=528, Resulting Numbers: [11, 528]
Generated Node #3: [11, 528] from Op... | 4 | Current State: 48:[99, 8, 33, 11], Operations: []
Exploring Operation: 99/11=9, Resulting Numbers: [8, 33, 9]
Generated Node #0,0: 48:[8, 33, 9] Operation: 99/11=9
Exploring Operation: 99/33=3, Resulting Numbers: [8, 11, 3]
Generated Node #0,1: 48:[8, 11, 3] Operation: 99/33=3
Exploring Operation: 99-33=66, Resulting N... | 0.96875 | hs_3 | mult_heuristic |
[
52,
21,
91,
23
] | 41 | [
"52+21=73",
"91+23=114",
"114-73=41"
] | Current State: 41:[52, 21, 91, 23], Operations: []
Exploring Operation: 52+21=73, Resulting Numbers: [91, 23, 73]
Generated Node #2: [91, 23, 73] from Operation: 52+21=73
Current State: 41:[91, 23, 73], Operations: ['52+21=73']
Exploring Operation: 91+23=114, Resulting Numbers: [73, 114]
Generated Node #3: [73, 114] fr... | 4 | Current State: 41:[52, 21, 91, 23], Operations: []
Exploring Operation: 91-52=39, Resulting Numbers: [21, 23, 39]
Generated Node #0,0: 41:[21, 23, 39] Operation: 91-52=39
Start Sub Search at level 1: Moving to Node #0,0
Current State: 41:[21, 23, 39], Operations: ['91-52=39']
Exploring Operation: 21+23=44, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
81,
49,
90,
42
] | 81 | [
"90-49=41",
"42-41=1",
"81*1=81"
] | Current State: 81:[81, 49, 90, 42], Operations: []
Exploring Operation: 90-49=41, Resulting Numbers: [81, 42, 41]
Generated Node #2: [81, 42, 41] from Operation: 90-49=41
Current State: 81:[81, 42, 41], Operations: ['90-49=41']
Exploring Operation: 42-41=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Ope... | 4 | Current State: 81:[81, 49, 90, 42], Operations: []
Exploring Operation: 49-42=7, Resulting Numbers: [81, 90, 7]
Generated Node #0,0: 81:[81, 90, 7] Operation: 49-42=7
Exploring Operation: 49+42=91, Resulting Numbers: [81, 90, 91]
Generated Node #0,1: 81:[81, 90, 91] Operation: 49+42=91
Moving to Node #0,0
Current State... | 0.986979 | hs_2 | sum_heuristic |
[
2,
80,
89,
5
] | 88 | [
"89-5=84",
"2*84=168",
"168-80=88"
] | Current State: 88:[2, 80, 89, 5], Operations: []
Exploring Operation: 89-5=84, Resulting Numbers: [2, 80, 84]
Generated Node #2: [2, 80, 84] from Operation: 89-5=84
Current State: 88:[2, 80, 84], Operations: ['89-5=84']
Exploring Operation: 2*84=168, Resulting Numbers: [80, 168]
Generated Node #3: [80, 168] from Operat... | 4 | Current State: 88:[2, 80, 89, 5], Operations: []
Exploring Operation: 89-80=9, Resulting Numbers: [2, 5, 9]
Generated Node #0,0: 88:[2, 5, 9] Operation: 89-80=9
Exploring Operation: 80/2=40, Resulting Numbers: [89, 5, 40]
Generated Node #0,1: 88:[89, 5, 40] Operation: 80/2=40
Exploring Operation: 80/5=16, Resulting Num... | 0 | hs_4 | mult_heuristic |
[
49,
28,
46,
20
] | 46 | [
"49-28=21",
"21-20=1",
"46*1=46"
] | Current State: 46:[49, 28, 46, 20], Operations: []
Exploring Operation: 49-28=21, Resulting Numbers: [46, 20, 21]
Generated Node #2: [46, 20, 21] from Operation: 49-28=21
Current State: 46:[46, 20, 21], Operations: ['49-28=21']
Exploring Operation: 21-20=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Ope... | 4 | Current State: 46:[49, 28, 46, 20], Operations: []
Exploring Operation: 49-28=21, Resulting Numbers: [46, 20, 21]
Generated Node #0,0: 46:[46, 20, 21] Operation: 49-28=21
Exploring Operation: 28+20=48, Resulting Numbers: [49, 46, 48]
Generated Node #0,1: 46:[49, 46, 48] Operation: 28+20=48
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
21,
16,
24,
57
] | 76 | [
"21-16=5",
"24+57=81",
"81-5=76"
] | Current State: 76:[21, 16, 24, 57], Operations: []
Exploring Operation: 21-16=5, Resulting Numbers: [24, 57, 5]
Generated Node #2: [24, 57, 5] from Operation: 21-16=5
Current State: 76:[24, 57, 5], Operations: ['21-16=5']
Exploring Operation: 24+57=81, Resulting Numbers: [5, 81]
Generated Node #3: [5, 81] from Operatio... | 4 | Current State: 76:[21, 16, 24, 57], Operations: []
Exploring Operation: 21+57=78, Resulting Numbers: [16, 24, 78]
Generated Node #0,0: 76:[16, 24, 78] Operation: 21+57=78
Exploring Operation: 16+57=73, Resulting Numbers: [21, 24, 73]
Generated Node #0,1: 76:[21, 24, 73] Operation: 16+57=73
Exploring Operation: 57-21=36... | 0.969618 | hs_5 | mult_heuristic |
[
83,
96,
68,
66
] | 24 | [
"83-66=17",
"96*17=1632",
"1632/68=24"
] | Current State: 24:[83, 96, 68, 66], Operations: []
Exploring Operation: 83-66=17, Resulting Numbers: [96, 68, 17]
Generated Node #2: [96, 68, 17] from Operation: 83-66=17
Current State: 24:[96, 68, 17], Operations: ['83-66=17']
Exploring Operation: 96*17=1632, Resulting Numbers: [68, 1632]
Generated Node #3: [68, 1632]... | 4 | Current State: 24:[83, 96, 68, 66], Operations: []
Exploring Operation: 96-83=13, Resulting Numbers: [68, 66, 13]
Generated Node #0,0: 24:[68, 66, 13] Operation: 96-83=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 24:[68, 66, 13], Operations: ['96-83=13']
Exploring Operation: 68-66=2, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
56,
27,
81,
25
] | 23 | [
"56+27=83",
"81+25=106",
"106-83=23"
] | Current State: 23:[56, 27, 81, 25], Operations: []
Exploring Operation: 56+27=83, Resulting Numbers: [81, 25, 83]
Generated Node #2: [81, 25, 83] from Operation: 56+27=83
Current State: 23:[81, 25, 83], Operations: ['56+27=83']
Exploring Operation: 81+25=106, Resulting Numbers: [83, 106]
Generated Node #3: [83, 106] fr... | 4 | Current State: 23:[56, 27, 81, 25], Operations: []
Exploring Operation: 81-56=25, Resulting Numbers: [27, 25, 25]
Generated Node #0,0: 23:[27, 25, 25] Operation: 81-56=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[27, 25, 25], Operations: ['81-56=25']
Exploring Operation: 27-25=2, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
3,
41,
55,
22
] | 76 | [
"41+22=63",
"63/3=21",
"55+21=76"
] | Current State: 76:[3, 41, 55, 22], Operations: []
Exploring Operation: 41+22=63, Resulting Numbers: [3, 55, 63]
Generated Node #2: [3, 55, 63] from Operation: 41+22=63
Current State: 76:[3, 55, 63], Operations: ['41+22=63']
Exploring Operation: 63/3=21, Resulting Numbers: [55, 21]
Generated Node #3: [55, 21] from Opera... | 4 | Current State: 76:[3, 41, 55, 22], Operations: []
Exploring Operation: 55-22=33, Resulting Numbers: [3, 41, 33]
Generated Node #0,0: 76:[3, 41, 33] Operation: 55-22=33
Exploring Operation: 55-41=14, Resulting Numbers: [3, 22, 14]
Generated Node #0,1: 76:[3, 22, 14] Operation: 55-41=14
Exploring Operation: 55+22=77, Res... | 0 | hs_4 | mult_heuristic |
[
49,
79,
10,
15
] | 25 | [
"79-49=30",
"15-10=5",
"30-5=25"
] | Current State: 25:[49, 79, 10, 15], Operations: []
Exploring Operation: 79-49=30, Resulting Numbers: [10, 15, 30]
Generated Node #2: [10, 15, 30] from Operation: 79-49=30
Current State: 25:[10, 15, 30], Operations: ['79-49=30']
Exploring Operation: 15-10=5, Resulting Numbers: [30, 5]
Generated Node #3: [30, 5] from Ope... | 4 | Current State: 25:[49, 79, 10, 15], Operations: []
Exploring Operation: 49-15=34, Resulting Numbers: [79, 10, 34]
Generated Node #0,0: 25:[79, 10, 34] Operation: 49-15=34
Exploring Operation: 79-15=64, Resulting Numbers: [49, 10, 64]
Generated Node #0,1: 25:[49, 10, 64] Operation: 79-15=64
Exploring Operation: 79-49=30... | 0.985243 | hs_5 | mult_heuristic |
[
30,
57,
74,
69
] | 51 | [
"74-69=5",
"30/5=6",
"57-6=51"
] | Current State: 51:[30, 57, 74, 69], Operations: []
Exploring Operation: 74-69=5, Resulting Numbers: [30, 57, 5]
Generated Node #2: [30, 57, 5] from Operation: 74-69=5
Current State: 51:[30, 57, 5], Operations: ['74-69=5']
Exploring Operation: 30/5=6, Resulting Numbers: [57, 6]
Generated Node #3: [57, 6] from Operation:... | 4 | Current State: 51:[30, 57, 74, 69], Operations: []
Exploring Operation: 69-57=12, Resulting Numbers: [30, 74, 12]
Generated Node #0,0: 51:[30, 74, 12] Operation: 69-57=12
Exploring Operation: 74-30=44, Resulting Numbers: [57, 69, 44]
Generated Node #0,1: 51:[57, 69, 44] Operation: 74-30=44
Exploring Operation: 69-30=39... | 0.929688 | hs_5 | sum_heuristic |
[
84,
54,
41,
86
] | 26 | [
"86-84=2",
"54-41=13",
"2*13=26"
] | Current State: 26:[84, 54, 41, 86], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [54, 41, 2]
Generated Node #2: [54, 41, 2] from Operation: 86-84=2
Current State: 26:[54, 41, 2], Operations: ['86-84=2']
Exploring Operation: 54-41=13, Resulting Numbers: [2, 13]
Generated Node #3: [2, 13] from Operatio... | 4 | Current State: 26:[84, 54, 41, 86], Operations: []
Exploring Operation: 84-54=30, Resulting Numbers: [41, 86, 30]
Generated Node #0,0: 26:[41, 86, 30] Operation: 84-54=30
Exploring Operation: 84-41=43, Resulting Numbers: [54, 86, 43]
Generated Node #0,1: 26:[54, 86, 43] Operation: 84-41=43
Exploring Operation: 86-84=2,... | 0.940972 | hs_5 | sum_heuristic |
[
15,
89,
86,
38
] | 20 | [
"15+89=104",
"86+38=124",
"124-104=20"
] | Current State: 20:[15, 89, 86, 38], Operations: []
Exploring Operation: 15+89=104, Resulting Numbers: [86, 38, 104]
Generated Node #2: [86, 38, 104] from Operation: 15+89=104
Current State: 20:[86, 38, 104], Operations: ['15+89=104']
Exploring Operation: 86+38=124, Resulting Numbers: [104, 124]
Generated Node #3: [104,... | 4 | Current State: 20:[15, 89, 86, 38], Operations: []
Exploring Operation: 86-38=48, Resulting Numbers: [15, 89, 48]
Generated Node #0,0: 20:[15, 89, 48] Operation: 86-38=48
Exploring Operation: 89-86=3, Resulting Numbers: [15, 38, 3]
Generated Node #0,1: 20:[15, 38, 3] Operation: 89-86=3
Exploring Operation: 89-38=51, Re... | 0.988715 | hs_3 | sum_heuristic |
[
28,
4,
14,
38
] | 45 | [
"28/4=7",
"14+38=52",
"52-7=45"
] | Current State: 45:[28, 4, 14, 38], Operations: []
Exploring Operation: 28/4=7, Resulting Numbers: [14, 38, 7]
Generated Node #2: [14, 38, 7] from Operation: 28/4=7
Current State: 45:[14, 38, 7], Operations: ['28/4=7']
Exploring Operation: 14+38=52, Resulting Numbers: [7, 52]
Generated Node #3: [7, 52] from Operation: 1... | 4 | Current State: 45:[28, 4, 14, 38], Operations: []
Exploring Operation: 28-14=14, Resulting Numbers: [4, 38, 14]
Generated Node #0,0: 45:[4, 38, 14] Operation: 28-14=14
Exploring Operation: 38-28=10, Resulting Numbers: [4, 14, 10]
Generated Node #0,1: 45:[4, 14, 10] Operation: 38-28=10
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
37,
59,
27,
57
] | 32 | [
"37+27=64",
"59-57=2",
"64/2=32"
] | Current State: 32:[37, 59, 27, 57], Operations: []
Exploring Operation: 37+27=64, Resulting Numbers: [59, 57, 64]
Generated Node #2: [59, 57, 64] from Operation: 37+27=64
Current State: 32:[59, 57, 64], Operations: ['37+27=64']
Exploring Operation: 59-57=2, Resulting Numbers: [64, 2]
Generated Node #3: [64, 2] from Ope... | 4 | Current State: 32:[37, 59, 27, 57], Operations: []
Exploring Operation: 59-27=32, Resulting Numbers: [37, 57, 32]
Generated Node #0,0: 32:[37, 57, 32] Operation: 59-27=32
Exploring Operation: 59-57=2, Resulting Numbers: [37, 27, 2]
Generated Node #0,1: 32:[37, 27, 2] Operation: 59-57=2
Exploring Operation: 57-27=30, Re... | 0 | hs_3 | sum_heuristic |
[
63,
11,
1,
3
] | 99 | [
"11+1=12",
"3*12=36",
"63+36=99"
] | Current State: 99:[63, 11, 1, 3], Operations: []
Exploring Operation: 11+1=12, Resulting Numbers: [63, 3, 12]
Generated Node #2: [63, 3, 12] from Operation: 11+1=12
Current State: 99:[63, 3, 12], Operations: ['11+1=12']
Exploring Operation: 3*12=36, Resulting Numbers: [63, 36]
Generated Node #3: [63, 36] from Operation... | 4 | Current State: 99:[63, 11, 1, 3], Operations: []
Exploring Operation: 63-11=52, Resulting Numbers: [1, 3, 52]
Generated Node #0,0: 99:[1, 3, 52] Operation: 63-11=52
Exploring Operation: 63-3=60, Resulting Numbers: [11, 1, 60]
Generated Node #0,1: 99:[11, 1, 60] Operation: 63-3=60
Exploring Operation: 63-1=62, Resulting... | 0 | hs_5 | mult_heuristic |
[
27,
53,
84,
42
] | 40 | [
"27+53=80",
"84/42=2",
"80/2=40"
] | Current State: 40:[27, 53, 84, 42], Operations: []
Exploring Operation: 27+53=80, Resulting Numbers: [84, 42, 80]
Generated Node #2: [84, 42, 80] from Operation: 27+53=80
Current State: 40:[84, 42, 80], Operations: ['27+53=80']
Exploring Operation: 84/42=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 | Current State: 40:[27, 53, 84, 42], Operations: []
Exploring Operation: 84-42=42, Resulting Numbers: [27, 53, 42]
Generated Node #0,0: 40:[27, 53, 42] Operation: 84-42=42
Exploring Operation: 84-53=31, Resulting Numbers: [27, 42, 31]
Generated Node #0,1: 40:[27, 42, 31] Operation: 84-53=31
Exploring Operation: 84/42=2,... | 0 | hs_3 | sum_heuristic |
[
7,
25,
64,
35
] | 34 | [
"35/7=5",
"64-25=39",
"39-5=34"
] | Current State: 34:[7, 25, 64, 35], Operations: []
Exploring Operation: 35/7=5, Resulting Numbers: [25, 64, 5]
Generated Node #2: [25, 64, 5] from Operation: 35/7=5
Current State: 34:[25, 64, 5], Operations: ['35/7=5']
Exploring Operation: 64-25=39, Resulting Numbers: [5, 39]
Generated Node #3: [5, 39] from Operation: 6... | 4 | Current State: 34:[7, 25, 64, 35], Operations: []
Exploring Operation: 7+25=32, Resulting Numbers: [64, 35, 32]
Generated Node #0,0: 34:[64, 35, 32] Operation: 7+25=32
Exploring Operation: 64-35=29, Resulting Numbers: [7, 25, 29]
Generated Node #0,1: 34:[7, 25, 29] Operation: 64-35=29
Exploring Operation: 25-7=18, Resu... | 0.980035 | hs_5 | sum_heuristic |
[
13,
29,
64,
59
] | 81 | [
"13+29=42",
"64+59=123",
"123-42=81"
] | Current State: 81:[13, 29, 64, 59], Operations: []
Exploring Operation: 13+29=42, Resulting Numbers: [64, 59, 42]
Generated Node #2: [64, 59, 42] from Operation: 13+29=42
Current State: 81:[64, 59, 42], Operations: ['13+29=42']
Exploring Operation: 64+59=123, Resulting Numbers: [42, 123]
Generated Node #3: [42, 123] fr... | 4 | Current State: 81:[13, 29, 64, 59], Operations: []
Exploring Operation: 59-29=30, Resulting Numbers: [13, 64, 30]
Generated Node #0,0: 81:[13, 64, 30] Operation: 59-29=30
Exploring Operation: 64-59=5, Resulting Numbers: [13, 29, 5]
Generated Node #0,1: 81:[13, 29, 5] Operation: 64-59=5
Exploring Operation: 13+64=77, Re... | 0.974826 | hs_3 | sum_heuristic |
[
73,
4,
23,
95
] | 68 | [
"23-4=19",
"95/19=5",
"73-5=68"
] | Current State: 68:[73, 4, 23, 95], Operations: []
Exploring Operation: 23-4=19, Resulting Numbers: [73, 95, 19]
Generated Node #2: [73, 95, 19] from Operation: 23-4=19
Current State: 68:[73, 95, 19], Operations: ['23-4=19']
Exploring Operation: 95/19=5, Resulting Numbers: [73, 5]
Generated Node #3: [73, 5] from Operati... | 4 | Current State: 68:[73, 4, 23, 95], Operations: []
Exploring Operation: 95-73=22, Resulting Numbers: [4, 23, 22]
Generated Node #0,0: 68:[4, 23, 22] Operation: 95-73=22
Exploring Operation: 95-23=72, Resulting Numbers: [73, 4, 72]
Generated Node #0,1: 68:[73, 4, 72] Operation: 95-23=72
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
26,
90,
70,
91
] | 95 | [
"26+90=116",
"91-70=21",
"116-21=95"
] | Current State: 95:[26, 90, 70, 91], Operations: []
Exploring Operation: 26+90=116, Resulting Numbers: [70, 91, 116]
Generated Node #2: [70, 91, 116] from Operation: 26+90=116
Current State: 95:[70, 91, 116], Operations: ['26+90=116']
Exploring Operation: 91-70=21, Resulting Numbers: [116, 21]
Generated Node #3: [116, 2... | 4 | Current State: 95:[26, 90, 70, 91], Operations: []
Exploring Operation: 26+70=96, Resulting Numbers: [90, 91, 96]
Generated Node #0,0: 95:[90, 91, 96] Operation: 26+70=96
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[90, 91, 96], Operations: ['26+70=96']
Exploring Operation: 91-90=1, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
32,
91,
83,
87
] | 99 | [
"87-83=4",
"32/4=8",
"91+8=99"
] | Current State: 99:[32, 91, 83, 87], Operations: []
Exploring Operation: 87-83=4, Resulting Numbers: [32, 91, 4]
Generated Node #2: [32, 91, 4] from Operation: 87-83=4
Current State: 99:[32, 91, 4], Operations: ['87-83=4']
Exploring Operation: 32/4=8, Resulting Numbers: [91, 8]
Generated Node #3: [91, 8] from Operation:... | 4 | Current State: 99:[32, 91, 83, 87], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [32, 83, 4]
Generated Node #0,0: 99:[32, 83, 4] Operation: 91-87=4
Exploring Operation: 32+83=115, Resulting Numbers: [91, 87, 115]
Generated Node #0,1: 99:[91, 87, 115] Operation: 32+83=115
Exploring Operation: 91-83=8,... | 0.986111 | hs_4 | mult_heuristic |
[
43,
36,
35,
51
] | 46 | [
"43-36=7",
"35/7=5",
"51-5=46"
] | Current State: 46:[43, 36, 35, 51], Operations: []
Exploring Operation: 43-36=7, Resulting Numbers: [35, 51, 7]
Generated Node #2: [35, 51, 7] from Operation: 43-36=7
Current State: 46:[35, 51, 7], Operations: ['43-36=7']
Exploring Operation: 35/7=5, Resulting Numbers: [51, 5]
Generated Node #3: [51, 5] from Operation:... | 4 | Current State: 46:[43, 36, 35, 51], Operations: []
Exploring Operation: 51-35=16, Resulting Numbers: [43, 36, 16]
Generated Node #0,0: 46:[43, 36, 16] Operation: 51-35=16
Exploring Operation: 51-36=15, Resulting Numbers: [43, 35, 15]
Generated Node #0,1: 46:[43, 35, 15] Operation: 51-36=15
Exploring Operation: 43-36=7,... | 0.962674 | hs_5 | sum_heuristic |
[
5,
94,
95,
57
] | 18 | [
"95/5=19",
"94-57=37",
"37-19=18"
] | Current State: 18:[5, 94, 95, 57], Operations: []
Exploring Operation: 95/5=19, Resulting Numbers: [94, 57, 19]
Generated Node #2: [94, 57, 19] from Operation: 95/5=19
Current State: 18:[94, 57, 19], Operations: ['95/5=19']
Exploring Operation: 94-57=37, Resulting Numbers: [19, 37]
Generated Node #3: [19, 37] from Oper... | 4 | Current State: 18:[5, 94, 95, 57], Operations: []
Exploring Operation: 95-94=1, Resulting Numbers: [5, 57, 1]
Generated Node #0,0: 18:[5, 57, 1] Operation: 95-94=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 18:[5, 57, 1], Operations: ['95-94=1']
Exploring Operation: 57-5=52, Resulting Numbers: [1, ... | 0 | hs_1 | sum_heuristic |
[
37,
93,
6,
16
] | 13 | [
"37+93=130",
"16-6=10",
"130/10=13"
] | Current State: 13:[37, 93, 6, 16], Operations: []
Exploring Operation: 37+93=130, Resulting Numbers: [6, 16, 130]
Generated Node #2: [6, 16, 130] from Operation: 37+93=130
Current State: 13:[6, 16, 130], Operations: ['37+93=130']
Exploring Operation: 16-6=10, Resulting Numbers: [130, 10]
Generated Node #3: [130, 10] fr... | 4 | Current State: 13:[37, 93, 6, 16], Operations: []
Exploring Operation: 93-16=77, Resulting Numbers: [37, 6, 77]
Generated Node #0,0: 13:[37, 6, 77] Operation: 93-16=77
Exploring Operation: 93-37=56, Resulting Numbers: [6, 16, 56]
Generated Node #0,1: 13:[6, 16, 56] Operation: 93-37=56
Exploring Operation: 37-16=21, Res... | 0 | hs_3 | sum_heuristic |
[
66,
80,
57,
10
] | 83 | [
"80-66=14",
"10*14=140",
"140-57=83"
] | Current State: 83:[66, 80, 57, 10], Operations: []
Exploring Operation: 80-66=14, Resulting Numbers: [57, 10, 14]
Generated Node #2: [57, 10, 14] from Operation: 80-66=14
Current State: 83:[57, 10, 14], Operations: ['80-66=14']
Exploring Operation: 10*14=140, Resulting Numbers: [57, 140]
Generated Node #3: [57, 140] fr... | 4 | Current State: 83:[66, 80, 57, 10], Operations: []
Exploring Operation: 57+10=67, Resulting Numbers: [66, 80, 67]
Generated Node #0,0: 83:[66, 80, 67] Operation: 57+10=67
Exploring Operation: 66+10=76, Resulting Numbers: [80, 57, 76]
Generated Node #0,1: 83:[80, 57, 76] Operation: 66+10=76
Exploring Operation: 80+10=90... | 0 | hs_3 | mult_heuristic |
[
76,
22,
83,
19
] | 53 | [
"76+83=159",
"22-19=3",
"159/3=53"
] | Current State: 53:[76, 22, 83, 19], Operations: []
Exploring Operation: 76+83=159, Resulting Numbers: [22, 19, 159]
Generated Node #2: [22, 19, 159] from Operation: 76+83=159
Current State: 53:[22, 19, 159], Operations: ['76+83=159']
Exploring Operation: 22-19=3, Resulting Numbers: [159, 3]
Generated Node #3: [159, 3] ... | 4 | Current State: 53:[76, 22, 83, 19], Operations: []
Exploring Operation: 83-22=61, Resulting Numbers: [76, 19, 61]
Generated Node #0,0: 53:[76, 19, 61] Operation: 83-22=61
Exploring Operation: 76-19=57, Resulting Numbers: [22, 83, 57]
Generated Node #0,1: 53:[22, 83, 57] Operation: 76-19=57
Exploring Operation: 83-19=64... | 0 | hs_5 | sum_heuristic |
[
4,
79,
41,
9
] | 33 | [
"4+79=83",
"41+9=50",
"83-50=33"
] | Current State: 33:[4, 79, 41, 9], Operations: []
Exploring Operation: 4+79=83, Resulting Numbers: [41, 9, 83]
Generated Node #2: [41, 9, 83] from Operation: 4+79=83
Current State: 33:[41, 9, 83], Operations: ['4+79=83']
Exploring Operation: 41+9=50, Resulting Numbers: [83, 50]
Generated Node #3: [83, 50] from Operation... | 4 | Current State: 33:[4, 79, 41, 9], Operations: []
Exploring Operation: 79-9=70, Resulting Numbers: [4, 41, 70]
Generated Node #0,0: 33:[4, 41, 70] Operation: 79-9=70
Exploring Operation: 41-9=32, Resulting Numbers: [4, 79, 32]
Generated Node #0,1: 33:[4, 79, 32] Operation: 41-9=32
Exploring Operation: 79-41=38, Resultin... | 0.984375 | hs_4 | mult_heuristic |
[
14,
2,
74,
74
] | 97 | [
"74-14=60",
"74/2=37",
"60+37=97"
] | Current State: 97:[14, 2, 74, 74], Operations: []
Exploring Operation: 74-14=60, Resulting Numbers: [2, 60]
Generated Node #2: [2, 60] from Operation: 74-14=60
Current State: 97:[2, 60], Operations: ['74-14=60']
Exploring Operation: 74/2=37, Resulting Numbers: [60, 37]
Generated Node #3: [60, 37] from Operation: 74/2=3... | 4 | Current State: 97:[14, 2, 74, 74], Operations: []
Exploring Operation: 14*2=28, Resulting Numbers: [74, 74, 28]
Generated Node #0,0: 97:[74, 74, 28] Operation: 14*2=28
Exploring Operation: 14+74=88, Resulting Numbers: [2, 74, 88]
Generated Node #0,1: 97:[2, 74, 88] Operation: 14+74=88
Exploring Operation: 14+2=16, Resu... | 0 | hs_4 | mult_heuristic |
[
8,
44,
6,
53
] | 35 | [
"8-6=2",
"44*2=88",
"88-53=35"
] | Current State: 35:[8, 44, 6, 53], Operations: []
Exploring Operation: 8-6=2, Resulting Numbers: [44, 53, 2]
Generated Node #2: [44, 53, 2] from Operation: 8-6=2
Current State: 35:[44, 53, 2], Operations: ['8-6=2']
Exploring Operation: 44*2=88, Resulting Numbers: [53, 88]
Generated Node #3: [53, 88] from Operation: 44*2... | 4 | Current State: 35:[8, 44, 6, 53], Operations: []
Exploring Operation: 53-6=47, Resulting Numbers: [8, 44, 47]
Generated Node #0,0: 35:[8, 44, 47] Operation: 53-6=47
Exploring Operation: 53-8=45, Resulting Numbers: [44, 6, 45]
Generated Node #0,1: 35:[44, 6, 45] Operation: 53-8=45
Exploring Operation: 44-6=38, Resulting... | 0 | hs_5 | mult_heuristic |
[
35,
59,
73,
3
] | 69 | [
"35+73=108",
"59*3=177",
"177-108=69"
] | Current State: 69:[35, 59, 73, 3], Operations: []
Exploring Operation: 35+73=108, Resulting Numbers: [59, 3, 108]
Generated Node #2: [59, 3, 108] from Operation: 35+73=108
Current State: 69:[59, 3, 108], Operations: ['35+73=108']
Exploring Operation: 59*3=177, Resulting Numbers: [108, 177]
Generated Node #3: [108, 177]... | 4 | Current State: 69:[35, 59, 73, 3], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [35, 3, 14]
Generated Node #0,0: 69:[35, 3, 14] Operation: 73-59=14
Exploring Operation: 59-35=24, Resulting Numbers: [73, 3, 24]
Generated Node #0,1: 69:[73, 3, 24] Operation: 59-35=24
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
74,
40,
31,
30
] | 34 | [
"74-40=34",
"31-30=1",
"34*1=34"
] | Current State: 34:[74, 40, 31, 30], Operations: []
Exploring Operation: 74-40=34, Resulting Numbers: [31, 30, 34]
Generated Node #2: [31, 30, 34] from Operation: 74-40=34
Current State: 34:[31, 30, 34], Operations: ['74-40=34']
Exploring Operation: 31-30=1, Resulting Numbers: [34, 1]
Generated Node #3: [34, 1] from Ope... | 4 | Current State: 34:[74, 40, 31, 30], Operations: []
Exploring Operation: 74-31=43, Resulting Numbers: [40, 30, 43]
Generated Node #0,0: 34:[40, 30, 43] Operation: 74-31=43
Exploring Operation: 74-40=34, Resulting Numbers: [31, 30, 34]
Generated Node #0,1: 34:[31, 30, 34] Operation: 74-40=34
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
70,
98,
94,
35
] | 96 | [
"70/35=2",
"98+94=192",
"192/2=96"
] | Current State: 96:[70, 98, 94, 35], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [98, 94, 2]
Generated Node #2: [98, 94, 2] from Operation: 70/35=2
Current State: 96:[98, 94, 2], Operations: ['70/35=2']
Exploring Operation: 98+94=192, Resulting Numbers: [2, 192]
Generated Node #3: [2, 192] from Opera... | 4 | Current State: 96:[70, 98, 94, 35], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [98, 94, 2]
Generated Node #0,0: 96:[98, 94, 2] Operation: 70/35=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 96:[98, 94, 2], Operations: ['70/35=2']
Exploring Operation: 98-94=4, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
58,
31,
3,
46
] | 22 | [
"58-31=27",
"3+46=49",
"49-27=22"
] | Current State: 22:[58, 31, 3, 46], Operations: []
Exploring Operation: 58-31=27, Resulting Numbers: [3, 46, 27]
Generated Node #2: [3, 46, 27] from Operation: 58-31=27
Current State: 22:[3, 46, 27], Operations: ['58-31=27']
Exploring Operation: 3+46=49, Resulting Numbers: [27, 49]
Generated Node #3: [27, 49] from Opera... | 4 | Current State: 22:[58, 31, 3, 46], Operations: []
Exploring Operation: 58-46=12, Resulting Numbers: [31, 3, 12]
Generated Node #0,0: 22:[31, 3, 12] Operation: 58-46=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 22:[31, 3, 12], Operations: ['58-46=12']
Exploring Operation: 31-12=19, Resulting Number... | 0.993924 | hs_1 | sum_heuristic |
[
16,
50,
31,
78
] | 75 | [
"50-16=34",
"31+78=109",
"109-34=75"
] | Current State: 75:[16, 50, 31, 78], Operations: []
Exploring Operation: 50-16=34, Resulting Numbers: [31, 78, 34]
Generated Node #2: [31, 78, 34] from Operation: 50-16=34
Current State: 75:[31, 78, 34], Operations: ['50-16=34']
Exploring Operation: 31+78=109, Resulting Numbers: [34, 109]
Generated Node #3: [34, 109] fr... | 4 | Current State: 75:[16, 50, 31, 78], Operations: []
Exploring Operation: 16+50=66, Resulting Numbers: [31, 78, 66]
Generated Node #0,0: 75:[31, 78, 66] Operation: 16+50=66
Exploring Operation: 50-16=34, Resulting Numbers: [31, 78, 34]
Generated Node #0,1: 75:[31, 78, 34] Operation: 50-16=34
Exploring Operation: 78-50=28... | 0.985243 | hs_5 | sum_heuristic |
[
43,
62,
32,
15
] | 86 | [
"62-32=30",
"43*30=1290",
"1290/15=86"
] | Current State: 86:[43, 62, 32, 15], Operations: []
Exploring Operation: 62-32=30, Resulting Numbers: [43, 15, 30]
Generated Node #2: [43, 15, 30] from Operation: 62-32=30
Current State: 86:[43, 15, 30], Operations: ['62-32=30']
Exploring Operation: 43*30=1290, Resulting Numbers: [15, 1290]
Generated Node #3: [15, 1290]... | 4 | Current State: 86:[43, 62, 32, 15], Operations: []
Exploring Operation: 62+15=77, Resulting Numbers: [43, 32, 77]
Generated Node #0,0: 86:[43, 32, 77] Operation: 62+15=77
Exploring Operation: 62-15=47, Resulting Numbers: [43, 32, 47]
Generated Node #0,1: 86:[43, 32, 47] Operation: 62-15=47
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
91,
70,
74,
26
] | 69 | [
"91-70=21",
"74-26=48",
"21+48=69"
] | Current State: 69:[91, 70, 74, 26], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [74, 26, 21]
Generated Node #2: [74, 26, 21] from Operation: 91-70=21
Current State: 69:[74, 26, 21], Operations: ['91-70=21']
Exploring Operation: 74-26=48, Resulting Numbers: [21, 48]
Generated Node #3: [21, 48] from ... | 4 | Current State: 69:[91, 70, 74, 26], Operations: []
Exploring Operation: 91-70=21, Resulting Numbers: [74, 26, 21]
Generated Node #0,0: 69:[74, 26, 21] Operation: 91-70=21
Exploring Operation: 91-74=17, Resulting Numbers: [70, 26, 17]
Generated Node #0,1: 69:[70, 26, 17] Operation: 91-74=17
Moving to Node #0,0
Current S... | 0.986979 | hs_2 | sum_heuristic |
[
21,
79,
79,
42
] | 42 | [
"79-79=0",
"21*0=0",
"42+0=42"
] | Current State: 42:[21, 79, 79, 42], Operations: []
Exploring Operation: 79-79=0, Resulting Numbers: [21, 42, 0]
Generated Node #2: [21, 42, 0] from Operation: 79-79=0
Current State: 42:[21, 42, 0], Operations: ['79-79=0']
Exploring Operation: 21*0=0, Resulting Numbers: [42, 0]
Generated Node #3: [42, 0] from Operation:... | 4 | Current State: 42:[21, 79, 79, 42], Operations: []
Exploring Operation: 79/79=1, Resulting Numbers: [21, 42, 1]
Generated Node #0,0: 42:[21, 42, 1] Operation: 79/79=1
Exploring Operation: 79-79=0, Resulting Numbers: [21, 42, 0]
Generated Node #0,1: 42:[21, 42, 0] Operation: 79-79=0
Moving to Node #0,0
Current State: 42... | 0 | hs_2 | sum_heuristic |
[
94,
36,
46,
47
] | 59 | [
"94-36=58",
"47-46=1",
"58+1=59"
] | Current State: 59:[94, 36, 46, 47], Operations: []
Exploring Operation: 94-36=58, Resulting Numbers: [46, 47, 58]
Generated Node #2: [46, 47, 58] from Operation: 94-36=58
Current State: 59:[46, 47, 58], Operations: ['94-36=58']
Exploring Operation: 47-46=1, Resulting Numbers: [58, 1]
Generated Node #3: [58, 1] from Ope... | 4 | Current State: 59:[94, 36, 46, 47], Operations: []
Exploring Operation: 94-36=58, Resulting Numbers: [46, 47, 58]
Generated Node #0,0: 59:[46, 47, 58] Operation: 94-36=58
Exploring Operation: 94-46=48, Resulting Numbers: [36, 47, 48]
Generated Node #0,1: 59:[36, 47, 48] Operation: 94-46=48
Exploring Operation: 36+47=83... | 0.980903 | hs_5 | mult_heuristic |
[
26,
11,
41,
99
] | 95 | [
"26+11=37",
"99-41=58",
"37+58=95"
] | Current State: 95:[26, 11, 41, 99], Operations: []
Exploring Operation: 26+11=37, Resulting Numbers: [41, 99, 37]
Generated Node #2: [41, 99, 37] from Operation: 26+11=37
Current State: 95:[41, 99, 37], Operations: ['26+11=37']
Exploring Operation: 99-41=58, Resulting Numbers: [37, 58]
Generated Node #3: [37, 58] from ... | 4 | Current State: 95:[26, 11, 41, 99], Operations: []
Exploring Operation: 26-11=15, Resulting Numbers: [41, 99, 15]
Generated Node #0,0: 95:[41, 99, 15] Operation: 26-11=15
Exploring Operation: 41-11=30, Resulting Numbers: [26, 99, 30]
Generated Node #0,1: 95:[26, 99, 30] Operation: 41-11=30
Exploring Operation: 99-11=88... | 0.986979 | hs_5 | mult_heuristic |
[
97,
73,
2,
19
] | 83 | [
"97-19=78",
"2*78=156",
"156-73=83"
] | Current State: 83:[97, 73, 2, 19], Operations: []
Exploring Operation: 97-19=78, Resulting Numbers: [73, 2, 78]
Generated Node #2: [73, 2, 78] from Operation: 97-19=78
Current State: 83:[73, 2, 78], Operations: ['97-19=78']
Exploring Operation: 2*78=156, Resulting Numbers: [73, 156]
Generated Node #3: [73, 156] from Op... | 4 | Current State: 83:[97, 73, 2, 19], Operations: []
Exploring Operation: 2*19=38, Resulting Numbers: [97, 73, 38]
Generated Node #0,0: 83:[97, 73, 38] Operation: 2*19=38
Exploring Operation: 97-2=95, Resulting Numbers: [73, 19, 95]
Generated Node #0,1: 83:[73, 19, 95] Operation: 97-2=95
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
24,
30,
65,
6
] | 37 | [
"30/6=5",
"65/5=13",
"24+13=37"
] | Current State: 37:[24, 30, 65, 6], Operations: []
Exploring Operation: 30/6=5, Resulting Numbers: [24, 65, 5]
Generated Node #2: [24, 65, 5] from Operation: 30/6=5
Current State: 37:[24, 65, 5], Operations: ['30/6=5']
Exploring Operation: 65/5=13, Resulting Numbers: [24, 13]
Generated Node #3: [24, 13] from Operation: ... | 4 | Current State: 37:[24, 30, 65, 6], Operations: []
Exploring Operation: 65-24=41, Resulting Numbers: [30, 6, 41]
Generated Node #0,0: 37:[30, 6, 41] Operation: 65-24=41
Exploring Operation: 24+6=30, Resulting Numbers: [30, 65, 30]
Generated Node #0,1: 37:[30, 65, 30] Operation: 24+6=30
Exploring Operation: 30+6=36, Resu... | 0 | hs_3 | sum_heuristic |
[
44,
40,
61,
72
] | 44 | [
"44-40=4",
"72-61=11",
"4*11=44"
] | Current State: 44:[44, 40, 61, 72], Operations: []
Exploring Operation: 44-40=4, Resulting Numbers: [61, 72, 4]
Generated Node #2: [61, 72, 4] from Operation: 44-40=4
Current State: 44:[61, 72, 4], Operations: ['44-40=4']
Exploring Operation: 72-61=11, Resulting Numbers: [4, 11]
Generated Node #3: [4, 11] from Operatio... | 4 | Current State: 44:[44, 40, 61, 72], Operations: []
Exploring Operation: 72-44=28, Resulting Numbers: [40, 61, 28]
Generated Node #0,0: 44:[40, 61, 28] Operation: 72-44=28
Exploring Operation: 72-61=11, Resulting Numbers: [44, 40, 11]
Generated Node #0,1: 44:[44, 40, 11] Operation: 72-61=11
Moving to Node #0,1
Current S... | 0.986111 | hs_2 | mult_heuristic |
[
46,
34,
46,
78
] | 78 | [
"46-46=0",
"34*0=0",
"78+0=78"
] | Current State: 78:[46, 34, 46, 78], Operations: []
Exploring Operation: 46-46=0, Resulting Numbers: [34, 78, 0]
Generated Node #2: [34, 78, 0] from Operation: 46-46=0
Current State: 78:[34, 78, 0], Operations: ['46-46=0']
Exploring Operation: 34*0=0, Resulting Numbers: [78, 0]
Generated Node #3: [78, 0] from Operation:... | 4 | Current State: 78:[46, 34, 46, 78], Operations: []
Exploring Operation: 46-46=0, Resulting Numbers: [34, 78, 0]
Generated Node #0,0: 78:[34, 78, 0] Operation: 46-46=0
Exploring Operation: 46-34=12, Resulting Numbers: [46, 78, 12]
Generated Node #0,1: 78:[46, 78, 12] Operation: 46-34=12
Exploring Operation: 46/46=1, Res... | 0.985243 | hs_4 | sum_heuristic |
[
81,
74,
61,
87
] | 78 | [
"87-81=6",
"74-61=13",
"6*13=78"
] | Current State: 78:[81, 74, 61, 87], Operations: []
Exploring Operation: 87-81=6, Resulting Numbers: [74, 61, 6]
Generated Node #2: [74, 61, 6] from Operation: 87-81=6
Current State: 78:[74, 61, 6], Operations: ['87-81=6']
Exploring Operation: 74-61=13, Resulting Numbers: [6, 13]
Generated Node #3: [6, 13] from Operatio... | 4 | Current State: 78:[81, 74, 61, 87], Operations: []
Exploring Operation: 81-61=20, Resulting Numbers: [74, 87, 20]
Generated Node #0,0: 78:[74, 87, 20] Operation: 81-61=20
Exploring Operation: 87-81=6, Resulting Numbers: [74, 61, 6]
Generated Node #0,1: 78:[74, 61, 6] Operation: 87-81=6
Exploring Operation: 87-74=13, Re... | 0.967882 | hs_5 | sum_heuristic |
[
91,
75,
57,
18
] | 59 | [
"91-75=16",
"57+18=75",
"75-16=59"
] | Current State: 59:[91, 75, 57, 18], Operations: []
Exploring Operation: 91-75=16, Resulting Numbers: [57, 18, 16]
Generated Node #2: [57, 18, 16] from Operation: 91-75=16
Current State: 59:[57, 18, 16], Operations: ['91-75=16']
Exploring Operation: 57+18=75, Resulting Numbers: [16, 75]
Generated Node #3: [16, 75] from ... | 4 | Current State: 59:[91, 75, 57, 18], Operations: []
Exploring Operation: 91-18=73, Resulting Numbers: [75, 57, 73]
Generated Node #0,0: 59:[75, 57, 73] Operation: 91-18=73
Start Sub Search at level 1: Moving to Node #0,0
Current State: 59:[75, 57, 73], Operations: ['91-18=73']
Exploring Operation: 75-57=18, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
2,
13,
50,
18
] | 43 | [
"13-2=11",
"50-18=32",
"11+32=43"
] | Current State: 43:[2, 13, 50, 18], Operations: []
Exploring Operation: 13-2=11, Resulting Numbers: [50, 18, 11]
Generated Node #2: [50, 18, 11] from Operation: 13-2=11
Current State: 43:[50, 18, 11], Operations: ['13-2=11']
Exploring Operation: 50-18=32, Resulting Numbers: [11, 32]
Generated Node #3: [11, 32] from Oper... | 4 | Current State: 43:[2, 13, 50, 18], Operations: []
Exploring Operation: 2*13=26, Resulting Numbers: [50, 18, 26]
Generated Node #0,0: 43:[50, 18, 26] Operation: 2*13=26
Exploring Operation: 2*18=36, Resulting Numbers: [13, 50, 36]
Generated Node #0,1: 43:[13, 50, 36] Operation: 2*18=36
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
13,
80,
97,
80
] | 83 | [
"97-13=84",
"80/80=1",
"84-1=83"
] | Current State: 83:[13, 80, 97, 80], Operations: []
Exploring Operation: 97-13=84, Resulting Numbers: [80, 80, 84]
Generated Node #2: [80, 80, 84] from Operation: 97-13=84
Current State: 83:[80, 80, 84], Operations: ['97-13=84']
Exploring Operation: 80/80=1, Resulting Numbers: [84, 1]
Generated Node #3: [84, 1] from Ope... | 4 | Current State: 83:[13, 80, 97, 80], Operations: []
Exploring Operation: 13+80=93, Resulting Numbers: [97, 80, 93]
Generated Node #0,0: 83:[97, 80, 93] Operation: 13+80=93
Exploring Operation: 97-13=84, Resulting Numbers: [80, 80, 84]
Generated Node #0,1: 83:[80, 80, 84] Operation: 97-13=84
Exploring Operation: 13+80=93... | 0.947917 | hs_4 | sum_heuristic |
[
40,
92,
10,
37
] | 56 | [
"40/10=4",
"37*4=148",
"148-92=56"
] | Current State: 56:[40, 92, 10, 37], Operations: []
Exploring Operation: 40/10=4, Resulting Numbers: [92, 37, 4]
Generated Node #2: [92, 37, 4] from Operation: 40/10=4
Current State: 56:[92, 37, 4], Operations: ['40/10=4']
Exploring Operation: 37*4=148, Resulting Numbers: [92, 148]
Generated Node #3: [92, 148] from Oper... | 4 | Current State: 56:[40, 92, 10, 37], Operations: []
Exploring Operation: 92-40=52, Resulting Numbers: [10, 37, 52]
Generated Node #0,0: 56:[10, 37, 52] Operation: 92-40=52
Moving to Node #0,0
Current State: 56:[10, 37, 52], Operations: ['92-40=52']
Exploring Operation: 52-37=15, Resulting Numbers: [10, 15]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
45,
25,
52,
37
] | 55 | [
"45+25=70",
"52-37=15",
"70-15=55"
] | Current State: 55:[45, 25, 52, 37], Operations: []
Exploring Operation: 45+25=70, Resulting Numbers: [52, 37, 70]
Generated Node #2: [52, 37, 70] from Operation: 45+25=70
Current State: 55:[52, 37, 70], Operations: ['45+25=70']
Exploring Operation: 52-37=15, Resulting Numbers: [70, 15]
Generated Node #3: [70, 15] from ... | 4 | Current State: 55:[45, 25, 52, 37], Operations: []
Exploring Operation: 37-25=12, Resulting Numbers: [45, 52, 12]
Generated Node #0,0: 55:[45, 52, 12] Operation: 37-25=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 55:[45, 52, 12], Operations: ['37-25=12']
Exploring Operation: 52-45=7, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
23,
15,
54,
80
] | 34 | [
"23-15=8",
"80-54=26",
"8+26=34"
] | Current State: 34:[23, 15, 54, 80], Operations: []
Exploring Operation: 23-15=8, Resulting Numbers: [54, 80, 8]
Generated Node #2: [54, 80, 8] from Operation: 23-15=8
Current State: 34:[54, 80, 8], Operations: ['23-15=8']
Exploring Operation: 80-54=26, Resulting Numbers: [8, 26]
Generated Node #3: [8, 26] from Operatio... | 4 | Current State: 34:[23, 15, 54, 80], Operations: []
Exploring Operation: 80-23=57, Resulting Numbers: [15, 54, 57]
Generated Node #0,0: 34:[15, 54, 57] Operation: 80-23=57
Exploring Operation: 54-15=39, Resulting Numbers: [23, 80, 39]
Generated Node #0,1: 34:[23, 80, 39] Operation: 54-15=39
Exploring Operation: 80-54=26... | 0.982639 | hs_5 | mult_heuristic |
[
69,
60,
3,
66
] | 60 | [
"69+60=129",
"3+66=69",
"129-69=60"
] | Current State: 60:[69, 60, 3, 66], Operations: []
Exploring Operation: 69+60=129, Resulting Numbers: [3, 66, 129]
Generated Node #2: [3, 66, 129] from Operation: 69+60=129
Current State: 60:[3, 66, 129], Operations: ['69+60=129']
Exploring Operation: 3+66=69, Resulting Numbers: [129, 69]
Generated Node #3: [129, 69] fr... | 4 | Current State: 60:[69, 60, 3, 66], Operations: []
Exploring Operation: 66/3=22, Resulting Numbers: [69, 60, 22]
Generated Node #0,0: 60:[69, 60, 22] Operation: 66/3=22
Exploring Operation: 69-60=9, Resulting Numbers: [3, 66, 9]
Generated Node #0,1: 60:[3, 66, 9] Operation: 69-60=9
Exploring Operation: 69-66=3, Resultin... | 0.986111 | hs_5 | sum_heuristic |
[
5,
61,
59,
85
] | 45 | [
"5+85=90",
"61-59=2",
"90/2=45"
] | Current State: 45:[5, 61, 59, 85], Operations: []
Exploring Operation: 5+85=90, Resulting Numbers: [61, 59, 90]
Generated Node #2: [61, 59, 90] from Operation: 5+85=90
Current State: 45:[61, 59, 90], Operations: ['5+85=90']
Exploring Operation: 61-59=2, Resulting Numbers: [90, 2]
Generated Node #3: [90, 2] from Operati... | 4 | Current State: 45:[5, 61, 59, 85], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [61, 59, 17]
Generated Node #0,0: 45:[61, 59, 17] Operation: 85/5=17
Exploring Operation: 61-59=2, Resulting Numbers: [5, 85, 2]
Generated Node #0,1: 45:[5, 85, 2] Operation: 61-59=2
Exploring Operation: 85-61=24, Resulti... | 0 | hs_5 | sum_heuristic |
[
52,
31,
99,
3
] | 92 | [
"52-31=21",
"21/3=7",
"99-7=92"
] | Current State: 92:[52, 31, 99, 3], Operations: []
Exploring Operation: 52-31=21, Resulting Numbers: [99, 3, 21]
Generated Node #2: [99, 3, 21] from Operation: 52-31=21
Current State: 92:[99, 3, 21], Operations: ['52-31=21']
Exploring Operation: 21/3=7, Resulting Numbers: [99, 7]
Generated Node #3: [99, 7] from Operatio... | 4 | Current State: 92:[52, 31, 99, 3], Operations: []
Exploring Operation: 52-31=21, Resulting Numbers: [99, 3, 21]
Generated Node #0,0: 92:[99, 3, 21] Operation: 52-31=21
Moving to Node #0,0
Current State: 92:[99, 3, 21], Operations: ['52-31=21']
Exploring Operation: 99-3=96, Resulting Numbers: [21, 96]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
1,
72,
24,
26
] | 64 | [
"1+26=27",
"72*24=1728",
"1728/27=64"
] | Current State: 64:[1, 72, 24, 26], Operations: []
Exploring Operation: 1+26=27, Resulting Numbers: [72, 24, 27]
Generated Node #2: [72, 24, 27] from Operation: 1+26=27
Current State: 64:[72, 24, 27], Operations: ['1+26=27']
Exploring Operation: 72*24=1728, Resulting Numbers: [27, 1728]
Generated Node #3: [27, 1728] fro... | 4 | Current State: 64:[1, 72, 24, 26], Operations: []
Exploring Operation: 24-1=23, Resulting Numbers: [72, 26, 23]
Generated Node #0,0: 64:[72, 26, 23] Operation: 24-1=23
Exploring Operation: 72-1=71, Resulting Numbers: [24, 26, 71]
Generated Node #0,1: 64:[24, 26, 71] Operation: 72-1=71
Exploring Operation: 72/24=3, Resu... | 0 | hs_5 | sum_heuristic |
[
12,
23,
93,
97
] | 15 | [
"23-12=11",
"97-93=4",
"11+4=15"
] | Current State: 15:[12, 23, 93, 97], Operations: []
Exploring Operation: 23-12=11, Resulting Numbers: [93, 97, 11]
Generated Node #2: [93, 97, 11] from Operation: 23-12=11
Current State: 15:[93, 97, 11], Operations: ['23-12=11']
Exploring Operation: 97-93=4, Resulting Numbers: [11, 4]
Generated Node #3: [11, 4] from Ope... | 4 | Current State: 15:[12, 23, 93, 97], Operations: []
Exploring Operation: 97-12=85, Resulting Numbers: [23, 93, 85]
Generated Node #0,0: 15:[23, 93, 85] Operation: 97-12=85
Exploring Operation: 97-23=74, Resulting Numbers: [12, 93, 74]
Generated Node #0,1: 15:[12, 93, 74] Operation: 97-23=74
Exploring Operation: 93-23=70... | 0.985243 | hs_5 | sum_heuristic |
[
67,
66,
3,
18
] | 21 | [
"67-66=1",
"3+18=21",
"1*21=21"
] | Current State: 21:[67, 66, 3, 18], Operations: []
Exploring Operation: 67-66=1, Resulting Numbers: [3, 18, 1]
Generated Node #2: [3, 18, 1] from Operation: 67-66=1
Current State: 21:[3, 18, 1], Operations: ['67-66=1']
Exploring Operation: 3+18=21, Resulting Numbers: [1, 21]
Generated Node #3: [1, 21] from Operation: 3+... | 4 | Current State: 21:[67, 66, 3, 18], Operations: []
Exploring Operation: 67-18=49, Resulting Numbers: [66, 3, 49]
Generated Node #0,0: 21:[66, 3, 49] Operation: 67-18=49
Exploring Operation: 67-66=1, Resulting Numbers: [3, 18, 1]
Generated Node #0,1: 21:[3, 18, 1] Operation: 67-66=1
Exploring Operation: 66/3=22, Resultin... | 0.957465 | hs_4 | sum_heuristic |
[
62,
4,
45,
4
] | 52 | [
"62-4=58",
"58-45=13",
"4*13=52"
] | Current State: 52:[62, 4, 45, 4], Operations: []
Exploring Operation: 62-4=58, Resulting Numbers: [45, 58]
Generated Node #2: [45, 58] from Operation: 62-4=58
Current State: 52:[45, 58], Operations: ['62-4=58']
Exploring Operation: 58-45=13, Resulting Numbers: [13]
13,52 equal: Goal Reached
Exploring Operation: 4*13=52... | 4 | Current State: 52:[62, 4, 45, 4], Operations: []
Exploring Operation: 62-45=17, Resulting Numbers: [4, 4, 17]
Generated Node #0,0: 52:[4, 4, 17] Operation: 62-45=17
Exploring Operation: 62-4=58, Resulting Numbers: [45, 4, 58]
Generated Node #0,1: 52:[45, 4, 58] Operation: 62-4=58
Moving to Node #0,0
Current State: 52:[... | 0.992188 | hs_2 | mult_heuristic |
[
13,
69,
22,
80
] | 44 | [
"13+69=82",
"82-80=2",
"22*2=44"
] | Current State: 44:[13, 69, 22, 80], Operations: []
Exploring Operation: 13+69=82, Resulting Numbers: [22, 80, 82]
Generated Node #2: [22, 80, 82] from Operation: 13+69=82
Current State: 44:[22, 80, 82], Operations: ['13+69=82']
Exploring Operation: 82-80=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 | Current State: 44:[13, 69, 22, 80], Operations: []
Exploring Operation: 80-22=58, Resulting Numbers: [13, 69, 58]
Generated Node #0,0: 44:[13, 69, 58] Operation: 80-22=58
Exploring Operation: 69-22=47, Resulting Numbers: [13, 80, 47]
Generated Node #0,1: 44:[13, 80, 47] Operation: 69-22=47
Exploring Operation: 69-13=56... | 0.967014 | hs_4 | sum_heuristic |
[
19,
7,
43,
87
] | 70 | [
"19+7=26",
"87-43=44",
"26+44=70"
] | Current State: 70:[19, 7, 43, 87], Operations: []
Exploring Operation: 19+7=26, Resulting Numbers: [43, 87, 26]
Generated Node #2: [43, 87, 26] from Operation: 19+7=26
Current State: 70:[43, 87, 26], Operations: ['19+7=26']
Exploring Operation: 87-43=44, Resulting Numbers: [26, 44]
Generated Node #3: [26, 44] from Oper... | 4 | Current State: 70:[19, 7, 43, 87], Operations: []
Exploring Operation: 87-43=44, Resulting Numbers: [19, 7, 44]
Generated Node #0,0: 70:[19, 7, 44] Operation: 87-43=44
Exploring Operation: 43-7=36, Resulting Numbers: [19, 87, 36]
Generated Node #0,1: 70:[19, 87, 36] Operation: 43-7=36
Exploring Operation: 87-19=68, Res... | 0.96875 | hs_5 | sum_heuristic |
[
99,
46,
78,
2
] | 37 | [
"46+78=124",
"124/2=62",
"99-62=37"
] | Current State: 37:[99, 46, 78, 2], Operations: []
Exploring Operation: 46+78=124, Resulting Numbers: [99, 2, 124]
Generated Node #2: [99, 2, 124] from Operation: 46+78=124
Current State: 37:[99, 2, 124], Operations: ['46+78=124']
Exploring Operation: 124/2=62, Resulting Numbers: [99, 62]
Generated Node #3: [99, 62] fro... | 4 | Current State: 37:[99, 46, 78, 2], Operations: []
Exploring Operation: 99-78=21, Resulting Numbers: [46, 2, 21]
Generated Node #0,0: 37:[46, 2, 21] Operation: 99-78=21
Start Sub Search at level 1: Moving to Node #0,0
Current State: 37:[46, 2, 21], Operations: ['99-78=21']
Exploring Operation: 2*21=42, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
6,
44,
65,
45
] | 59 | [
"65-6=59",
"45-44=1",
"59*1=59"
] | Current State: 59:[6, 44, 65, 45], Operations: []
Exploring Operation: 65-6=59, Resulting Numbers: [44, 45, 59]
Generated Node #2: [44, 45, 59] from Operation: 65-6=59
Current State: 59:[44, 45, 59], Operations: ['65-6=59']
Exploring Operation: 45-44=1, Resulting Numbers: [59, 1]
Generated Node #3: [59, 1] from Operati... | 4 | Current State: 59:[6, 44, 65, 45], Operations: []
Exploring Operation: 6+44=50, Resulting Numbers: [65, 45, 50]
Generated Node #0,0: 59:[65, 45, 50] Operation: 6+44=50
Moving to Node #0,0
Current State: 59:[65, 45, 50], Operations: ['6+44=50']
Exploring Operation: 45+50=95, Resulting Numbers: [65, 95]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
15,
38,
45,
26
] | 77 | [
"26-15=11",
"45-38=7",
"11*7=77"
] | Current State: 77:[15, 38, 45, 26], Operations: []
Exploring Operation: 26-15=11, Resulting Numbers: [38, 45, 11]
Generated Node #2: [38, 45, 11] from Operation: 26-15=11
Current State: 77:[38, 45, 11], Operations: ['26-15=11']
Exploring Operation: 45-38=7, Resulting Numbers: [11, 7]
Generated Node #3: [11, 7] from Ope... | 4 | Current State: 77:[15, 38, 45, 26], Operations: []
Exploring Operation: 45-38=7, Resulting Numbers: [15, 26, 7]
Generated Node #0,0: 77:[15, 26, 7] Operation: 45-38=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 77:[15, 26, 7], Operations: ['45-38=7']
Exploring Operation: 26-15=11, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
54,
66,
59,
6
] | 53 | [
"66-54=12",
"59+6=65",
"65-12=53"
] | Current State: 53:[54, 66, 59, 6], Operations: []
Exploring Operation: 66-54=12, Resulting Numbers: [59, 6, 12]
Generated Node #2: [59, 6, 12] from Operation: 66-54=12
Current State: 53:[59, 6, 12], Operations: ['66-54=12']
Exploring Operation: 59+6=65, Resulting Numbers: [12, 65]
Generated Node #3: [12, 65] from Opera... | 4 | Current State: 53:[54, 66, 59, 6], Operations: []
Exploring Operation: 66-6=60, Resulting Numbers: [54, 59, 60]
Generated Node #0,0: 53:[54, 59, 60] Operation: 66-6=60
Exploring Operation: 54-6=48, Resulting Numbers: [66, 59, 48]
Generated Node #0,1: 53:[66, 59, 48] Operation: 54-6=48
Exploring Operation: 59-6=53, Resu... | 0.989583 | hs_3 | mult_heuristic |
[
20,
67,
5,
17
] | 52 | [
"20-17=3",
"5*3=15",
"67-15=52"
] | Current State: 52:[20, 67, 5, 17], Operations: []
Exploring Operation: 20-17=3, Resulting Numbers: [67, 5, 3]
Generated Node #2: [67, 5, 3] from Operation: 20-17=3
Current State: 52:[67, 5, 3], Operations: ['20-17=3']
Exploring Operation: 5*3=15, Resulting Numbers: [67, 15]
Generated Node #3: [67, 15] from Operation: 5... | 4 | Current State: 52:[20, 67, 5, 17], Operations: []
Exploring Operation: 67-20=47, Resulting Numbers: [5, 17, 47]
Generated Node #0,0: 52:[5, 17, 47] Operation: 67-20=47
Exploring Operation: 67-17=50, Resulting Numbers: [20, 5, 50]
Generated Node #0,1: 52:[20, 5, 50] Operation: 67-17=50
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
49,
36,
59,
7
] | 16 | [
"49/7=7",
"59-36=23",
"23-7=16"
] | Current State: 16:[49, 36, 59, 7], Operations: []
Exploring Operation: 49/7=7, Resulting Numbers: [36, 59, 7]
Generated Node #2: [36, 59, 7] from Operation: 49/7=7
Current State: 16:[36, 59, 7], Operations: ['49/7=7']
Exploring Operation: 59-36=23, Resulting Numbers: [7, 23]
Generated Node #3: [7, 23] from Operation: 5... | 4 | Current State: 16:[49, 36, 59, 7], Operations: []
Exploring Operation: 59-36=23, Resulting Numbers: [49, 7, 23]
Generated Node #0,0: 16:[49, 7, 23] Operation: 59-36=23
Exploring Operation: 49-36=13, Resulting Numbers: [59, 7, 13]
Generated Node #0,1: 16:[59, 7, 13] Operation: 49-36=13
Exploring Operation: 49-7=42, Resu... | 0.967014 | hs_5 | mult_heuristic |
[
43,
9,
44,
38
] | 53 | [
"43+38=81",
"81/9=9",
"44+9=53"
] | Current State: 53:[43, 9, 44, 38], Operations: []
Exploring Operation: 43+38=81, Resulting Numbers: [9, 44, 81]
Generated Node #2: [9, 44, 81] from Operation: 43+38=81
Current State: 53:[9, 44, 81], Operations: ['43+38=81']
Exploring Operation: 81/9=9, Resulting Numbers: [44, 9]
Generated Node #3: [44, 9] from Operatio... | 4 | Current State: 53:[43, 9, 44, 38], Operations: []
Exploring Operation: 43+9=52, Resulting Numbers: [44, 38, 52]
Generated Node #0,0: 53:[44, 38, 52] Operation: 43+9=52
Exploring Operation: 9+38=47, Resulting Numbers: [43, 44, 47]
Generated Node #0,1: 53:[43, 44, 47] Operation: 9+38=47
Exploring Operation: 9+44=53, Resu... | 0 | hs_3 | sum_heuristic |
[
32,
28,
16,
69
] | 43 | [
"32/16=2",
"69-28=41",
"2+41=43"
] | Current State: 43:[32, 28, 16, 69], Operations: []
Exploring Operation: 32/16=2, Resulting Numbers: [28, 69, 2]
Generated Node #2: [28, 69, 2] from Operation: 32/16=2
Current State: 43:[28, 69, 2], Operations: ['32/16=2']
Exploring Operation: 69-28=41, Resulting Numbers: [2, 41]
Generated Node #3: [2, 41] from Operatio... | 4 | Current State: 43:[32, 28, 16, 69], Operations: []
Exploring Operation: 69-16=53, Resulting Numbers: [32, 28, 53]
Generated Node #0,0: 43:[32, 28, 53] Operation: 69-16=53
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[32, 28, 53], Operations: ['69-16=53']
Exploring Operation: 32+28=60, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
8,
5,
6,
26
] | 17 | [
"8-5=3",
"26-6=20",
"20-3=17"
] | Current State: 17:[8, 5, 6, 26], Operations: []
Exploring Operation: 8-5=3, Resulting Numbers: [6, 26, 3]
Generated Node #2: [6, 26, 3] from Operation: 8-5=3
Current State: 17:[6, 26, 3], Operations: ['8-5=3']
Exploring Operation: 26-6=20, Resulting Numbers: [3, 20]
Generated Node #3: [3, 20] from Operation: 26-6=20
Cu... | 4 | Current State: 17:[8, 5, 6, 26], Operations: []
Exploring Operation: 26-8=18, Resulting Numbers: [5, 6, 18]
Generated Node #0,0: 17:[5, 6, 18] Operation: 26-8=18
Exploring Operation: 8+5=13, Resulting Numbers: [6, 26, 13]
Generated Node #0,1: 17:[6, 26, 13] Operation: 8+5=13
Exploring Operation: 5+6=11, Resulting Numbe... | 0.979167 | hs_4 | sum_heuristic |
[
56,
70,
80,
17
] | 62 | [
"56+80=136",
"136/17=8",
"70-8=62"
] | Current State: 62:[56, 70, 80, 17], Operations: []
Exploring Operation: 56+80=136, Resulting Numbers: [70, 17, 136]
Generated Node #2: [70, 17, 136] from Operation: 56+80=136
Current State: 62:[70, 17, 136], Operations: ['56+80=136']
Exploring Operation: 136/17=8, Resulting Numbers: [70, 8]
Generated Node #3: [70, 8] f... | 4 | Current State: 62:[56, 70, 80, 17], Operations: []
Exploring Operation: 56-17=39, Resulting Numbers: [70, 80, 39]
Generated Node #0,0: 62:[70, 80, 39] Operation: 56-17=39
Exploring Operation: 80-17=63, Resulting Numbers: [56, 70, 63]
Generated Node #0,1: 62:[56, 70, 63] Operation: 80-17=63
Exploring Operation: 70-17=53... | 0 | hs_5 | sum_heuristic |
[
86,
42,
28,
2
] | 100 | [
"86-42=44",
"28*2=56",
"44+56=100"
] | Current State: 100:[86, 42, 28, 2], Operations: []
Exploring Operation: 86-42=44, Resulting Numbers: [28, 2, 44]
Generated Node #2: [28, 2, 44] from Operation: 86-42=44
Current State: 100:[28, 2, 44], Operations: ['86-42=44']
Exploring Operation: 28*2=56, Resulting Numbers: [44, 56]
Generated Node #3: [44, 56] from Ope... | 4 | Current State: 100:[86, 42, 28, 2], Operations: []
Exploring Operation: 86-42=44, Resulting Numbers: [28, 2, 44]
Generated Node #0,0: 100:[28, 2, 44] Operation: 86-42=44
Exploring Operation: 86-28=58, Resulting Numbers: [42, 2, 58]
Generated Node #0,1: 100:[42, 2, 58] Operation: 86-28=58
Moving to Node #0,0
Current Sta... | 0 | hs_2 | sum_heuristic |
[
72,
94,
66,
97
] | 42 | [
"97-94=3",
"72/3=24",
"66-24=42"
] | Current State: 42:[72, 94, 66, 97], Operations: []
Exploring Operation: 97-94=3, Resulting Numbers: [72, 66, 3]
Generated Node #2: [72, 66, 3] from Operation: 97-94=3
Current State: 42:[72, 66, 3], Operations: ['97-94=3']
Exploring Operation: 72/3=24, Resulting Numbers: [66, 24]
Generated Node #3: [66, 24] from Operati... | 4 | Current State: 42:[72, 94, 66, 97], Operations: []
Exploring Operation: 97-94=3, Resulting Numbers: [72, 66, 3]
Generated Node #0,0: 42:[72, 66, 3] Operation: 97-94=3
Exploring Operation: 94-72=22, Resulting Numbers: [66, 97, 22]
Generated Node #0,1: 42:[66, 97, 22] Operation: 94-72=22
Start Sub Search at level 1: Movi... | 0.989583 | hs_2 | sum_heuristic |
[
72,
50,
9,
23
] | 90 | [
"72+50=122",
"9+23=32",
"122-32=90"
] | Current State: 90:[72, 50, 9, 23], Operations: []
Exploring Operation: 72+50=122, Resulting Numbers: [9, 23, 122]
Generated Node #2: [9, 23, 122] from Operation: 72+50=122
Current State: 90:[9, 23, 122], Operations: ['72+50=122']
Exploring Operation: 9+23=32, Resulting Numbers: [122, 32]
Generated Node #3: [122, 32] fr... | 4 | Current State: 90:[72, 50, 9, 23], Operations: []
Exploring Operation: 72-23=49, Resulting Numbers: [50, 9, 49]
Generated Node #0,0: 90:[50, 9, 49] Operation: 72-23=49
Exploring Operation: 72+23=95, Resulting Numbers: [50, 9, 95]
Generated Node #0,1: 90:[50, 9, 95] Operation: 72+23=95
Exploring Operation: 72-50=22, Res... | 0.985243 | hs_4 | mult_heuristic |
[
19,
35,
4,
12
] | 73 | [
"35-12=23",
"4*23=92",
"92-19=73"
] | Current State: 73:[19, 35, 4, 12], Operations: []
Exploring Operation: 35-12=23, Resulting Numbers: [19, 4, 23]
Generated Node #2: [19, 4, 23] from Operation: 35-12=23
Current State: 73:[19, 4, 23], Operations: ['35-12=23']
Exploring Operation: 4*23=92, Resulting Numbers: [19, 92]
Generated Node #3: [19, 92] from Opera... | 4 | Current State: 73:[19, 35, 4, 12], Operations: []
Exploring Operation: 4*12=48, Resulting Numbers: [19, 35, 48]
Generated Node #0,0: 73:[19, 35, 48] Operation: 4*12=48
Exploring Operation: 19*4=76, Resulting Numbers: [35, 12, 76]
Generated Node #0,1: 73:[35, 12, 76] Operation: 19*4=76
Exploring Operation: 19+35=54, Res... | 0 | hs_3 | mult_heuristic |
[
25,
27,
29,
67
] | 36 | [
"27-25=2",
"67-29=38",
"38-2=36"
] | Current State: 36:[25, 27, 29, 67], Operations: []
Exploring Operation: 27-25=2, Resulting Numbers: [29, 67, 2]
Generated Node #2: [29, 67, 2] from Operation: 27-25=2
Current State: 36:[29, 67, 2], Operations: ['27-25=2']
Exploring Operation: 67-29=38, Resulting Numbers: [2, 38]
Generated Node #3: [2, 38] from Operatio... | 4 | Current State: 36:[25, 27, 29, 67], Operations: []
Exploring Operation: 67-27=40, Resulting Numbers: [25, 29, 40]
Generated Node #0,0: 36:[25, 29, 40] Operation: 67-27=40
Moving to Node #0,0
Current State: 36:[25, 29, 40], Operations: ['67-27=40']
Exploring Operation: 29-25=4, Resulting Numbers: [40, 4]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
43,
90,
16,
87
] | 56 | [
"90-43=47",
"16+87=103",
"103-47=56"
] | Current State: 56:[43, 90, 16, 87], Operations: []
Exploring Operation: 90-43=47, Resulting Numbers: [16, 87, 47]
Generated Node #2: [16, 87, 47] from Operation: 90-43=47
Current State: 56:[16, 87, 47], Operations: ['90-43=47']
Exploring Operation: 16+87=103, Resulting Numbers: [47, 103]
Generated Node #3: [47, 103] fr... | 4 | Current State: 56:[43, 90, 16, 87], Operations: []
Exploring Operation: 90-16=74, Resulting Numbers: [43, 87, 74]
Generated Node #0,0: 56:[43, 87, 74] Operation: 90-16=74
Exploring Operation: 90-87=3, Resulting Numbers: [43, 16, 3]
Generated Node #0,1: 56:[43, 16, 3] Operation: 90-87=3
Exploring Operation: 87-43=44, Re... | 0.985243 | hs_4 | mult_heuristic |
[
84,
87,
4,
47
] | 40 | [
"87-84=3",
"47-4=43",
"43-3=40"
] | Current State: 40:[84, 87, 4, 47], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [4, 47, 3]
Generated Node #2: [4, 47, 3] from Operation: 87-84=3
Current State: 40:[4, 47, 3], Operations: ['87-84=3']
Exploring Operation: 47-4=43, Resulting Numbers: [3, 43]
Generated Node #3: [3, 43] from Operation: 47... | 4 | Current State: 40:[84, 87, 4, 47], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [4, 47, 3]
Generated Node #0,0: 40:[4, 47, 3] Operation: 87-84=3
Exploring Operation: 87-47=40, Resulting Numbers: [84, 4, 40]
Generated Node #0,1: 40:[84, 4, 40] Operation: 87-47=40
Exploring Operation: 84-47=37, Resulti... | 0.989583 | hs_3 | sum_heuristic |
[
72,
63,
40,
42
] | 81 | [
"42-40=2",
"72*2=144",
"144-63=81"
] | Current State: 81:[72, 63, 40, 42], Operations: []
Exploring Operation: 42-40=2, Resulting Numbers: [72, 63, 2]
Generated Node #2: [72, 63, 2] from Operation: 42-40=2
Current State: 81:[72, 63, 2], Operations: ['42-40=2']
Exploring Operation: 72*2=144, Resulting Numbers: [63, 144]
Generated Node #3: [63, 144] from Oper... | 4 | Current State: 81:[72, 63, 40, 42], Operations: []
Exploring Operation: 72-63=9, Resulting Numbers: [40, 42, 9]
Generated Node #0,0: 81:[40, 42, 9] Operation: 72-63=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[40, 42, 9], Operations: ['72-63=9']
Exploring Operation: 40+42=82, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
96,
78,
73,
90
] | 83 | [
"73*90=6570",
"6570-96=6474",
"6474/78=83"
] | Current State: 83:[96, 78, 73, 90], Operations: []
Exploring Operation: 73*90=6570, Resulting Numbers: [96, 78, 6570]
Generated Node #2: [96, 78, 6570] from Operation: 73*90=6570
Current State: 83:[96, 78, 6570], Operations: ['73*90=6570']
Exploring Operation: 6570-96=6474, Resulting Numbers: [78, 6474]
Generated Node ... | 4 | Current State: 83:[96, 78, 73, 90], Operations: []
Exploring Operation: 96-73=23, Resulting Numbers: [78, 90, 23]
Generated Node #0,0: 83:[78, 90, 23] Operation: 96-73=23
Moving to Node #0,0
Current State: 83:[78, 90, 23], Operations: ['96-73=23']
Exploring Operation: 90-23=67, Resulting Numbers: [78, 67]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
28,
59,
1,
34
] | 54 | [
"28+59=87",
"34-1=33",
"87-33=54"
] | Current State: 54:[28, 59, 1, 34], Operations: []
Exploring Operation: 28+59=87, Resulting Numbers: [1, 34, 87]
Generated Node #2: [1, 34, 87] from Operation: 28+59=87
Current State: 54:[1, 34, 87], Operations: ['28+59=87']
Exploring Operation: 34-1=33, Resulting Numbers: [87, 33]
Generated Node #3: [87, 33] from Opera... | 4 | Current State: 54:[28, 59, 1, 34], Operations: []
Exploring Operation: 59-34=25, Resulting Numbers: [28, 1, 25]
Generated Node #0,0: 54:[28, 1, 25] Operation: 59-34=25
Moving to Node #0,0
Current State: 54:[28, 1, 25], Operations: ['59-34=25']
Exploring Operation: 28-25=3, Resulting Numbers: [1, 3]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.