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 |
|---|---|---|---|---|---|---|---|---|
[
30,
15,
6,
43
] | 52 | [
"30-15=15",
"43-6=37",
"15+37=52"
] | Current State: 52:[30, 15, 6, 43], Operations: []
Exploring Operation: 30-15=15, Resulting Numbers: [6, 43, 15]
Generated Node #2: [6, 43, 15] from Operation: 30-15=15
Current State: 52:[6, 43, 15], Operations: ['30-15=15']
Exploring Operation: 43-6=37, Resulting Numbers: [15, 37]
Generated Node #3: [15, 37] from Opera... | 4 | Current State: 52:[30, 15, 6, 43], Operations: []
Exploring Operation: 30/15=2, Resulting Numbers: [6, 43, 2]
Generated Node #0,0: 52:[6, 43, 2] Operation: 30/15=2
Exploring Operation: 43-15=28, Resulting Numbers: [30, 6, 28]
Generated Node #0,1: 52:[30, 6, 28] Operation: 43-15=28
Exploring Operation: 43-30=13, Resulti... | 0.967014 | hs_4 | sum_heuristic |
[
55,
17,
5,
91
] | 24 | [
"55+17=72",
"5+91=96",
"96-72=24"
] | Current State: 24:[55, 17, 5, 91], Operations: []
Exploring Operation: 55+17=72, Resulting Numbers: [5, 91, 72]
Generated Node #2: [5, 91, 72] from Operation: 55+17=72
Current State: 24:[5, 91, 72], Operations: ['55+17=72']
Exploring Operation: 5+91=96, Resulting Numbers: [72, 96]
Generated Node #3: [72, 96] from Opera... | 4 | Current State: 24:[55, 17, 5, 91], Operations: []
Exploring Operation: 55/5=11, Resulting Numbers: [17, 91, 11]
Generated Node #0,0: 24:[17, 91, 11] Operation: 55/5=11
Exploring Operation: 91-17=74, Resulting Numbers: [55, 5, 74]
Generated Node #0,1: 24:[55, 5, 74] Operation: 91-17=74
Exploring Operation: 91-55=36, Res... | 0.967014 | hs_4 | mult_heuristic |
[
62,
59,
2,
94
] | 67 | [
"62+59=121",
"2*94=188",
"188-121=67"
] | Current State: 67:[62, 59, 2, 94], Operations: []
Exploring Operation: 62+59=121, Resulting Numbers: [2, 94, 121]
Generated Node #2: [2, 94, 121] from Operation: 62+59=121
Current State: 67:[2, 94, 121], Operations: ['62+59=121']
Exploring Operation: 2*94=188, Resulting Numbers: [121, 188]
Generated Node #3: [121, 188]... | 4 | Current State: 67:[62, 59, 2, 94], Operations: []
Exploring Operation: 94-2=92, Resulting Numbers: [62, 59, 92]
Generated Node #0,0: 67:[62, 59, 92] Operation: 94-2=92
Exploring Operation: 62-2=60, Resulting Numbers: [59, 94, 60]
Generated Node #0,1: 67:[59, 94, 60] Operation: 62-2=60
Exploring Operation: 62+2=64, Resu... | 0 | hs_5 | mult_heuristic |
[
31,
9,
5,
30
] | 54 | [
"31+5=36",
"36-30=6",
"9*6=54"
] | Current State: 54:[31, 9, 5, 30], Operations: []
Exploring Operation: 31+5=36, Resulting Numbers: [9, 30, 36]
Generated Node #2: [9, 30, 36] from Operation: 31+5=36
Current State: 54:[9, 30, 36], Operations: ['31+5=36']
Exploring Operation: 36-30=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Operation: 36... | 4 | Current State: 54:[31, 9, 5, 30], Operations: []
Exploring Operation: 31-30=1, Resulting Numbers: [9, 5, 1]
Generated Node #0,0: 54:[9, 5, 1] Operation: 31-30=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 54:[9, 5, 1], Operations: ['31-30=1']
Exploring Operation: 5+1=6, Resulting Numbers: [9, 6]
Gen... | 0.993924 | hs_1 | sum_heuristic |
[
64,
42,
71,
16
] | 97 | [
"64*42=2688",
"2688/16=168",
"168-71=97"
] | Current State: 97:[64, 42, 71, 16], Operations: []
Exploring Operation: 64*42=2688, Resulting Numbers: [71, 16, 2688]
Generated Node #2: [71, 16, 2688] from Operation: 64*42=2688
Current State: 97:[71, 16, 2688], Operations: ['64*42=2688']
Exploring Operation: 2688/16=168, Resulting Numbers: [71, 168]
Generated Node #3... | 4 | Current State: 97:[64, 42, 71, 16], Operations: []
Exploring Operation: 42+16=58, Resulting Numbers: [64, 71, 58]
Generated Node #0,0: 97:[64, 71, 58] Operation: 42+16=58
Exploring Operation: 71+16=87, Resulting Numbers: [64, 42, 87]
Generated Node #0,1: 97:[64, 42, 87] Operation: 71+16=87
Exploring Operation: 64+16=80... | 0 | hs_3 | mult_heuristic |
[
74,
12,
33,
51
] | 81 | [
"33+51=84",
"84/12=7",
"74+7=81"
] | Current State: 81:[74, 12, 33, 51], Operations: []
Exploring Operation: 33+51=84, Resulting Numbers: [74, 12, 84]
Generated Node #2: [74, 12, 84] from Operation: 33+51=84
Current State: 81:[74, 12, 84], Operations: ['33+51=84']
Exploring Operation: 84/12=7, Resulting Numbers: [74, 7]
Generated Node #3: [74, 7] from Ope... | 4 | Current State: 81:[74, 12, 33, 51], Operations: []
Exploring Operation: 74-51=23, Resulting Numbers: [12, 33, 23]
Generated Node #0,0: 81:[12, 33, 23] Operation: 74-51=23
Exploring Operation: 51-12=39, Resulting Numbers: [74, 33, 39]
Generated Node #0,1: 81:[74, 33, 39] Operation: 51-12=39
Exploring Operation: 51-33=18... | 0.979167 | hs_4 | sum_heuristic |
[
41,
10,
72,
13
] | 90 | [
"41-10=31",
"72-13=59",
"31+59=90"
] | Current State: 90:[41, 10, 72, 13], Operations: []
Exploring Operation: 41-10=31, Resulting Numbers: [72, 13, 31]
Generated Node #2: [72, 13, 31] from Operation: 41-10=31
Current State: 90:[72, 13, 31], Operations: ['41-10=31']
Exploring Operation: 72-13=59, Resulting Numbers: [31, 59]
Generated Node #3: [31, 59] from ... | 4 | Current State: 90:[41, 10, 72, 13], Operations: []
Exploring Operation: 72+13=85, Resulting Numbers: [41, 10, 85]
Generated Node #0,0: 90:[41, 10, 85] Operation: 72+13=85
Exploring Operation: 72-41=31, Resulting Numbers: [10, 13, 31]
Generated Node #0,1: 90:[10, 13, 31] Operation: 72-41=31
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
24,
80,
73,
79
] | 89 | [
"80-73=7",
"24*7=168",
"168-79=89"
] | Current State: 89:[24, 80, 73, 79], Operations: []
Exploring Operation: 80-73=7, Resulting Numbers: [24, 79, 7]
Generated Node #2: [24, 79, 7] from Operation: 80-73=7
Current State: 89:[24, 79, 7], Operations: ['80-73=7']
Exploring Operation: 24*7=168, Resulting Numbers: [79, 168]
Generated Node #3: [79, 168] from Oper... | 4 | Current State: 89:[24, 80, 73, 79], Operations: []
Exploring Operation: 24+79=103, Resulting Numbers: [80, 73, 103]
Generated Node #0,0: 89:[80, 73, 103] Operation: 24+79=103
Exploring Operation: 24+80=104, Resulting Numbers: [73, 79, 104]
Generated Node #0,1: 89:[73, 79, 104] Operation: 24+80=104
Exploring Operation: ... | 0 | hs_5 | sum_heuristic |
[
27,
63,
21,
55
] | 40 | [
"63-27=36",
"21+55=76",
"76-36=40"
] | Current State: 40:[27, 63, 21, 55], Operations: []
Exploring Operation: 63-27=36, Resulting Numbers: [21, 55, 36]
Generated Node #2: [21, 55, 36] from Operation: 63-27=36
Current State: 40:[21, 55, 36], Operations: ['63-27=36']
Exploring Operation: 21+55=76, Resulting Numbers: [36, 76]
Generated Node #3: [36, 76] from ... | 4 | Current State: 40:[27, 63, 21, 55], Operations: []
Exploring Operation: 55-27=28, Resulting Numbers: [63, 21, 28]
Generated Node #0,0: 40:[63, 21, 28] Operation: 55-27=28
Exploring Operation: 63/21=3, Resulting Numbers: [27, 55, 3]
Generated Node #0,1: 40:[27, 55, 3] Operation: 63/21=3
Exploring Operation: 63-27=36, Re... | 0.965278 | hs_5 | sum_heuristic |
[
77,
18,
11,
29
] | 78 | [
"18+11=29",
"29/29=1",
"77+1=78"
] | Current State: 78:[77, 18, 11, 29], Operations: []
Exploring Operation: 18+11=29, Resulting Numbers: [77, 29, 29]
Generated Node #2: [77, 29, 29] from Operation: 18+11=29
Current State: 78:[77, 29, 29], Operations: ['18+11=29']
Exploring Operation: 29/29=1, Resulting Numbers: [77, 1]
Generated Node #3: [77, 1] from Ope... | 4 | Current State: 78:[77, 18, 11, 29], Operations: []
Exploring Operation: 29-18=11, Resulting Numbers: [77, 11, 11]
Generated Node #0,0: 78:[77, 11, 11] Operation: 29-18=11
Exploring Operation: 18-11=7, Resulting Numbers: [77, 29, 7]
Generated Node #0,1: 78:[77, 29, 7] Operation: 18-11=7
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
3,
12,
43,
44
] | 53 | [
"44-12=32",
"3*32=96",
"96-43=53"
] | Current State: 53:[3, 12, 43, 44], Operations: []
Exploring Operation: 44-12=32, Resulting Numbers: [3, 43, 32]
Generated Node #2: [3, 43, 32] from Operation: 44-12=32
Current State: 53:[3, 43, 32], Operations: ['44-12=32']
Exploring Operation: 3*32=96, Resulting Numbers: [43, 96]
Generated Node #3: [43, 96] from Opera... | 4 | Current State: 53:[3, 12, 43, 44], Operations: []
Exploring Operation: 3*12=36, Resulting Numbers: [43, 44, 36]
Generated Node #0,0: 53:[43, 44, 36] Operation: 3*12=36
Moving to Node #0,0
Current State: 53:[43, 44, 36], Operations: ['3*12=36']
Exploring Operation: 43+36=79, Resulting Numbers: [44, 79]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
51,
23,
2,
64
] | 12 | [
"51+23=74",
"64-2=62",
"74-62=12"
] | Current State: 12:[51, 23, 2, 64], Operations: []
Exploring Operation: 51+23=74, Resulting Numbers: [2, 64, 74]
Generated Node #2: [2, 64, 74] from Operation: 51+23=74
Current State: 12:[2, 64, 74], Operations: ['51+23=74']
Exploring Operation: 64-2=62, Resulting Numbers: [74, 62]
Generated Node #3: [74, 62] from Opera... | 4 | Current State: 12:[51, 23, 2, 64], Operations: []
Exploring Operation: 51-23=28, Resulting Numbers: [2, 64, 28]
Generated Node #0,0: 12:[2, 64, 28] Operation: 51-23=28
Exploring Operation: 51-2=49, Resulting Numbers: [23, 64, 49]
Generated Node #0,1: 12:[23, 64, 49] Operation: 51-2=49
Exploring Operation: 64-23=41, Res... | 0.985243 | hs_5 | mult_heuristic |
[
18,
54,
9,
38
] | 32 | [
"54/18=3",
"38-9=29",
"3+29=32"
] | Current State: 32:[18, 54, 9, 38], Operations: []
Exploring Operation: 54/18=3, Resulting Numbers: [9, 38, 3]
Generated Node #2: [9, 38, 3] from Operation: 54/18=3
Current State: 32:[9, 38, 3], Operations: ['54/18=3']
Exploring Operation: 38-9=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation: 38... | 4 | Current State: 32:[18, 54, 9, 38], Operations: []
Exploring Operation: 54/18=3, Resulting Numbers: [9, 38, 3]
Generated Node #0,0: 32:[9, 38, 3] Operation: 54/18=3
Exploring Operation: 54-18=36, Resulting Numbers: [9, 38, 36]
Generated Node #0,1: 32:[9, 38, 36] Operation: 54-18=36
Exploring Operation: 54-38=16, Resulti... | 0.988715 | hs_4 | sum_heuristic |
[
44,
20,
47,
17
] | 34 | [
"44+20=64",
"47-17=30",
"64-30=34"
] | Current State: 34:[44, 20, 47, 17], Operations: []
Exploring Operation: 44+20=64, Resulting Numbers: [47, 17, 64]
Generated Node #2: [47, 17, 64] from Operation: 44+20=64
Current State: 34:[47, 17, 64], Operations: ['44+20=64']
Exploring Operation: 47-17=30, Resulting Numbers: [64, 30]
Generated Node #3: [64, 30] from ... | 4 | Current State: 34:[44, 20, 47, 17], Operations: []
Exploring Operation: 47-44=3, Resulting Numbers: [20, 17, 3]
Generated Node #0,0: 34:[20, 17, 3] Operation: 47-44=3
Exploring Operation: 47-20=27, Resulting Numbers: [44, 17, 27]
Generated Node #0,1: 34:[44, 17, 27] Operation: 47-20=27
Moving to Node #0,0
Current State... | 0.992188 | hs_2 | mult_heuristic |
[
32,
38,
34,
31
] | 24 | [
"34-32=2",
"31*2=62",
"62-38=24"
] | Current State: 24:[32, 38, 34, 31], Operations: []
Exploring Operation: 34-32=2, Resulting Numbers: [38, 31, 2]
Generated Node #2: [38, 31, 2] from Operation: 34-32=2
Current State: 24:[38, 31, 2], Operations: ['34-32=2']
Exploring Operation: 31*2=62, Resulting Numbers: [38, 62]
Generated Node #3: [38, 62] from Operati... | 4 | Current State: 24:[32, 38, 34, 31], Operations: []
Exploring Operation: 38-34=4, Resulting Numbers: [32, 31, 4]
Generated Node #0,0: 24:[32, 31, 4] Operation: 38-34=4
Exploring Operation: 34-32=2, Resulting Numbers: [38, 31, 2]
Generated Node #0,1: 24:[38, 31, 2] Operation: 34-32=2
Exploring Operation: 38-32=6, Resulti... | 0 | hs_5 | sum_heuristic |
[
13,
67,
2,
10
] | 92 | [
"13+67=80",
"2+10=12",
"80+12=92"
] | Current State: 92:[13, 67, 2, 10], Operations: []
Exploring Operation: 13+67=80, Resulting Numbers: [2, 10, 80]
Generated Node #2: [2, 10, 80] from Operation: 13+67=80
Current State: 92:[2, 10, 80], Operations: ['13+67=80']
Exploring Operation: 2+10=12, Resulting Numbers: [80, 12]
Generated Node #3: [80, 12] from Opera... | 4 | Current State: 92:[13, 67, 2, 10], Operations: []
Exploring Operation: 67-13=54, Resulting Numbers: [2, 10, 54]
Generated Node #0,0: 92:[2, 10, 54] Operation: 67-13=54
Start Sub Search at level 1: Moving to Node #0,0
Current State: 92:[2, 10, 54], Operations: ['67-13=54']
Exploring Operation: 54-10=44, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
41,
86,
71,
15
] | 11 | [
"86-41=45",
"71-15=56",
"56-45=11"
] | Current State: 11:[41, 86, 71, 15], Operations: []
Exploring Operation: 86-41=45, Resulting Numbers: [71, 15, 45]
Generated Node #2: [71, 15, 45] from Operation: 86-41=45
Current State: 11:[71, 15, 45], Operations: ['86-41=45']
Exploring Operation: 71-15=56, Resulting Numbers: [45, 56]
Generated Node #3: [45, 56] from ... | 4 | Current State: 11:[41, 86, 71, 15], Operations: []
Exploring Operation: 86-71=15, Resulting Numbers: [41, 15, 15]
Generated Node #0,0: 11:[41, 15, 15] Operation: 86-71=15
Exploring Operation: 86-41=45, Resulting Numbers: [71, 15, 45]
Generated Node #0,1: 11:[71, 15, 45] Operation: 86-41=45
Moving to Node #0,0
Current S... | 0.991319 | hs_2 | sum_heuristic |
[
28,
81,
89,
38
] | 17 | [
"38-28=10",
"81+89=170",
"170/10=17"
] | Current State: 17:[28, 81, 89, 38], Operations: []
Exploring Operation: 38-28=10, Resulting Numbers: [81, 89, 10]
Generated Node #2: [81, 89, 10] from Operation: 38-28=10
Current State: 17:[81, 89, 10], Operations: ['38-28=10']
Exploring Operation: 81+89=170, Resulting Numbers: [10, 170]
Generated Node #3: [10, 170] fr... | 4 | Current State: 17:[28, 81, 89, 38], Operations: []
Exploring Operation: 89-81=8, Resulting Numbers: [28, 38, 8]
Generated Node #0,0: 17:[28, 38, 8] Operation: 89-81=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[28, 38, 8], Operations: ['89-81=8']
Exploring Operation: 38-28=10, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
13,
5,
99,
70
] | 21 | [
"13-5=8",
"99-70=29",
"29-8=21"
] | Current State: 21:[13, 5, 99, 70], Operations: []
Exploring Operation: 13-5=8, Resulting Numbers: [99, 70, 8]
Generated Node #2: [99, 70, 8] from Operation: 13-5=8
Current State: 21:[99, 70, 8], Operations: ['13-5=8']
Exploring Operation: 99-70=29, Resulting Numbers: [8, 29]
Generated Node #3: [8, 29] from Operation: 9... | 4 | Current State: 21:[13, 5, 99, 70], Operations: []
Exploring Operation: 99-13=86, Resulting Numbers: [5, 70, 86]
Generated Node #0,0: 21:[5, 70, 86] Operation: 99-13=86
Exploring Operation: 70-13=57, Resulting Numbers: [5, 99, 57]
Generated Node #0,1: 21:[5, 99, 57] Operation: 70-13=57
Exploring Operation: 70/5=14, Resu... | 0.986979 | hs_5 | mult_heuristic |
[
94,
49,
16,
92
] | 63 | [
"94-49=45",
"16+92=108",
"108-45=63"
] | Current State: 63:[94, 49, 16, 92], Operations: []
Exploring Operation: 94-49=45, Resulting Numbers: [16, 92, 45]
Generated Node #2: [16, 92, 45] from Operation: 94-49=45
Current State: 63:[16, 92, 45], Operations: ['94-49=45']
Exploring Operation: 16+92=108, Resulting Numbers: [45, 108]
Generated Node #3: [45, 108] fr... | 4 | Current State: 63:[94, 49, 16, 92], Operations: []
Exploring Operation: 94-16=78, Resulting Numbers: [49, 92, 78]
Generated Node #0,0: 63:[49, 92, 78] Operation: 94-16=78
Exploring Operation: 94-49=45, Resulting Numbers: [16, 92, 45]
Generated Node #0,1: 63:[16, 92, 45] Operation: 94-49=45
Exploring Operation: 92-16=76... | 0.985243 | hs_5 | mult_heuristic |
[
61,
80,
95,
56
] | 99 | [
"61-56=5",
"95/5=19",
"80+19=99"
] | Current State: 99:[61, 80, 95, 56], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [80, 95, 5]
Generated Node #2: [80, 95, 5] from Operation: 61-56=5
Current State: 99:[80, 95, 5], Operations: ['61-56=5']
Exploring Operation: 95/5=19, Resulting Numbers: [80, 19]
Generated Node #3: [80, 19] from Operati... | 4 | Current State: 99:[61, 80, 95, 56], Operations: []
Exploring Operation: 80-56=24, Resulting Numbers: [61, 95, 24]
Generated Node #0,0: 99:[61, 95, 24] Operation: 80-56=24
Exploring Operation: 80-61=19, Resulting Numbers: [95, 56, 19]
Generated Node #0,1: 99:[95, 56, 19] Operation: 80-61=19
Exploring Operation: 61+56=11... | 0.975694 | hs_5 | mult_heuristic |
[
15,
48,
17,
29
] | 75 | [
"15+48=63",
"29-17=12",
"63+12=75"
] | Current State: 75:[15, 48, 17, 29], Operations: []
Exploring Operation: 15+48=63, Resulting Numbers: [17, 29, 63]
Generated Node #2: [17, 29, 63] from Operation: 15+48=63
Current State: 75:[17, 29, 63], Operations: ['15+48=63']
Exploring Operation: 29-17=12, Resulting Numbers: [63, 12]
Generated Node #3: [63, 12] from ... | 4 | Current State: 75:[15, 48, 17, 29], Operations: []
Exploring Operation: 48+29=77, Resulting Numbers: [15, 17, 77]
Generated Node #0,0: 75:[15, 17, 77] Operation: 48+29=77
Exploring Operation: 48-29=19, Resulting Numbers: [15, 17, 19]
Generated Node #0,1: 75:[15, 17, 19] Operation: 48-29=19
Moving to Node #0,0
Current S... | 0.986979 | hs_2 | sum_heuristic |
[
72,
7,
99,
94
] | 70 | [
"72-7=65",
"99-94=5",
"65+5=70"
] | Current State: 70:[72, 7, 99, 94], Operations: []
Exploring Operation: 72-7=65, Resulting Numbers: [99, 94, 65]
Generated Node #2: [99, 94, 65] from Operation: 72-7=65
Current State: 70:[99, 94, 65], Operations: ['72-7=65']
Exploring Operation: 99-94=5, Resulting Numbers: [65, 5]
Generated Node #3: [65, 5] from Operati... | 4 | Current State: 70:[72, 7, 99, 94], Operations: []
Exploring Operation: 99-72=27, Resulting Numbers: [7, 94, 27]
Generated Node #0,0: 70:[7, 94, 27] Operation: 99-72=27
Exploring Operation: 99-94=5, Resulting Numbers: [72, 7, 5]
Generated Node #0,1: 70:[72, 7, 5] Operation: 99-94=5
Start Sub Search at level 1: Moving to... | 0.992188 | hs_2 | sum_heuristic |
[
3,
8,
6,
3
] | 42 | [
"3*8=24",
"6*3=18",
"24+18=42"
] | Current State: 42:[3, 8, 6, 3], Operations: []
Exploring Operation: 3*8=24, Resulting Numbers: [6, 24]
Generated Node #2: [6, 24] from Operation: 3*8=24
Current State: 42:[6, 24], Operations: ['3*8=24']
Exploring Operation: 6*3=18, Resulting Numbers: [24, 18]
Generated Node #3: [24, 18] from Operation: 6*3=18
Current S... | 4 | Current State: 42:[3, 8, 6, 3], Operations: []
Exploring Operation: 8+6=14, Resulting Numbers: [3, 3, 14]
Generated Node #0,0: 42:[3, 3, 14] Operation: 8+6=14
Exploring Operation: 8-6=2, Resulting Numbers: [3, 3, 2]
Generated Node #0,1: 42:[3, 3, 2] Operation: 8-6=2
Exploring Operation: 8-3=5, Resulting Numbers: [6, 3,... | 0 | hs_3 | sum_heuristic |
[
93,
62,
34,
79
] | 42 | [
"93+62=155",
"34+79=113",
"155-113=42"
] | Current State: 42:[93, 62, 34, 79], Operations: []
Exploring Operation: 93+62=155, Resulting Numbers: [34, 79, 155]
Generated Node #2: [34, 79, 155] from Operation: 93+62=155
Current State: 42:[34, 79, 155], Operations: ['93+62=155']
Exploring Operation: 34+79=113, Resulting Numbers: [155, 113]
Generated Node #3: [155,... | 4 | Current State: 42:[93, 62, 34, 79], Operations: []
Exploring Operation: 93-79=14, Resulting Numbers: [62, 34, 14]
Generated Node #0,0: 42:[62, 34, 14] Operation: 93-79=14
Exploring Operation: 93-62=31, Resulting Numbers: [34, 79, 31]
Generated Node #0,1: 42:[34, 79, 31] Operation: 93-62=31
Exploring Operation: 79-34=45... | 0.985243 | hs_5 | mult_heuristic |
[
46,
62,
66,
64
] | 85 | [
"66-64=2",
"46/2=23",
"62+23=85"
] | Current State: 85:[46, 62, 66, 64], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [46, 62, 2]
Generated Node #2: [46, 62, 2] from Operation: 66-64=2
Current State: 85:[46, 62, 2], Operations: ['66-64=2']
Exploring Operation: 46/2=23, Resulting Numbers: [62, 23]
Generated Node #3: [62, 23] from Operati... | 4 | Current State: 85:[46, 62, 66, 64], Operations: []
Exploring Operation: 62-46=16, Resulting Numbers: [66, 64, 16]
Generated Node #0,0: 85:[66, 64, 16] Operation: 62-46=16
Exploring Operation: 64-46=18, Resulting Numbers: [62, 66, 18]
Generated Node #0,1: 85:[62, 66, 18] Operation: 64-46=18
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
88,
1,
83,
2
] | 39 | [
"88*1=88",
"88/2=44",
"83-44=39"
] | Current State: 39:[88, 1, 83, 2], Operations: []
Exploring Operation: 88*1=88, Resulting Numbers: [83, 2, 88]
Generated Node #2: [83, 2, 88] from Operation: 88*1=88
Current State: 39:[83, 2, 88], Operations: ['88*1=88']
Exploring Operation: 88/2=44, Resulting Numbers: [83, 44]
Generated Node #3: [83, 44] from Operation... | 4 | Current State: 39:[88, 1, 83, 2], Operations: []
Exploring Operation: 88-1=87, Resulting Numbers: [83, 2, 87]
Generated Node #0,0: 39:[83, 2, 87] Operation: 88-1=87
Exploring Operation: 88-2=86, Resulting Numbers: [1, 83, 86]
Generated Node #0,1: 39:[1, 83, 86] Operation: 88-2=86
Exploring Operation: 88-83=5, Resulting... | 0.971354 | hs_4 | mult_heuristic |
[
17,
90,
59,
26
] | 22 | [
"17+90=107",
"59+26=85",
"107-85=22"
] | Current State: 22:[17, 90, 59, 26], Operations: []
Exploring Operation: 17+90=107, Resulting Numbers: [59, 26, 107]
Generated Node #2: [59, 26, 107] from Operation: 17+90=107
Current State: 22:[59, 26, 107], Operations: ['17+90=107']
Exploring Operation: 59+26=85, Resulting Numbers: [107, 85]
Generated Node #3: [107, 8... | 4 | Current State: 22:[17, 90, 59, 26], Operations: []
Exploring Operation: 90-59=31, Resulting Numbers: [17, 26, 31]
Generated Node #0,0: 22:[17, 26, 31] Operation: 90-59=31
Exploring Operation: 59-17=42, Resulting Numbers: [90, 26, 42]
Generated Node #0,1: 22:[90, 26, 42] Operation: 59-17=42
Exploring Operation: 90-26=64... | 0.940972 | hs_5 | mult_heuristic |
[
12,
96,
2,
5
] | 47 | [
"96-12=84",
"84/2=42",
"5+42=47"
] | Current State: 47:[12, 96, 2, 5], Operations: []
Exploring Operation: 96-12=84, Resulting Numbers: [2, 5, 84]
Generated Node #2: [2, 5, 84] from Operation: 96-12=84
Current State: 47:[2, 5, 84], Operations: ['96-12=84']
Exploring Operation: 84/2=42, Resulting Numbers: [5, 42]
Generated Node #3: [5, 42] from Operation: ... | 4 | Current State: 47:[12, 96, 2, 5], Operations: []
Exploring Operation: 96/2=48, Resulting Numbers: [12, 5, 48]
Generated Node #0,0: 47:[12, 5, 48] Operation: 96/2=48
Moving to Node #0,0
Current State: 47:[12, 5, 48], Operations: ['96/2=48']
Exploring Operation: 12*5=60, Resulting Numbers: [48, 60]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
18,
55,
62,
84
] | 73 | [
"18+55=73",
"62+84=146",
"146-73=73"
] | Current State: 73:[18, 55, 62, 84], Operations: []
Exploring Operation: 18+55=73, Resulting Numbers: [62, 84, 73]
Generated Node #2: [62, 84, 73] from Operation: 18+55=73
Current State: 73:[62, 84, 73], Operations: ['18+55=73']
Exploring Operation: 62+84=146, Resulting Numbers: [73, 146]
Generated Node #3: [73, 146] fr... | 4 | Current State: 73:[18, 55, 62, 84], Operations: []
Exploring Operation: 18+55=73, Resulting Numbers: [62, 84, 73]
Generated Node #0,0: 73:[62, 84, 73] Operation: 18+55=73
Exploring Operation: 18+62=80, Resulting Numbers: [55, 84, 80]
Generated Node #0,1: 73:[55, 84, 80] Operation: 18+62=80
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
97,
88,
2,
63
] | 36 | [
"97-88=9",
"63+9=72",
"72/2=36"
] | Current State: 36:[97, 88, 2, 63], Operations: []
Exploring Operation: 97-88=9, Resulting Numbers: [2, 63, 9]
Generated Node #2: [2, 63, 9] from Operation: 97-88=9
Current State: 36:[2, 63, 9], Operations: ['97-88=9']
Exploring Operation: 63+9=72, Resulting Numbers: [2, 72]
Generated Node #3: [2, 72] from Operation: 63... | 4 | Current State: 36:[97, 88, 2, 63], Operations: []
Exploring Operation: 88-63=25, Resulting Numbers: [97, 2, 25]
Generated Node #0,0: 36:[97, 2, 25] Operation: 88-63=25
Exploring Operation: 97-88=9, Resulting Numbers: [2, 63, 9]
Generated Node #0,1: 36:[2, 63, 9] Operation: 97-88=9
Exploring Operation: 88/2=44, Resultin... | 0.950521 | hs_4 | mult_heuristic |
[
9,
29,
5,
44
] | 29 | [
"29-9=20",
"5+44=49",
"49-20=29"
] | Current State: 29:[9, 29, 5, 44], Operations: []
Exploring Operation: 29-9=20, Resulting Numbers: [5, 44, 20]
Generated Node #2: [5, 44, 20] from Operation: 29-9=20
Current State: 29:[5, 44, 20], Operations: ['29-9=20']
Exploring Operation: 5+44=49, Resulting Numbers: [20, 49]
Generated Node #3: [20, 49] from Operation... | 4 | Current State: 29:[9, 29, 5, 44], Operations: []
Exploring Operation: 44-9=35, Resulting Numbers: [29, 5, 35]
Generated Node #0,0: 29:[29, 5, 35] Operation: 44-9=35
Exploring Operation: 9+5=14, Resulting Numbers: [29, 44, 14]
Generated Node #0,1: 29:[29, 44, 14] Operation: 9+5=14
Exploring Operation: 9-5=4, Resulting N... | 0.966146 | hs_5 | mult_heuristic |
[
81,
85,
40,
70
] | 26 | [
"85-81=4",
"70-40=30",
"30-4=26"
] | Current State: 26:[81, 85, 40, 70], Operations: []
Exploring Operation: 85-81=4, Resulting Numbers: [40, 70, 4]
Generated Node #2: [40, 70, 4] from Operation: 85-81=4
Current State: 26:[40, 70, 4], Operations: ['85-81=4']
Exploring Operation: 70-40=30, Resulting Numbers: [4, 30]
Generated Node #3: [4, 30] from Operatio... | 4 | Current State: 26:[81, 85, 40, 70], Operations: []
Exploring Operation: 81-70=11, Resulting Numbers: [85, 40, 11]
Generated Node #0,0: 26:[85, 40, 11] Operation: 81-70=11
Exploring Operation: 85-70=15, Resulting Numbers: [81, 40, 15]
Generated Node #0,1: 26:[81, 40, 15] Operation: 85-70=15
Exploring Operation: 81-40=41... | 0.977431 | hs_4 | sum_heuristic |
[
90,
41,
63,
37
] | 75 | [
"90-41=49",
"63-37=26",
"49+26=75"
] | Current State: 75:[90, 41, 63, 37], Operations: []
Exploring Operation: 90-41=49, Resulting Numbers: [63, 37, 49]
Generated Node #2: [63, 37, 49] from Operation: 90-41=49
Current State: 75:[63, 37, 49], Operations: ['90-41=49']
Exploring Operation: 63-37=26, Resulting Numbers: [49, 26]
Generated Node #3: [49, 26] from ... | 4 | Current State: 75:[90, 41, 63, 37], Operations: []
Exploring Operation: 41-37=4, Resulting Numbers: [90, 63, 4]
Generated Node #0,0: 75:[90, 63, 4] Operation: 41-37=4
Exploring Operation: 90-63=27, Resulting Numbers: [41, 37, 27]
Generated Node #0,1: 75:[41, 37, 27] Operation: 90-63=27
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
66,
59,
92,
3
] | 77 | [
"92-59=33",
"33/3=11",
"66+11=77"
] | Current State: 77:[66, 59, 92, 3], Operations: []
Exploring Operation: 92-59=33, Resulting Numbers: [66, 3, 33]
Generated Node #2: [66, 3, 33] from Operation: 92-59=33
Current State: 77:[66, 3, 33], Operations: ['92-59=33']
Exploring Operation: 33/3=11, Resulting Numbers: [66, 11]
Generated Node #3: [66, 11] from Opera... | 4 | Current State: 77:[66, 59, 92, 3], Operations: []
Exploring Operation: 66-59=7, Resulting Numbers: [92, 3, 7]
Generated Node #0,0: 77:[92, 3, 7] Operation: 66-59=7
Exploring Operation: 92-66=26, Resulting Numbers: [59, 3, 26]
Generated Node #0,1: 77:[59, 3, 26] Operation: 92-66=26
Moving to Node #0,0
Current State: 77:... | 0 | hs_2 | sum_heuristic |
[
33,
55,
18,
54
] | 19 | [
"55-33=22",
"54/18=3",
"22-3=19"
] | Current State: 19:[33, 55, 18, 54], Operations: []
Exploring Operation: 55-33=22, Resulting Numbers: [18, 54, 22]
Generated Node #2: [18, 54, 22] from Operation: 55-33=22
Current State: 19:[18, 54, 22], Operations: ['55-33=22']
Exploring Operation: 54/18=3, Resulting Numbers: [22, 3]
Generated Node #3: [22, 3] from Ope... | 4 | Current State: 19:[33, 55, 18, 54], Operations: []
Exploring Operation: 55-54=1, Resulting Numbers: [33, 18, 1]
Generated Node #0,0: 19:[33, 18, 1] Operation: 55-54=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 19:[33, 18, 1], Operations: ['55-54=1']
Exploring Operation: 33-1=32, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
11,
81,
21,
58
] | 33 | [
"81-11=70",
"58-21=37",
"70-37=33"
] | Current State: 33:[11, 81, 21, 58], Operations: []
Exploring Operation: 81-11=70, Resulting Numbers: [21, 58, 70]
Generated Node #2: [21, 58, 70] from Operation: 81-11=70
Current State: 33:[21, 58, 70], Operations: ['81-11=70']
Exploring Operation: 58-21=37, Resulting Numbers: [70, 37]
Generated Node #3: [70, 37] from ... | 4 | Current State: 33:[11, 81, 21, 58], Operations: []
Exploring Operation: 58-11=47, Resulting Numbers: [81, 21, 47]
Generated Node #0,0: 33:[81, 21, 47] Operation: 58-11=47
Exploring Operation: 81-58=23, Resulting Numbers: [11, 21, 23]
Generated Node #0,1: 33:[11, 21, 23] Operation: 81-58=23
Exploring Operation: 81-21=60... | 0.984375 | hs_5 | sum_heuristic |
[
36,
90,
69,
41
] | 82 | [
"90-36=54",
"69-41=28",
"54+28=82"
] | Current State: 82:[36, 90, 69, 41], Operations: []
Exploring Operation: 90-36=54, Resulting Numbers: [69, 41, 54]
Generated Node #2: [69, 41, 54] from Operation: 90-36=54
Current State: 82:[69, 41, 54], Operations: ['90-36=54']
Exploring Operation: 69-41=28, Resulting Numbers: [54, 28]
Generated Node #3: [54, 28] from ... | 4 | Current State: 82:[36, 90, 69, 41], Operations: []
Exploring Operation: 90-69=21, Resulting Numbers: [36, 41, 21]
Generated Node #0,0: 82:[36, 41, 21] Operation: 90-69=21
Exploring Operation: 41-36=5, Resulting Numbers: [90, 69, 5]
Generated Node #0,1: 82:[90, 69, 5] Operation: 41-36=5
Exploring Operation: 69-36=33, Re... | 0.988715 | hs_4 | sum_heuristic |
[
70,
55,
86,
16
] | 56 | [
"86-70=16",
"16/16=1",
"55+1=56"
] | Current State: 56:[70, 55, 86, 16], Operations: []
Exploring Operation: 86-70=16, Resulting Numbers: [55, 16, 16]
Generated Node #2: [55, 16, 16] from Operation: 86-70=16
Current State: 56:[55, 16, 16], Operations: ['86-70=16']
Exploring Operation: 16/16=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Ope... | 4 | Current State: 56:[70, 55, 86, 16], Operations: []
Exploring Operation: 70-16=54, Resulting Numbers: [55, 86, 54]
Generated Node #0,0: 56:[55, 86, 54] Operation: 70-16=54
Exploring Operation: 86-55=31, Resulting Numbers: [70, 16, 31]
Generated Node #0,1: 56:[70, 16, 31] Operation: 86-55=31
Exploring Operation: 86-16=70... | 0.985243 | hs_5 | sum_heuristic |
[
65,
4,
5,
62
] | 47 | [
"65-5=60",
"60/4=15",
"62-15=47"
] | Current State: 47:[65, 4, 5, 62], Operations: []
Exploring Operation: 65-5=60, Resulting Numbers: [4, 62, 60]
Generated Node #2: [4, 62, 60] from Operation: 65-5=60
Current State: 47:[4, 62, 60], Operations: ['65-5=60']
Exploring Operation: 60/4=15, Resulting Numbers: [62, 15]
Generated Node #3: [62, 15] from Operation... | 4 | Current State: 47:[65, 4, 5, 62], Operations: []
Exploring Operation: 65-5=60, Resulting Numbers: [4, 62, 60]
Generated Node #0,0: 47:[4, 62, 60] Operation: 65-5=60
Exploring Operation: 65-4=61, Resulting Numbers: [5, 62, 61]
Generated Node #0,1: 47:[5, 62, 61] Operation: 65-4=61
Exploring Operation: 4+5=9, Resulting N... | 0.957465 | hs_5 | sum_heuristic |
[
45,
57,
87,
43
] | 58 | [
"45+57=102",
"87-43=44",
"102-44=58"
] | Current State: 58:[45, 57, 87, 43], Operations: []
Exploring Operation: 45+57=102, Resulting Numbers: [87, 43, 102]
Generated Node #2: [87, 43, 102] from Operation: 45+57=102
Current State: 58:[87, 43, 102], Operations: ['45+57=102']
Exploring Operation: 87-43=44, Resulting Numbers: [102, 44]
Generated Node #3: [102, 4... | 4 | Current State: 58:[45, 57, 87, 43], Operations: []
Exploring Operation: 87-57=30, Resulting Numbers: [45, 43, 30]
Generated Node #0,0: 58:[45, 43, 30] Operation: 87-57=30
Exploring Operation: 87-43=44, Resulting Numbers: [45, 57, 44]
Generated Node #0,1: 58:[45, 57, 44] Operation: 87-43=44
Exploring Operation: 87-45=42... | 0.985243 | hs_4 | sum_heuristic |
[
5,
24,
29,
20
] | 49 | [
"20/5=4",
"24+29=53",
"53-4=49"
] | Current State: 49:[5, 24, 29, 20], Operations: []
Exploring Operation: 20/5=4, Resulting Numbers: [24, 29, 4]
Generated Node #2: [24, 29, 4] from Operation: 20/5=4
Current State: 49:[24, 29, 4], Operations: ['20/5=4']
Exploring Operation: 24+29=53, Resulting Numbers: [4, 53]
Generated Node #3: [4, 53] from Operation: 2... | 4 | Current State: 49:[5, 24, 29, 20], Operations: []
Exploring Operation: 29-24=5, Resulting Numbers: [5, 20, 5]
Generated Node #0,0: 49:[5, 20, 5] Operation: 29-24=5
Exploring Operation: 24+29=53, Resulting Numbers: [5, 20, 53]
Generated Node #0,1: 49:[5, 20, 53] Operation: 24+29=53
Start Sub Search at level 1: Moving to... | 0.986111 | hs_2 | mult_heuristic |
[
12,
10,
39,
53
] | 36 | [
"12+10=22",
"53-39=14",
"22+14=36"
] | Current State: 36:[12, 10, 39, 53], Operations: []
Exploring Operation: 12+10=22, Resulting Numbers: [39, 53, 22]
Generated Node #2: [39, 53, 22] from Operation: 12+10=22
Current State: 36:[39, 53, 22], Operations: ['12+10=22']
Exploring Operation: 53-39=14, Resulting Numbers: [22, 14]
Generated Node #3: [22, 14] from ... | 4 | Current State: 36:[12, 10, 39, 53], Operations: []
Exploring Operation: 53-39=14, Resulting Numbers: [12, 10, 14]
Generated Node #0,0: 36:[12, 10, 14] Operation: 53-39=14
Exploring Operation: 53-12=41, Resulting Numbers: [10, 39, 41]
Generated Node #0,1: 36:[10, 39, 41] Operation: 53-12=41
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
77,
13,
7,
65
] | 75 | [
"77-7=70",
"65/13=5",
"70+5=75"
] | Current State: 75:[77, 13, 7, 65], Operations: []
Exploring Operation: 77-7=70, Resulting Numbers: [13, 65, 70]
Generated Node #2: [13, 65, 70] from Operation: 77-7=70
Current State: 75:[13, 65, 70], Operations: ['77-7=70']
Exploring Operation: 65/13=5, Resulting Numbers: [70, 5]
Generated Node #3: [70, 5] from Operati... | 4 | Current State: 75:[77, 13, 7, 65], Operations: []
Exploring Operation: 77-65=12, Resulting Numbers: [13, 7, 12]
Generated Node #0,0: 75:[13, 7, 12] Operation: 77-65=12
Exploring Operation: 65/13=5, Resulting Numbers: [77, 7, 5]
Generated Node #0,1: 75:[77, 7, 5] Operation: 65/13=5
Exploring Operation: 13+65=78, Resulti... | 0.975694 | hs_3 | mult_heuristic |
[
28,
71,
6,
80
] | 31 | [
"71-28=43",
"80-6=74",
"74-43=31"
] | Current State: 31:[28, 71, 6, 80], Operations: []
Exploring Operation: 71-28=43, Resulting Numbers: [6, 80, 43]
Generated Node #2: [6, 80, 43] from Operation: 71-28=43
Current State: 31:[6, 80, 43], Operations: ['71-28=43']
Exploring Operation: 80-6=74, Resulting Numbers: [43, 74]
Generated Node #3: [43, 74] from Opera... | 4 | Current State: 31:[28, 71, 6, 80], Operations: []
Exploring Operation: 80-71=9, Resulting Numbers: [28, 6, 9]
Generated Node #0,0: 31:[28, 6, 9] Operation: 80-71=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[28, 6, 9], Operations: ['80-71=9']
Exploring Operation: 6+9=15, Resulting Numbers: [28, ... | 0 | hs_1 | sum_heuristic |
[
12,
57,
91,
3
] | 25 | [
"12+57=69",
"91+3=94",
"94-69=25"
] | Current State: 25:[12, 57, 91, 3], Operations: []
Exploring Operation: 12+57=69, Resulting Numbers: [91, 3, 69]
Generated Node #2: [91, 3, 69] from Operation: 12+57=69
Current State: 25:[91, 3, 69], Operations: ['12+57=69']
Exploring Operation: 91+3=94, Resulting Numbers: [69, 94]
Generated Node #3: [69, 94] from Opera... | 4 | Current State: 25:[12, 57, 91, 3], Operations: []
Exploring Operation: 91-57=34, Resulting Numbers: [12, 3, 34]
Generated Node #0,0: 25:[12, 3, 34] Operation: 91-57=34
Exploring Operation: 57/3=19, Resulting Numbers: [12, 91, 19]
Generated Node #0,1: 25:[12, 91, 19] Operation: 57/3=19
Exploring Operation: 91-12=79, Res... | 0.986979 | hs_5 | sum_heuristic |
[
60,
28,
12,
66
] | 94 | [
"28*66=1848",
"1848/12=154",
"154-60=94"
] | Current State: 94:[60, 28, 12, 66], Operations: []
Exploring Operation: 28*66=1848, Resulting Numbers: [60, 12, 1848]
Generated Node #2: [60, 12, 1848] from Operation: 28*66=1848
Current State: 94:[60, 12, 1848], Operations: ['28*66=1848']
Exploring Operation: 1848/12=154, Resulting Numbers: [60, 154]
Generated Node #3... | 4 | Current State: 94:[60, 28, 12, 66], Operations: []
Exploring Operation: 28+66=94, Resulting Numbers: [60, 12, 94]
Generated Node #0,0: 94:[60, 12, 94] Operation: 28+66=94
Exploring Operation: 66-28=38, Resulting Numbers: [60, 12, 38]
Generated Node #0,1: 94:[60, 12, 38] Operation: 66-28=38
Exploring Operation: 66-60=6,... | 0 | hs_3 | sum_heuristic |
[
20,
89,
90,
11
] | 41 | [
"20*11=220",
"89+90=179",
"220-179=41"
] | Current State: 41:[20, 89, 90, 11], Operations: []
Exploring Operation: 20*11=220, Resulting Numbers: [89, 90, 220]
Generated Node #2: [89, 90, 220] from Operation: 20*11=220
Current State: 41:[89, 90, 220], Operations: ['20*11=220']
Exploring Operation: 89+90=179, Resulting Numbers: [220, 179]
Generated Node #3: [220,... | 4 | Current State: 41:[20, 89, 90, 11], Operations: []
Exploring Operation: 90-89=1, Resulting Numbers: [20, 11, 1]
Generated Node #0,0: 41:[20, 11, 1] Operation: 90-89=1
Exploring Operation: 20+11=31, Resulting Numbers: [89, 90, 31]
Generated Node #0,1: 41:[89, 90, 31] Operation: 20+11=31
Exploring Operation: 90-20=70, Re... | 0 | hs_5 | sum_heuristic |
[
26,
57,
29,
21
] | 91 | [
"26+57=83",
"29-21=8",
"83+8=91"
] | Current State: 91:[26, 57, 29, 21], Operations: []
Exploring Operation: 26+57=83, Resulting Numbers: [29, 21, 83]
Generated Node #2: [29, 21, 83] from Operation: 26+57=83
Current State: 91:[29, 21, 83], Operations: ['26+57=83']
Exploring Operation: 29-21=8, Resulting Numbers: [83, 8]
Generated Node #3: [83, 8] from Ope... | 4 | Current State: 91:[26, 57, 29, 21], Operations: []
Exploring Operation: 57+29=86, Resulting Numbers: [26, 21, 86]
Generated Node #0,0: 91:[26, 21, 86] Operation: 57+29=86
Exploring Operation: 57-29=28, Resulting Numbers: [26, 21, 28]
Generated Node #0,1: 91:[26, 21, 28] Operation: 57-29=28
Exploring Operation: 26+57=83... | 0.989583 | hs_3 | sum_heuristic |
[
73,
24,
2,
91
] | 66 | [
"91-73=18",
"24*2=48",
"18+48=66"
] | Current State: 66:[73, 24, 2, 91], Operations: []
Exploring Operation: 91-73=18, Resulting Numbers: [24, 2, 18]
Generated Node #2: [24, 2, 18] from Operation: 91-73=18
Current State: 66:[24, 2, 18], Operations: ['91-73=18']
Exploring Operation: 24*2=48, Resulting Numbers: [18, 48]
Generated Node #3: [18, 48] from Opera... | 4 | Current State: 66:[73, 24, 2, 91], Operations: []
Exploring Operation: 91-73=18, Resulting Numbers: [24, 2, 18]
Generated Node #0,0: 66:[24, 2, 18] Operation: 91-73=18
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[24, 2, 18], Operations: ['91-73=18']
Exploring Operation: 24-18=6, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
75,
53,
4,
58
] | 19 | [
"58-53=5",
"75/5=15",
"4+15=19"
] | Current State: 19:[75, 53, 4, 58], Operations: []
Exploring Operation: 58-53=5, Resulting Numbers: [75, 4, 5]
Generated Node #2: [75, 4, 5] from Operation: 58-53=5
Current State: 19:[75, 4, 5], Operations: ['58-53=5']
Exploring Operation: 75/5=15, Resulting Numbers: [4, 15]
Generated Node #3: [4, 15] from Operation: 75... | 4 | Current State: 19:[75, 53, 4, 58], Operations: []
Exploring Operation: 58-53=5, Resulting Numbers: [75, 4, 5]
Generated Node #0,0: 19:[75, 4, 5] Operation: 58-53=5
Exploring Operation: 75-53=22, Resulting Numbers: [4, 58, 22]
Generated Node #0,1: 19:[4, 58, 22] Operation: 75-53=22
Exploring Operation: 75-58=17, Resulti... | 0.955729 | hs_4 | mult_heuristic |
[
3,
15,
70,
27
] | 52 | [
"3*15=45",
"70+27=97",
"97-45=52"
] | Current State: 52:[3, 15, 70, 27], Operations: []
Exploring Operation: 3*15=45, Resulting Numbers: [70, 27, 45]
Generated Node #2: [70, 27, 45] from Operation: 3*15=45
Current State: 52:[70, 27, 45], Operations: ['3*15=45']
Exploring Operation: 70+27=97, Resulting Numbers: [45, 97]
Generated Node #3: [45, 97] from Oper... | 4 | Current State: 52:[3, 15, 70, 27], Operations: []
Exploring Operation: 70-15=55, Resulting Numbers: [3, 27, 55]
Generated Node #0,0: 52:[3, 27, 55] Operation: 70-15=55
Moving to Node #0,0
Current State: 52:[3, 27, 55], Operations: ['70-15=55']
Exploring Operation: 55-3=52, Resulting Numbers: [27, 52]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
45,
53,
60,
15
] | 33 | [
"45/15=3",
"60/3=20",
"53-20=33"
] | Current State: 33:[45, 53, 60, 15], Operations: []
Exploring Operation: 45/15=3, Resulting Numbers: [53, 60, 3]
Generated Node #2: [53, 60, 3] from Operation: 45/15=3
Current State: 33:[53, 60, 3], Operations: ['45/15=3']
Exploring Operation: 60/3=20, Resulting Numbers: [53, 20]
Generated Node #3: [53, 20] from Operati... | 4 | Current State: 33:[45, 53, 60, 15], Operations: []
Exploring Operation: 60-53=7, Resulting Numbers: [45, 15, 7]
Generated Node #0,0: 33:[45, 15, 7] Operation: 60-53=7
Exploring Operation: 60/15=4, Resulting Numbers: [45, 53, 4]
Generated Node #0,1: 33:[45, 53, 4] Operation: 60/15=4
Exploring Operation: 60-45=15, Result... | 0 | hs_3 | sum_heuristic |
[
7,
29,
37,
91
] | 90 | [
"7+29=36",
"91-37=54",
"36+54=90"
] | Current State: 90:[7, 29, 37, 91], Operations: []
Exploring Operation: 7+29=36, Resulting Numbers: [37, 91, 36]
Generated Node #2: [37, 91, 36] from Operation: 7+29=36
Current State: 90:[37, 91, 36], Operations: ['7+29=36']
Exploring Operation: 91-37=54, Resulting Numbers: [36, 54]
Generated Node #3: [36, 54] from Oper... | 4 | Current State: 90:[7, 29, 37, 91], Operations: []
Exploring Operation: 37-29=8, Resulting Numbers: [7, 91, 8]
Generated Node #0,0: 90:[7, 91, 8] Operation: 37-29=8
Exploring Operation: 91/7=13, Resulting Numbers: [29, 37, 13]
Generated Node #0,1: 90:[29, 37, 13] Operation: 91/7=13
Exploring Operation: 91-37=54, Resulti... | 0.986979 | hs_5 | mult_heuristic |
[
96,
48,
51,
85
] | 14 | [
"96-48=48",
"85-51=34",
"48-34=14"
] | Current State: 14:[96, 48, 51, 85], Operations: []
Exploring Operation: 96-48=48, Resulting Numbers: [51, 85, 48]
Generated Node #2: [51, 85, 48] from Operation: 96-48=48
Current State: 14:[51, 85, 48], Operations: ['96-48=48']
Exploring Operation: 85-51=34, Resulting Numbers: [48, 34]
Generated Node #3: [48, 34] from ... | 4 | Current State: 14:[96, 48, 51, 85], Operations: []
Exploring Operation: 96-85=11, Resulting Numbers: [48, 51, 11]
Generated Node #0,0: 14:[48, 51, 11] Operation: 96-85=11
Exploring Operation: 96/48=2, Resulting Numbers: [51, 85, 2]
Generated Node #0,1: 14:[51, 85, 2] Operation: 96/48=2
Moving to Node #0,0
Current State... | 0.991319 | hs_2 | sum_heuristic |
[
37,
28,
52,
7
] | 91 | [
"37+28=65",
"65-52=13",
"7*13=91"
] | Current State: 91:[37, 28, 52, 7], Operations: []
Exploring Operation: 37+28=65, Resulting Numbers: [52, 7, 65]
Generated Node #2: [52, 7, 65] from Operation: 37+28=65
Current State: 91:[52, 7, 65], Operations: ['37+28=65']
Exploring Operation: 65-52=13, Resulting Numbers: [7, 13]
Generated Node #3: [7, 13] from Operat... | 4 | Current State: 91:[37, 28, 52, 7], Operations: []
Exploring Operation: 37+52=89, Resulting Numbers: [28, 7, 89]
Generated Node #0,0: 91:[28, 7, 89] Operation: 37+52=89
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[28, 7, 89], Operations: ['37+52=89']
Exploring Operation: 28/7=4, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
48,
54,
18,
57
] | 52 | [
"57-48=9",
"18/9=2",
"54-2=52"
] | Current State: 52:[48, 54, 18, 57], Operations: []
Exploring Operation: 57-48=9, Resulting Numbers: [54, 18, 9]
Generated Node #2: [54, 18, 9] from Operation: 57-48=9
Current State: 52:[54, 18, 9], Operations: ['57-48=9']
Exploring Operation: 18/9=2, Resulting Numbers: [54, 2]
Generated Node #3: [54, 2] from Operation:... | 4 | Current State: 52:[48, 54, 18, 57], Operations: []
Exploring Operation: 48-18=30, Resulting Numbers: [54, 57, 30]
Generated Node #0,0: 52:[54, 57, 30] Operation: 48-18=30
Exploring Operation: 54/18=3, Resulting Numbers: [48, 57, 3]
Generated Node #0,1: 52:[48, 57, 3] Operation: 54/18=3
Exploring Operation: 57-54=3, Res... | 0 | hs_3 | sum_heuristic |
[
42,
36,
18,
71
] | 83 | [
"42-36=6",
"18+71=89",
"89-6=83"
] | Current State: 83:[42, 36, 18, 71], Operations: []
Exploring Operation: 42-36=6, Resulting Numbers: [18, 71, 6]
Generated Node #2: [18, 71, 6] from Operation: 42-36=6
Current State: 83:[18, 71, 6], Operations: ['42-36=6']
Exploring Operation: 18+71=89, Resulting Numbers: [6, 89]
Generated Node #3: [6, 89] from Operatio... | 4 | Current State: 83:[42, 36, 18, 71], Operations: []
Exploring Operation: 36+18=54, Resulting Numbers: [42, 71, 54]
Generated Node #0,0: 83:[42, 71, 54] Operation: 36+18=54
Exploring Operation: 42+36=78, Resulting Numbers: [18, 71, 78]
Generated Node #0,1: 83:[18, 71, 78] Operation: 42+36=78
Exploring Operation: 42+18=60... | 0.981771 | hs_5 | mult_heuristic |
[
31,
19,
54,
2
] | 60 | [
"31-19=12",
"12/2=6",
"54+6=60"
] | Current State: 60:[31, 19, 54, 2], Operations: []
Exploring Operation: 31-19=12, Resulting Numbers: [54, 2, 12]
Generated Node #2: [54, 2, 12] from Operation: 31-19=12
Current State: 60:[54, 2, 12], Operations: ['31-19=12']
Exploring Operation: 12/2=6, Resulting Numbers: [54, 6]
Generated Node #3: [54, 6] from Operatio... | 4 | Current State: 60:[31, 19, 54, 2], Operations: []
Exploring Operation: 31-19=12, Resulting Numbers: [54, 2, 12]
Generated Node #0,0: 60:[54, 2, 12] Operation: 31-19=12
Exploring Operation: 54-31=23, Resulting Numbers: [19, 2, 23]
Generated Node #0,1: 60:[19, 2, 23] Operation: 54-31=23
Exploring Operation: 54-19=35, Res... | 0 | hs_4 | sum_heuristic |
[
83,
17,
6,
63
] | 74 | [
"83-17=66",
"66/6=11",
"63+11=74"
] | Current State: 74:[83, 17, 6, 63], Operations: []
Exploring Operation: 83-17=66, Resulting Numbers: [6, 63, 66]
Generated Node #2: [6, 63, 66] from Operation: 83-17=66
Current State: 74:[6, 63, 66], Operations: ['83-17=66']
Exploring Operation: 66/6=11, Resulting Numbers: [63, 11]
Generated Node #3: [63, 11] from Opera... | 4 | Current State: 74:[83, 17, 6, 63], Operations: []
Exploring Operation: 17+63=80, Resulting Numbers: [83, 6, 80]
Generated Node #0,0: 74:[83, 6, 80] Operation: 17+63=80
Start Sub Search at level 1: Moving to Node #0,0
Current State: 74:[83, 6, 80], Operations: ['17+63=80']
Exploring Operation: 83-80=3, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
94,
11,
61,
55
] | 89 | [
"94-11=83",
"61-55=6",
"83+6=89"
] | Current State: 89:[94, 11, 61, 55], Operations: []
Exploring Operation: 94-11=83, Resulting Numbers: [61, 55, 83]
Generated Node #2: [61, 55, 83] from Operation: 94-11=83
Current State: 89:[61, 55, 83], Operations: ['94-11=83']
Exploring Operation: 61-55=6, Resulting Numbers: [83, 6]
Generated Node #3: [83, 6] from Ope... | 4 | Current State: 89:[94, 11, 61, 55], Operations: []
Exploring Operation: 94-11=83, Resulting Numbers: [61, 55, 83]
Generated Node #0,0: 89:[61, 55, 83] Operation: 94-11=83
Exploring Operation: 11+55=66, Resulting Numbers: [94, 61, 66]
Generated Node #0,1: 89:[94, 61, 66] Operation: 11+55=66
Exploring Operation: 11+61=72... | 0.983507 | hs_3 | sum_heuristic |
[
46,
70,
26,
7
] | 10 | [
"46-26=20",
"70/7=10",
"20-10=10"
] | Current State: 10:[46, 70, 26, 7], Operations: []
Exploring Operation: 46-26=20, Resulting Numbers: [70, 7, 20]
Generated Node #2: [70, 7, 20] from Operation: 46-26=20
Current State: 10:[70, 7, 20], Operations: ['46-26=20']
Exploring Operation: 70/7=10, Resulting Numbers: [20, 10]
Generated Node #3: [20, 10] from Opera... | 4 | Current State: 10:[46, 70, 26, 7], Operations: []
Exploring Operation: 70/7=10, Resulting Numbers: [46, 26, 10]
Generated Node #0,0: 10:[46, 26, 10] Operation: 70/7=10
Exploring Operation: 70-46=24, Resulting Numbers: [26, 7, 24]
Generated Node #0,1: 10:[26, 7, 24] Operation: 70-46=24
Moving to Node #0,1
Current State:... | 0.986979 | hs_2 | mult_heuristic |
[
98,
3,
69,
45
] | 90 | [
"98-45=53",
"3*53=159",
"159-69=90"
] | Current State: 90:[98, 3, 69, 45], Operations: []
Exploring Operation: 98-45=53, Resulting Numbers: [3, 69, 53]
Generated Node #2: [3, 69, 53] from Operation: 98-45=53
Current State: 90:[3, 69, 53], Operations: ['98-45=53']
Exploring Operation: 3*53=159, Resulting Numbers: [69, 159]
Generated Node #3: [69, 159] from Op... | 4 | Current State: 90:[98, 3, 69, 45], Operations: []
Exploring Operation: 98-69=29, Resulting Numbers: [3, 45, 29]
Generated Node #0,0: 90:[3, 45, 29] Operation: 98-69=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 90:[3, 45, 29], Operations: ['98-69=29']
Exploring Operation: 45/3=15, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
82,
20,
99,
68
] | 71 | [
"82+20=102",
"99-68=31",
"102-31=71"
] | Current State: 71:[82, 20, 99, 68], Operations: []
Exploring Operation: 82+20=102, Resulting Numbers: [99, 68, 102]
Generated Node #2: [99, 68, 102] from Operation: 82+20=102
Current State: 71:[99, 68, 102], Operations: ['82+20=102']
Exploring Operation: 99-68=31, Resulting Numbers: [102, 31]
Generated Node #3: [102, 3... | 4 | Current State: 71:[82, 20, 99, 68], Operations: []
Exploring Operation: 82-20=62, Resulting Numbers: [99, 68, 62]
Generated Node #0,0: 71:[99, 68, 62] Operation: 82-20=62
Exploring Operation: 99-20=79, Resulting Numbers: [82, 68, 79]
Generated Node #0,1: 71:[82, 68, 79] Operation: 99-20=79
Moving to Node #0,1
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
38,
88,
93,
15
] | 48 | [
"38+88=126",
"93-15=78",
"126-78=48"
] | Current State: 48:[38, 88, 93, 15], Operations: []
Exploring Operation: 38+88=126, Resulting Numbers: [93, 15, 126]
Generated Node #2: [93, 15, 126] from Operation: 38+88=126
Current State: 48:[93, 15, 126], Operations: ['38+88=126']
Exploring Operation: 93-15=78, Resulting Numbers: [126, 78]
Generated Node #3: [126, 7... | 4 | Current State: 48:[38, 88, 93, 15], Operations: []
Exploring Operation: 88-38=50, Resulting Numbers: [93, 15, 50]
Generated Node #0,0: 48:[93, 15, 50] Operation: 88-38=50
Exploring Operation: 93-88=5, Resulting Numbers: [38, 15, 5]
Generated Node #0,1: 48:[38, 15, 5] Operation: 93-88=5
Start Sub Search at level 1: Movi... | 0.989583 | hs_2 | sum_heuristic |
[
97,
65,
4,
2
] | 83 | [
"97+65=162",
"4+162=166",
"166/2=83"
] | Current State: 83:[97, 65, 4, 2], Operations: []
Exploring Operation: 97+65=162, Resulting Numbers: [4, 2, 162]
Generated Node #2: [4, 2, 162] from Operation: 97+65=162
Current State: 83:[4, 2, 162], Operations: ['97+65=162']
Exploring Operation: 4+162=166, Resulting Numbers: [2, 166]
Generated Node #3: [2, 166] from O... | 4 | Current State: 83:[97, 65, 4, 2], Operations: []
Exploring Operation: 97-2=95, Resulting Numbers: [65, 4, 95]
Generated Node #0,0: 83:[65, 4, 95] Operation: 97-2=95
Exploring Operation: 97-4=93, Resulting Numbers: [65, 2, 93]
Generated Node #0,1: 83:[65, 2, 93] Operation: 97-4=93
Exploring Operation: 65+4=69, Resulting... | 0 | hs_4 | sum_heuristic |
[
60,
67,
10,
22
] | 19 | [
"67-60=7",
"22-10=12",
"7+12=19"
] | Current State: 19:[60, 67, 10, 22], Operations: []
Exploring Operation: 67-60=7, Resulting Numbers: [10, 22, 7]
Generated Node #2: [10, 22, 7] from Operation: 67-60=7
Current State: 19:[10, 22, 7], Operations: ['67-60=7']
Exploring Operation: 22-10=12, Resulting Numbers: [7, 12]
Generated Node #3: [7, 12] from Operatio... | 4 | Current State: 19:[60, 67, 10, 22], Operations: []
Exploring Operation: 60/10=6, Resulting Numbers: [67, 22, 6]
Generated Node #0,0: 19:[67, 22, 6] Operation: 60/10=6
Exploring Operation: 67-60=7, Resulting Numbers: [10, 22, 7]
Generated Node #0,1: 19:[10, 22, 7] Operation: 67-60=7
Exploring Operation: 60-22=38, Result... | 0.985243 | hs_3 | sum_heuristic |
[
92,
70,
66,
70
] | 92 | [
"70-70=0",
"66*0=0",
"92+0=92"
] | Current State: 92:[92, 70, 66, 70], Operations: []
Exploring Operation: 70-70=0, Resulting Numbers: [92, 66, 0]
Generated Node #2: [92, 66, 0] from Operation: 70-70=0
Current State: 92:[92, 66, 0], Operations: ['70-70=0']
Exploring Operation: 66*0=0, Resulting Numbers: [92, 0]
Generated Node #3: [92, 0] from Operation:... | 4 | Current State: 92:[92, 70, 66, 70], Operations: []
Exploring Operation: 92-70=22, Resulting Numbers: [66, 70, 22]
Generated Node #0,0: 92:[66, 70, 22] Operation: 92-70=22
Exploring Operation: 70/70=1, Resulting Numbers: [92, 66, 1]
Generated Node #0,1: 92:[92, 66, 1] Operation: 70/70=1
Exploring Operation: 70-66=4, Res... | 0.951389 | hs_5 | mult_heuristic |
[
45,
21,
24,
74
] | 89 | [
"24-21=3",
"45/3=15",
"74+15=89"
] | Current State: 89:[45, 21, 24, 74], Operations: []
Exploring Operation: 24-21=3, Resulting Numbers: [45, 74, 3]
Generated Node #2: [45, 74, 3] from Operation: 24-21=3
Current State: 89:[45, 74, 3], Operations: ['24-21=3']
Exploring Operation: 45/3=15, Resulting Numbers: [74, 15]
Generated Node #3: [74, 15] from Operati... | 4 | Current State: 89:[45, 21, 24, 74], Operations: []
Exploring Operation: 21+24=45, Resulting Numbers: [45, 74, 45]
Generated Node #0,0: 89:[45, 74, 45] Operation: 21+24=45
Exploring Operation: 45+24=69, Resulting Numbers: [21, 74, 69]
Generated Node #0,1: 89:[21, 74, 69] Operation: 45+24=69
Exploring Operation: 21+74=95... | 0 | hs_5 | sum_heuristic |
[
10,
26,
36,
73
] | 93 | [
"26-10=16",
"36+73=109",
"109-16=93"
] | Current State: 93:[10, 26, 36, 73], Operations: []
Exploring Operation: 26-10=16, Resulting Numbers: [36, 73, 16]
Generated Node #2: [36, 73, 16] from Operation: 26-10=16
Current State: 93:[36, 73, 16], Operations: ['26-10=16']
Exploring Operation: 36+73=109, Resulting Numbers: [16, 109]
Generated Node #3: [16, 109] fr... | 4 | Current State: 93:[10, 26, 36, 73], Operations: []
Exploring Operation: 10+73=83, Resulting Numbers: [26, 36, 83]
Generated Node #0,0: 93:[26, 36, 83] Operation: 10+73=83
Exploring Operation: 26+73=99, Resulting Numbers: [10, 36, 99]
Generated Node #0,1: 93:[10, 36, 99] Operation: 26+73=99
Exploring Operation: 73-36=37... | 0.967882 | hs_3 | mult_heuristic |
[
8,
91,
92,
69
] | 93 | [
"92-69=23",
"8*23=184",
"184-91=93"
] | Current State: 93:[8, 91, 92, 69], Operations: []
Exploring Operation: 92-69=23, Resulting Numbers: [8, 91, 23]
Generated Node #2: [8, 91, 23] from Operation: 92-69=23
Current State: 93:[8, 91, 23], Operations: ['92-69=23']
Exploring Operation: 8*23=184, Resulting Numbers: [91, 184]
Generated Node #3: [91, 184] from Op... | 4 | Current State: 93:[8, 91, 92, 69], Operations: []
Exploring Operation: 91-69=22, Resulting Numbers: [8, 92, 22]
Generated Node #0,0: 93:[8, 92, 22] Operation: 91-69=22
Exploring Operation: 92-69=23, Resulting Numbers: [8, 91, 23]
Generated Node #0,1: 93:[8, 91, 23] Operation: 92-69=23
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
26,
42,
97,
16
] | 97 | [
"42-26=16",
"97+16=113",
"113-16=97"
] | Current State: 97:[26, 42, 97, 16], Operations: []
Exploring Operation: 42-26=16, Resulting Numbers: [97, 16, 16]
Generated Node #2: [97, 16, 16] from Operation: 42-26=16
Current State: 97:[97, 16, 16], Operations: ['42-26=16']
Exploring Operation: 97+16=113, Resulting Numbers: [113]
113,97 equal: Goal Reached
Explorin... | 4 | Current State: 97:[26, 42, 97, 16], Operations: []
Exploring Operation: 42+16=58, Resulting Numbers: [26, 97, 58]
Generated Node #0,0: 97:[26, 97, 58] Operation: 42+16=58
Exploring Operation: 26+16=42, Resulting Numbers: [42, 97, 42]
Generated Node #0,1: 97:[42, 97, 42] Operation: 26+16=42
Exploring Operation: 26+42=68... | 0.977431 | hs_3 | mult_heuristic |
[
16,
43,
76,
85
] | 50 | [
"16+43=59",
"85-76=9",
"59-9=50"
] | Current State: 50:[16, 43, 76, 85], Operations: []
Exploring Operation: 16+43=59, Resulting Numbers: [76, 85, 59]
Generated Node #2: [76, 85, 59] from Operation: 16+43=59
Current State: 50:[76, 85, 59], Operations: ['16+43=59']
Exploring Operation: 85-76=9, Resulting Numbers: [59, 9]
Generated Node #3: [59, 9] from Ope... | 4 | Current State: 50:[16, 43, 76, 85], Operations: []
Exploring Operation: 85-76=9, Resulting Numbers: [16, 43, 9]
Generated Node #0,0: 50:[16, 43, 9] Operation: 85-76=9
Exploring Operation: 85-43=42, Resulting Numbers: [16, 76, 42]
Generated Node #0,1: 50:[16, 76, 42] Operation: 85-43=42
Start Sub Search at level 1: Movi... | 0.986979 | hs_2 | sum_heuristic |
[
47,
26,
28,
75
] | 14 | [
"47+26=73",
"75-73=2",
"28/2=14"
] | Current State: 14:[47, 26, 28, 75], Operations: []
Exploring Operation: 47+26=73, Resulting Numbers: [28, 75, 73]
Generated Node #2: [28, 75, 73] from Operation: 47+26=73
Current State: 14:[28, 75, 73], Operations: ['47+26=73']
Exploring Operation: 75-73=2, Resulting Numbers: [28, 2]
Generated Node #3: [28, 2] from Ope... | 4 | Current State: 14:[47, 26, 28, 75], Operations: []
Exploring Operation: 47-28=19, Resulting Numbers: [26, 75, 19]
Generated Node #0,0: 14:[26, 75, 19] Operation: 47-28=19
Exploring Operation: 75-47=28, Resulting Numbers: [26, 28, 28]
Generated Node #0,1: 14:[26, 28, 28] Operation: 75-47=28
Start Sub Search at level 1: ... | 0.989583 | hs_2 | mult_heuristic |
[
54,
48,
3,
45
] | 79 | [
"54+48=102",
"102/3=34",
"45+34=79"
] | Current State: 79:[54, 48, 3, 45], Operations: []
Exploring Operation: 54+48=102, Resulting Numbers: [3, 45, 102]
Generated Node #2: [3, 45, 102] from Operation: 54+48=102
Current State: 79:[3, 45, 102], Operations: ['54+48=102']
Exploring Operation: 102/3=34, Resulting Numbers: [45, 34]
Generated Node #3: [45, 34] fro... | 4 | Current State: 79:[54, 48, 3, 45], Operations: []
Exploring Operation: 3+45=48, Resulting Numbers: [54, 48, 48]
Generated Node #0,0: 79:[54, 48, 48] Operation: 3+45=48
Exploring Operation: 54+3=57, Resulting Numbers: [48, 45, 57]
Generated Node #0,1: 79:[48, 45, 57] Operation: 54+3=57
Exploring Operation: 48+3=51, Resu... | 0 | hs_3 | sum_heuristic |
[
60,
87,
1,
8
] | 18 | [
"87-60=27",
"1+8=9",
"27-9=18"
] | Current State: 18:[60, 87, 1, 8], Operations: []
Exploring Operation: 87-60=27, Resulting Numbers: [1, 8, 27]
Generated Node #2: [1, 8, 27] from Operation: 87-60=27
Current State: 18:[1, 8, 27], Operations: ['87-60=27']
Exploring Operation: 1+8=9, Resulting Numbers: [27, 9]
Generated Node #3: [27, 9] from Operation: 1+... | 4 | Current State: 18:[60, 87, 1, 8], Operations: []
Exploring Operation: 60-1=59, Resulting Numbers: [87, 8, 59]
Generated Node #0,0: 18:[87, 8, 59] Operation: 60-1=59
Exploring Operation: 87-8=79, Resulting Numbers: [60, 1, 79]
Generated Node #0,1: 18:[60, 1, 79] Operation: 87-8=79
Exploring Operation: 87-1=86, Resulting... | 0.985243 | hs_5 | mult_heuristic |
[
94,
64,
19,
35
] | 95 | [
"94-64=30",
"35-30=5",
"19*5=95"
] | Current State: 95:[94, 64, 19, 35], Operations: []
Exploring Operation: 94-64=30, Resulting Numbers: [19, 35, 30]
Generated Node #2: [19, 35, 30] from Operation: 94-64=30
Current State: 95:[19, 35, 30], Operations: ['94-64=30']
Exploring Operation: 35-30=5, Resulting Numbers: [19, 5]
Generated Node #3: [19, 5] from Ope... | 4 | Current State: 95:[94, 64, 19, 35], Operations: []
Exploring Operation: 64+35=99, Resulting Numbers: [94, 19, 99]
Generated Node #0,0: 95:[94, 19, 99] Operation: 64+35=99
Exploring Operation: 64-35=29, Resulting Numbers: [94, 19, 29]
Generated Node #0,1: 95:[94, 19, 29] Operation: 64-35=29
Moving to Node #0,0
Current S... | 0.992188 | hs_2 | mult_heuristic |
[
2,
4,
83,
30
] | 39 | [
"83-2=81",
"4*30=120",
"120-81=39"
] | Current State: 39:[2, 4, 83, 30], Operations: []
Exploring Operation: 83-2=81, Resulting Numbers: [4, 30, 81]
Generated Node #2: [4, 30, 81] from Operation: 83-2=81
Current State: 39:[4, 30, 81], Operations: ['83-2=81']
Exploring Operation: 4*30=120, Resulting Numbers: [81, 120]
Generated Node #3: [81, 120] from Operat... | 4 | Current State: 39:[2, 4, 83, 30], Operations: []
Exploring Operation: 4+30=34, Resulting Numbers: [2, 83, 34]
Generated Node #0,0: 39:[2, 83, 34] Operation: 4+30=34
Exploring Operation: 30/2=15, Resulting Numbers: [4, 83, 15]
Generated Node #0,1: 39:[4, 83, 15] Operation: 30/2=15
Exploring Operation: 83-30=53, Resultin... | 0 | hs_4 | sum_heuristic |
[
35,
86,
70,
30
] | 49 | [
"86-35=51",
"70+30=100",
"100-51=49"
] | Current State: 49:[35, 86, 70, 30], Operations: []
Exploring Operation: 86-35=51, Resulting Numbers: [70, 30, 51]
Generated Node #2: [70, 30, 51] from Operation: 86-35=51
Current State: 49:[70, 30, 51], Operations: ['86-35=51']
Exploring Operation: 70+30=100, Resulting Numbers: [51, 100]
Generated Node #3: [51, 100] fr... | 4 | Current State: 49:[35, 86, 70, 30], Operations: []
Exploring Operation: 86-35=51, Resulting Numbers: [70, 30, 51]
Generated Node #0,0: 49:[70, 30, 51] Operation: 86-35=51
Exploring Operation: 35-30=5, Resulting Numbers: [86, 70, 5]
Generated Node #0,1: 49:[86, 70, 5] Operation: 35-30=5
Exploring Operation: 86-30=56, Re... | 0.984375 | hs_5 | sum_heuristic |
[
74,
32,
4,
33
] | 13 | [
"74-32=42",
"33-4=29",
"42-29=13"
] | Current State: 13:[74, 32, 4, 33], Operations: []
Exploring Operation: 74-32=42, Resulting Numbers: [4, 33, 42]
Generated Node #2: [4, 33, 42] from Operation: 74-32=42
Current State: 13:[4, 33, 42], Operations: ['74-32=42']
Exploring Operation: 33-4=29, Resulting Numbers: [42, 29]
Generated Node #3: [42, 29] from Opera... | 4 | Current State: 13:[74, 32, 4, 33], Operations: []
Exploring Operation: 74-32=42, Resulting Numbers: [4, 33, 42]
Generated Node #0,0: 13:[4, 33, 42] Operation: 74-32=42
Exploring Operation: 74-33=41, Resulting Numbers: [32, 4, 41]
Generated Node #0,1: 13:[32, 4, 41] Operation: 74-33=41
Exploring Operation: 33-32=1, Resu... | 0.988715 | hs_3 | sum_heuristic |
[
95,
71,
3,
42
] | 15 | [
"95-71=24",
"42-3=39",
"39-24=15"
] | Current State: 15:[95, 71, 3, 42], Operations: []
Exploring Operation: 95-71=24, Resulting Numbers: [3, 42, 24]
Generated Node #2: [3, 42, 24] from Operation: 95-71=24
Current State: 15:[3, 42, 24], Operations: ['95-71=24']
Exploring Operation: 42-3=39, Resulting Numbers: [24, 39]
Generated Node #3: [24, 39] from Opera... | 4 | Current State: 15:[95, 71, 3, 42], Operations: []
Exploring Operation: 95-71=24, Resulting Numbers: [3, 42, 24]
Generated Node #0,0: 15:[3, 42, 24] Operation: 95-71=24
Exploring Operation: 71-42=29, Resulting Numbers: [95, 3, 29]
Generated Node #0,1: 15:[95, 3, 29] Operation: 71-42=29
Exploring Operation: 95-42=53, Res... | 0.989583 | hs_3 | sum_heuristic |
[
68,
87,
33,
51
] | 72 | [
"87-33=54",
"68*54=3672",
"3672/51=72"
] | Current State: 72:[68, 87, 33, 51], Operations: []
Exploring Operation: 87-33=54, Resulting Numbers: [68, 51, 54]
Generated Node #2: [68, 51, 54] from Operation: 87-33=54
Current State: 72:[68, 51, 54], Operations: ['87-33=54']
Exploring Operation: 68*54=3672, Resulting Numbers: [51, 3672]
Generated Node #3: [51, 3672]... | 4 | Current State: 72:[68, 87, 33, 51], Operations: []
Exploring Operation: 87-51=36, Resulting Numbers: [68, 33, 36]
Generated Node #0,0: 72:[68, 33, 36] Operation: 87-51=36
Start Sub Search at level 1: Moving to Node #0,0
Current State: 72:[68, 33, 36], Operations: ['87-51=36']
Exploring Operation: 68-33=35, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
34,
16,
5,
7
] | 73 | [
"34+5=39",
"16*7=112",
"112-39=73"
] | Current State: 73:[34, 16, 5, 7], Operations: []
Exploring Operation: 34+5=39, Resulting Numbers: [16, 7, 39]
Generated Node #2: [16, 7, 39] from Operation: 34+5=39
Current State: 73:[16, 7, 39], Operations: ['34+5=39']
Exploring Operation: 16*7=112, Resulting Numbers: [39, 112]
Generated Node #3: [39, 112] from Operat... | 4 | Current State: 73:[34, 16, 5, 7], Operations: []
Exploring Operation: 16*5=80, Resulting Numbers: [34, 7, 80]
Generated Node #0,0: 73:[34, 7, 80] Operation: 16*5=80
Start Sub Search at level 1: Moving to Node #0,0
Current State: 73:[34, 7, 80], Operations: ['16*5=80']
Exploring Operation: 34+7=41, Resulting Numbers: [8... | 0 | hs_1 | sum_heuristic |
[
25,
86,
21,
33
] | 49 | [
"86-25=61",
"33-21=12",
"61-12=49"
] | Current State: 49:[25, 86, 21, 33], Operations: []
Exploring Operation: 86-25=61, Resulting Numbers: [21, 33, 61]
Generated Node #2: [21, 33, 61] from Operation: 86-25=61
Current State: 49:[21, 33, 61], Operations: ['86-25=61']
Exploring Operation: 33-21=12, Resulting Numbers: [61, 12]
Generated Node #3: [61, 12] from ... | 4 | Current State: 49:[25, 86, 21, 33], Operations: []
Exploring Operation: 86-33=53, Resulting Numbers: [25, 21, 53]
Generated Node #0,0: 49:[25, 21, 53] Operation: 86-33=53
Exploring Operation: 33-25=8, Resulting Numbers: [86, 21, 8]
Generated Node #0,1: 49:[86, 21, 8] Operation: 33-25=8
Exploring Operation: 86-21=65, Re... | 0.984375 | hs_4 | mult_heuristic |
[
26,
22,
63,
22
] | 90 | [
"26+63=89",
"22/22=1",
"89+1=90"
] | Current State: 90:[26, 22, 63, 22], Operations: []
Exploring Operation: 26+63=89, Resulting Numbers: [22, 22, 89]
Generated Node #2: [22, 22, 89] from Operation: 26+63=89
Current State: 90:[22, 22, 89], Operations: ['26+63=89']
Exploring Operation: 22/22=1, Resulting Numbers: [89, 1]
Generated Node #3: [89, 1] from Ope... | 4 | Current State: 90:[26, 22, 63, 22], Operations: []
Exploring Operation: 63-22=41, Resulting Numbers: [26, 22, 41]
Generated Node #0,0: 90:[26, 22, 41] Operation: 63-22=41
Exploring Operation: 26+63=89, Resulting Numbers: [22, 22, 89]
Generated Node #0,1: 90:[22, 22, 89] Operation: 26+63=89
Moving to Node #0,1
Current S... | 0.984375 | hs_2 | mult_heuristic |
[
4,
95,
18,
29
] | 52 | [
"4+95=99",
"18+29=47",
"99-47=52"
] | Current State: 52:[4, 95, 18, 29], Operations: []
Exploring Operation: 4+95=99, Resulting Numbers: [18, 29, 99]
Generated Node #2: [18, 29, 99] from Operation: 4+95=99
Current State: 52:[18, 29, 99], Operations: ['4+95=99']
Exploring Operation: 18+29=47, Resulting Numbers: [99, 47]
Generated Node #3: [99, 47] from Oper... | 4 | Current State: 52:[4, 95, 18, 29], Operations: []
Exploring Operation: 95-29=66, Resulting Numbers: [4, 18, 66]
Generated Node #0,0: 52:[4, 18, 66] Operation: 95-29=66
Exploring Operation: 95-4=91, Resulting Numbers: [18, 29, 91]
Generated Node #0,1: 52:[18, 29, 91] Operation: 95-4=91
Exploring Operation: 29-18=11, Res... | 0.988715 | hs_4 | mult_heuristic |
[
8,
92,
7,
70
] | 82 | [
"92-8=84",
"84/7=12",
"70+12=82"
] | Current State: 82:[8, 92, 7, 70], Operations: []
Exploring Operation: 92-8=84, Resulting Numbers: [7, 70, 84]
Generated Node #2: [7, 70, 84] from Operation: 92-8=84
Current State: 82:[7, 70, 84], Operations: ['92-8=84']
Exploring Operation: 84/7=12, Resulting Numbers: [70, 12]
Generated Node #3: [70, 12] from Operation... | 4 | Current State: 82:[8, 92, 7, 70], Operations: []
Exploring Operation: 92-8=84, Resulting Numbers: [7, 70, 84]
Generated Node #0,0: 82:[7, 70, 84] Operation: 92-8=84
Exploring Operation: 92-7=85, Resulting Numbers: [8, 70, 85]
Generated Node #0,1: 82:[8, 70, 85] Operation: 92-7=85
Exploring Operation: 8+70=78, Resulting... | 0 | hs_5 | mult_heuristic |
[
59,
69,
64,
21
] | 75 | [
"69-59=10",
"64+21=85",
"85-10=75"
] | Current State: 75:[59, 69, 64, 21], Operations: []
Exploring Operation: 69-59=10, Resulting Numbers: [64, 21, 10]
Generated Node #2: [64, 21, 10] from Operation: 69-59=10
Current State: 75:[64, 21, 10], Operations: ['69-59=10']
Exploring Operation: 64+21=85, Resulting Numbers: [10, 85]
Generated Node #3: [10, 85] from ... | 4 | Current State: 75:[59, 69, 64, 21], Operations: []
Exploring Operation: 69-59=10, Resulting Numbers: [64, 21, 10]
Generated Node #0,0: 75:[64, 21, 10] Operation: 69-59=10
Exploring Operation: 64-59=5, Resulting Numbers: [69, 21, 5]
Generated Node #0,1: 75:[69, 21, 5] Operation: 64-59=5
Start Sub Search at level 1: Movi... | 0.984375 | hs_2 | sum_heuristic |
[
93,
12,
29,
92
] | 16 | [
"93+12=105",
"29+92=121",
"121-105=16"
] | Current State: 16:[93, 12, 29, 92], Operations: []
Exploring Operation: 93+12=105, Resulting Numbers: [29, 92, 105]
Generated Node #2: [29, 92, 105] from Operation: 93+12=105
Current State: 16:[29, 92, 105], Operations: ['93+12=105']
Exploring Operation: 29+92=121, Resulting Numbers: [105, 121]
Generated Node #3: [105,... | 4 | Current State: 16:[93, 12, 29, 92], Operations: []
Exploring Operation: 93-29=64, Resulting Numbers: [12, 92, 64]
Generated Node #0,0: 16:[12, 92, 64] Operation: 93-29=64
Exploring Operation: 93-92=1, Resulting Numbers: [12, 29, 1]
Generated Node #0,1: 16:[12, 29, 1] Operation: 93-92=1
Exploring Operation: 93-12=81, Re... | 0.984375 | hs_5 | sum_heuristic |
[
25,
5,
3,
74
] | 48 | [
"25*5=125",
"3+74=77",
"125-77=48"
] | Current State: 48:[25, 5, 3, 74], Operations: []
Exploring Operation: 25*5=125, Resulting Numbers: [3, 74, 125]
Generated Node #2: [3, 74, 125] from Operation: 25*5=125
Current State: 48:[3, 74, 125], Operations: ['25*5=125']
Exploring Operation: 3+74=77, Resulting Numbers: [125, 77]
Generated Node #3: [125, 77] from O... | 4 | Current State: 48:[25, 5, 3, 74], Operations: []
Exploring Operation: 5+3=8, Resulting Numbers: [25, 74, 8]
Generated Node #0,0: 48:[25, 74, 8] Operation: 5+3=8
Exploring Operation: 25/5=5, Resulting Numbers: [3, 74, 5]
Generated Node #0,1: 48:[3, 74, 5] Operation: 25/5=5
Exploring Operation: 74-3=71, Resulting Numbers... | 0.939236 | hs_5 | sum_heuristic |
[
81,
28,
8,
4
] | 25 | [
"28*8=224",
"224/4=56",
"81-56=25"
] | Current State: 25:[81, 28, 8, 4], Operations: []
Exploring Operation: 28*8=224, Resulting Numbers: [81, 4, 224]
Generated Node #2: [81, 4, 224] from Operation: 28*8=224
Current State: 25:[81, 4, 224], Operations: ['28*8=224']
Exploring Operation: 224/4=56, Resulting Numbers: [81, 56]
Generated Node #3: [81, 56] from Op... | 4 | Current State: 25:[81, 28, 8, 4], Operations: []
Exploring Operation: 81-28=53, Resulting Numbers: [8, 4, 53]
Generated Node #0,0: 25:[8, 4, 53] Operation: 81-28=53
Exploring Operation: 81-8=73, Resulting Numbers: [28, 4, 73]
Generated Node #0,1: 25:[28, 4, 73] Operation: 81-8=73
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
11,
12,
2,
72
] | 59 | [
"11+12=23",
"72/2=36",
"23+36=59"
] | Current State: 59:[11, 12, 2, 72], Operations: []
Exploring Operation: 11+12=23, Resulting Numbers: [2, 72, 23]
Generated Node #2: [2, 72, 23] from Operation: 11+12=23
Current State: 59:[2, 72, 23], Operations: ['11+12=23']
Exploring Operation: 72/2=36, Resulting Numbers: [23, 36]
Generated Node #3: [23, 36] from Opera... | 4 | Current State: 59:[11, 12, 2, 72], Operations: []
Exploring Operation: 11*2=22, Resulting Numbers: [12, 72, 22]
Generated Node #0,0: 59:[12, 72, 22] Operation: 11*2=22
Exploring Operation: 11+12=23, Resulting Numbers: [2, 72, 23]
Generated Node #0,1: 59:[2, 72, 23] Operation: 11+12=23
Exploring Operation: 12*2=24, Resu... | 0.983507 | hs_3 | sum_heuristic |
[
19,
36,
26,
63
] | 45 | [
"26-19=7",
"63/7=9",
"36+9=45"
] | Current State: 45:[19, 36, 26, 63], Operations: []
Exploring Operation: 26-19=7, Resulting Numbers: [36, 63, 7]
Generated Node #2: [36, 63, 7] from Operation: 26-19=7
Current State: 45:[36, 63, 7], Operations: ['26-19=7']
Exploring Operation: 63/7=9, Resulting Numbers: [36, 9]
Generated Node #3: [36, 9] from Operation:... | 4 | Current State: 45:[19, 36, 26, 63], Operations: []
Exploring Operation: 63-26=37, Resulting Numbers: [19, 36, 37]
Generated Node #0,0: 45:[19, 36, 37] Operation: 63-26=37
Exploring Operation: 63-19=44, Resulting Numbers: [36, 26, 44]
Generated Node #0,1: 45:[36, 26, 44] Operation: 63-19=44
Exploring Operation: 36-26=10... | 0 | hs_4 | mult_heuristic |
[
17,
24,
25,
51
] | 15 | [
"17+24=41",
"51-25=26",
"41-26=15"
] | Current State: 15:[17, 24, 25, 51], Operations: []
Exploring Operation: 17+24=41, Resulting Numbers: [25, 51, 41]
Generated Node #2: [25, 51, 41] from Operation: 17+24=41
Current State: 15:[25, 51, 41], Operations: ['17+24=41']
Exploring Operation: 51-25=26, Resulting Numbers: [41, 26]
Generated Node #3: [41, 26] from ... | 4 | Current State: 15:[17, 24, 25, 51], Operations: []
Exploring Operation: 51-24=27, Resulting Numbers: [17, 25, 27]
Generated Node #0,0: 15:[17, 25, 27] Operation: 51-24=27
Exploring Operation: 51/17=3, Resulting Numbers: [24, 25, 3]
Generated Node #0,1: 15:[24, 25, 3] Operation: 51/17=3
Exploring Operation: 51-25=26, Re... | 0.980035 | hs_3 | sum_heuristic |
[
14,
34,
17,
78
] | 46 | [
"14+78=92",
"34/17=2",
"92/2=46"
] | Current State: 46:[14, 34, 17, 78], Operations: []
Exploring Operation: 14+78=92, Resulting Numbers: [34, 17, 92]
Generated Node #2: [34, 17, 92] from Operation: 14+78=92
Current State: 46:[34, 17, 92], Operations: ['14+78=92']
Exploring Operation: 34/17=2, Resulting Numbers: [92, 2]
Generated Node #3: [92, 2] from Ope... | 4 | Current State: 46:[14, 34, 17, 78], Operations: []
Exploring Operation: 78-14=64, Resulting Numbers: [34, 17, 64]
Generated Node #0,0: 46:[34, 17, 64] Operation: 78-14=64
Exploring Operation: 78-34=44, Resulting Numbers: [14, 17, 44]
Generated Node #0,1: 46:[14, 17, 44] Operation: 78-34=44
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
32,
33,
49,
2
] | 25 | [
"33-32=1",
"49+1=50",
"50/2=25"
] | Current State: 25:[32, 33, 49, 2], Operations: []
Exploring Operation: 33-32=1, Resulting Numbers: [49, 2, 1]
Generated Node #2: [49, 2, 1] from Operation: 33-32=1
Current State: 25:[49, 2, 1], Operations: ['33-32=1']
Exploring Operation: 49+1=50, Resulting Numbers: [2, 50]
Generated Node #3: [2, 50] from Operation: 49... | 4 | Current State: 25:[32, 33, 49, 2], Operations: []
Exploring Operation: 33-32=1, Resulting Numbers: [49, 2, 1]
Generated Node #0,0: 25:[49, 2, 1] Operation: 33-32=1
Exploring Operation: 32-2=30, Resulting Numbers: [33, 49, 30]
Generated Node #0,1: 25:[33, 49, 30] Operation: 32-2=30
Exploring Operation: 49-32=17, Resulti... | 0 | hs_4 | sum_heuristic |
[
51,
35,
10,
47
] | 21 | [
"51-35=16",
"47-10=37",
"37-16=21"
] | Current State: 21:[51, 35, 10, 47], Operations: []
Exploring Operation: 51-35=16, Resulting Numbers: [10, 47, 16]
Generated Node #2: [10, 47, 16] from Operation: 51-35=16
Current State: 21:[10, 47, 16], Operations: ['51-35=16']
Exploring Operation: 47-10=37, Resulting Numbers: [16, 37]
Generated Node #3: [16, 37] from ... | 4 | Current State: 21:[51, 35, 10, 47], Operations: []
Exploring Operation: 51-47=4, Resulting Numbers: [35, 10, 4]
Generated Node #0,0: 21:[35, 10, 4] Operation: 51-47=4
Exploring Operation: 51-35=16, Resulting Numbers: [10, 47, 16]
Generated Node #0,1: 21:[10, 47, 16] Operation: 51-35=16
Moving to Node #0,0
Current State... | 0.989583 | hs_2 | sum_heuristic |
[
61,
54,
58,
2
] | 16 | [
"61-58=3",
"54/3=18",
"18-2=16"
] | Current State: 16:[61, 54, 58, 2], Operations: []
Exploring Operation: 61-58=3, Resulting Numbers: [54, 2, 3]
Generated Node #2: [54, 2, 3] from Operation: 61-58=3
Current State: 16:[54, 2, 3], Operations: ['61-58=3']
Exploring Operation: 54/3=18, Resulting Numbers: [2, 18]
Generated Node #3: [2, 18] from Operation: 54... | 4 | Current State: 16:[61, 54, 58, 2], Operations: []
Exploring Operation: 61-58=3, Resulting Numbers: [54, 2, 3]
Generated Node #0,0: 16:[54, 2, 3] Operation: 61-58=3
Exploring Operation: 61-54=7, Resulting Numbers: [58, 2, 7]
Generated Node #0,1: 16:[58, 2, 7] Operation: 61-54=7
Start Sub Search at level 1: Moving to Nod... | 0.991319 | hs_2 | mult_heuristic |
[
29,
57,
98,
98
] | 57 | [
"98-98=0",
"29*0=0",
"57+0=57"
] | Current State: 57:[29, 57, 98, 98], Operations: []
Exploring Operation: 98-98=0, Resulting Numbers: [29, 57, 0]
Generated Node #2: [29, 57, 0] from Operation: 98-98=0
Current State: 57:[29, 57, 0], Operations: ['98-98=0']
Exploring Operation: 29*0=0, Resulting Numbers: [57, 0]
Generated Node #3: [57, 0] from Operation:... | 4 | Current State: 57:[29, 57, 98, 98], Operations: []
Exploring Operation: 98/98=1, Resulting Numbers: [29, 57, 1]
Generated Node #0,0: 57:[29, 57, 1] Operation: 98/98=1
Exploring Operation: 98-29=69, Resulting Numbers: [57, 98, 69]
Generated Node #0,1: 57:[57, 98, 69] Operation: 98-29=69
Exploring Operation: 98-29=69, Re... | 0.973958 | hs_4 | sum_heuristic |
[
78,
51,
80,
14
] | 39 | [
"78-51=27",
"80-14=66",
"66-27=39"
] | Current State: 39:[78, 51, 80, 14], Operations: []
Exploring Operation: 78-51=27, Resulting Numbers: [80, 14, 27]
Generated Node #2: [80, 14, 27] from Operation: 78-51=27
Current State: 39:[80, 14, 27], Operations: ['78-51=27']
Exploring Operation: 80-14=66, Resulting Numbers: [27, 66]
Generated Node #3: [27, 66] from ... | 4 | Current State: 39:[78, 51, 80, 14], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [51, 14, 2]
Generated Node #0,0: 39:[51, 14, 2] Operation: 80-78=2
Moving to Node #0,0
Current State: 39:[51, 14, 2], Operations: ['80-78=2']
Exploring Operation: 51-14=37, Resulting Numbers: [2, 37]
Generated Node #0,0,... | 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.