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 |
|---|---|---|---|---|---|---|---|---|
[
31,
7,
48,
12
] | 35 | [
"48-31=17",
"17-12=5",
"7*5=35"
] | Current State: 35:[31, 7, 48, 12], Operations: []
Exploring Operation: 48-31=17, Resulting Numbers: [7, 12, 17]
Generated Node #2: [7, 12, 17] from Operation: 48-31=17
Current State: 35:[7, 12, 17], Operations: ['48-31=17']
Exploring Operation: 17-12=5, Resulting Numbers: [7, 5]
Generated Node #3: [7, 5] from Operation... | 4 | Current State: 35:[31, 7, 48, 12], Operations: []
Exploring Operation: 48/12=4, Resulting Numbers: [31, 7, 4]
Generated Node #0,0: 35:[31, 7, 4] Operation: 48/12=4
Exploring Operation: 48-12=36, Resulting Numbers: [31, 7, 36]
Generated Node #0,1: 35:[31, 7, 36] Operation: 48-12=36
Exploring Operation: 12-7=5, Resulting... | 0.96441 | hs_5 | mult_heuristic |
[
72,
63,
63,
36
] | 35 | [
"72-36=36",
"63/63=1",
"36-1=35"
] | Current State: 35:[72, 63, 63, 36], Operations: []
Exploring Operation: 72-36=36, Resulting Numbers: [63, 63, 36]
Generated Node #2: [63, 63, 36] from Operation: 72-36=36
Current State: 35:[63, 63, 36], Operations: ['72-36=36']
Exploring Operation: 63/63=1, Resulting Numbers: [36, 1]
Generated Node #3: [36, 1] from Ope... | 4 | Current State: 35:[72, 63, 63, 36], Operations: []
Exploring Operation: 72-36=36, Resulting Numbers: [63, 63, 36]
Generated Node #0,0: 35:[63, 63, 36] Operation: 72-36=36
Exploring Operation: 72-63=9, Resulting Numbers: [63, 36, 9]
Generated Node #0,1: 35:[63, 36, 9] Operation: 72-63=9
Exploring Operation: 72-63=9, Res... | 0.947917 | hs_5 | mult_heuristic |
[
33,
18,
86,
3
] | 43 | [
"33+3=36",
"18*86=1548",
"1548/36=43"
] | Current State: 43:[33, 18, 86, 3], Operations: []
Exploring Operation: 33+3=36, Resulting Numbers: [18, 86, 36]
Generated Node #2: [18, 86, 36] from Operation: 33+3=36
Current State: 43:[18, 86, 36], Operations: ['33+3=36']
Exploring Operation: 18*86=1548, Resulting Numbers: [36, 1548]
Generated Node #3: [36, 1548] fro... | 4 | Current State: 43:[33, 18, 86, 3], Operations: []
Exploring Operation: 18*3=54, Resulting Numbers: [33, 86, 54]
Generated Node #0,0: 43:[33, 86, 54] Operation: 18*3=54
Moving to Node #0,0
Current State: 43:[33, 86, 54], Operations: ['18*3=54']
Exploring Operation: 86-33=53, Resulting Numbers: [54, 53]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
89,
78,
83,
71
] | 90 | [
"89-71=18",
"83-78=5",
"18*5=90"
] | Current State: 90:[89, 78, 83, 71], Operations: []
Exploring Operation: 89-71=18, Resulting Numbers: [78, 83, 18]
Generated Node #2: [78, 83, 18] from Operation: 89-71=18
Current State: 90:[78, 83, 18], Operations: ['89-71=18']
Exploring Operation: 83-78=5, Resulting Numbers: [18, 5]
Generated Node #3: [18, 5] from Ope... | 4 | Current State: 90:[89, 78, 83, 71], Operations: []
Exploring Operation: 78-71=7, Resulting Numbers: [89, 83, 7]
Generated Node #0,0: 90:[89, 83, 7] Operation: 78-71=7
Exploring Operation: 83-78=5, Resulting Numbers: [89, 71, 5]
Generated Node #0,1: 90:[89, 71, 5] Operation: 83-78=5
Exploring Operation: 89-71=18, Result... | 0.952257 | hs_5 | sum_heuristic |
[
42,
54,
6,
40
] | 56 | [
"42+54=96",
"96/6=16",
"40+16=56"
] | Current State: 56:[42, 54, 6, 40], Operations: []
Exploring Operation: 42+54=96, Resulting Numbers: [6, 40, 96]
Generated Node #2: [6, 40, 96] from Operation: 42+54=96
Current State: 56:[6, 40, 96], Operations: ['42+54=96']
Exploring Operation: 96/6=16, Resulting Numbers: [40, 16]
Generated Node #3: [40, 16] from Opera... | 4 | Current State: 56:[42, 54, 6, 40], Operations: []
Exploring Operation: 54-42=12, Resulting Numbers: [6, 40, 12]
Generated Node #0,0: 56:[6, 40, 12] Operation: 54-42=12
Exploring Operation: 42/6=7, Resulting Numbers: [54, 40, 7]
Generated Node #0,1: 56:[54, 40, 7] Operation: 42/6=7
Exploring Operation: 42-40=2, Resultin... | 0 | hs_3 | sum_heuristic |
[
10,
86,
96,
84
] | 79 | [
"86+84=170",
"170/10=17",
"96-17=79"
] | Current State: 79:[10, 86, 96, 84], Operations: []
Exploring Operation: 86+84=170, Resulting Numbers: [10, 96, 170]
Generated Node #2: [10, 96, 170] from Operation: 86+84=170
Current State: 79:[10, 96, 170], Operations: ['86+84=170']
Exploring Operation: 170/10=17, Resulting Numbers: [96, 17]
Generated Node #3: [96, 17... | 4 | Current State: 79:[10, 86, 96, 84], Operations: []
Exploring Operation: 84-10=74, Resulting Numbers: [86, 96, 74]
Generated Node #0,0: 79:[86, 96, 74] Operation: 84-10=74
Exploring Operation: 86-10=76, Resulting Numbers: [96, 84, 76]
Generated Node #0,1: 79:[96, 84, 76] Operation: 86-10=76
Exploring Operation: 96-10=86... | 0 | hs_3 | sum_heuristic |
[
8,
5,
84,
54
] | 14 | [
"84-54=30",
"30/5=6",
"8+6=14"
] | Current State: 14:[8, 5, 84, 54], Operations: []
Exploring Operation: 84-54=30, Resulting Numbers: [8, 5, 30]
Generated Node #2: [8, 5, 30] from Operation: 84-54=30
Current State: 14:[8, 5, 30], Operations: ['84-54=30']
Exploring Operation: 30/5=6, Resulting Numbers: [8, 6]
Generated Node #3: [8, 6] from Operation: 30/... | 4 | Current State: 14:[8, 5, 84, 54], Operations: []
Exploring Operation: 54-8=46, Resulting Numbers: [5, 84, 46]
Generated Node #0,0: 14:[5, 84, 46] Operation: 54-8=46
Exploring Operation: 84-54=30, Resulting Numbers: [8, 5, 30]
Generated Node #0,1: 14:[8, 5, 30] Operation: 84-54=30
Exploring Operation: 84-8=76, Resulting... | 0.990451 | hs_3 | sum_heuristic |
[
17,
8,
98,
10
] | 35 | [
"17+98=115",
"8*10=80",
"115-80=35"
] | Current State: 35:[17, 8, 98, 10], Operations: []
Exploring Operation: 17+98=115, Resulting Numbers: [8, 10, 115]
Generated Node #2: [8, 10, 115] from Operation: 17+98=115
Current State: 35:[8, 10, 115], Operations: ['17+98=115']
Exploring Operation: 8*10=80, Resulting Numbers: [115, 80]
Generated Node #3: [115, 80] fr... | 4 | Current State: 35:[17, 8, 98, 10], Operations: []
Exploring Operation: 98-17=81, Resulting Numbers: [8, 10, 81]
Generated Node #0,0: 35:[8, 10, 81] Operation: 98-17=81
Exploring Operation: 98-10=88, Resulting Numbers: [17, 8, 88]
Generated Node #0,1: 35:[17, 8, 88] Operation: 98-10=88
Exploring Operation: 17-8=9, Resul... | 0 | hs_4 | sum_heuristic |
[
94,
80,
34,
5
] | 44 | [
"94-34=60",
"80/5=16",
"60-16=44"
] | Current State: 44:[94, 80, 34, 5], Operations: []
Exploring Operation: 94-34=60, Resulting Numbers: [80, 5, 60]
Generated Node #2: [80, 5, 60] from Operation: 94-34=60
Current State: 44:[80, 5, 60], Operations: ['94-34=60']
Exploring Operation: 80/5=16, Resulting Numbers: [60, 16]
Generated Node #3: [60, 16] from Opera... | 4 | Current State: 44:[94, 80, 34, 5], Operations: []
Exploring Operation: 94-80=14, Resulting Numbers: [34, 5, 14]
Generated Node #0,0: 44:[34, 5, 14] Operation: 94-80=14
Moving to Node #0,0
Current State: 44:[34, 5, 14], Operations: ['94-80=14']
Exploring Operation: 34-14=20, Resulting Numbers: [5, 20]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
46,
77,
81,
5
] | 98 | [
"81-46=35",
"5*35=175",
"175-77=98"
] | Current State: 98:[46, 77, 81, 5], Operations: []
Exploring Operation: 81-46=35, Resulting Numbers: [77, 5, 35]
Generated Node #2: [77, 5, 35] from Operation: 81-46=35
Current State: 98:[77, 5, 35], Operations: ['81-46=35']
Exploring Operation: 5*35=175, Resulting Numbers: [77, 175]
Generated Node #3: [77, 175] from Op... | 4 | Current State: 98:[46, 77, 81, 5], Operations: []
Exploring Operation: 81-46=35, Resulting Numbers: [77, 5, 35]
Generated Node #0,0: 98:[77, 5, 35] Operation: 81-46=35
Exploring Operation: 77+5=82, Resulting Numbers: [46, 81, 82]
Generated Node #0,1: 98:[46, 81, 82] Operation: 77+5=82
Exploring Operation: 81+5=86, Resu... | 0 | hs_5 | mult_heuristic |
[
48,
6,
18,
80
] | 36 | [
"18*80=1440",
"1440/48=30",
"6+30=36"
] | Current State: 36:[48, 6, 18, 80], Operations: []
Exploring Operation: 18*80=1440, Resulting Numbers: [48, 6, 1440]
Generated Node #2: [48, 6, 1440] from Operation: 18*80=1440
Current State: 36:[48, 6, 1440], Operations: ['18*80=1440']
Exploring Operation: 1440/48=30, Resulting Numbers: [6, 30]
Generated Node #3: [6, 3... | 4 | Current State: 36:[48, 6, 18, 80], Operations: []
Exploring Operation: 80-18=62, Resulting Numbers: [48, 6, 62]
Generated Node #0,0: 36:[48, 6, 62] Operation: 80-18=62
Exploring Operation: 80-48=32, Resulting Numbers: [6, 18, 32]
Generated Node #0,1: 36:[6, 18, 32] Operation: 80-48=32
Exploring Operation: 48/6=8, Resul... | 0 | hs_3 | sum_heuristic |
[
15,
4,
1,
2
] | 57 | [
"15+4=19",
"1+2=3",
"19*3=57"
] | Current State: 57:[15, 4, 1, 2], Operations: []
Exploring Operation: 15+4=19, Resulting Numbers: [1, 2, 19]
Generated Node #2: [1, 2, 19] from Operation: 15+4=19
Current State: 57:[1, 2, 19], Operations: ['15+4=19']
Exploring Operation: 1+2=3, Resulting Numbers: [19, 3]
Generated Node #3: [19, 3] from Operation: 1+2=3
... | 4 | Current State: 57:[15, 4, 1, 2], Operations: []
Exploring Operation: 15+2=17, Resulting Numbers: [4, 1, 17]
Generated Node #0,0: 57:[4, 1, 17] Operation: 15+2=17
Exploring Operation: 4-1=3, Resulting Numbers: [15, 2, 3]
Generated Node #0,1: 57:[15, 2, 3] Operation: 4-1=3
Exploring Operation: 15+1=16, Resulting Numbers:... | 0.986979 | hs_5 | sum_heuristic |
[
57,
18,
33,
75
] | 14 | [
"57+75=132",
"132/33=4",
"18-4=14"
] | Current State: 14:[57, 18, 33, 75], Operations: []
Exploring Operation: 57+75=132, Resulting Numbers: [18, 33, 132]
Generated Node #2: [18, 33, 132] from Operation: 57+75=132
Current State: 14:[18, 33, 132], Operations: ['57+75=132']
Exploring Operation: 132/33=4, Resulting Numbers: [18, 4]
Generated Node #3: [18, 4] f... | 4 | Current State: 14:[57, 18, 33, 75], Operations: []
Exploring Operation: 57-33=24, Resulting Numbers: [18, 75, 24]
Generated Node #0,0: 14:[18, 75, 24] Operation: 57-33=24
Exploring Operation: 75-57=18, Resulting Numbers: [18, 33, 18]
Generated Node #0,1: 14:[18, 33, 18] Operation: 75-57=18
Exploring Operation: 75-33=42... | 0 | hs_3 | mult_heuristic |
[
52,
88,
22,
2
] | 14 | [
"52-22=30",
"88/2=44",
"44-30=14"
] | Current State: 14:[52, 88, 22, 2], Operations: []
Exploring Operation: 52-22=30, Resulting Numbers: [88, 2, 30]
Generated Node #2: [88, 2, 30] from Operation: 52-22=30
Current State: 14:[88, 2, 30], Operations: ['52-22=30']
Exploring Operation: 88/2=44, Resulting Numbers: [30, 44]
Generated Node #3: [30, 44] from Opera... | 4 | Current State: 14:[52, 88, 22, 2], Operations: []
Exploring Operation: 88-52=36, Resulting Numbers: [22, 2, 36]
Generated Node #0,0: 14:[22, 2, 36] Operation: 88-52=36
Exploring Operation: 88/2=44, Resulting Numbers: [52, 22, 44]
Generated Node #0,1: 14:[52, 22, 44] Operation: 88/2=44
Exploring Operation: 88/22=4, Resu... | 0.979167 | hs_3 | mult_heuristic |
[
10,
56,
99,
54
] | 87 | [
"10+56=66",
"99+54=153",
"153-66=87"
] | Current State: 87:[10, 56, 99, 54], Operations: []
Exploring Operation: 10+56=66, Resulting Numbers: [99, 54, 66]
Generated Node #2: [99, 54, 66] from Operation: 10+56=66
Current State: 87:[99, 54, 66], Operations: ['10+56=66']
Exploring Operation: 99+54=153, Resulting Numbers: [66, 153]
Generated Node #3: [66, 153] fr... | 4 | Current State: 87:[10, 56, 99, 54], Operations: []
Exploring Operation: 56-54=2, Resulting Numbers: [10, 99, 2]
Generated Node #0,0: 87:[10, 99, 2] Operation: 56-54=2
Exploring Operation: 56+54=110, Resulting Numbers: [10, 99, 110]
Generated Node #0,1: 87:[10, 99, 110] Operation: 56+54=110
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
3,
45,
68,
30
] | 34 | [
"45/3=15",
"68*15=1020",
"1020/30=34"
] | Current State: 34:[3, 45, 68, 30], Operations: []
Exploring Operation: 45/3=15, Resulting Numbers: [68, 30, 15]
Generated Node #2: [68, 30, 15] from Operation: 45/3=15
Current State: 34:[68, 30, 15], Operations: ['45/3=15']
Exploring Operation: 68*15=1020, Resulting Numbers: [30, 1020]
Generated Node #3: [30, 1020] fro... | 4 | Current State: 34:[3, 45, 68, 30], Operations: []
Exploring Operation: 68-45=23, Resulting Numbers: [3, 30, 23]
Generated Node #0,0: 34:[3, 30, 23] Operation: 68-45=23
Exploring Operation: 68-30=38, Resulting Numbers: [3, 45, 38]
Generated Node #0,1: 34:[3, 45, 38] Operation: 68-30=38
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
5,
6,
86,
30
] | 22 | [
"86-6=80",
"30+80=110",
"110/5=22"
] | Current State: 22:[5, 6, 86, 30], Operations: []
Exploring Operation: 86-6=80, Resulting Numbers: [5, 30, 80]
Generated Node #2: [5, 30, 80] from Operation: 86-6=80
Current State: 22:[5, 30, 80], Operations: ['86-6=80']
Exploring Operation: 30+80=110, Resulting Numbers: [5, 110]
Generated Node #3: [5, 110] from Operati... | 4 | Current State: 22:[5, 6, 86, 30], Operations: []
Exploring Operation: 30-6=24, Resulting Numbers: [5, 86, 24]
Generated Node #0,0: 22:[5, 86, 24] Operation: 30-6=24
Exploring Operation: 86-6=80, Resulting Numbers: [5, 30, 80]
Generated Node #0,1: 22:[5, 30, 80] Operation: 86-6=80
Exploring Operation: 30/6=5, Resulting ... | 0 | hs_4 | mult_heuristic |
[
90,
20,
87,
85
] | 65 | [
"87-85=2",
"90/2=45",
"20+45=65"
] | Current State: 65:[90, 20, 87, 85], Operations: []
Exploring Operation: 87-85=2, Resulting Numbers: [90, 20, 2]
Generated Node #2: [90, 20, 2] from Operation: 87-85=2
Current State: 65:[90, 20, 2], Operations: ['87-85=2']
Exploring Operation: 90/2=45, Resulting Numbers: [20, 45]
Generated Node #3: [20, 45] from Operati... | 4 | Current State: 65:[90, 20, 87, 85], Operations: []
Exploring Operation: 90-87=3, Resulting Numbers: [20, 85, 3]
Generated Node #0,0: 65:[20, 85, 3] Operation: 90-87=3
Exploring Operation: 90-85=5, Resulting Numbers: [20, 87, 5]
Generated Node #0,1: 65:[20, 87, 5] Operation: 90-85=5
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
23,
88,
99,
17
] | 77 | [
"99*17=1683",
"88+1683=1771",
"1771/23=77"
] | Current State: 77:[23, 88, 99, 17], Operations: []
Exploring Operation: 99*17=1683, Resulting Numbers: [23, 88, 1683]
Generated Node #2: [23, 88, 1683] from Operation: 99*17=1683
Current State: 77:[23, 88, 1683], Operations: ['99*17=1683']
Exploring Operation: 88+1683=1771, Resulting Numbers: [23, 1771]
Generated Node ... | 4 | Current State: 77:[23, 88, 99, 17], Operations: []
Exploring Operation: 23-17=6, Resulting Numbers: [88, 99, 6]
Generated Node #0,0: 77:[88, 99, 6] Operation: 23-17=6
Exploring Operation: 99-23=76, Resulting Numbers: [88, 17, 76]
Generated Node #0,1: 77:[88, 17, 76] Operation: 99-23=76
Exploring Operation: 88-23=65, Re... | 0 | hs_5 | mult_heuristic |
[
8,
10,
2,
89
] | 17 | [
"2*89=178",
"178-8=170",
"170/10=17"
] | Current State: 17:[8, 10, 2, 89], Operations: []
Exploring Operation: 2*89=178, Resulting Numbers: [8, 10, 178]
Generated Node #2: [8, 10, 178] from Operation: 2*89=178
Current State: 17:[8, 10, 178], Operations: ['2*89=178']
Exploring Operation: 178-8=170, Resulting Numbers: [10, 170]
Generated Node #3: [10, 170] from... | 4 | Current State: 17:[8, 10, 2, 89], Operations: []
Exploring Operation: 8*2=16, Resulting Numbers: [10, 89, 16]
Generated Node #0,0: 17:[10, 89, 16] Operation: 8*2=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[10, 89, 16], Operations: ['8*2=16']
Exploring Operation: 89-10=79, Resulting Numbers: [... | 0 | hs_1 | mult_heuristic |
[
70,
35,
99,
88
] | 22 | [
"70/35=2",
"99-88=11",
"2*11=22"
] | Current State: 22:[70, 35, 99, 88], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [99, 88, 2]
Generated Node #2: [99, 88, 2] from Operation: 70/35=2
Current State: 22:[99, 88, 2], Operations: ['70/35=2']
Exploring Operation: 99-88=11, Resulting Numbers: [2, 11]
Generated Node #3: [2, 11] from Operatio... | 4 | Current State: 22:[70, 35, 99, 88], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [99, 88, 2]
Generated Node #0,0: 22:[99, 88, 2] Operation: 70/35=2
Exploring Operation: 99-88=11, Resulting Numbers: [70, 35, 11]
Generated Node #0,1: 22:[70, 35, 11] Operation: 99-88=11
Exploring Operation: 88-70=18, Re... | 0.986979 | hs_4 | mult_heuristic |
[
47,
99,
99,
86
] | 47 | [
"99-99=0",
"86*0=0",
"47+0=47"
] | Current State: 47:[47, 99, 99, 86], Operations: []
Exploring Operation: 99-99=0, Resulting Numbers: [47, 86, 0]
Generated Node #2: [47, 86, 0] from Operation: 99-99=0
Current State: 47:[47, 86, 0], Operations: ['99-99=0']
Exploring Operation: 86*0=0, Resulting Numbers: [47, 0]
Generated Node #3: [47, 0] from Operation:... | 4 | Current State: 47:[47, 99, 99, 86], Operations: []
Exploring Operation: 99-86=13, Resulting Numbers: [47, 99, 13]
Generated Node #0,0: 47:[47, 99, 13] Operation: 99-86=13
Exploring Operation: 99/99=1, Resulting Numbers: [47, 86, 1]
Generated Node #0,1: 47:[47, 86, 1] Operation: 99/99=1
Exploring Operation: 99-99=0, Res... | 0 | hs_4 | sum_heuristic |
[
60,
98,
9,
82
] | 53 | [
"98-60=38",
"9+82=91",
"91-38=53"
] | Current State: 53:[60, 98, 9, 82], Operations: []
Exploring Operation: 98-60=38, Resulting Numbers: [9, 82, 38]
Generated Node #2: [9, 82, 38] from Operation: 98-60=38
Current State: 53:[9, 82, 38], Operations: ['98-60=38']
Exploring Operation: 9+82=91, Resulting Numbers: [38, 91]
Generated Node #3: [38, 91] from Opera... | 4 | Current State: 53:[60, 98, 9, 82], Operations: []
Exploring Operation: 98-9=89, Resulting Numbers: [60, 82, 89]
Generated Node #0,0: 53:[60, 82, 89] Operation: 98-9=89
Exploring Operation: 98-60=38, Resulting Numbers: [9, 82, 38]
Generated Node #0,1: 53:[9, 82, 38] Operation: 98-60=38
Exploring Operation: 82-9=73, Resu... | 0.988715 | hs_4 | sum_heuristic |
[
24,
12,
4,
52
] | 70 | [
"24/4=6",
"12+52=64",
"6+64=70"
] | Current State: 70:[24, 12, 4, 52], Operations: []
Exploring Operation: 24/4=6, Resulting Numbers: [12, 52, 6]
Generated Node #2: [12, 52, 6] from Operation: 24/4=6
Current State: 70:[12, 52, 6], Operations: ['24/4=6']
Exploring Operation: 12+52=64, Resulting Numbers: [6, 64]
Generated Node #3: [6, 64] from Operation: 1... | 4 | Current State: 70:[24, 12, 4, 52], Operations: []
Exploring Operation: 52-24=28, Resulting Numbers: [12, 4, 28]
Generated Node #0,0: 70:[12, 4, 28] Operation: 52-24=28
Exploring Operation: 52/4=13, Resulting Numbers: [24, 12, 13]
Generated Node #0,1: 70:[24, 12, 13] Operation: 52/4=13
Exploring Operation: 24+52=76, Res... | 0 | hs_3 | sum_heuristic |
[
77,
87,
50,
44
] | 22 | [
"77*50=3850",
"87*44=3828",
"3850-3828=22"
] | Current State: 22:[77, 87, 50, 44], Operations: []
Exploring Operation: 77*50=3850, Resulting Numbers: [87, 44, 3850]
Generated Node #2: [87, 44, 3850] from Operation: 77*50=3850
Current State: 22:[87, 44, 3850], Operations: ['77*50=3850']
Exploring Operation: 87*44=3828, Resulting Numbers: [3850, 3828]
Generated Node ... | 4 | Current State: 22:[77, 87, 50, 44], Operations: []
Exploring Operation: 87-77=10, Resulting Numbers: [50, 44, 10]
Generated Node #0,0: 22:[50, 44, 10] Operation: 87-77=10
Exploring Operation: 87-44=43, Resulting Numbers: [77, 50, 43]
Generated Node #0,1: 22:[77, 50, 43] Operation: 87-44=43
Exploring Operation: 87-50=37... | 0 | hs_5 | mult_heuristic |
[
23,
74,
20,
25
] | 47 | [
"25-23=2",
"74+20=94",
"94/2=47"
] | Current State: 47:[23, 74, 20, 25], Operations: []
Exploring Operation: 25-23=2, Resulting Numbers: [74, 20, 2]
Generated Node #2: [74, 20, 2] from Operation: 25-23=2
Current State: 47:[74, 20, 2], Operations: ['25-23=2']
Exploring Operation: 74+20=94, Resulting Numbers: [2, 94]
Generated Node #3: [2, 94] from Operatio... | 4 | Current State: 47:[23, 74, 20, 25], Operations: []
Exploring Operation: 23+20=43, Resulting Numbers: [74, 25, 43]
Generated Node #0,0: 47:[74, 25, 43] Operation: 23+20=43
Exploring Operation: 74-20=54, Resulting Numbers: [23, 25, 54]
Generated Node #0,1: 47:[23, 25, 54] Operation: 74-20=54
Exploring Operation: 74-23=51... | 0 | hs_3 | mult_heuristic |
[
38,
62,
7,
58
] | 29 | [
"38-7=31",
"62/31=2",
"58/2=29"
] | Current State: 29:[38, 62, 7, 58], Operations: []
Exploring Operation: 38-7=31, Resulting Numbers: [62, 58, 31]
Generated Node #2: [62, 58, 31] from Operation: 38-7=31
Current State: 29:[62, 58, 31], Operations: ['38-7=31']
Exploring Operation: 62/31=2, Resulting Numbers: [58, 2]
Generated Node #3: [58, 2] from Operati... | 4 | Current State: 29:[38, 62, 7, 58], Operations: []
Exploring Operation: 62-38=24, Resulting Numbers: [7, 58, 24]
Generated Node #0,0: 29:[7, 58, 24] Operation: 62-38=24
Moving to Node #0,0
Current State: 29:[7, 58, 24], Operations: ['62-38=24']
Exploring Operation: 58-7=51, Resulting Numbers: [24, 51]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
77,
14,
46,
66
] | 71 | [
"77+14=91",
"66-46=20",
"91-20=71"
] | Current State: 71:[77, 14, 46, 66], Operations: []
Exploring Operation: 77+14=91, Resulting Numbers: [46, 66, 91]
Generated Node #2: [46, 66, 91] from Operation: 77+14=91
Current State: 71:[46, 66, 91], Operations: ['77+14=91']
Exploring Operation: 66-46=20, Resulting Numbers: [91, 20]
Generated Node #3: [91, 20] from ... | 4 | Current State: 71:[77, 14, 46, 66], Operations: []
Exploring Operation: 77-14=63, Resulting Numbers: [46, 66, 63]
Generated Node #0,0: 71:[46, 66, 63] Operation: 77-14=63
Exploring Operation: 14+66=80, Resulting Numbers: [77, 46, 80]
Generated Node #0,1: 71:[77, 46, 80] Operation: 14+66=80
Exploring Operation: 14+46=60... | 0.96441 | hs_3 | sum_heuristic |
[
46,
30,
91,
92
] | 76 | [
"46+30=76",
"92-91=1",
"76*1=76"
] | Current State: 76:[46, 30, 91, 92], Operations: []
Exploring Operation: 46+30=76, Resulting Numbers: [91, 92, 76]
Generated Node #2: [91, 92, 76] from Operation: 46+30=76
Current State: 76:[91, 92, 76], Operations: ['46+30=76']
Exploring Operation: 92-91=1, Resulting Numbers: [76, 1]
Generated Node #3: [76, 1] from Ope... | 4 | Current State: 76:[46, 30, 91, 92], Operations: []
Exploring Operation: 92-91=1, Resulting Numbers: [46, 30, 1]
Generated Node #0,0: 76:[46, 30, 1] Operation: 92-91=1
Exploring Operation: 92/46=2, Resulting Numbers: [30, 91, 2]
Generated Node #0,1: 76:[30, 91, 2] Operation: 92/46=2
Exploring Operation: 46+30=76, Result... | 0.987847 | hs_4 | mult_heuristic |
[
7,
56,
45,
33
] | 61 | [
"56-7=49",
"45-33=12",
"49+12=61"
] | Current State: 61:[7, 56, 45, 33], Operations: []
Exploring Operation: 56-7=49, Resulting Numbers: [45, 33, 49]
Generated Node #2: [45, 33, 49] from Operation: 56-7=49
Current State: 61:[45, 33, 49], Operations: ['56-7=49']
Exploring Operation: 45-33=12, Resulting Numbers: [49, 12]
Generated Node #3: [49, 12] from Oper... | 4 | Current State: 61:[7, 56, 45, 33], Operations: []
Exploring Operation: 7+45=52, Resulting Numbers: [56, 33, 52]
Generated Node #0,0: 61:[56, 33, 52] Operation: 7+45=52
Moving to Node #0,0
Current State: 61:[56, 33, 52], Operations: ['7+45=52']
Exploring Operation: 33+52=85, Resulting Numbers: [56, 85]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
47,
2,
31,
65
] | 11 | [
"47-2=45",
"65-31=34",
"45-34=11"
] | Current State: 11:[47, 2, 31, 65], Operations: []
Exploring Operation: 47-2=45, Resulting Numbers: [31, 65, 45]
Generated Node #2: [31, 65, 45] from Operation: 47-2=45
Current State: 11:[31, 65, 45], Operations: ['47-2=45']
Exploring Operation: 65-31=34, Resulting Numbers: [45, 34]
Generated Node #3: [45, 34] from Oper... | 4 | Current State: 11:[47, 2, 31, 65], Operations: []
Exploring Operation: 65-47=18, Resulting Numbers: [2, 31, 18]
Generated Node #0,0: 11:[2, 31, 18] Operation: 65-47=18
Exploring Operation: 65-31=34, Resulting Numbers: [47, 2, 34]
Generated Node #0,1: 11:[47, 2, 34] Operation: 65-31=34
Exploring Operation: 47-31=16, Res... | 0.988715 | hs_3 | sum_heuristic |
[
96,
24,
51,
58
] | 64 | [
"58-24=34",
"96*34=3264",
"3264/51=64"
] | Current State: 64:[96, 24, 51, 58], Operations: []
Exploring Operation: 58-24=34, Resulting Numbers: [96, 51, 34]
Generated Node #2: [96, 51, 34] from Operation: 58-24=34
Current State: 64:[96, 51, 34], Operations: ['58-24=34']
Exploring Operation: 96*34=3264, Resulting Numbers: [51, 3264]
Generated Node #3: [51, 3264]... | 4 | Current State: 64:[96, 24, 51, 58], Operations: []
Exploring Operation: 96-24=72, Resulting Numbers: [51, 58, 72]
Generated Node #0,0: 64:[51, 58, 72] Operation: 96-24=72
Exploring Operation: 96/24=4, Resulting Numbers: [51, 58, 4]
Generated Node #0,1: 64:[51, 58, 4] Operation: 96/24=4
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
8,
56,
48,
69
] | 56 | [
"56+48=104",
"104/8=13",
"69-13=56"
] | Current State: 56:[8, 56, 48, 69], Operations: []
Exploring Operation: 56+48=104, Resulting Numbers: [8, 69, 104]
Generated Node #2: [8, 69, 104] from Operation: 56+48=104
Current State: 56:[8, 69, 104], Operations: ['56+48=104']
Exploring Operation: 104/8=13, Resulting Numbers: [69, 13]
Generated Node #3: [69, 13] fro... | 4 | Current State: 56:[8, 56, 48, 69], Operations: []
Exploring Operation: 69-48=21, Resulting Numbers: [8, 56, 21]
Generated Node #0,0: 56:[8, 56, 21] Operation: 69-48=21
Start Sub Search at level 1: Moving to Node #0,0
Current State: 56:[8, 56, 21], Operations: ['69-48=21']
Exploring Operation: 8+21=29, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
96,
43,
76,
15
] | 19 | [
"96+76=172",
"172/43=4",
"15+4=19"
] | Current State: 19:[96, 43, 76, 15], Operations: []
Exploring Operation: 96+76=172, Resulting Numbers: [43, 15, 172]
Generated Node #2: [43, 15, 172] from Operation: 96+76=172
Current State: 19:[43, 15, 172], Operations: ['96+76=172']
Exploring Operation: 172/43=4, Resulting Numbers: [15, 4]
Generated Node #3: [15, 4] f... | 4 | Current State: 19:[96, 43, 76, 15], Operations: []
Exploring Operation: 96-76=20, Resulting Numbers: [43, 15, 20]
Generated Node #0,0: 19:[43, 15, 20] Operation: 96-76=20
Moving to Node #0,0
Current State: 19:[43, 15, 20], Operations: ['96-76=20']
Exploring Operation: 43-20=23, Resulting Numbers: [15, 23]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
60,
83,
84,
41
] | 18 | [
"60+83=143",
"84+41=125",
"143-125=18"
] | Current State: 18:[60, 83, 84, 41], Operations: []
Exploring Operation: 60+83=143, Resulting Numbers: [84, 41, 143]
Generated Node #2: [84, 41, 143] from Operation: 60+83=143
Current State: 18:[84, 41, 143], Operations: ['60+83=143']
Exploring Operation: 84+41=125, Resulting Numbers: [143, 125]
Generated Node #3: [143,... | 4 | Current State: 18:[60, 83, 84, 41], Operations: []
Exploring Operation: 84-60=24, Resulting Numbers: [83, 41, 24]
Generated Node #0,0: 18:[83, 41, 24] Operation: 84-60=24
Exploring Operation: 83-60=23, Resulting Numbers: [84, 41, 23]
Generated Node #0,1: 18:[84, 41, 23] Operation: 83-60=23
Exploring Operation: 84-83=1,... | 0.990451 | hs_3 | mult_heuristic |
[
30,
33,
86,
24
] | 65 | [
"33-30=3",
"86-24=62",
"3+62=65"
] | Current State: 65:[30, 33, 86, 24], Operations: []
Exploring Operation: 33-30=3, Resulting Numbers: [86, 24, 3]
Generated Node #2: [86, 24, 3] from Operation: 33-30=3
Current State: 65:[86, 24, 3], Operations: ['33-30=3']
Exploring Operation: 86-24=62, Resulting Numbers: [3, 62]
Generated Node #3: [3, 62] from Operatio... | 4 | Current State: 65:[30, 33, 86, 24], Operations: []
Exploring Operation: 30+33=63, Resulting Numbers: [86, 24, 63]
Generated Node #0,0: 65:[86, 24, 63] Operation: 30+33=63
Start Sub Search at level 1: Moving to Node #0,0
Current State: 65:[86, 24, 63], Operations: ['30+33=63']
Exploring Operation: 86-24=62, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
34,
82,
68,
54
] | 30 | [
"68/34=2",
"82-54=28",
"2+28=30"
] | Current State: 30:[34, 82, 68, 54], Operations: []
Exploring Operation: 68/34=2, Resulting Numbers: [82, 54, 2]
Generated Node #2: [82, 54, 2] from Operation: 68/34=2
Current State: 30:[82, 54, 2], Operations: ['68/34=2']
Exploring Operation: 82-54=28, Resulting Numbers: [2, 28]
Generated Node #3: [2, 28] from Operatio... | 4 | Current State: 30:[34, 82, 68, 54], Operations: []
Exploring Operation: 82-68=14, Resulting Numbers: [34, 54, 14]
Generated Node #0,0: 30:[34, 54, 14] Operation: 82-68=14
Exploring Operation: 82-54=28, Resulting Numbers: [34, 68, 28]
Generated Node #0,1: 30:[34, 68, 28] Operation: 82-54=28
Exploring Operation: 68-54=14... | 0.969618 | hs_3 | sum_heuristic |
[
61,
56,
88,
60
] | 100 | [
"61-56=5",
"60/5=12",
"88+12=100"
] | Current State: 100:[61, 56, 88, 60], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [88, 60, 5]
Generated Node #2: [88, 60, 5] from Operation: 61-56=5
Current State: 100:[88, 60, 5], Operations: ['61-56=5']
Exploring Operation: 60/5=12, Resulting Numbers: [88, 12]
Generated Node #3: [88, 12] from Opera... | 4 | Current State: 100:[61, 56, 88, 60], Operations: []
Exploring Operation: 88-61=27, Resulting Numbers: [56, 60, 27]
Generated Node #0,0: 100:[56, 60, 27] Operation: 88-61=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 100:[56, 60, 27], Operations: ['88-61=27']
Exploring Operation: 60-56=4, Resulting ... | 0 | hs_1 | mult_heuristic |
[
1,
99,
82,
68
] | 51 | [
"1*99=99",
"82+68=150",
"150-99=51"
] | Current State: 51:[1, 99, 82, 68], Operations: []
Exploring Operation: 1*99=99, Resulting Numbers: [82, 68, 99]
Generated Node #2: [82, 68, 99] from Operation: 1*99=99
Current State: 51:[82, 68, 99], Operations: ['1*99=99']
Exploring Operation: 82+68=150, Resulting Numbers: [99, 150]
Generated Node #3: [99, 150] from O... | 4 | Current State: 51:[1, 99, 82, 68], Operations: []
Exploring Operation: 99-82=17, Resulting Numbers: [1, 68, 17]
Generated Node #0,0: 51:[1, 68, 17] Operation: 99-82=17
Exploring Operation: 99-68=31, Resulting Numbers: [1, 82, 31]
Generated Node #0,1: 51:[1, 82, 31] Operation: 99-68=31
Exploring Operation: 82-68=14, Res... | 0.954861 | hs_5 | mult_heuristic |
[
60,
37,
25,
74
] | 83 | [
"60+25=85",
"74/37=2",
"85-2=83"
] | Current State: 83:[60, 37, 25, 74], Operations: []
Exploring Operation: 60+25=85, Resulting Numbers: [37, 74, 85]
Generated Node #2: [37, 74, 85] from Operation: 60+25=85
Current State: 83:[37, 74, 85], Operations: ['60+25=85']
Exploring Operation: 74/37=2, Resulting Numbers: [85, 2]
Generated Node #3: [85, 2] from Ope... | 4 | Current State: 83:[60, 37, 25, 74], Operations: []
Exploring Operation: 60-25=35, Resulting Numbers: [37, 74, 35]
Generated Node #0,0: 83:[37, 74, 35] Operation: 60-25=35
Exploring Operation: 60+25=85, Resulting Numbers: [37, 74, 85]
Generated Node #0,1: 83:[37, 74, 85] Operation: 60+25=85
Exploring Operation: 37+25=62... | 0.921007 | hs_5 | sum_heuristic |
[
85,
59,
5,
1
] | 31 | [
"85-59=26",
"5*1=5",
"26+5=31"
] | Current State: 31:[85, 59, 5, 1], Operations: []
Exploring Operation: 85-59=26, Resulting Numbers: [5, 1, 26]
Generated Node #2: [5, 1, 26] from Operation: 85-59=26
Current State: 31:[5, 1, 26], Operations: ['85-59=26']
Exploring Operation: 5*1=5, Resulting Numbers: [26, 5]
Generated Node #3: [26, 5] from Operation: 5*... | 4 | Current State: 31:[85, 59, 5, 1], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [59, 1, 17]
Generated Node #0,0: 31:[59, 1, 17] Operation: 85/5=17
Exploring Operation: 85-59=26, Resulting Numbers: [5, 1, 26]
Generated Node #0,1: 31:[5, 1, 26] Operation: 85-59=26
Exploring Operation: 85-5=80, Resulting... | 0.986111 | hs_4 | mult_heuristic |
[
61,
83,
16,
93
] | 99 | [
"83-61=22",
"93-16=77",
"22+77=99"
] | Current State: 99:[61, 83, 16, 93], Operations: []
Exploring Operation: 83-61=22, Resulting Numbers: [16, 93, 22]
Generated Node #2: [16, 93, 22] from Operation: 83-61=22
Current State: 99:[16, 93, 22], Operations: ['83-61=22']
Exploring Operation: 93-16=77, Resulting Numbers: [22, 77]
Generated Node #3: [22, 77] from ... | 4 | Current State: 99:[61, 83, 16, 93], Operations: []
Exploring Operation: 83-61=22, Resulting Numbers: [16, 93, 22]
Generated Node #0,0: 99:[16, 93, 22] Operation: 83-61=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[16, 93, 22], Operations: ['83-61=22']
Exploring Operation: 22-16=6, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
90,
75,
43,
41
] | 81 | [
"90+75=165",
"43+41=84",
"165-84=81"
] | Current State: 81:[90, 75, 43, 41], Operations: []
Exploring Operation: 90+75=165, Resulting Numbers: [43, 41, 165]
Generated Node #2: [43, 41, 165] from Operation: 90+75=165
Current State: 81:[43, 41, 165], Operations: ['90+75=165']
Exploring Operation: 43+41=84, Resulting Numbers: [165, 84]
Generated Node #3: [165, 8... | 4 | Current State: 81:[90, 75, 43, 41], Operations: []
Exploring Operation: 75-41=34, Resulting Numbers: [90, 43, 34]
Generated Node #0,0: 81:[90, 43, 34] Operation: 75-41=34
Exploring Operation: 75-43=32, Resulting Numbers: [90, 41, 32]
Generated Node #0,1: 81:[90, 41, 32] Operation: 75-43=32
Exploring Operation: 43+41=84... | 0.972222 | hs_4 | sum_heuristic |
[
7,
57,
11,
82
] | 62 | [
"7*11=77",
"57+82=139",
"139-77=62"
] | Current State: 62:[7, 57, 11, 82], Operations: []
Exploring Operation: 7*11=77, Resulting Numbers: [57, 82, 77]
Generated Node #2: [57, 82, 77] from Operation: 7*11=77
Current State: 62:[57, 82, 77], Operations: ['7*11=77']
Exploring Operation: 57+82=139, Resulting Numbers: [77, 139]
Generated Node #3: [77, 139] from O... | 4 | Current State: 62:[7, 57, 11, 82], Operations: []
Exploring Operation: 82-11=71, Resulting Numbers: [7, 57, 71]
Generated Node #0,0: 62:[7, 57, 71] Operation: 82-11=71
Exploring Operation: 82-57=25, Resulting Numbers: [7, 11, 25]
Generated Node #0,1: 62:[7, 11, 25] Operation: 82-57=25
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
64,
28,
73,
91
] | 18 | [
"64-28=36",
"91-73=18",
"36-18=18"
] | Current State: 18:[64, 28, 73, 91], Operations: []
Exploring Operation: 64-28=36, Resulting Numbers: [73, 91, 36]
Generated Node #2: [73, 91, 36] from Operation: 64-28=36
Current State: 18:[73, 91, 36], Operations: ['64-28=36']
Exploring Operation: 91-73=18, Resulting Numbers: [36, 18]
Generated Node #3: [36, 18] from ... | 4 | Current State: 18:[64, 28, 73, 91], Operations: []
Exploring Operation: 73-64=9, Resulting Numbers: [28, 91, 9]
Generated Node #0,0: 18:[28, 91, 9] Operation: 73-64=9
Exploring Operation: 91-64=27, Resulting Numbers: [28, 73, 27]
Generated Node #0,1: 18:[28, 73, 27] Operation: 91-64=27
Exploring Operation: 64-28=36, Re... | 0.988715 | hs_4 | sum_heuristic |
[
61,
50,
95,
3
] | 87 | [
"61-50=11",
"95+3=98",
"98-11=87"
] | Current State: 87:[61, 50, 95, 3], Operations: []
Exploring Operation: 61-50=11, Resulting Numbers: [95, 3, 11]
Generated Node #2: [95, 3, 11] from Operation: 61-50=11
Current State: 87:[95, 3, 11], Operations: ['61-50=11']
Exploring Operation: 95+3=98, Resulting Numbers: [11, 98]
Generated Node #3: [11, 98] from Opera... | 4 | Current State: 87:[61, 50, 95, 3], Operations: []
Exploring Operation: 95-50=45, Resulting Numbers: [61, 3, 45]
Generated Node #0,0: 87:[61, 3, 45] Operation: 95-50=45
Exploring Operation: 61+50=111, Resulting Numbers: [95, 3, 111]
Generated Node #0,1: 87:[95, 3, 111] Operation: 61+50=111
Exploring Operation: 61+3=64, ... | 0.984375 | hs_5 | mult_heuristic |
[
26,
6,
92,
6
] | 82 | [
"26+92=118",
"6*6=36",
"118-36=82"
] | Current State: 82:[26, 6, 92, 6], Operations: []
Exploring Operation: 26+92=118, Resulting Numbers: [6, 6, 118]
Generated Node #2: [6, 6, 118] from Operation: 26+92=118
Current State: 82:[6, 6, 118], Operations: ['26+92=118']
Exploring Operation: 6*6=36, Resulting Numbers: [118, 36]
Generated Node #3: [118, 36] from Op... | 4 | Current State: 82:[26, 6, 92, 6], Operations: []
Exploring Operation: 92-6=86, Resulting Numbers: [26, 6, 86]
Generated Node #0,0: 82:[26, 6, 86] Operation: 92-6=86
Exploring Operation: 92-6=86, Resulting Numbers: [26, 6, 86]
Generated Node #0,1: 82:[26, 6, 86] Operation: 92-6=86
Exploring Operation: 26+6=32, Resulting... | 0 | hs_4 | sum_heuristic |
[
92,
13,
26,
45
] | 45 | [
"92-45=47",
"26/13=2",
"47-2=45"
] | Current State: 45:[92, 13, 26, 45], Operations: []
Exploring Operation: 92-45=47, Resulting Numbers: [13, 26, 47]
Generated Node #2: [13, 26, 47] from Operation: 92-45=47
Current State: 45:[13, 26, 47], Operations: ['92-45=47']
Exploring Operation: 26/13=2, Resulting Numbers: [47, 2]
Generated Node #3: [47, 2] from Ope... | 4 | Current State: 45:[92, 13, 26, 45], Operations: []
Exploring Operation: 92-26=66, Resulting Numbers: [13, 45, 66]
Generated Node #0,0: 45:[13, 45, 66] Operation: 92-26=66
Exploring Operation: 26/13=2, Resulting Numbers: [92, 45, 2]
Generated Node #0,1: 45:[92, 45, 2] Operation: 26/13=2
Exploring Operation: 92-13=79, Re... | 0.986979 | hs_5 | sum_heuristic |
[
54,
27,
92,
23
] | 88 | [
"54-27=27",
"92+23=115",
"115-27=88"
] | Current State: 88:[54, 27, 92, 23], Operations: []
Exploring Operation: 54-27=27, Resulting Numbers: [92, 23, 27]
Generated Node #2: [92, 23, 27] from Operation: 54-27=27
Current State: 88:[92, 23, 27], Operations: ['54-27=27']
Exploring Operation: 92+23=115, Resulting Numbers: [27, 115]
Generated Node #3: [27, 115] fr... | 4 | Current State: 88:[54, 27, 92, 23], Operations: []
Exploring Operation: 27-23=4, Resulting Numbers: [54, 92, 4]
Generated Node #0,0: 88:[54, 92, 4] Operation: 27-23=4
Exploring Operation: 54/27=2, Resulting Numbers: [92, 23, 2]
Generated Node #0,1: 88:[92, 23, 2] Operation: 54/27=2
Exploring Operation: 54-27=27, Result... | 0.967014 | hs_5 | sum_heuristic |
[
6,
11,
21,
2
] | 12 | [
"6*11=66",
"66/2=33",
"33-21=12"
] | Current State: 12:[6, 11, 21, 2], Operations: []
Exploring Operation: 6*11=66, Resulting Numbers: [21, 2, 66]
Generated Node #2: [21, 2, 66] from Operation: 6*11=66
Current State: 12:[21, 2, 66], Operations: ['6*11=66']
Exploring Operation: 66/2=33, Resulting Numbers: [21, 33]
Generated Node #3: [21, 33] from Operation... | 4 | Current State: 12:[6, 11, 21, 2], Operations: []
Exploring Operation: 21-11=10, Resulting Numbers: [6, 2, 10]
Generated Node #0,0: 12:[6, 2, 10] Operation: 21-11=10
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[6, 2, 10], Operations: ['21-11=10']
Exploring Operation: 10-6=4, Resulting Numbers: [2,... | 0 | hs_1 | sum_heuristic |
[
88,
2,
43,
4
] | 76 | [
"43-2=41",
"4*41=164",
"164-88=76"
] | Current State: 76:[88, 2, 43, 4], Operations: []
Exploring Operation: 43-2=41, Resulting Numbers: [88, 4, 41]
Generated Node #2: [88, 4, 41] from Operation: 43-2=41
Current State: 76:[88, 4, 41], Operations: ['43-2=41']
Exploring Operation: 4*41=164, Resulting Numbers: [88, 164]
Generated Node #3: [88, 164] from Operat... | 4 | Current State: 76:[88, 2, 43, 4], Operations: []
Exploring Operation: 88/4=22, Resulting Numbers: [2, 43, 22]
Generated Node #0,0: 76:[2, 43, 22] Operation: 88/4=22
Exploring Operation: 88-43=45, Resulting Numbers: [2, 4, 45]
Generated Node #0,1: 76:[2, 4, 45] Operation: 88-43=45
Moving to Node #0,1
Current State: 76:[... | 0 | hs_2 | sum_heuristic |
[
36,
35,
81,
77
] | 99 | [
"81-36=45",
"77*45=3465",
"3465/35=99"
] | Current State: 99:[36, 35, 81, 77], Operations: []
Exploring Operation: 81-36=45, Resulting Numbers: [35, 77, 45]
Generated Node #2: [35, 77, 45] from Operation: 81-36=45
Current State: 99:[35, 77, 45], Operations: ['81-36=45']
Exploring Operation: 77*45=3465, Resulting Numbers: [35, 3465]
Generated Node #3: [35, 3465]... | 4 | Current State: 99:[36, 35, 81, 77], Operations: []
Exploring Operation: 81-77=4, Resulting Numbers: [36, 35, 4]
Generated Node #0,0: 99:[36, 35, 4] Operation: 81-77=4
Exploring Operation: 77-36=41, Resulting Numbers: [35, 81, 41]
Generated Node #0,1: 99:[35, 81, 41] Operation: 77-36=41
Moving to Node #0,0
Current State... | 0 | hs_2 | mult_heuristic |
[
66,
38,
26,
27
] | 31 | [
"66+38=104",
"104/26=4",
"27+4=31"
] | Current State: 31:[66, 38, 26, 27], Operations: []
Exploring Operation: 66+38=104, Resulting Numbers: [26, 27, 104]
Generated Node #2: [26, 27, 104] from Operation: 66+38=104
Current State: 31:[26, 27, 104], Operations: ['66+38=104']
Exploring Operation: 104/26=4, Resulting Numbers: [27, 4]
Generated Node #3: [27, 4] f... | 4 | Current State: 31:[66, 38, 26, 27], Operations: []
Exploring Operation: 66-38=28, Resulting Numbers: [26, 27, 28]
Generated Node #0,0: 31:[26, 27, 28] Operation: 66-38=28
Moving to Node #0,0
Current State: 31:[26, 27, 28], Operations: ['66-38=28']
Exploring Operation: 26+27=53, Resulting Numbers: [28, 53]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
35,
40,
75,
29
] | 91 | [
"75+29=104",
"35*104=3640",
"3640/40=91"
] | Current State: 91:[35, 40, 75, 29], Operations: []
Exploring Operation: 75+29=104, Resulting Numbers: [35, 40, 104]
Generated Node #2: [35, 40, 104] from Operation: 75+29=104
Current State: 91:[35, 40, 104], Operations: ['75+29=104']
Exploring Operation: 35*104=3640, Resulting Numbers: [40, 3640]
Generated Node #3: [40... | 4 | Current State: 91:[35, 40, 75, 29], Operations: []
Exploring Operation: 40-35=5, Resulting Numbers: [75, 29, 5]
Generated Node #0,0: 91:[75, 29, 5] Operation: 40-35=5
Moving to Node #0,0
Current State: 91:[75, 29, 5], Operations: ['40-35=5']
Exploring Operation: 75+29=104, Resulting Numbers: [5, 104]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
24,
7,
35,
27
] | 21 | [
"24*7=168",
"35-27=8",
"168/8=21"
] | Current State: 21:[24, 7, 35, 27], Operations: []
Exploring Operation: 24*7=168, Resulting Numbers: [35, 27, 168]
Generated Node #2: [35, 27, 168] from Operation: 24*7=168
Current State: 21:[35, 27, 168], Operations: ['24*7=168']
Exploring Operation: 35-27=8, Resulting Numbers: [168, 8]
Generated Node #3: [168, 8] from... | 4 | Current State: 21:[24, 7, 35, 27], Operations: []
Exploring Operation: 35-27=8, Resulting Numbers: [24, 7, 8]
Generated Node #0,0: 21:[24, 7, 8] Operation: 35-27=8
Exploring Operation: 35-24=11, Resulting Numbers: [7, 27, 11]
Generated Node #0,1: 21:[7, 27, 11] Operation: 35-24=11
Exploring Operation: 35/7=5, Resulting... | 0.985243 | hs_5 | mult_heuristic |
[
7,
24,
56,
93
] | 99 | [
"56/7=8",
"24*8=192",
"192-93=99"
] | Current State: 99:[7, 24, 56, 93], Operations: []
Exploring Operation: 56/7=8, Resulting Numbers: [24, 93, 8]
Generated Node #2: [24, 93, 8] from Operation: 56/7=8
Current State: 99:[24, 93, 8], Operations: ['56/7=8']
Exploring Operation: 24*8=192, Resulting Numbers: [93, 192]
Generated Node #3: [93, 192] from Operatio... | 4 | Current State: 99:[7, 24, 56, 93], Operations: []
Exploring Operation: 24+56=80, Resulting Numbers: [7, 93, 80]
Generated Node #0,0: 99:[7, 93, 80] Operation: 24+56=80
Exploring Operation: 93-56=37, Resulting Numbers: [7, 24, 37]
Generated Node #0,1: 99:[7, 24, 37] Operation: 93-56=37
Exploring Operation: 56/7=8, Resul... | 0 | hs_4 | sum_heuristic |
[
49,
2,
53,
19
] | 87 | [
"49+19=68",
"68/2=34",
"53+34=87"
] | Current State: 87:[49, 2, 53, 19], Operations: []
Exploring Operation: 49+19=68, Resulting Numbers: [2, 53, 68]
Generated Node #2: [2, 53, 68] from Operation: 49+19=68
Current State: 87:[2, 53, 68], Operations: ['49+19=68']
Exploring Operation: 68/2=34, Resulting Numbers: [53, 34]
Generated Node #3: [53, 34] from Opera... | 4 | Current State: 87:[49, 2, 53, 19], Operations: []
Exploring Operation: 49-19=30, Resulting Numbers: [2, 53, 30]
Generated Node #0,0: 87:[2, 53, 30] Operation: 49-19=30
Exploring Operation: 53-19=34, Resulting Numbers: [49, 2, 34]
Generated Node #0,1: 87:[49, 2, 34] Operation: 53-19=34
Exploring Operation: 53-49=4, Resu... | 0 | hs_4 | mult_heuristic |
[
56,
98,
10,
9
] | 42 | [
"98-56=42",
"10-9=1",
"42*1=42"
] | Current State: 42:[56, 98, 10, 9], Operations: []
Exploring Operation: 98-56=42, Resulting Numbers: [10, 9, 42]
Generated Node #2: [10, 9, 42] from Operation: 98-56=42
Current State: 42:[10, 9, 42], Operations: ['98-56=42']
Exploring Operation: 10-9=1, Resulting Numbers: [42, 1]
Generated Node #3: [42, 1] from Operatio... | 4 | Current State: 42:[56, 98, 10, 9], Operations: []
Exploring Operation: 56-9=47, Resulting Numbers: [98, 10, 47]
Generated Node #0,0: 42:[98, 10, 47] Operation: 56-9=47
Exploring Operation: 98-56=42, Resulting Numbers: [10, 9, 42]
Generated Node #0,1: 42:[10, 9, 42] Operation: 98-56=42
Exploring Operation: 98-9=89, Resu... | 0.969618 | hs_5 | mult_heuristic |
[
96,
14,
19,
93
] | 36 | [
"96+14=110",
"93-19=74",
"110-74=36"
] | Current State: 36:[96, 14, 19, 93], Operations: []
Exploring Operation: 96+14=110, Resulting Numbers: [19, 93, 110]
Generated Node #2: [19, 93, 110] from Operation: 96+14=110
Current State: 36:[19, 93, 110], Operations: ['96+14=110']
Exploring Operation: 93-19=74, Resulting Numbers: [110, 74]
Generated Node #3: [110, 7... | 4 | Current State: 36:[96, 14, 19, 93], Operations: []
Exploring Operation: 96-93=3, Resulting Numbers: [14, 19, 3]
Generated Node #0,0: 36:[14, 19, 3] Operation: 96-93=3
Exploring Operation: 96-19=77, Resulting Numbers: [14, 93, 77]
Generated Node #0,1: 36:[14, 93, 77] Operation: 96-19=77
Moving to Node #0,0
Current State... | 0.988715 | hs_2 | sum_heuristic |
[
82,
76,
64,
28
] | 98 | [
"82-76=6",
"64+28=92",
"6+92=98"
] | Current State: 98:[82, 76, 64, 28], Operations: []
Exploring Operation: 82-76=6, Resulting Numbers: [64, 28, 6]
Generated Node #2: [64, 28, 6] from Operation: 82-76=6
Current State: 98:[64, 28, 6], Operations: ['82-76=6']
Exploring Operation: 64+28=92, Resulting Numbers: [6, 92]
Generated Node #3: [6, 92] from Operatio... | 4 | Current State: 98:[82, 76, 64, 28], Operations: []
Exploring Operation: 76-64=12, Resulting Numbers: [82, 28, 12]
Generated Node #0,0: 98:[82, 28, 12] Operation: 76-64=12
Exploring Operation: 76+28=104, Resulting Numbers: [82, 64, 104]
Generated Node #0,1: 98:[82, 64, 104] Operation: 76+28=104
Exploring Operation: 76-2... | 0.974826 | hs_4 | sum_heuristic |
[
6,
59,
62,
66
] | 75 | [
"59-6=53",
"62+66=128",
"128-53=75"
] | Current State: 75:[6, 59, 62, 66], Operations: []
Exploring Operation: 59-6=53, Resulting Numbers: [62, 66, 53]
Generated Node #2: [62, 66, 53] from Operation: 59-6=53
Current State: 75:[62, 66, 53], Operations: ['59-6=53']
Exploring Operation: 62+66=128, Resulting Numbers: [53, 128]
Generated Node #3: [53, 128] from O... | 4 | Current State: 75:[6, 59, 62, 66], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [6, 59, 4]
Generated Node #0,0: 75:[6, 59, 4] Operation: 66-62=4
Exploring Operation: 66-59=7, Resulting Numbers: [6, 62, 7]
Generated Node #0,1: 75:[6, 62, 7] Operation: 66-59=7
Exploring Operation: 62-59=3, Resulting Nu... | 0.986111 | hs_3 | mult_heuristic |
[
10,
96,
14,
59
] | 35 | [
"14-10=4",
"96/4=24",
"59-24=35"
] | Current State: 35:[10, 96, 14, 59], Operations: []
Exploring Operation: 14-10=4, Resulting Numbers: [96, 59, 4]
Generated Node #2: [96, 59, 4] from Operation: 14-10=4
Current State: 35:[96, 59, 4], Operations: ['14-10=4']
Exploring Operation: 96/4=24, Resulting Numbers: [59, 24]
Generated Node #3: [59, 24] from Operati... | 4 | Current State: 35:[10, 96, 14, 59], Operations: []
Exploring Operation: 96-59=37, Resulting Numbers: [10, 14, 37]
Generated Node #0,0: 35:[10, 14, 37] Operation: 96-59=37
Exploring Operation: 96-14=82, Resulting Numbers: [10, 59, 82]
Generated Node #0,1: 35:[10, 59, 82] Operation: 96-14=82
Exploring Operation: 59-14=45... | 0 | hs_3 | mult_heuristic |
[
36,
69,
57,
55
] | 87 | [
"57-55=2",
"36/2=18",
"69+18=87"
] | Current State: 87:[36, 69, 57, 55], Operations: []
Exploring Operation: 57-55=2, Resulting Numbers: [36, 69, 2]
Generated Node #2: [36, 69, 2] from Operation: 57-55=2
Current State: 87:[36, 69, 2], Operations: ['57-55=2']
Exploring Operation: 36/2=18, Resulting Numbers: [69, 18]
Generated Node #3: [69, 18] from Operati... | 4 | Current State: 87:[36, 69, 57, 55], Operations: []
Exploring Operation: 57-55=2, Resulting Numbers: [36, 69, 2]
Generated Node #0,0: 87:[36, 69, 2] Operation: 57-55=2
Exploring Operation: 69-57=12, Resulting Numbers: [36, 55, 12]
Generated Node #0,1: 87:[36, 55, 12] Operation: 69-57=12
Exploring Operation: 36+57=93, Re... | 0 | hs_5 | sum_heuristic |
[
90,
15,
62,
7
] | 91 | [
"90-15=75",
"75-62=13",
"7*13=91"
] | Current State: 91:[90, 15, 62, 7], Operations: []
Exploring Operation: 90-15=75, Resulting Numbers: [62, 7, 75]
Generated Node #2: [62, 7, 75] from Operation: 90-15=75
Current State: 91:[62, 7, 75], Operations: ['90-15=75']
Exploring Operation: 75-62=13, Resulting Numbers: [7, 13]
Generated Node #3: [7, 13] from Operat... | 4 | Current State: 91:[90, 15, 62, 7], Operations: []
Exploring Operation: 90-62=28, Resulting Numbers: [15, 7, 28]
Generated Node #0,0: 91:[15, 7, 28] Operation: 90-62=28
Exploring Operation: 15+62=77, Resulting Numbers: [90, 7, 77]
Generated Node #0,1: 91:[90, 7, 77] Operation: 15+62=77
Exploring Operation: 62+7=69, Resu... | 0.983507 | hs_3 | mult_heuristic |
[
38,
63,
85,
18
] | 78 | [
"63-38=25",
"85+18=103",
"103-25=78"
] | Current State: 78:[38, 63, 85, 18], Operations: []
Exploring Operation: 63-38=25, Resulting Numbers: [85, 18, 25]
Generated Node #2: [85, 18, 25] from Operation: 63-38=25
Current State: 78:[85, 18, 25], Operations: ['63-38=25']
Exploring Operation: 85+18=103, Resulting Numbers: [25, 103]
Generated Node #3: [25, 103] fr... | 4 | Current State: 78:[38, 63, 85, 18], Operations: []
Exploring Operation: 85-63=22, Resulting Numbers: [38, 18, 22]
Generated Node #0,0: 78:[38, 18, 22] Operation: 85-63=22
Exploring Operation: 63+18=81, Resulting Numbers: [38, 85, 81]
Generated Node #0,1: 78:[38, 85, 81] Operation: 63+18=81
Exploring Operation: 63-38=25... | 0.986111 | hs_3 | mult_heuristic |
[
7,
36,
13,
25
] | 52 | [
"36-7=29",
"29-25=4",
"13*4=52"
] | Current State: 52:[7, 36, 13, 25], Operations: []
Exploring Operation: 36-7=29, Resulting Numbers: [13, 25, 29]
Generated Node #2: [13, 25, 29] from Operation: 36-7=29
Current State: 52:[13, 25, 29], Operations: ['36-7=29']
Exploring Operation: 29-25=4, Resulting Numbers: [13, 4]
Generated Node #3: [13, 4] from Operati... | 4 | Current State: 52:[7, 36, 13, 25], Operations: []
Exploring Operation: 36+13=49, Resulting Numbers: [7, 25, 49]
Generated Node #0,0: 52:[7, 25, 49] Operation: 36+13=49
Exploring Operation: 36-13=23, Resulting Numbers: [7, 25, 23]
Generated Node #0,1: 52:[7, 25, 23] Operation: 36-13=23
Exploring Operation: 36-25=11, Res... | 0.966146 | hs_4 | mult_heuristic |
[
6,
42,
20,
12
] | 94 | [
"6*12=72",
"42-20=22",
"72+22=94"
] | Current State: 94:[6, 42, 20, 12], Operations: []
Exploring Operation: 6*12=72, Resulting Numbers: [42, 20, 72]
Generated Node #2: [42, 20, 72] from Operation: 6*12=72
Current State: 94:[42, 20, 72], Operations: ['6*12=72']
Exploring Operation: 42-20=22, Resulting Numbers: [72, 22]
Generated Node #3: [72, 22] from Oper... | 4 | Current State: 94:[6, 42, 20, 12], Operations: []
Exploring Operation: 20-12=8, Resulting Numbers: [6, 42, 8]
Generated Node #0,0: 94:[6, 42, 8] Operation: 20-12=8
Exploring Operation: 20+12=32, Resulting Numbers: [6, 42, 32]
Generated Node #0,1: 94:[6, 42, 32] Operation: 20+12=32
Exploring Operation: 20-6=14, Resultin... | 0 | hs_5 | mult_heuristic |
[
10,
36,
13,
52
] | 13 | [
"36-10=26",
"52-13=39",
"39-26=13"
] | Current State: 13:[10, 36, 13, 52], Operations: []
Exploring Operation: 36-10=26, Resulting Numbers: [13, 52, 26]
Generated Node #2: [13, 52, 26] from Operation: 36-10=26
Current State: 13:[13, 52, 26], Operations: ['36-10=26']
Exploring Operation: 52-13=39, Resulting Numbers: [26, 39]
Generated Node #3: [26, 39] from ... | 4 | Current State: 13:[10, 36, 13, 52], Operations: []
Exploring Operation: 52-36=16, Resulting Numbers: [10, 13, 16]
Generated Node #0,0: 13:[10, 13, 16] Operation: 52-36=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[10, 13, 16], Operations: ['52-36=16']
Exploring Operation: 16-10=6, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
21,
13,
26,
75
] | 93 | [
"21-13=8",
"26+75=101",
"101-8=93"
] | Current State: 93:[21, 13, 26, 75], Operations: []
Exploring Operation: 21-13=8, Resulting Numbers: [26, 75, 8]
Generated Node #2: [26, 75, 8] from Operation: 21-13=8
Current State: 93:[26, 75, 8], Operations: ['21-13=8']
Exploring Operation: 26+75=101, Resulting Numbers: [8, 101]
Generated Node #3: [8, 101] from Opera... | 4 | Current State: 93:[21, 13, 26, 75], Operations: []
Exploring Operation: 21+13=34, Resulting Numbers: [26, 75, 34]
Generated Node #0,0: 93:[26, 75, 34] Operation: 21+13=34
Exploring Operation: 21+75=96, Resulting Numbers: [13, 26, 96]
Generated Node #0,1: 93:[13, 26, 96] Operation: 21+75=96
Exploring Operation: 13+75=88... | 0.980035 | hs_3 | sum_heuristic |
[
33,
79,
80,
1
] | 32 | [
"33+79=112",
"80*1=80",
"112-80=32"
] | Current State: 32:[33, 79, 80, 1], Operations: []
Exploring Operation: 33+79=112, Resulting Numbers: [80, 1, 112]
Generated Node #2: [80, 1, 112] from Operation: 33+79=112
Current State: 32:[80, 1, 112], Operations: ['33+79=112']
Exploring Operation: 80*1=80, Resulting Numbers: [112, 80]
Generated Node #3: [112, 80] fr... | 4 | Current State: 32:[33, 79, 80, 1], Operations: []
Exploring Operation: 79-1=78, Resulting Numbers: [33, 80, 78]
Generated Node #0,0: 32:[33, 80, 78] Operation: 79-1=78
Exploring Operation: 79-33=46, Resulting Numbers: [80, 1, 46]
Generated Node #0,1: 32:[80, 1, 46] Operation: 79-33=46
Exploring Operation: 80-79=1, Resu... | 0.986111 | hs_5 | sum_heuristic |
[
23,
67,
61,
51
] | 22 | [
"23+67=90",
"61+51=112",
"112-90=22"
] | Current State: 22:[23, 67, 61, 51], Operations: []
Exploring Operation: 23+67=90, Resulting Numbers: [61, 51, 90]
Generated Node #2: [61, 51, 90] from Operation: 23+67=90
Current State: 22:[61, 51, 90], Operations: ['23+67=90']
Exploring Operation: 61+51=112, Resulting Numbers: [90, 112]
Generated Node #3: [90, 112] fr... | 4 | Current State: 22:[23, 67, 61, 51], Operations: []
Exploring Operation: 67-61=6, Resulting Numbers: [23, 51, 6]
Generated Node #0,0: 22:[23, 51, 6] Operation: 67-61=6
Exploring Operation: 67-51=16, Resulting Numbers: [23, 61, 16]
Generated Node #0,1: 22:[23, 61, 16] Operation: 67-51=16
Exploring Operation: 61-51=10, Re... | 0.989583 | hs_3 | sum_heuristic |
[
29,
75,
56,
99
] | 51 | [
"29+75=104",
"56+99=155",
"155-104=51"
] | Current State: 51:[29, 75, 56, 99], Operations: []
Exploring Operation: 29+75=104, Resulting Numbers: [56, 99, 104]
Generated Node #2: [56, 99, 104] from Operation: 29+75=104
Current State: 51:[56, 99, 104], Operations: ['29+75=104']
Exploring Operation: 56+99=155, Resulting Numbers: [104, 155]
Generated Node #3: [104,... | 4 | Current State: 51:[29, 75, 56, 99], Operations: []
Exploring Operation: 99-56=43, Resulting Numbers: [29, 75, 43]
Generated Node #0,0: 51:[29, 75, 43] Operation: 99-56=43
Exploring Operation: 99-75=24, Resulting Numbers: [29, 56, 24]
Generated Node #0,1: 51:[29, 56, 24] Operation: 99-75=24
Exploring Operation: 99-29=70... | 0.981771 | hs_4 | sum_heuristic |
[
37,
69,
76,
19
] | 89 | [
"69-37=32",
"76-19=57",
"32+57=89"
] | Current State: 89:[37, 69, 76, 19], Operations: []
Exploring Operation: 69-37=32, Resulting Numbers: [76, 19, 32]
Generated Node #2: [76, 19, 32] from Operation: 69-37=32
Current State: 89:[76, 19, 32], Operations: ['69-37=32']
Exploring Operation: 76-19=57, Resulting Numbers: [32, 57]
Generated Node #3: [32, 57] from ... | 4 | Current State: 89:[37, 69, 76, 19], Operations: []
Exploring Operation: 37+19=56, Resulting Numbers: [69, 76, 56]
Generated Node #0,0: 89:[69, 76, 56] Operation: 37+19=56
Exploring Operation: 69+19=88, Resulting Numbers: [37, 76, 88]
Generated Node #0,1: 89:[37, 76, 88] Operation: 69+19=88
Exploring Operation: 76+19=95... | 0.985243 | hs_3 | sum_heuristic |
[
20,
71,
57,
16
] | 18 | [
"20+71=91",
"57+16=73",
"91-73=18"
] | Current State: 18:[20, 71, 57, 16], Operations: []
Exploring Operation: 20+71=91, Resulting Numbers: [57, 16, 91]
Generated Node #2: [57, 16, 91] from Operation: 20+71=91
Current State: 18:[57, 16, 91], Operations: ['20+71=91']
Exploring Operation: 57+16=73, Resulting Numbers: [91, 73]
Generated Node #3: [91, 73] from ... | 4 | Current State: 18:[20, 71, 57, 16], Operations: []
Exploring Operation: 57-20=37, Resulting Numbers: [71, 16, 37]
Generated Node #0,0: 18:[71, 16, 37] Operation: 57-20=37
Exploring Operation: 71-16=55, Resulting Numbers: [20, 57, 55]
Generated Node #0,1: 18:[20, 57, 55] Operation: 71-16=55
Exploring Operation: 71-57=14... | 0.988715 | hs_4 | sum_heuristic |
[
13,
32,
56,
6
] | 52 | [
"56-32=24",
"13*24=312",
"312/6=52"
] | Current State: 52:[13, 32, 56, 6], Operations: []
Exploring Operation: 56-32=24, Resulting Numbers: [13, 6, 24]
Generated Node #2: [13, 6, 24] from Operation: 56-32=24
Current State: 52:[13, 6, 24], Operations: ['56-32=24']
Exploring Operation: 13*24=312, Resulting Numbers: [6, 312]
Generated Node #3: [6, 312] from Ope... | 4 | Current State: 52:[13, 32, 56, 6], Operations: []
Exploring Operation: 56-32=24, Resulting Numbers: [13, 6, 24]
Generated Node #0,0: 52:[13, 6, 24] Operation: 56-32=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[13, 6, 24], Operations: ['56-32=24']
Exploring Operation: 24/6=4, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
59,
39,
97,
56
] | 20 | [
"59-56=3",
"39*3=117",
"117-97=20"
] | Current State: 20:[59, 39, 97, 56], Operations: []
Exploring Operation: 59-56=3, Resulting Numbers: [39, 97, 3]
Generated Node #2: [39, 97, 3] from Operation: 59-56=3
Current State: 20:[39, 97, 3], Operations: ['59-56=3']
Exploring Operation: 39*3=117, Resulting Numbers: [97, 117]
Generated Node #3: [97, 117] from Oper... | 4 | Current State: 20:[59, 39, 97, 56], Operations: []
Exploring Operation: 97-59=38, Resulting Numbers: [39, 56, 38]
Generated Node #0,0: 20:[39, 56, 38] Operation: 97-59=38
Exploring Operation: 97-56=41, Resulting Numbers: [59, 39, 41]
Generated Node #0,1: 20:[59, 39, 41] Operation: 97-56=41
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
50,
3,
17,
90
] | 79 | [
"50-17=33",
"33/3=11",
"90-11=79"
] | Current State: 79:[50, 3, 17, 90], Operations: []
Exploring Operation: 50-17=33, Resulting Numbers: [3, 90, 33]
Generated Node #2: [3, 90, 33] from Operation: 50-17=33
Current State: 79:[3, 90, 33], Operations: ['50-17=33']
Exploring Operation: 33/3=11, Resulting Numbers: [90, 11]
Generated Node #3: [90, 11] from Opera... | 4 | Current State: 79:[50, 3, 17, 90], Operations: []
Exploring Operation: 3*17=51, Resulting Numbers: [50, 90, 51]
Generated Node #0,0: 79:[50, 90, 51] Operation: 3*17=51
Start Sub Search at level 1: Moving to Node #0,0
Current State: 79:[50, 90, 51], Operations: ['3*17=51']
Exploring Operation: 50+51=101, Resulting Numbe... | 0 | hs_1 | mult_heuristic |
[
38,
94,
88,
49
] | 95 | [
"94-38=56",
"88-49=39",
"56+39=95"
] | Current State: 95:[38, 94, 88, 49], Operations: []
Exploring Operation: 94-38=56, Resulting Numbers: [88, 49, 56]
Generated Node #2: [88, 49, 56] from Operation: 94-38=56
Current State: 95:[88, 49, 56], Operations: ['94-38=56']
Exploring Operation: 88-49=39, Resulting Numbers: [56, 39]
Generated Node #3: [56, 39] from ... | 4 | Current State: 95:[38, 94, 88, 49], Operations: []
Exploring Operation: 38+49=87, Resulting Numbers: [94, 88, 87]
Generated Node #0,0: 95:[94, 88, 87] Operation: 38+49=87
Exploring Operation: 49-38=11, Resulting Numbers: [94, 88, 11]
Generated Node #0,1: 95:[94, 88, 11] Operation: 49-38=11
Moving to Node #0,1
Current S... | 0.986111 | hs_2 | mult_heuristic |
[
27,
10,
71,
66
] | 23 | [
"71-66=5",
"10*5=50",
"50-27=23"
] | Current State: 23:[27, 10, 71, 66], Operations: []
Exploring Operation: 71-66=5, Resulting Numbers: [27, 10, 5]
Generated Node #2: [27, 10, 5] from Operation: 71-66=5
Current State: 23:[27, 10, 5], Operations: ['71-66=5']
Exploring Operation: 10*5=50, Resulting Numbers: [27, 50]
Generated Node #3: [27, 50] from Operati... | 4 | Current State: 23:[27, 10, 71, 66], Operations: []
Exploring Operation: 66-27=39, Resulting Numbers: [10, 71, 39]
Generated Node #0,0: 23:[10, 71, 39] Operation: 66-27=39
Exploring Operation: 71-27=44, Resulting Numbers: [10, 66, 44]
Generated Node #0,1: 23:[10, 66, 44] Operation: 71-27=44
Exploring Operation: 71-10=61... | 0 | hs_4 | sum_heuristic |
[
2,
64,
57,
60
] | 55 | [
"64-2=62",
"57+60=117",
"117-62=55"
] | Current State: 55:[2, 64, 57, 60], Operations: []
Exploring Operation: 64-2=62, Resulting Numbers: [57, 60, 62]
Generated Node #2: [57, 60, 62] from Operation: 64-2=62
Current State: 55:[57, 60, 62], Operations: ['64-2=62']
Exploring Operation: 57+60=117, Resulting Numbers: [62, 117]
Generated Node #3: [62, 117] from O... | 4 | Current State: 55:[2, 64, 57, 60], Operations: []
Exploring Operation: 64-2=62, Resulting Numbers: [57, 60, 62]
Generated Node #0,0: 55:[57, 60, 62] Operation: 64-2=62
Exploring Operation: 64-57=7, Resulting Numbers: [2, 60, 7]
Generated Node #0,1: 55:[2, 60, 7] Operation: 64-57=7
Exploring Operation: 57-2=55, Resultin... | 0.983507 | hs_4 | sum_heuristic |
[
5,
86,
6,
72
] | 40 | [
"86-6=80",
"80-72=8",
"5*8=40"
] | Current State: 40:[5, 86, 6, 72], Operations: []
Exploring Operation: 86-6=80, Resulting Numbers: [5, 72, 80]
Generated Node #2: [5, 72, 80] from Operation: 86-6=80
Current State: 40:[5, 72, 80], Operations: ['86-6=80']
Exploring Operation: 80-72=8, Resulting Numbers: [5, 8]
Generated Node #3: [5, 8] from Operation: 80... | 4 | Current State: 40:[5, 86, 6, 72], Operations: []
Exploring Operation: 86-6=80, Resulting Numbers: [5, 72, 80]
Generated Node #0,0: 40:[5, 72, 80] Operation: 86-6=80
Exploring Operation: 86-72=14, Resulting Numbers: [5, 6, 14]
Generated Node #0,1: 40:[5, 6, 14] Operation: 86-72=14
Exploring Operation: 72/6=12, Resulting... | 0.989583 | hs_3 | mult_heuristic |
[
14,
41,
67,
81
] | 41 | [
"14+41=55",
"81-67=14",
"55-14=41"
] | Current State: 41:[14, 41, 67, 81], Operations: []
Exploring Operation: 14+41=55, Resulting Numbers: [67, 81, 55]
Generated Node #2: [67, 81, 55] from Operation: 14+41=55
Current State: 41:[67, 81, 55], Operations: ['14+41=55']
Exploring Operation: 81-67=14, Resulting Numbers: [55, 14]
Generated Node #3: [55, 14] from ... | 4 | Current State: 41:[14, 41, 67, 81], Operations: []
Exploring Operation: 81-67=14, Resulting Numbers: [14, 41, 14]
Generated Node #0,0: 41:[14, 41, 14] Operation: 81-67=14
Exploring Operation: 81-14=67, Resulting Numbers: [41, 67, 67]
Generated Node #0,1: 41:[41, 67, 67] Operation: 81-14=67
Exploring Operation: 81-41=40... | 0.987847 | hs_4 | mult_heuristic |
[
33,
53,
38,
58
] | 10 | [
"33+53=86",
"38+58=96",
"96-86=10"
] | Current State: 10:[33, 53, 38, 58], Operations: []
Exploring Operation: 33+53=86, Resulting Numbers: [38, 58, 86]
Generated Node #2: [38, 58, 86] from Operation: 33+53=86
Current State: 10:[38, 58, 86], Operations: ['33+53=86']
Exploring Operation: 38+58=96, Resulting Numbers: [86, 96]
Generated Node #3: [86, 96] from ... | 4 | Current State: 10:[33, 53, 38, 58], Operations: []
Exploring Operation: 58-38=20, Resulting Numbers: [33, 53, 20]
Generated Node #0,0: 10:[33, 53, 20] Operation: 58-38=20
Exploring Operation: 53-33=20, Resulting Numbers: [38, 58, 20]
Generated Node #0,1: 10:[38, 58, 20] Operation: 53-33=20
Exploring Operation: 58-53=5,... | 0.986111 | hs_4 | mult_heuristic |
[
38,
3,
7,
34
] | 57 | [
"38+7=45",
"3*34=102",
"102-45=57"
] | Current State: 57:[38, 3, 7, 34], Operations: []
Exploring Operation: 38+7=45, Resulting Numbers: [3, 34, 45]
Generated Node #2: [3, 34, 45] from Operation: 38+7=45
Current State: 57:[3, 34, 45], Operations: ['38+7=45']
Exploring Operation: 3*34=102, Resulting Numbers: [45, 102]
Generated Node #3: [45, 102] from Operat... | 4 | Current State: 57:[38, 3, 7, 34], Operations: []
Exploring Operation: 38-34=4, Resulting Numbers: [3, 7, 4]
Generated Node #0,0: 57:[3, 7, 4] Operation: 38-34=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 57:[3, 7, 4], Operations: ['38-34=4']
Exploring Operation: 7-4=3, Resulting Numbers: [3, 3]
Gen... | 0 | hs_1 | mult_heuristic |
[
93,
35,
37,
68
] | 90 | [
"37+68=105",
"105/35=3",
"93-3=90"
] | Current State: 90:[93, 35, 37, 68], Operations: []
Exploring Operation: 37+68=105, Resulting Numbers: [93, 35, 105]
Generated Node #2: [93, 35, 105] from Operation: 37+68=105
Current State: 90:[93, 35, 105], Operations: ['37+68=105']
Exploring Operation: 105/35=3, Resulting Numbers: [93, 3]
Generated Node #3: [93, 3] f... | 4 | Current State: 90:[93, 35, 37, 68], Operations: []
Exploring Operation: 93-68=25, Resulting Numbers: [35, 37, 25]
Generated Node #0,0: 90:[35, 37, 25] Operation: 93-68=25
Exploring Operation: 68-37=31, Resulting Numbers: [93, 35, 31]
Generated Node #0,1: 90:[93, 35, 31] Operation: 68-37=31
Exploring Operation: 68-35=33... | 0 | hs_4 | sum_heuristic |
[
59,
68,
12,
31
] | 28 | [
"68-59=9",
"31-12=19",
"9+19=28"
] | Current State: 28:[59, 68, 12, 31], Operations: []
Exploring Operation: 68-59=9, Resulting Numbers: [12, 31, 9]
Generated Node #2: [12, 31, 9] from Operation: 68-59=9
Current State: 28:[12, 31, 9], Operations: ['68-59=9']
Exploring Operation: 31-12=19, Resulting Numbers: [9, 19]
Generated Node #3: [9, 19] from Operatio... | 4 | Current State: 28:[59, 68, 12, 31], Operations: []
Exploring Operation: 68-59=9, Resulting Numbers: [12, 31, 9]
Generated Node #0,0: 28:[12, 31, 9] Operation: 68-59=9
Moving to Node #0,0
Current State: 28:[12, 31, 9], Operations: ['68-59=9']
Exploring Operation: 12-9=3, Resulting Numbers: [31, 3]
Generated Node #0,0,0:... | 0.993924 | hs_1 | mult_heuristic |
[
90,
69,
38,
51
] | 99 | [
"90*38=3420",
"69*51=3519",
"3519-3420=99"
] | Current State: 99:[90, 69, 38, 51], Operations: []
Exploring Operation: 90*38=3420, Resulting Numbers: [69, 51, 3420]
Generated Node #2: [69, 51, 3420] from Operation: 90*38=3420
Current State: 99:[69, 51, 3420], Operations: ['90*38=3420']
Exploring Operation: 69*51=3519, Resulting Numbers: [3420, 3519]
Generated Node ... | 4 | Current State: 99:[90, 69, 38, 51], Operations: []
Exploring Operation: 69+51=120, Resulting Numbers: [90, 38, 120]
Generated Node #0,0: 99:[90, 38, 120] Operation: 69+51=120
Exploring Operation: 90-69=21, Resulting Numbers: [38, 51, 21]
Generated Node #0,1: 99:[38, 51, 21] Operation: 90-69=21
Exploring Operation: 69-5... | 0 | hs_5 | mult_heuristic |
[
92,
46,
35,
65
] | 98 | [
"92/46=2",
"35+65=100",
"100-2=98"
] | Current State: 98:[92, 46, 35, 65], Operations: []
Exploring Operation: 92/46=2, Resulting Numbers: [35, 65, 2]
Generated Node #2: [35, 65, 2] from Operation: 92/46=2
Current State: 98:[35, 65, 2], Operations: ['92/46=2']
Exploring Operation: 35+65=100, Resulting Numbers: [2, 100]
Generated Node #3: [2, 100] from Opera... | 4 | Current State: 98:[92, 46, 35, 65], Operations: []
Exploring Operation: 65-46=19, Resulting Numbers: [92, 35, 19]
Generated Node #0,0: 98:[92, 35, 19] Operation: 65-46=19
Exploring Operation: 65-35=30, Resulting Numbers: [92, 46, 30]
Generated Node #0,1: 98:[92, 46, 30] Operation: 65-35=30
Exploring Operation: 35+65=10... | 0.986111 | hs_5 | mult_heuristic |
[
76,
88,
94,
27
] | 97 | [
"76+88=164",
"94-27=67",
"164-67=97"
] | Current State: 97:[76, 88, 94, 27], Operations: []
Exploring Operation: 76+88=164, Resulting Numbers: [94, 27, 164]
Generated Node #2: [94, 27, 164] from Operation: 76+88=164
Current State: 97:[94, 27, 164], Operations: ['76+88=164']
Exploring Operation: 94-27=67, Resulting Numbers: [164, 67]
Generated Node #3: [164, 6... | 4 | Current State: 97:[76, 88, 94, 27], Operations: []
Exploring Operation: 88+27=115, Resulting Numbers: [76, 94, 115]
Generated Node #0,0: 97:[76, 94, 115] Operation: 88+27=115
Exploring Operation: 94+27=121, Resulting Numbers: [76, 88, 121]
Generated Node #0,1: 97:[76, 88, 121] Operation: 94+27=121
Exploring Operation: ... | 0.949653 | hs_4 | sum_heuristic |
[
50,
72,
64,
96
] | 33 | [
"72-50=22",
"96*22=2112",
"2112/64=33"
] | Current State: 33:[50, 72, 64, 96], Operations: []
Exploring Operation: 72-50=22, Resulting Numbers: [64, 96, 22]
Generated Node #2: [64, 96, 22] from Operation: 72-50=22
Current State: 33:[64, 96, 22], Operations: ['72-50=22']
Exploring Operation: 96*22=2112, Resulting Numbers: [64, 2112]
Generated Node #3: [64, 2112]... | 4 | Current State: 33:[50, 72, 64, 96], Operations: []
Exploring Operation: 96-50=46, Resulting Numbers: [72, 64, 46]
Generated Node #0,0: 33:[72, 64, 46] Operation: 96-50=46
Exploring Operation: 96-64=32, Resulting Numbers: [50, 72, 32]
Generated Node #0,1: 33:[50, 72, 32] Operation: 96-64=32
Exploring Operation: 72-64=8,... | 0 | hs_5 | sum_heuristic |
[
16,
14,
13,
17
] | 26 | [
"16+14=30",
"17-13=4",
"30-4=26"
] | Current State: 26:[16, 14, 13, 17], Operations: []
Exploring Operation: 16+14=30, Resulting Numbers: [13, 17, 30]
Generated Node #2: [13, 17, 30] from Operation: 16+14=30
Current State: 26:[13, 17, 30], Operations: ['16+14=30']
Exploring Operation: 17-13=4, Resulting Numbers: [30, 4]
Generated Node #3: [30, 4] from Ope... | 4 | Current State: 26:[16, 14, 13, 17], Operations: []
Exploring Operation: 16-14=2, Resulting Numbers: [13, 17, 2]
Generated Node #0,0: 26:[13, 17, 2] Operation: 16-14=2
Exploring Operation: 17-16=1, Resulting Numbers: [14, 13, 1]
Generated Node #0,1: 26:[14, 13, 1] Operation: 17-16=1
Moving to Node #0,1
Current State: 26... | 0.990451 | hs_2 | mult_heuristic |
[
87,
1,
4,
91
] | 15 | [
"91-87=4",
"4*4=16",
"16-1=15"
] | Current State: 15:[87, 1, 4, 91], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [1, 4, 4]
Generated Node #2: [1, 4, 4] from Operation: 91-87=4
Current State: 15:[1, 4, 4], Operations: ['91-87=4']
Exploring Operation: 4*4=16, Resulting Numbers: [1, 16]
Generated Node #3: [1, 16] from Operation: 4*4=16
... | 4 | Current State: 15:[87, 1, 4, 91], Operations: []
Exploring Operation: 87-4=83, Resulting Numbers: [1, 91, 83]
Generated Node #0,0: 15:[1, 91, 83] Operation: 87-4=83
Exploring Operation: 91-87=4, Resulting Numbers: [1, 4, 4]
Generated Node #0,1: 15:[1, 4, 4] Operation: 91-87=4
Exploring Operation: 87-1=86, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
5,
34,
18,
74
] | 53 | [
"5+34=39",
"18+74=92",
"92-39=53"
] | Current State: 53:[5, 34, 18, 74], Operations: []
Exploring Operation: 5+34=39, Resulting Numbers: [18, 74, 39]
Generated Node #2: [18, 74, 39] from Operation: 5+34=39
Current State: 53:[18, 74, 39], Operations: ['5+34=39']
Exploring Operation: 18+74=92, Resulting Numbers: [39, 92]
Generated Node #3: [39, 92] from Oper... | 4 | Current State: 53:[5, 34, 18, 74], Operations: []
Exploring Operation: 5+34=39, Resulting Numbers: [18, 74, 39]
Generated Node #0,0: 53:[18, 74, 39] Operation: 5+34=39
Start Sub Search at level 1: Moving to Node #0,0
Current State: 53:[18, 74, 39], Operations: ['5+34=39']
Exploring Operation: 74-18=56, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
52,
10,
69,
43
] | 70 | [
"52-10=42",
"69+43=112",
"112-42=70"
] | Current State: 70:[52, 10, 69, 43], Operations: []
Exploring Operation: 52-10=42, Resulting Numbers: [69, 43, 42]
Generated Node #2: [69, 43, 42] from Operation: 52-10=42
Current State: 70:[69, 43, 42], Operations: ['52-10=42']
Exploring Operation: 69+43=112, Resulting Numbers: [42, 112]
Generated Node #3: [42, 112] fr... | 4 | Current State: 70:[52, 10, 69, 43], Operations: []
Exploring Operation: 52-43=9, Resulting Numbers: [10, 69, 9]
Generated Node #0,0: 70:[10, 69, 9] Operation: 52-43=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 70:[10, 69, 9], Operations: ['52-43=9']
Exploring Operation: 10-9=1, Resulting Numbers: [... | 0.993924 | hs_1 | sum_heuristic |
[
86,
57,
30,
9
] | 89 | [
"57-30=27",
"27/9=3",
"86+3=89"
] | Current State: 89:[86, 57, 30, 9], Operations: []
Exploring Operation: 57-30=27, Resulting Numbers: [86, 9, 27]
Generated Node #2: [86, 9, 27] from Operation: 57-30=27
Current State: 89:[86, 9, 27], Operations: ['57-30=27']
Exploring Operation: 27/9=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] from Operatio... | 4 | Current State: 89:[86, 57, 30, 9], Operations: []
Exploring Operation: 86+9=95, Resulting Numbers: [57, 30, 95]
Generated Node #0,0: 89:[57, 30, 95] Operation: 86+9=95
Exploring Operation: 57+30=87, Resulting Numbers: [86, 9, 87]
Generated Node #0,1: 89:[86, 9, 87] Operation: 57+30=87
Exploring Operation: 30+9=39, Resu... | 0 | hs_4 | sum_heuristic |
[
35,
29,
31,
2
] | 31 | [
"35+29=64",
"31+2=33",
"64-33=31"
] | Current State: 31:[35, 29, 31, 2], Operations: []
Exploring Operation: 35+29=64, Resulting Numbers: [31, 2, 64]
Generated Node #2: [31, 2, 64] from Operation: 35+29=64
Current State: 31:[31, 2, 64], Operations: ['35+29=64']
Exploring Operation: 31+2=33, Resulting Numbers: [64, 33]
Generated Node #3: [64, 33] from Opera... | 4 | Current State: 31:[35, 29, 31, 2], Operations: []
Exploring Operation: 29-2=27, Resulting Numbers: [35, 31, 27]
Generated Node #0,0: 31:[35, 31, 27] Operation: 29-2=27
Exploring Operation: 29+2=31, Resulting Numbers: [35, 31, 31]
Generated Node #0,1: 31:[35, 31, 31] Operation: 29+2=31
Exploring Operation: 35+2=37, Resu... | 0.969618 | hs_4 | sum_heuristic |
[
14,
11,
27,
56
] | 87 | [
"14-11=3",
"56-27=29",
"3*29=87"
] | Current State: 87:[14, 11, 27, 56], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [27, 56, 3]
Generated Node #2: [27, 56, 3] from Operation: 14-11=3
Current State: 87:[27, 56, 3], Operations: ['14-11=3']
Exploring Operation: 56-27=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operatio... | 4 | Current State: 87:[14, 11, 27, 56], Operations: []
Exploring Operation: 56-27=29, Resulting Numbers: [14, 11, 29]
Generated Node #0,0: 87:[14, 11, 29] Operation: 56-27=29
Exploring Operation: 56/14=4, Resulting Numbers: [11, 27, 4]
Generated Node #0,1: 87:[11, 27, 4] Operation: 56/14=4
Exploring Operation: 56-14=42, Re... | 0.986111 | hs_3 | mult_heuristic |
[
37,
43,
28,
8
] | 29 | [
"37-28=9",
"8*9=72",
"72-43=29"
] | Current State: 29:[37, 43, 28, 8], Operations: []
Exploring Operation: 37-28=9, Resulting Numbers: [43, 8, 9]
Generated Node #2: [43, 8, 9] from Operation: 37-28=9
Current State: 29:[43, 8, 9], Operations: ['37-28=9']
Exploring Operation: 8*9=72, Resulting Numbers: [43, 72]
Generated Node #3: [43, 72] from Operation: 8... | 4 | Current State: 29:[37, 43, 28, 8], Operations: []
Exploring Operation: 37-8=29, Resulting Numbers: [43, 28, 29]
Generated Node #0,0: 29:[43, 28, 29] Operation: 37-8=29
Exploring Operation: 28+8=36, Resulting Numbers: [37, 43, 36]
Generated Node #0,1: 29:[37, 43, 36] Operation: 28+8=36
Exploring Operation: 43-8=35, Resu... | 0 | hs_3 | sum_heuristic |
[
35,
10,
8,
40
] | 85 | [
"40-35=5",
"10*8=80",
"5+80=85"
] | Current State: 85:[35, 10, 8, 40], Operations: []
Exploring Operation: 40-35=5, Resulting Numbers: [10, 8, 5]
Generated Node #2: [10, 8, 5] from Operation: 40-35=5
Current State: 85:[10, 8, 5], Operations: ['40-35=5']
Exploring Operation: 10*8=80, Resulting Numbers: [5, 80]
Generated Node #3: [5, 80] from Operation: 10... | 4 | Current State: 85:[35, 10, 8, 40], Operations: []
Exploring Operation: 35+40=75, Resulting Numbers: [10, 8, 75]
Generated Node #0,0: 85:[10, 8, 75] Operation: 35+40=75
Exploring Operation: 40-35=5, Resulting Numbers: [10, 8, 5]
Generated Node #0,1: 85:[10, 8, 5] Operation: 40-35=5
Exploring Operation: 40/10=4, Resultin... | 0 | hs_3 | sum_heuristic |
[
53,
18,
34,
18
] | 86 | [
"53+34=87",
"18/18=1",
"87-1=86"
] | Current State: 86:[53, 18, 34, 18], Operations: []
Exploring Operation: 53+34=87, Resulting Numbers: [18, 18, 87]
Generated Node #2: [18, 18, 87] from Operation: 53+34=87
Current State: 86:[18, 18, 87], Operations: ['53+34=87']
Exploring Operation: 18/18=1, Resulting Numbers: [87, 1]
Generated Node #3: [87, 1] from Ope... | 4 | Current State: 86:[53, 18, 34, 18], Operations: []
Exploring Operation: 18/18=1, Resulting Numbers: [53, 34, 1]
Generated Node #0,0: 86:[53, 34, 1] Operation: 18/18=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 86:[53, 34, 1], Operations: ['18/18=1']
Exploring Operation: 53+34=87, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.