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 |
|---|---|---|---|---|---|---|---|---|
[
50,
71,
30,
5
] | 96 | [
"50+71=121",
"30-5=25",
"121-25=96"
] | Current State: 96:[50, 71, 30, 5], Operations: []
Exploring Operation: 50+71=121, Resulting Numbers: [30, 5, 121]
Generated Node #2: [30, 5, 121] from Operation: 50+71=121
Current State: 96:[30, 5, 121], Operations: ['50+71=121']
Exploring Operation: 30-5=25, Resulting Numbers: [121, 25]
Generated Node #3: [121, 25] fr... | 4 | Current State: 96:[50, 71, 30, 5], Operations: []
Exploring Operation: 71+5=76, Resulting Numbers: [50, 30, 76]
Generated Node #0,0: 96:[50, 30, 76] Operation: 71+5=76
Exploring Operation: 71-30=41, Resulting Numbers: [50, 5, 41]
Generated Node #0,1: 96:[50, 5, 41] Operation: 71-30=41
Exploring Operation: 71-50=21, Res... | 0.956597 | hs_5 | mult_heuristic |
[
70,
18,
69,
61
] | 93 | [
"70-61=9",
"18*9=162",
"162-69=93"
] | Current State: 93:[70, 18, 69, 61], Operations: []
Exploring Operation: 70-61=9, Resulting Numbers: [18, 69, 9]
Generated Node #2: [18, 69, 9] from Operation: 70-61=9
Current State: 93:[18, 69, 9], Operations: ['70-61=9']
Exploring Operation: 18*9=162, Resulting Numbers: [69, 162]
Generated Node #3: [69, 162] from Oper... | 4 | Current State: 93:[70, 18, 69, 61], Operations: []
Exploring Operation: 69-61=8, Resulting Numbers: [70, 18, 8]
Generated Node #0,0: 93:[70, 18, 8] Operation: 69-61=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 93:[70, 18, 8], Operations: ['69-61=8']
Exploring Operation: 70+18=88, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
20,
23,
58,
46
] | 61 | [
"20+23=43",
"58+46=104",
"104-43=61"
] | Current State: 61:[20, 23, 58, 46], Operations: []
Exploring Operation: 20+23=43, Resulting Numbers: [58, 46, 43]
Generated Node #2: [58, 46, 43] from Operation: 20+23=43
Current State: 61:[58, 46, 43], Operations: ['20+23=43']
Exploring Operation: 58+46=104, Resulting Numbers: [43, 104]
Generated Node #3: [43, 104] fr... | 4 | Current State: 61:[20, 23, 58, 46], Operations: []
Exploring Operation: 20+46=66, Resulting Numbers: [23, 58, 66]
Generated Node #0,0: 61:[23, 58, 66] Operation: 20+46=66
Exploring Operation: 20+23=43, Resulting Numbers: [58, 46, 43]
Generated Node #0,1: 61:[58, 46, 43] Operation: 20+23=43
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
11,
65,
21,
89
] | 75 | [
"21+89=110",
"110/11=10",
"65+10=75"
] | Current State: 75:[11, 65, 21, 89], Operations: []
Exploring Operation: 21+89=110, Resulting Numbers: [11, 65, 110]
Generated Node #2: [11, 65, 110] from Operation: 21+89=110
Current State: 75:[11, 65, 110], Operations: ['21+89=110']
Exploring Operation: 110/11=10, Resulting Numbers: [65, 10]
Generated Node #3: [65, 10... | 4 | Current State: 75:[11, 65, 21, 89], Operations: []
Exploring Operation: 89-65=24, Resulting Numbers: [11, 21, 24]
Generated Node #0,0: 75:[11, 21, 24] Operation: 89-65=24
Exploring Operation: 89-11=78, Resulting Numbers: [65, 21, 78]
Generated Node #0,1: 75:[65, 21, 78] Operation: 89-11=78
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
5,
64,
33,
8
] | 61 | [
"33-8=25",
"5*25=125",
"125-64=61"
] | Current State: 61:[5, 64, 33, 8], Operations: []
Exploring Operation: 33-8=25, Resulting Numbers: [5, 64, 25]
Generated Node #2: [5, 64, 25] from Operation: 33-8=25
Current State: 61:[5, 64, 25], Operations: ['33-8=25']
Exploring Operation: 5*25=125, Resulting Numbers: [64, 125]
Generated Node #3: [64, 125] from Operat... | 4 | Current State: 61:[5, 64, 33, 8], Operations: []
Exploring Operation: 5*8=40, Resulting Numbers: [64, 33, 40]
Generated Node #0,0: 61:[64, 33, 40] Operation: 5*8=40
Exploring Operation: 5+33=38, Resulting Numbers: [64, 8, 38]
Generated Node #0,1: 61:[64, 8, 38] Operation: 5+33=38
Moving to Node #0,0
Current State: 61:[... | 0 | hs_2 | sum_heuristic |
[
18,
44,
3,
49
] | 26 | [
"44-18=26",
"3+49=52",
"52-26=26"
] | Current State: 26:[18, 44, 3, 49], Operations: []
Exploring Operation: 44-18=26, Resulting Numbers: [3, 49, 26]
Generated Node #2: [3, 49, 26] from Operation: 44-18=26
Current State: 26:[3, 49, 26], Operations: ['44-18=26']
Exploring Operation: 3+49=52, Resulting Numbers: [26, 52]
Generated Node #3: [26, 52] from Opera... | 4 | Current State: 26:[18, 44, 3, 49], Operations: []
Exploring Operation: 18-3=15, Resulting Numbers: [44, 49, 15]
Generated Node #0,0: 26:[44, 49, 15] Operation: 18-3=15
Exploring Operation: 44-18=26, Resulting Numbers: [3, 49, 26]
Generated Node #0,1: 26:[3, 49, 26] Operation: 44-18=26
Exploring Operation: 49-44=5, Resu... | 0.984375 | hs_4 | sum_heuristic |
[
99,
69,
39,
29
] | 99 | [
"69-39=30",
"30-29=1",
"99*1=99"
] | Current State: 99:[99, 69, 39, 29], Operations: []
Exploring Operation: 69-39=30, Resulting Numbers: [99, 29, 30]
Generated Node #2: [99, 29, 30] from Operation: 69-39=30
Current State: 99:[99, 29, 30], Operations: ['69-39=30']
Exploring Operation: 30-29=1, Resulting Numbers: [99, 1]
Generated Node #3: [99, 1] from Ope... | 4 | Current State: 99:[99, 69, 39, 29], Operations: []
Exploring Operation: 69+29=98, Resulting Numbers: [99, 39, 98]
Generated Node #0,0: 99:[99, 39, 98] Operation: 69+29=98
Exploring Operation: 69-39=30, Resulting Numbers: [99, 29, 30]
Generated Node #0,1: 99:[99, 29, 30] Operation: 69-39=30
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
28,
50,
58,
49
] | 87 | [
"28+50=78",
"58-49=9",
"78+9=87"
] | Current State: 87:[28, 50, 58, 49], Operations: []
Exploring Operation: 28+50=78, Resulting Numbers: [58, 49, 78]
Generated Node #2: [58, 49, 78] from Operation: 28+50=78
Current State: 87:[58, 49, 78], Operations: ['28+50=78']
Exploring Operation: 58-49=9, Resulting Numbers: [78, 9]
Generated Node #3: [78, 9] from Ope... | 4 | Current State: 87:[28, 50, 58, 49], Operations: []
Exploring Operation: 28+58=86, Resulting Numbers: [50, 49, 86]
Generated Node #0,0: 87:[50, 49, 86] Operation: 28+58=86
Exploring Operation: 50-49=1, Resulting Numbers: [28, 58, 1]
Generated Node #0,1: 87:[28, 58, 1] Operation: 50-49=1
Exploring Operation: 58-49=9, Res... | 0.969618 | hs_4 | sum_heuristic |
[
55,
68,
43,
15
] | 35 | [
"55*43=2365",
"15+2365=2380",
"2380/68=35"
] | Current State: 35:[55, 68, 43, 15], Operations: []
Exploring Operation: 55*43=2365, Resulting Numbers: [68, 15, 2365]
Generated Node #2: [68, 15, 2365] from Operation: 55*43=2365
Current State: 35:[68, 15, 2365], Operations: ['55*43=2365']
Exploring Operation: 15+2365=2380, Resulting Numbers: [68, 2380]
Generated Node ... | 4 | Current State: 35:[55, 68, 43, 15], Operations: []
Exploring Operation: 68-43=25, Resulting Numbers: [55, 15, 25]
Generated Node #0,0: 35:[55, 15, 25] Operation: 68-43=25
Exploring Operation: 55-43=12, Resulting Numbers: [68, 15, 12]
Generated Node #0,1: 35:[68, 15, 12] Operation: 55-43=12
Exploring Operation: 55-15=40... | 0 | hs_4 | mult_heuristic |
[
8,
21,
14,
87
] | 99 | [
"8*21=168",
"168/14=12",
"87+12=99"
] | Current State: 99:[8, 21, 14, 87], Operations: []
Exploring Operation: 8*21=168, Resulting Numbers: [14, 87, 168]
Generated Node #2: [14, 87, 168] from Operation: 8*21=168
Current State: 99:[14, 87, 168], Operations: ['8*21=168']
Exploring Operation: 168/14=12, Resulting Numbers: [87, 12]
Generated Node #3: [87, 12] fr... | 4 | Current State: 99:[8, 21, 14, 87], Operations: []
Exploring Operation: 21+87=108, Resulting Numbers: [8, 14, 108]
Generated Node #0,0: 99:[8, 14, 108] Operation: 21+87=108
Moving to Node #0,0
Current State: 99:[8, 14, 108], Operations: ['21+87=108']
Exploring Operation: 108-8=100, Resulting Numbers: [14, 100]
Generated... | 0 | hs_1 | sum_heuristic |
[
80,
57,
97,
78
] | 77 | [
"80-78=2",
"57+97=154",
"154/2=77"
] | Current State: 77:[80, 57, 97, 78], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [57, 97, 2]
Generated Node #2: [57, 97, 2] from Operation: 80-78=2
Current State: 77:[57, 97, 2], Operations: ['80-78=2']
Exploring Operation: 57+97=154, Resulting Numbers: [2, 154]
Generated Node #3: [2, 154] from Opera... | 4 | Current State: 77:[80, 57, 97, 78], Operations: []
Exploring Operation: 97-80=17, Resulting Numbers: [57, 78, 17]
Generated Node #0,0: 77:[57, 78, 17] Operation: 97-80=17
Exploring Operation: 80-57=23, Resulting Numbers: [97, 78, 23]
Generated Node #0,1: 77:[97, 78, 23] Operation: 80-57=23
Exploring Operation: 97-78=19... | 0.975694 | hs_3 | mult_heuristic |
[
21,
76,
84,
79
] | 89 | [
"84-76=8",
"21*8=168",
"168-79=89"
] | Current State: 89:[21, 76, 84, 79], Operations: []
Exploring Operation: 84-76=8, Resulting Numbers: [21, 79, 8]
Generated Node #2: [21, 79, 8] from Operation: 84-76=8
Current State: 89:[21, 79, 8], Operations: ['84-76=8']
Exploring Operation: 21*8=168, Resulting Numbers: [79, 168]
Generated Node #3: [79, 168] from Oper... | 4 | Current State: 89:[21, 76, 84, 79], Operations: []
Exploring Operation: 21+76=97, Resulting Numbers: [84, 79, 97]
Generated Node #0,0: 89:[84, 79, 97] Operation: 21+76=97
Exploring Operation: 21+79=100, Resulting Numbers: [76, 84, 100]
Generated Node #0,1: 89:[76, 84, 100] Operation: 21+79=100
Moving to Node #0,0
Curre... | 0 | hs_2 | sum_heuristic |
[
63,
27,
98,
32
] | 10 | [
"27*98=2646",
"2646/63=42",
"42-32=10"
] | Current State: 10:[63, 27, 98, 32], Operations: []
Exploring Operation: 27*98=2646, Resulting Numbers: [63, 32, 2646]
Generated Node #2: [63, 32, 2646] from Operation: 27*98=2646
Current State: 10:[63, 32, 2646], Operations: ['27*98=2646']
Exploring Operation: 2646/63=42, Resulting Numbers: [32, 42]
Generated Node #3: ... | 4 | Current State: 10:[63, 27, 98, 32], Operations: []
Exploring Operation: 63-27=36, Resulting Numbers: [98, 32, 36]
Generated Node #0,0: 10:[98, 32, 36] Operation: 63-27=36
Exploring Operation: 98-63=35, Resulting Numbers: [27, 32, 35]
Generated Node #0,1: 10:[27, 32, 35] Operation: 98-63=35
Exploring Operation: 63-32=31... | 0 | hs_5 | mult_heuristic |
[
23,
1,
11,
4
] | 30 | [
"23*1=23",
"11-4=7",
"23+7=30"
] | Current State: 30:[23, 1, 11, 4], Operations: []
Exploring Operation: 23*1=23, Resulting Numbers: [11, 4, 23]
Generated Node #2: [11, 4, 23] from Operation: 23*1=23
Current State: 30:[11, 4, 23], Operations: ['23*1=23']
Exploring Operation: 11-4=7, Resulting Numbers: [23, 7]
Generated Node #3: [23, 7] from Operation: 1... | 4 | Current State: 30:[23, 1, 11, 4], Operations: []
Exploring Operation: 23+11=34, Resulting Numbers: [1, 4, 34]
Generated Node #0,0: 30:[1, 4, 34] Operation: 23+11=34
Exploring Operation: 23+4=27, Resulting Numbers: [1, 11, 27]
Generated Node #0,1: 30:[1, 11, 27] Operation: 23+4=27
Exploring Operation: 23-11=12, Resultin... | 0.976563 | hs_3 | sum_heuristic |
[
96,
84,
17,
86
] | 31 | [
"86-84=2",
"96/2=48",
"48-17=31"
] | Current State: 31:[96, 84, 17, 86], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [96, 17, 2]
Generated Node #2: [96, 17, 2] from Operation: 86-84=2
Current State: 31:[96, 17, 2], Operations: ['86-84=2']
Exploring Operation: 96/2=48, Resulting Numbers: [17, 48]
Generated Node #3: [17, 48] from Operati... | 4 | Current State: 31:[96, 84, 17, 86], Operations: []
Exploring Operation: 96-84=12, Resulting Numbers: [17, 86, 12]
Generated Node #0,0: 31:[17, 86, 12] Operation: 96-84=12
Exploring Operation: 86-84=2, Resulting Numbers: [96, 17, 2]
Generated Node #0,1: 31:[96, 17, 2] Operation: 86-84=2
Exploring Operation: 96-17=79, Re... | 0.970486 | hs_4 | sum_heuristic |
[
79,
74,
6,
55
] | 70 | [
"79-55=24",
"6*24=144",
"144-74=70"
] | Current State: 70:[79, 74, 6, 55], Operations: []
Exploring Operation: 79-55=24, Resulting Numbers: [74, 6, 24]
Generated Node #2: [74, 6, 24] from Operation: 79-55=24
Current State: 70:[74, 6, 24], Operations: ['79-55=24']
Exploring Operation: 6*24=144, Resulting Numbers: [74, 144]
Generated Node #3: [74, 144] from Op... | 4 | Current State: 70:[79, 74, 6, 55], Operations: []
Exploring Operation: 79-55=24, Resulting Numbers: [74, 6, 24]
Generated Node #0,0: 70:[74, 6, 24] Operation: 79-55=24
Exploring Operation: 74-55=19, Resulting Numbers: [79, 6, 19]
Generated Node #0,1: 70:[79, 6, 19] Operation: 74-55=19
Exploring Operation: 79-74=5, Resu... | 0.985243 | hs_5 | sum_heuristic |
[
15,
3,
95,
68
] | 21 | [
"15*95=1425",
"3+1425=1428",
"1428/68=21"
] | Current State: 21:[15, 3, 95, 68], Operations: []
Exploring Operation: 15*95=1425, Resulting Numbers: [3, 68, 1425]
Generated Node #2: [3, 68, 1425] from Operation: 15*95=1425
Current State: 21:[3, 68, 1425], Operations: ['15*95=1425']
Exploring Operation: 3+1425=1428, Resulting Numbers: [68, 1428]
Generated Node #3: [... | 4 | Current State: 21:[15, 3, 95, 68], Operations: []
Exploring Operation: 68-15=53, Resulting Numbers: [3, 95, 53]
Generated Node #0,0: 21:[3, 95, 53] Operation: 68-15=53
Exploring Operation: 95-15=80, Resulting Numbers: [3, 68, 80]
Generated Node #0,1: 21:[3, 68, 80] Operation: 95-15=80
Exploring Operation: 95-68=27, Res... | 0 | hs_3 | sum_heuristic |
[
18,
76,
29,
89
] | 24 | [
"18+76=94",
"29+89=118",
"118-94=24"
] | Current State: 24:[18, 76, 29, 89], Operations: []
Exploring Operation: 18+76=94, Resulting Numbers: [29, 89, 94]
Generated Node #2: [29, 89, 94] from Operation: 18+76=94
Current State: 24:[29, 89, 94], Operations: ['18+76=94']
Exploring Operation: 29+89=118, Resulting Numbers: [94, 118]
Generated Node #3: [94, 118] fr... | 4 | Current State: 24:[18, 76, 29, 89], Operations: []
Exploring Operation: 89-29=60, Resulting Numbers: [18, 76, 60]
Generated Node #0,0: 24:[18, 76, 60] Operation: 89-29=60
Exploring Operation: 89-76=13, Resulting Numbers: [18, 29, 13]
Generated Node #0,1: 24:[18, 29, 13] Operation: 89-76=13
Exploring Operation: 76-29=47... | 0.988715 | hs_3 | mult_heuristic |
[
77,
3,
33,
56
] | 58 | [
"77+33=110",
"3*56=168",
"168-110=58"
] | Current State: 58:[77, 3, 33, 56], Operations: []
Exploring Operation: 77+33=110, Resulting Numbers: [3, 56, 110]
Generated Node #2: [3, 56, 110] from Operation: 77+33=110
Current State: 58:[3, 56, 110], Operations: ['77+33=110']
Exploring Operation: 3*56=168, Resulting Numbers: [110, 168]
Generated Node #3: [110, 168]... | 4 | Current State: 58:[77, 3, 33, 56], Operations: []
Exploring Operation: 77-56=21, Resulting Numbers: [3, 33, 21]
Generated Node #0,0: 58:[3, 33, 21] Operation: 77-56=21
Exploring Operation: 77-3=74, Resulting Numbers: [33, 56, 74]
Generated Node #0,1: 58:[33, 56, 74] Operation: 77-3=74
Exploring Operation: 77-33=44, Res... | 0 | hs_3 | mult_heuristic |
[
30,
8,
34,
76
] | 28 | [
"76-8=68",
"68/34=2",
"30-2=28"
] | Current State: 28:[30, 8, 34, 76], Operations: []
Exploring Operation: 76-8=68, Resulting Numbers: [30, 34, 68]
Generated Node #2: [30, 34, 68] from Operation: 76-8=68
Current State: 28:[30, 34, 68], Operations: ['76-8=68']
Exploring Operation: 68/34=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Operati... | 4 | Current State: 28:[30, 8, 34, 76], Operations: []
Exploring Operation: 76-34=42, Resulting Numbers: [30, 8, 42]
Generated Node #0,0: 28:[30, 8, 42] Operation: 76-34=42
Exploring Operation: 76-30=46, Resulting Numbers: [8, 34, 46]
Generated Node #0,1: 28:[8, 34, 46] Operation: 76-30=46
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
13,
5,
56,
2
] | 20 | [
"13+5=18",
"2*18=36",
"56-36=20"
] | Current State: 20:[13, 5, 56, 2], Operations: []
Exploring Operation: 13+5=18, Resulting Numbers: [56, 2, 18]
Generated Node #2: [56, 2, 18] from Operation: 13+5=18
Current State: 20:[56, 2, 18], Operations: ['13+5=18']
Exploring Operation: 2*18=36, Resulting Numbers: [56, 36]
Generated Node #3: [56, 36] from Operation... | 4 | Current State: 20:[13, 5, 56, 2], Operations: []
Exploring Operation: 56-13=43, Resulting Numbers: [5, 2, 43]
Generated Node #0,0: 20:[5, 2, 43] Operation: 56-13=43
Exploring Operation: 56/2=28, Resulting Numbers: [13, 5, 28]
Generated Node #0,1: 20:[13, 5, 28] Operation: 56/2=28
Exploring Operation: 13-2=11, Resulting... | 0.987847 | hs_4 | sum_heuristic |
[
11,
84,
7,
92
] | 11 | [
"84+7=91",
"92-91=1",
"11*1=11"
] | Current State: 11:[11, 84, 7, 92], Operations: []
Exploring Operation: 84+7=91, Resulting Numbers: [11, 92, 91]
Generated Node #2: [11, 92, 91] from Operation: 84+7=91
Current State: 11:[11, 92, 91], Operations: ['84+7=91']
Exploring Operation: 92-91=1, Resulting Numbers: [11, 1]
Generated Node #3: [11, 1] from Operati... | 4 | Current State: 11:[11, 84, 7, 92], Operations: []
Exploring Operation: 92-84=8, Resulting Numbers: [11, 7, 8]
Generated Node #0,0: 11:[11, 7, 8] Operation: 92-84=8
Exploring Operation: 84/7=12, Resulting Numbers: [11, 92, 12]
Generated Node #0,1: 11:[11, 92, 12] Operation: 84/7=12
Exploring Operation: 84-11=73, Resulti... | 0 | hs_3 | mult_heuristic |
[
81,
8,
86,
91
] | 16 | [
"81+91=172",
"8*172=1376",
"1376/86=16"
] | Current State: 16:[81, 8, 86, 91], Operations: []
Exploring Operation: 81+91=172, Resulting Numbers: [8, 86, 172]
Generated Node #2: [8, 86, 172] from Operation: 81+91=172
Current State: 16:[8, 86, 172], Operations: ['81+91=172']
Exploring Operation: 8*172=1376, Resulting Numbers: [86, 1376]
Generated Node #3: [86, 137... | 4 | Current State: 16:[81, 8, 86, 91], Operations: []
Exploring Operation: 91-86=5, Resulting Numbers: [81, 8, 5]
Generated Node #0,0: 16:[81, 8, 5] Operation: 91-86=5
Exploring Operation: 86-81=5, Resulting Numbers: [8, 91, 5]
Generated Node #0,1: 16:[8, 91, 5] Operation: 86-81=5
Exploring Operation: 91-81=10, Resulting N... | 0 | hs_3 | mult_heuristic |
[
81,
51,
42,
60
] | 40 | [
"81-51=30",
"60/30=2",
"42-2=40"
] | Current State: 40:[81, 51, 42, 60], Operations: []
Exploring Operation: 81-51=30, Resulting Numbers: [42, 60, 30]
Generated Node #2: [42, 60, 30] from Operation: 81-51=30
Current State: 40:[42, 60, 30], Operations: ['81-51=30']
Exploring Operation: 60/30=2, Resulting Numbers: [42, 2]
Generated Node #3: [42, 2] from Ope... | 4 | Current State: 40:[81, 51, 42, 60], Operations: []
Exploring Operation: 81-51=30, Resulting Numbers: [42, 60, 30]
Generated Node #0,0: 40:[42, 60, 30] Operation: 81-51=30
Exploring Operation: 81-60=21, Resulting Numbers: [51, 42, 21]
Generated Node #0,1: 40:[51, 42, 21] Operation: 81-60=21
Exploring Operation: 60-51=9,... | 0.967882 | hs_5 | mult_heuristic |
[
97,
86,
41,
96
] | 46 | [
"97+86=183",
"41+96=137",
"183-137=46"
] | Current State: 46:[97, 86, 41, 96], Operations: []
Exploring Operation: 97+86=183, Resulting Numbers: [41, 96, 183]
Generated Node #2: [41, 96, 183] from Operation: 97+86=183
Current State: 46:[41, 96, 183], Operations: ['97+86=183']
Exploring Operation: 41+96=137, Resulting Numbers: [183, 137]
Generated Node #3: [183,... | 4 | Current State: 46:[97, 86, 41, 96], Operations: []
Exploring Operation: 96-86=10, Resulting Numbers: [97, 41, 10]
Generated Node #0,0: 46:[97, 41, 10] Operation: 96-86=10
Exploring Operation: 97-86=11, Resulting Numbers: [41, 96, 11]
Generated Node #0,1: 46:[41, 96, 11] Operation: 97-86=11
Exploring Operation: 97-96=1,... | 0.988715 | hs_3 | sum_heuristic |
[
30,
86,
74,
51
] | 79 | [
"86-30=56",
"74-51=23",
"56+23=79"
] | Current State: 79:[30, 86, 74, 51], Operations: []
Exploring Operation: 86-30=56, Resulting Numbers: [74, 51, 56]
Generated Node #2: [74, 51, 56] from Operation: 86-30=56
Current State: 79:[74, 51, 56], Operations: ['86-30=56']
Exploring Operation: 74-51=23, Resulting Numbers: [56, 23]
Generated Node #3: [56, 23] from ... | 4 | Current State: 79:[30, 86, 74, 51], Operations: []
Exploring Operation: 86-30=56, Resulting Numbers: [74, 51, 56]
Generated Node #0,0: 79:[74, 51, 56] Operation: 86-30=56
Exploring Operation: 30+86=116, Resulting Numbers: [74, 51, 116]
Generated Node #0,1: 79:[74, 51, 116] Operation: 30+86=116
Exploring Operation: 30+7... | 0.9375 | hs_5 | mult_heuristic |
[
66,
4,
87,
8
] | 17 | [
"66-4=62",
"87-8=79",
"79-62=17"
] | Current State: 17:[66, 4, 87, 8], Operations: []
Exploring Operation: 66-4=62, Resulting Numbers: [87, 8, 62]
Generated Node #2: [87, 8, 62] from Operation: 66-4=62
Current State: 17:[87, 8, 62], Operations: ['66-4=62']
Exploring Operation: 87-8=79, Resulting Numbers: [62, 79]
Generated Node #3: [62, 79] from Operation... | 4 | Current State: 17:[66, 4, 87, 8], Operations: []
Exploring Operation: 87-66=21, Resulting Numbers: [4, 8, 21]
Generated Node #0,0: 17:[4, 8, 21] Operation: 87-66=21
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[4, 8, 21], Operations: ['87-66=21']
Exploring Operation: 4+8=12, Resulting Numbers: [21... | 0 | hs_1 | mult_heuristic |
[
37,
5,
19,
25
] | 61 | [
"37+19=56",
"25/5=5",
"56+5=61"
] | Current State: 61:[37, 5, 19, 25], Operations: []
Exploring Operation: 37+19=56, Resulting Numbers: [5, 25, 56]
Generated Node #2: [5, 25, 56] from Operation: 37+19=56
Current State: 61:[5, 25, 56], Operations: ['37+19=56']
Exploring Operation: 25/5=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Operatio... | 4 | Current State: 61:[37, 5, 19, 25], Operations: []
Exploring Operation: 5+25=30, Resulting Numbers: [37, 19, 30]
Generated Node #0,0: 61:[37, 19, 30] Operation: 5+25=30
Exploring Operation: 5+19=24, Resulting Numbers: [37, 25, 24]
Generated Node #0,1: 61:[37, 25, 24] Operation: 5+19=24
Exploring Operation: 37+19=56, Res... | 0.923611 | hs_5 | mult_heuristic |
[
8,
20,
28,
80
] | 56 | [
"8*20=160",
"28*160=4480",
"4480/80=56"
] | Current State: 56:[8, 20, 28, 80], Operations: []
Exploring Operation: 8*20=160, Resulting Numbers: [28, 80, 160]
Generated Node #2: [28, 80, 160] from Operation: 8*20=160
Current State: 56:[28, 80, 160], Operations: ['8*20=160']
Exploring Operation: 28*160=4480, Resulting Numbers: [80, 4480]
Generated Node #3: [80, 44... | 4 | Current State: 56:[8, 20, 28, 80], Operations: []
Exploring Operation: 80/20=4, Resulting Numbers: [8, 28, 4]
Generated Node #0,0: 56:[8, 28, 4] Operation: 80/20=4
Exploring Operation: 80/8=10, Resulting Numbers: [20, 28, 10]
Generated Node #0,1: 56:[20, 28, 10] Operation: 80/8=10
Exploring Operation: 80-20=60, Resulti... | 0.986979 | hs_3 | sum_heuristic |
[
16,
30,
33,
42
] | 44 | [
"16*33=528",
"42-30=12",
"528/12=44"
] | Current State: 44:[16, 30, 33, 42], Operations: []
Exploring Operation: 16*33=528, Resulting Numbers: [30, 42, 528]
Generated Node #2: [30, 42, 528] from Operation: 16*33=528
Current State: 44:[30, 42, 528], Operations: ['16*33=528']
Exploring Operation: 42-30=12, Resulting Numbers: [528, 12]
Generated Node #3: [528, 1... | 4 | Current State: 44:[16, 30, 33, 42], Operations: []
Exploring Operation: 33-30=3, Resulting Numbers: [16, 42, 3]
Generated Node #0,0: 44:[16, 42, 3] Operation: 33-30=3
Exploring Operation: 33-16=17, Resulting Numbers: [30, 42, 17]
Generated Node #0,1: 44:[30, 42, 17] Operation: 33-16=17
Exploring Operation: 16+33=49, Re... | 0 | hs_4 | sum_heuristic |
[
67,
30,
68,
48
] | 78 | [
"68-67=1",
"30+48=78",
"1*78=78"
] | Current State: 78:[67, 30, 68, 48], Operations: []
Exploring Operation: 68-67=1, Resulting Numbers: [30, 48, 1]
Generated Node #2: [30, 48, 1] from Operation: 68-67=1
Current State: 78:[30, 48, 1], Operations: ['68-67=1']
Exploring Operation: 30+48=78, Resulting Numbers: [1, 78]
Generated Node #3: [1, 78] from Operatio... | 4 | Current State: 78:[67, 30, 68, 48], Operations: []
Exploring Operation: 68-67=1, Resulting Numbers: [30, 48, 1]
Generated Node #0,0: 78:[30, 48, 1] Operation: 68-67=1
Exploring Operation: 67-48=19, Resulting Numbers: [30, 68, 19]
Generated Node #0,1: 78:[30, 68, 19] Operation: 67-48=19
Exploring Operation: 68-30=38, Re... | 0.988715 | hs_4 | sum_heuristic |
[
5,
16,
2,
39
] | 65 | [
"5*2=10",
"16+39=55",
"10+55=65"
] | Current State: 65:[5, 16, 2, 39], Operations: []
Exploring Operation: 5*2=10, Resulting Numbers: [16, 39, 10]
Generated Node #2: [16, 39, 10] from Operation: 5*2=10
Current State: 65:[16, 39, 10], Operations: ['5*2=10']
Exploring Operation: 16+39=55, Resulting Numbers: [10, 55]
Generated Node #3: [10, 55] from Operatio... | 4 | Current State: 65:[5, 16, 2, 39], Operations: []
Exploring Operation: 16+39=55, Resulting Numbers: [5, 2, 55]
Generated Node #0,0: 65:[5, 2, 55] Operation: 16+39=55
Exploring Operation: 39-16=23, Resulting Numbers: [5, 2, 23]
Generated Node #0,1: 65:[5, 2, 23] Operation: 39-16=23
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
37,
77,
5,
17
] | 25 | [
"77-37=40",
"40/5=8",
"17+8=25"
] | Current State: 25:[37, 77, 5, 17], Operations: []
Exploring Operation: 77-37=40, Resulting Numbers: [5, 17, 40]
Generated Node #2: [5, 17, 40] from Operation: 77-37=40
Current State: 25:[5, 17, 40], Operations: ['77-37=40']
Exploring Operation: 40/5=8, Resulting Numbers: [17, 8]
Generated Node #3: [17, 8] from Operatio... | 4 | Current State: 25:[37, 77, 5, 17], Operations: []
Exploring Operation: 77-37=40, Resulting Numbers: [5, 17, 40]
Generated Node #0,0: 25:[5, 17, 40] Operation: 77-37=40
Start Sub Search at level 1: Moving to Node #0,0
Current State: 25:[5, 17, 40], Operations: ['77-37=40']
Exploring Operation: 40-17=23, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
2,
46,
8,
34
] | 72 | [
"8-2=6",
"46-34=12",
"6*12=72"
] | Current State: 72:[2, 46, 8, 34], Operations: []
Exploring Operation: 8-2=6, Resulting Numbers: [46, 34, 6]
Generated Node #2: [46, 34, 6] from Operation: 8-2=6
Current State: 72:[46, 34, 6], Operations: ['8-2=6']
Exploring Operation: 46-34=12, Resulting Numbers: [6, 12]
Generated Node #3: [6, 12] from Operation: 46-34... | 4 | Current State: 72:[2, 46, 8, 34], Operations: []
Exploring Operation: 46-34=12, Resulting Numbers: [2, 8, 12]
Generated Node #0,0: 72:[2, 8, 12] Operation: 46-34=12
Exploring Operation: 46-8=38, Resulting Numbers: [2, 34, 38]
Generated Node #0,1: 72:[2, 34, 38] Operation: 46-8=38
Exploring Operation: 46+34=80, Resultin... | 0.986111 | hs_4 | mult_heuristic |
[
88,
22,
15,
29
] | 24 | [
"15+29=44",
"88/44=2",
"22+2=24"
] | Current State: 24:[88, 22, 15, 29], Operations: []
Exploring Operation: 15+29=44, Resulting Numbers: [88, 22, 44]
Generated Node #2: [88, 22, 44] from Operation: 15+29=44
Current State: 24:[88, 22, 44], Operations: ['15+29=44']
Exploring Operation: 88/44=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 | Current State: 24:[88, 22, 15, 29], Operations: []
Exploring Operation: 88/22=4, Resulting Numbers: [15, 29, 4]
Generated Node #0,0: 24:[15, 29, 4] Operation: 88/22=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 24:[15, 29, 4], Operations: ['88/22=4']
Exploring Operation: 29-15=14, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
23,
14,
79,
25
] | 86 | [
"25-23=2",
"14/2=7",
"79+7=86"
] | Current State: 86:[23, 14, 79, 25], Operations: []
Exploring Operation: 25-23=2, Resulting Numbers: [14, 79, 2]
Generated Node #2: [14, 79, 2] from Operation: 25-23=2
Current State: 86:[14, 79, 2], Operations: ['25-23=2']
Exploring Operation: 14/2=7, Resulting Numbers: [79, 7]
Generated Node #3: [79, 7] from Operation:... | 4 | Current State: 86:[23, 14, 79, 25], Operations: []
Exploring Operation: 25-23=2, Resulting Numbers: [14, 79, 2]
Generated Node #0,0: 86:[14, 79, 2] Operation: 25-23=2
Exploring Operation: 23+25=48, Resulting Numbers: [14, 79, 48]
Generated Node #0,1: 86:[14, 79, 48] Operation: 23+25=48
Exploring Operation: 23+14=37, Re... | 0.987847 | hs_3 | sum_heuristic |
[
21,
28,
4,
50
] | 62 | [
"21*4=84",
"50-28=22",
"84-22=62"
] | Current State: 62:[21, 28, 4, 50], Operations: []
Exploring Operation: 21*4=84, Resulting Numbers: [28, 50, 84]
Generated Node #2: [28, 50, 84] from Operation: 21*4=84
Current State: 62:[28, 50, 84], Operations: ['21*4=84']
Exploring Operation: 50-28=22, Resulting Numbers: [84, 22]
Generated Node #3: [84, 22] from Oper... | 4 | Current State: 62:[21, 28, 4, 50], Operations: []
Exploring Operation: 50-21=29, Resulting Numbers: [28, 4, 29]
Generated Node #0,0: 62:[28, 4, 29] Operation: 50-21=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 62:[28, 4, 29], Operations: ['50-21=29']
Exploring Operation: 28+4=32, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
38,
45,
81,
25
] | 35 | [
"38+25=63",
"45*63=2835",
"2835/81=35"
] | Current State: 35:[38, 45, 81, 25], Operations: []
Exploring Operation: 38+25=63, Resulting Numbers: [45, 81, 63]
Generated Node #2: [45, 81, 63] from Operation: 38+25=63
Current State: 35:[45, 81, 63], Operations: ['38+25=63']
Exploring Operation: 45*63=2835, Resulting Numbers: [81, 2835]
Generated Node #3: [81, 2835]... | 4 | Current State: 35:[38, 45, 81, 25], Operations: []
Exploring Operation: 81-25=56, Resulting Numbers: [38, 45, 56]
Generated Node #0,0: 35:[38, 45, 56] Operation: 81-25=56
Exploring Operation: 81-38=43, Resulting Numbers: [45, 25, 43]
Generated Node #0,1: 35:[45, 25, 43] Operation: 81-38=43
Exploring Operation: 81-45=36... | 0 | hs_3 | sum_heuristic |
[
42,
45,
49,
44
] | 90 | [
"45-42=3",
"49+44=93",
"93-3=90"
] | Current State: 90:[42, 45, 49, 44], Operations: []
Exploring Operation: 45-42=3, Resulting Numbers: [49, 44, 3]
Generated Node #2: [49, 44, 3] from Operation: 45-42=3
Current State: 90:[49, 44, 3], Operations: ['45-42=3']
Exploring Operation: 49+44=93, Resulting Numbers: [3, 93]
Generated Node #3: [3, 93] from Operatio... | 4 | Current State: 90:[42, 45, 49, 44], Operations: []
Exploring Operation: 44-42=2, Resulting Numbers: [45, 49, 2]
Generated Node #0,0: 90:[45, 49, 2] Operation: 44-42=2
Exploring Operation: 49-42=7, Resulting Numbers: [45, 44, 7]
Generated Node #0,1: 90:[45, 44, 7] Operation: 49-42=7
Exploring Operation: 49-44=5, Resulti... | 0.973958 | hs_4 | mult_heuristic |
[
9,
14,
19,
2
] | 61 | [
"9+14=23",
"19*2=38",
"23+38=61"
] | Current State: 61:[9, 14, 19, 2], Operations: []
Exploring Operation: 9+14=23, Resulting Numbers: [19, 2, 23]
Generated Node #2: [19, 2, 23] from Operation: 9+14=23
Current State: 61:[19, 2, 23], Operations: ['9+14=23']
Exploring Operation: 19*2=38, Resulting Numbers: [23, 38]
Generated Node #3: [23, 38] from Operation... | 4 | Current State: 61:[9, 14, 19, 2], Operations: []
Exploring Operation: 19*2=38, Resulting Numbers: [9, 14, 38]
Generated Node #0,0: 61:[9, 14, 38] Operation: 19*2=38
Start Sub Search at level 1: Moving to Node #0,0
Current State: 61:[9, 14, 38], Operations: ['19*2=38']
Exploring Operation: 9+14=23, Resulting Numbers: [3... | 0.993924 | hs_1 | sum_heuristic |
[
83,
28,
70,
21
] | 85 | [
"70-28=42",
"42/21=2",
"83+2=85"
] | Current State: 85:[83, 28, 70, 21], Operations: []
Exploring Operation: 70-28=42, Resulting Numbers: [83, 21, 42]
Generated Node #2: [83, 21, 42] from Operation: 70-28=42
Current State: 85:[83, 21, 42], Operations: ['70-28=42']
Exploring Operation: 42/21=2, Resulting Numbers: [83, 2]
Generated Node #3: [83, 2] from Ope... | 4 | Current State: 85:[83, 28, 70, 21], Operations: []
Exploring Operation: 83-70=13, Resulting Numbers: [28, 21, 13]
Generated Node #0,0: 85:[28, 21, 13] Operation: 83-70=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 85:[28, 21, 13], Operations: ['83-70=13']
Exploring Operation: 28-21=7, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
23,
68,
49,
19
] | 22 | [
"68-49=19",
"19/19=1",
"23-1=22"
] | Current State: 22:[23, 68, 49, 19], Operations: []
Exploring Operation: 68-49=19, Resulting Numbers: [23, 19, 19]
Generated Node #2: [23, 19, 19] from Operation: 68-49=19
Current State: 22:[23, 19, 19], Operations: ['68-49=19']
Exploring Operation: 19/19=1, Resulting Numbers: [23, 1]
Generated Node #3: [23, 1] from Ope... | 4 | Current State: 22:[23, 68, 49, 19], Operations: []
Exploring Operation: 49-23=26, Resulting Numbers: [68, 19, 26]
Generated Node #0,0: 22:[68, 19, 26] Operation: 49-23=26
Exploring Operation: 49-19=30, Resulting Numbers: [23, 68, 30]
Generated Node #0,1: 22:[23, 68, 30] Operation: 49-19=30
Exploring Operation: 68-19=49... | 0.985243 | hs_5 | sum_heuristic |
[
5,
45,
94,
3
] | 34 | [
"5*3=15",
"94-45=49",
"49-15=34"
] | Current State: 34:[5, 45, 94, 3], Operations: []
Exploring Operation: 5*3=15, Resulting Numbers: [45, 94, 15]
Generated Node #2: [45, 94, 15] from Operation: 5*3=15
Current State: 34:[45, 94, 15], Operations: ['5*3=15']
Exploring Operation: 94-45=49, Resulting Numbers: [15, 49]
Generated Node #3: [15, 49] from Operatio... | 4 | Current State: 34:[5, 45, 94, 3], Operations: []
Exploring Operation: 94-45=49, Resulting Numbers: [5, 3, 49]
Generated Node #0,0: 34:[5, 3, 49] Operation: 94-45=49
Exploring Operation: 94-5=89, Resulting Numbers: [45, 3, 89]
Generated Node #0,1: 34:[45, 3, 89] Operation: 94-5=89
Exploring Operation: 45-5=40, Resulting... | 0.979167 | hs_4 | sum_heuristic |
[
41,
66,
3,
44
] | 65 | [
"41+3=44",
"44/44=1",
"66-1=65"
] | Current State: 65:[41, 66, 3, 44], Operations: []
Exploring Operation: 41+3=44, Resulting Numbers: [66, 44, 44]
Generated Node #2: [66, 44, 44] from Operation: 41+3=44
Current State: 65:[66, 44, 44], Operations: ['41+3=44']
Exploring Operation: 44/44=1, Resulting Numbers: [66, 1]
Generated Node #3: [66, 1] from Operati... | 4 | Current State: 65:[41, 66, 3, 44], Operations: []
Exploring Operation: 44-41=3, Resulting Numbers: [66, 3, 3]
Generated Node #0,0: 65:[66, 3, 3] Operation: 44-41=3
Exploring Operation: 66-41=25, Resulting Numbers: [3, 44, 25]
Generated Node #0,1: 65:[3, 44, 25] Operation: 66-41=25
Exploring Operation: 41+44=85, Resulti... | 0 | hs_3 | sum_heuristic |
[
45,
37,
27,
15
] | 94 | [
"45+37=82",
"27-15=12",
"82+12=94"
] | Current State: 94:[45, 37, 27, 15], Operations: []
Exploring Operation: 45+37=82, Resulting Numbers: [27, 15, 82]
Generated Node #2: [27, 15, 82] from Operation: 45+37=82
Current State: 94:[27, 15, 82], Operations: ['45+37=82']
Exploring Operation: 27-15=12, Resulting Numbers: [82, 12]
Generated Node #3: [82, 12] from ... | 4 | Current State: 94:[45, 37, 27, 15], Operations: []
Exploring Operation: 27+15=42, Resulting Numbers: [45, 37, 42]
Generated Node #0,0: 94:[45, 37, 42] Operation: 27+15=42
Exploring Operation: 27-15=12, Resulting Numbers: [45, 37, 12]
Generated Node #0,1: 94:[45, 37, 12] Operation: 27-15=12
Start Sub Search at level 1: ... | 0.986111 | hs_2 | sum_heuristic |
[
60,
88,
73,
21
] | 96 | [
"60+88=148",
"73-21=52",
"148-52=96"
] | Current State: 96:[60, 88, 73, 21], Operations: []
Exploring Operation: 60+88=148, Resulting Numbers: [73, 21, 148]
Generated Node #2: [73, 21, 148] from Operation: 60+88=148
Current State: 96:[73, 21, 148], Operations: ['60+88=148']
Exploring Operation: 73-21=52, Resulting Numbers: [148, 52]
Generated Node #3: [148, 5... | 4 | Current State: 96:[60, 88, 73, 21], Operations: []
Exploring Operation: 88-73=15, Resulting Numbers: [60, 21, 15]
Generated Node #0,0: 96:[60, 21, 15] Operation: 88-73=15
Exploring Operation: 73-60=13, Resulting Numbers: [88, 21, 13]
Generated Node #0,1: 96:[88, 21, 13] Operation: 73-60=13
Moving to Node #0,1
Current S... | 0.985243 | hs_2 | mult_heuristic |
[
31,
72,
4,
87
] | 86 | [
"87-31=56",
"56/4=14",
"72+14=86"
] | Current State: 86:[31, 72, 4, 87], Operations: []
Exploring Operation: 87-31=56, Resulting Numbers: [72, 4, 56]
Generated Node #2: [72, 4, 56] from Operation: 87-31=56
Current State: 86:[72, 4, 56], Operations: ['87-31=56']
Exploring Operation: 56/4=14, Resulting Numbers: [72, 14]
Generated Node #3: [72, 14] from Opera... | 4 | Current State: 86:[31, 72, 4, 87], Operations: []
Exploring Operation: 31+72=103, Resulting Numbers: [4, 87, 103]
Generated Node #0,0: 86:[4, 87, 103] Operation: 31+72=103
Exploring Operation: 31+4=35, Resulting Numbers: [72, 87, 35]
Generated Node #0,1: 86:[72, 87, 35] Operation: 31+4=35
Exploring Operation: 72-31=41,... | 0 | hs_5 | sum_heuristic |
[
52,
27,
2,
97
] | 20 | [
"52+27=79",
"2+97=99",
"99-79=20"
] | Current State: 20:[52, 27, 2, 97], Operations: []
Exploring Operation: 52+27=79, Resulting Numbers: [2, 97, 79]
Generated Node #2: [2, 97, 79] from Operation: 52+27=79
Current State: 20:[2, 97, 79], Operations: ['52+27=79']
Exploring Operation: 2+97=99, Resulting Numbers: [79, 99]
Generated Node #3: [79, 99] from Opera... | 4 | Current State: 20:[52, 27, 2, 97], Operations: []
Exploring Operation: 97-52=45, Resulting Numbers: [27, 2, 45]
Generated Node #0,0: 20:[27, 2, 45] Operation: 97-52=45
Exploring Operation: 52-27=25, Resulting Numbers: [2, 97, 25]
Generated Node #0,1: 20:[2, 97, 25] Operation: 52-27=25
Exploring Operation: 97-27=70, Res... | 0.990451 | hs_3 | mult_heuristic |
[
11,
94,
62,
44
] | 28 | [
"44/11=4",
"94-62=32",
"32-4=28"
] | Current State: 28:[11, 94, 62, 44], Operations: []
Exploring Operation: 44/11=4, Resulting Numbers: [94, 62, 4]
Generated Node #2: [94, 62, 4] from Operation: 44/11=4
Current State: 28:[94, 62, 4], Operations: ['44/11=4']
Exploring Operation: 94-62=32, Resulting Numbers: [4, 32]
Generated Node #3: [4, 32] from Operatio... | 4 | Current State: 28:[11, 94, 62, 44], Operations: []
Exploring Operation: 94-62=32, Resulting Numbers: [11, 44, 32]
Generated Node #0,0: 28:[11, 44, 32] Operation: 94-62=32
Moving to Node #0,0
Current State: 28:[11, 44, 32], Operations: ['94-62=32']
Exploring Operation: 44/11=4, Resulting Numbers: [32, 4]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
22,
30,
30,
44
] | 66 | [
"22+30=52",
"44-30=14",
"52+14=66"
] | Current State: 66:[22, 30, 30, 44], Operations: []
Exploring Operation: 22+30=52, Resulting Numbers: [44, 52]
Generated Node #2: [44, 52] from Operation: 22+30=52
Current State: 66:[44, 52], Operations: ['22+30=52']
Exploring Operation: 44-30=14, Resulting Numbers: [52, 14]
Generated Node #3: [52, 14] from Operation: 4... | 4 | Current State: 66:[22, 30, 30, 44], Operations: []
Exploring Operation: 44-22=22, Resulting Numbers: [30, 30, 22]
Generated Node #0,0: 66:[30, 30, 22] Operation: 44-22=22
Exploring Operation: 22+44=66, Resulting Numbers: [30, 30, 66]
Generated Node #0,1: 66:[30, 30, 66] Operation: 22+44=66
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
4,
92,
5,
43
] | 11 | [
"92-5=87",
"87-43=44",
"44/4=11"
] | Current State: 11:[4, 92, 5, 43], Operations: []
Exploring Operation: 92-5=87, Resulting Numbers: [4, 43, 87]
Generated Node #2: [4, 43, 87] from Operation: 92-5=87
Current State: 11:[4, 43, 87], Operations: ['92-5=87']
Exploring Operation: 87-43=44, Resulting Numbers: [4, 44]
Generated Node #3: [4, 44] from Operation:... | 4 | Current State: 11:[4, 92, 5, 43], Operations: []
Exploring Operation: 92/4=23, Resulting Numbers: [5, 43, 23]
Generated Node #0,0: 11:[5, 43, 23] Operation: 92/4=23
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[5, 43, 23], Operations: ['92/4=23']
Exploring Operation: 43-23=20, Resulting Numbers: [... | 0 | hs_1 | sum_heuristic |
[
49,
62,
71,
2
] | 51 | [
"71-49=22",
"22/2=11",
"62-11=51"
] | Current State: 51:[49, 62, 71, 2], Operations: []
Exploring Operation: 71-49=22, Resulting Numbers: [62, 2, 22]
Generated Node #2: [62, 2, 22] from Operation: 71-49=22
Current State: 51:[62, 2, 22], Operations: ['71-49=22']
Exploring Operation: 22/2=11, Resulting Numbers: [62, 11]
Generated Node #3: [62, 11] from Opera... | 4 | Current State: 51:[49, 62, 71, 2], Operations: []
Exploring Operation: 71-62=9, Resulting Numbers: [49, 2, 9]
Generated Node #0,0: 51:[49, 2, 9] Operation: 71-62=9
Exploring Operation: 49+2=51, Resulting Numbers: [62, 71, 51]
Generated Node #0,1: 51:[62, 71, 51] Operation: 49+2=51
Exploring Operation: 71-49=22, Resulti... | 0.921875 | hs_5 | sum_heuristic |
[
16,
22,
64,
14
] | 12 | [
"16+22=38",
"64-14=50",
"50-38=12"
] | Current State: 12:[16, 22, 64, 14], Operations: []
Exploring Operation: 16+22=38, Resulting Numbers: [64, 14, 38]
Generated Node #2: [64, 14, 38] from Operation: 16+22=38
Current State: 12:[64, 14, 38], Operations: ['16+22=38']
Exploring Operation: 64-14=50, Resulting Numbers: [38, 50]
Generated Node #3: [38, 50] from ... | 4 | Current State: 12:[16, 22, 64, 14], Operations: []
Exploring Operation: 64/16=4, Resulting Numbers: [22, 14, 4]
Generated Node #0,0: 12:[22, 14, 4] Operation: 64/16=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[22, 14, 4], Operations: ['64/16=4']
Exploring Operation: 22-14=8, Resulting Numbers: ... | 0.993924 | hs_1 | sum_heuristic |
[
49,
27,
49,
76
] | 48 | [
"49+27=76",
"76/76=1",
"49-1=48"
] | Current State: 48:[49, 27, 49, 76], Operations: []
Exploring Operation: 49+27=76, Resulting Numbers: [76, 76]
Generated Node #2: [76, 76] from Operation: 49+27=76
Current State: 48:[76, 76], Operations: ['49+27=76']
Exploring Operation: 76/76=1, Resulting Numbers: [1]
1,48 equal: Goal Reached
Exploring Operation: 49-1=... | 4 | Current State: 48:[49, 27, 49, 76], Operations: []
Exploring Operation: 49-27=22, Resulting Numbers: [49, 76, 22]
Generated Node #0,0: 48:[49, 76, 22] Operation: 49-27=22
Exploring Operation: 49-27=22, Resulting Numbers: [49, 76, 22]
Generated Node #0,1: 48:[49, 76, 22] Operation: 49-27=22
Exploring Operation: 76-27=49... | 0.967882 | hs_5 | sum_heuristic |
[
39,
63,
88,
27
] | 91 | [
"63-39=24",
"88+27=115",
"115-24=91"
] | Current State: 91:[39, 63, 88, 27], Operations: []
Exploring Operation: 63-39=24, Resulting Numbers: [88, 27, 24]
Generated Node #2: [88, 27, 24] from Operation: 63-39=24
Current State: 91:[88, 27, 24], Operations: ['63-39=24']
Exploring Operation: 88+27=115, Resulting Numbers: [24, 115]
Generated Node #3: [24, 115] fr... | 4 | Current State: 91:[39, 63, 88, 27], Operations: []
Exploring Operation: 39+63=102, Resulting Numbers: [88, 27, 102]
Generated Node #0,0: 91:[88, 27, 102] Operation: 39+63=102
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[88, 27, 102], Operations: ['39+63=102']
Exploring Operation: 102-88=14, Resul... | 0 | hs_1 | mult_heuristic |
[
20,
6,
19,
5
] | 69 | [
"20+6=26",
"19*5=95",
"95-26=69"
] | Current State: 69:[20, 6, 19, 5], Operations: []
Exploring Operation: 20+6=26, Resulting Numbers: [19, 5, 26]
Generated Node #2: [19, 5, 26] from Operation: 20+6=26
Current State: 69:[19, 5, 26], Operations: ['20+6=26']
Exploring Operation: 19*5=95, Resulting Numbers: [26, 95]
Generated Node #3: [26, 95] from Operation... | 4 | Current State: 69:[20, 6, 19, 5], Operations: []
Exploring Operation: 6+19=25, Resulting Numbers: [20, 5, 25]
Generated Node #0,0: 69:[20, 5, 25] Operation: 6+19=25
Exploring Operation: 20/5=4, Resulting Numbers: [6, 19, 4]
Generated Node #0,1: 69:[6, 19, 4] Operation: 20/5=4
Exploring Operation: 19+5=24, Resulting Num... | 0 | hs_5 | sum_heuristic |
[
48,
83,
17,
21
] | 73 | [
"83-48=35",
"17+21=38",
"35+38=73"
] | Current State: 73:[48, 83, 17, 21], Operations: []
Exploring Operation: 83-48=35, Resulting Numbers: [17, 21, 35]
Generated Node #2: [17, 21, 35] from Operation: 83-48=35
Current State: 73:[17, 21, 35], Operations: ['83-48=35']
Exploring Operation: 17+21=38, Resulting Numbers: [35, 38]
Generated Node #3: [35, 38] from ... | 4 | Current State: 73:[48, 83, 17, 21], Operations: []
Exploring Operation: 48+17=65, Resulting Numbers: [83, 21, 65]
Generated Node #0,0: 73:[83, 21, 65] Operation: 48+17=65
Exploring Operation: 48+21=69, Resulting Numbers: [83, 17, 69]
Generated Node #0,1: 73:[83, 17, 69] Operation: 48+21=69
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
27,
10,
43,
2
] | 12 | [
"27+10=37",
"43-37=6",
"2*6=12"
] | Current State: 12:[27, 10, 43, 2], Operations: []
Exploring Operation: 27+10=37, Resulting Numbers: [43, 2, 37]
Generated Node #2: [43, 2, 37] from Operation: 27+10=37
Current State: 12:[43, 2, 37], Operations: ['27+10=37']
Exploring Operation: 43-37=6, Resulting Numbers: [2, 6]
Generated Node #3: [2, 6] from Operation... | 4 | Current State: 12:[27, 10, 43, 2], Operations: []
Exploring Operation: 27-10=17, Resulting Numbers: [43, 2, 17]
Generated Node #0,0: 12:[43, 2, 17] Operation: 27-10=17
Exploring Operation: 27-2=25, Resulting Numbers: [10, 43, 25]
Generated Node #0,1: 12:[10, 43, 25] Operation: 27-2=25
Exploring Operation: 43-27=16, Res... | 0.986111 | hs_4 | mult_heuristic |
[
32,
24,
33,
55
] | 99 | [
"32*33=1056",
"1056/24=44",
"55+44=99"
] | Current State: 99:[32, 24, 33, 55], Operations: []
Exploring Operation: 32*33=1056, Resulting Numbers: [24, 55, 1056]
Generated Node #2: [24, 55, 1056] from Operation: 32*33=1056
Current State: 99:[24, 55, 1056], Operations: ['32*33=1056']
Exploring Operation: 1056/24=44, Resulting Numbers: [55, 44]
Generated Node #3: ... | 4 | Current State: 99:[32, 24, 33, 55], Operations: []
Exploring Operation: 24+55=79, Resulting Numbers: [32, 33, 79]
Generated Node #0,0: 99:[32, 33, 79] Operation: 24+55=79
Exploring Operation: 55-24=31, Resulting Numbers: [32, 33, 31]
Generated Node #0,1: 99:[32, 33, 31] Operation: 55-24=31
Exploring Operation: 55-32=23... | 0 | hs_5 | sum_heuristic |
[
94,
11,
81,
74
] | 90 | [
"94-11=83",
"81-74=7",
"83+7=90"
] | Current State: 90:[94, 11, 81, 74], Operations: []
Exploring Operation: 94-11=83, Resulting Numbers: [81, 74, 83]
Generated Node #2: [81, 74, 83] from Operation: 94-11=83
Current State: 90:[81, 74, 83], Operations: ['94-11=83']
Exploring Operation: 81-74=7, Resulting Numbers: [83, 7]
Generated Node #3: [83, 7] from Ope... | 4 | Current State: 90:[94, 11, 81, 74], Operations: []
Exploring Operation: 94-74=20, Resulting Numbers: [11, 81, 20]
Generated Node #0,0: 90:[11, 81, 20] Operation: 94-74=20
Exploring Operation: 81-74=7, Resulting Numbers: [94, 11, 7]
Generated Node #0,1: 90:[94, 11, 7] Operation: 81-74=7
Exploring Operation: 11+81=92, Re... | 0.979167 | hs_5 | mult_heuristic |
[
9,
60,
27,
85
] | 11 | [
"9+60=69",
"85-27=58",
"69-58=11"
] | Current State: 11:[9, 60, 27, 85], Operations: []
Exploring Operation: 9+60=69, Resulting Numbers: [27, 85, 69]
Generated Node #2: [27, 85, 69] from Operation: 9+60=69
Current State: 11:[27, 85, 69], Operations: ['9+60=69']
Exploring Operation: 85-27=58, Resulting Numbers: [69, 58]
Generated Node #3: [69, 58] from Oper... | 4 | Current State: 11:[9, 60, 27, 85], Operations: []
Exploring Operation: 60-27=33, Resulting Numbers: [9, 85, 33]
Generated Node #0,0: 11:[9, 85, 33] Operation: 60-27=33
Exploring Operation: 85-60=25, Resulting Numbers: [9, 27, 25]
Generated Node #0,1: 11:[9, 27, 25] Operation: 85-60=25
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
23,
13,
58,
68
] | 26 | [
"23+13=36",
"68-58=10",
"36-10=26"
] | Current State: 26:[23, 13, 58, 68], Operations: []
Exploring Operation: 23+13=36, Resulting Numbers: [58, 68, 36]
Generated Node #2: [58, 68, 36] from Operation: 23+13=36
Current State: 26:[58, 68, 36], Operations: ['23+13=36']
Exploring Operation: 68-58=10, Resulting Numbers: [36, 10]
Generated Node #3: [36, 10] from ... | 4 | Current State: 26:[23, 13, 58, 68], Operations: []
Exploring Operation: 68-58=10, Resulting Numbers: [23, 13, 10]
Generated Node #0,0: 26:[23, 13, 10] Operation: 68-58=10
Exploring Operation: 58-23=35, Resulting Numbers: [13, 68, 35]
Generated Node #0,1: 26:[13, 68, 35] Operation: 58-23=35
Exploring Operation: 68-23=45... | 0.973958 | hs_5 | mult_heuristic |
[
24,
26,
94,
76
] | 36 | [
"26-24=2",
"94-76=18",
"2*18=36"
] | Current State: 36:[24, 26, 94, 76], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [94, 76, 2]
Generated Node #2: [94, 76, 2] from Operation: 26-24=2
Current State: 36:[94, 76, 2], Operations: ['26-24=2']
Exploring Operation: 94-76=18, Resulting Numbers: [2, 18]
Generated Node #3: [2, 18] from Operatio... | 4 | Current State: 36:[24, 26, 94, 76], Operations: []
Exploring Operation: 94-26=68, Resulting Numbers: [24, 76, 68]
Generated Node #0,0: 36:[24, 76, 68] Operation: 94-26=68
Exploring Operation: 94-76=18, Resulting Numbers: [24, 26, 18]
Generated Node #0,1: 36:[24, 26, 18] Operation: 94-76=18
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
60,
2,
35,
85
] | 62 | [
"60-2=58",
"35+85=120",
"120-58=62"
] | Current State: 62:[60, 2, 35, 85], Operations: []
Exploring Operation: 60-2=58, Resulting Numbers: [35, 85, 58]
Generated Node #2: [35, 85, 58] from Operation: 60-2=58
Current State: 62:[35, 85, 58], Operations: ['60-2=58']
Exploring Operation: 35+85=120, Resulting Numbers: [58, 120]
Generated Node #3: [58, 120] from O... | 4 | Current State: 62:[60, 2, 35, 85], Operations: []
Exploring Operation: 85-60=25, Resulting Numbers: [2, 35, 25]
Generated Node #0,0: 62:[2, 35, 25] Operation: 85-60=25
Exploring Operation: 85-35=50, Resulting Numbers: [60, 2, 50]
Generated Node #0,1: 62:[60, 2, 50] Operation: 85-35=50
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
80,
86,
72,
92
] | 80 | [
"86-80=6",
"72/6=12",
"92-12=80"
] | Current State: 80:[80, 86, 72, 92], Operations: []
Exploring Operation: 86-80=6, Resulting Numbers: [72, 92, 6]
Generated Node #2: [72, 92, 6] from Operation: 86-80=6
Current State: 80:[72, 92, 6], Operations: ['86-80=6']
Exploring Operation: 72/6=12, Resulting Numbers: [92, 12]
Generated Node #3: [92, 12] from Operati... | 4 | Current State: 80:[80, 86, 72, 92], Operations: []
Exploring Operation: 92-72=20, Resulting Numbers: [80, 86, 20]
Generated Node #0,0: 80:[80, 86, 20] Operation: 92-72=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 80:[80, 86, 20], Operations: ['92-72=20']
Exploring Operation: 86-80=6, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
39,
76,
61,
90
] | 66 | [
"76-39=37",
"90-61=29",
"37+29=66"
] | Current State: 66:[39, 76, 61, 90], Operations: []
Exploring Operation: 76-39=37, Resulting Numbers: [61, 90, 37]
Generated Node #2: [61, 90, 37] from Operation: 76-39=37
Current State: 66:[61, 90, 37], Operations: ['76-39=37']
Exploring Operation: 90-61=29, Resulting Numbers: [37, 29]
Generated Node #3: [37, 29] from ... | 4 | Current State: 66:[39, 76, 61, 90], Operations: []
Exploring Operation: 90-39=51, Resulting Numbers: [76, 61, 51]
Generated Node #0,0: 66:[76, 61, 51] Operation: 90-39=51
Exploring Operation: 90-61=29, Resulting Numbers: [39, 76, 29]
Generated Node #0,1: 66:[39, 76, 29] Operation: 90-61=29
Exploring Operation: 90-76=14... | 0.97309 | hs_3 | mult_heuristic |
[
10,
29,
93,
64
] | 11 | [
"93-29=64",
"64/64=1",
"10+1=11"
] | Current State: 11:[10, 29, 93, 64], Operations: []
Exploring Operation: 93-29=64, Resulting Numbers: [10, 64, 64]
Generated Node #2: [10, 64, 64] from Operation: 93-29=64
Current State: 11:[10, 64, 64], Operations: ['93-29=64']
Exploring Operation: 64/64=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Ope... | 4 | Current State: 11:[10, 29, 93, 64], Operations: []
Exploring Operation: 93-64=29, Resulting Numbers: [10, 29, 29]
Generated Node #0,0: 11:[10, 29, 29] Operation: 93-64=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[10, 29, 29], Operations: ['93-64=29']
Exploring Operation: 29/29=1, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
10,
82,
44,
38
] | 22 | [
"44-38=6",
"10*6=60",
"82-60=22"
] | Current State: 22:[10, 82, 44, 38], Operations: []
Exploring Operation: 44-38=6, Resulting Numbers: [10, 82, 6]
Generated Node #2: [10, 82, 6] from Operation: 44-38=6
Current State: 22:[10, 82, 6], Operations: ['44-38=6']
Exploring Operation: 10*6=60, Resulting Numbers: [82, 60]
Generated Node #3: [82, 60] from Operati... | 4 | Current State: 22:[10, 82, 44, 38], Operations: []
Exploring Operation: 82-44=38, Resulting Numbers: [10, 38, 38]
Generated Node #0,0: 22:[10, 38, 38] Operation: 82-44=38
Start Sub Search at level 1: Moving to Node #0,0
Current State: 22:[10, 38, 38], Operations: ['82-44=38']
Exploring Operation: 38/38=1, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
94,
35,
57,
38
] | 86 | [
"94+35=129",
"38*129=4902",
"4902/57=86"
] | Current State: 86:[94, 35, 57, 38], Operations: []
Exploring Operation: 94+35=129, Resulting Numbers: [57, 38, 129]
Generated Node #2: [57, 38, 129] from Operation: 94+35=129
Current State: 86:[57, 38, 129], Operations: ['94+35=129']
Exploring Operation: 38*129=4902, Resulting Numbers: [57, 4902]
Generated Node #3: [57... | 4 | Current State: 86:[94, 35, 57, 38], Operations: []
Exploring Operation: 94-57=37, Resulting Numbers: [35, 38, 37]
Generated Node #0,0: 86:[35, 38, 37] Operation: 94-57=37
Exploring Operation: 38-35=3, Resulting Numbers: [94, 57, 3]
Generated Node #0,1: 86:[94, 57, 3] Operation: 38-35=3
Exploring Operation: 35+57=92, Re... | 0 | hs_3 | mult_heuristic |
[
3,
84,
38,
17
] | 66 | [
"3+84=87",
"38-17=21",
"87-21=66"
] | Current State: 66:[3, 84, 38, 17], Operations: []
Exploring Operation: 3+84=87, Resulting Numbers: [38, 17, 87]
Generated Node #2: [38, 17, 87] from Operation: 3+84=87
Current State: 66:[38, 17, 87], Operations: ['3+84=87']
Exploring Operation: 38-17=21, Resulting Numbers: [87, 21]
Generated Node #3: [87, 21] from Oper... | 4 | Current State: 66:[3, 84, 38, 17], Operations: []
Exploring Operation: 84-17=67, Resulting Numbers: [3, 38, 67]
Generated Node #0,0: 66:[3, 38, 67] Operation: 84-17=67
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[3, 38, 67], Operations: ['84-17=67']
Exploring Operation: 38-3=35, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
93,
4,
66,
17
] | 47 | [
"93-17=76",
"76/4=19",
"66-19=47"
] | Current State: 47:[93, 4, 66, 17], Operations: []
Exploring Operation: 93-17=76, Resulting Numbers: [4, 66, 76]
Generated Node #2: [4, 66, 76] from Operation: 93-17=76
Current State: 47:[4, 66, 76], Operations: ['93-17=76']
Exploring Operation: 76/4=19, Resulting Numbers: [66, 19]
Generated Node #3: [66, 19] from Opera... | 4 | Current State: 47:[93, 4, 66, 17], Operations: []
Exploring Operation: 4*17=68, Resulting Numbers: [93, 66, 68]
Generated Node #0,0: 47:[93, 66, 68] Operation: 4*17=68
Start Sub Search at level 1: Moving to Node #0,0
Current State: 47:[93, 66, 68], Operations: ['4*17=68']
Exploring Operation: 93-66=27, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
2,
17,
1,
23
] | 41 | [
"2+17=19",
"23-1=22",
"19+22=41"
] | Current State: 41:[2, 17, 1, 23], Operations: []
Exploring Operation: 2+17=19, Resulting Numbers: [1, 23, 19]
Generated Node #2: [1, 23, 19] from Operation: 2+17=19
Current State: 41:[1, 23, 19], Operations: ['2+17=19']
Exploring Operation: 23-1=22, Resulting Numbers: [19, 22]
Generated Node #3: [19, 22] from Operation... | 4 | Current State: 41:[2, 17, 1, 23], Operations: []
Exploring Operation: 2+17=19, Resulting Numbers: [1, 23, 19]
Generated Node #0,0: 41:[1, 23, 19] Operation: 2+17=19
Exploring Operation: 2*23=46, Resulting Numbers: [17, 1, 46]
Generated Node #0,1: 41:[17, 1, 46] Operation: 2*23=46
Exploring Operation: 2*17=34, Resulting... | 0 | hs_3 | sum_heuristic |
[
14,
11,
51,
47
] | 98 | [
"51-11=40",
"47-40=7",
"14*7=98"
] | Current State: 98:[14, 11, 51, 47], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [14, 47, 40]
Generated Node #2: [14, 47, 40] from Operation: 51-11=40
Current State: 98:[14, 47, 40], Operations: ['51-11=40']
Exploring Operation: 47-40=7, Resulting Numbers: [14, 7]
Generated Node #3: [14, 7] from Ope... | 4 | Current State: 98:[14, 11, 51, 47], Operations: []
Exploring Operation: 11+47=58, Resulting Numbers: [14, 51, 58]
Generated Node #0,0: 98:[14, 51, 58] Operation: 11+47=58
Exploring Operation: 14-11=3, Resulting Numbers: [51, 47, 3]
Generated Node #0,1: 98:[51, 47, 3] Operation: 14-11=3
Exploring Operation: 51+47=98, Re... | 0.952257 | hs_5 | mult_heuristic |
[
79,
16,
67,
56
] | 97 | [
"67-56=11",
"16*11=176",
"176-79=97"
] | Current State: 97:[79, 16, 67, 56], Operations: []
Exploring Operation: 67-56=11, Resulting Numbers: [79, 16, 11]
Generated Node #2: [79, 16, 11] from Operation: 67-56=11
Current State: 97:[79, 16, 11], Operations: ['67-56=11']
Exploring Operation: 16*11=176, Resulting Numbers: [79, 176]
Generated Node #3: [79, 176] fr... | 4 | Current State: 97:[79, 16, 67, 56], Operations: []
Exploring Operation: 16+56=72, Resulting Numbers: [79, 67, 72]
Generated Node #0,0: 97:[79, 67, 72] Operation: 16+56=72
Exploring Operation: 79-16=63, Resulting Numbers: [67, 56, 63]
Generated Node #0,1: 97:[67, 56, 63] Operation: 79-16=63
Exploring Operation: 79+16=95... | 0 | hs_4 | mult_heuristic |
[
79,
76,
20,
95
] | 63 | [
"76*20=1520",
"1520/95=16",
"79-16=63"
] | Current State: 63:[79, 76, 20, 95], Operations: []
Exploring Operation: 76*20=1520, Resulting Numbers: [79, 95, 1520]
Generated Node #2: [79, 95, 1520] from Operation: 76*20=1520
Current State: 63:[79, 95, 1520], Operations: ['76*20=1520']
Exploring Operation: 1520/95=16, Resulting Numbers: [79, 16]
Generated Node #3: ... | 4 | Current State: 63:[79, 76, 20, 95], Operations: []
Exploring Operation: 95-79=16, Resulting Numbers: [76, 20, 16]
Generated Node #0,0: 63:[76, 20, 16] Operation: 95-79=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 63:[76, 20, 16], Operations: ['95-79=16']
Exploring Operation: 76-16=60, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
4,
2,
63,
36
] | 93 | [
"4+2=6",
"63+36=99",
"99-6=93"
] | Current State: 93:[4, 2, 63, 36], Operations: []
Exploring Operation: 4+2=6, Resulting Numbers: [63, 36, 6]
Generated Node #2: [63, 36, 6] from Operation: 4+2=6
Current State: 93:[63, 36, 6], Operations: ['4+2=6']
Exploring Operation: 63+36=99, Resulting Numbers: [6, 99]
Generated Node #3: [6, 99] from Operation: 63+36... | 4 | Current State: 93:[4, 2, 63, 36], Operations: []
Exploring Operation: 63-36=27, Resulting Numbers: [4, 2, 27]
Generated Node #0,0: 93:[4, 2, 27] Operation: 63-36=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 93:[4, 2, 27], Operations: ['63-36=27']
Exploring Operation: 4+27=31, Resulting Numbers: [2... | 0 | hs_1 | mult_heuristic |
[
10,
44,
6,
3
] | 56 | [
"10+44=54",
"6/3=2",
"54+2=56"
] | Current State: 56:[10, 44, 6, 3], Operations: []
Exploring Operation: 10+44=54, Resulting Numbers: [6, 3, 54]
Generated Node #2: [6, 3, 54] from Operation: 10+44=54
Current State: 56:[6, 3, 54], Operations: ['10+44=54']
Exploring Operation: 6/3=2, Resulting Numbers: [54, 2]
Generated Node #3: [54, 2] from Operation: 6/... | 4 | Current State: 56:[10, 44, 6, 3], Operations: []
Exploring Operation: 44-10=34, Resulting Numbers: [6, 3, 34]
Generated Node #0,0: 56:[6, 3, 34] Operation: 44-10=34
Exploring Operation: 10+44=54, Resulting Numbers: [6, 3, 54]
Generated Node #0,1: 56:[6, 3, 54] Operation: 10+44=54
Exploring Operation: 44+6=50, Resulting... | 0.989583 | hs_3 | mult_heuristic |
[
51,
72,
49,
3
] | 42 | [
"72-51=21",
"21/3=7",
"49-7=42"
] | Current State: 42:[51, 72, 49, 3], Operations: []
Exploring Operation: 72-51=21, Resulting Numbers: [49, 3, 21]
Generated Node #2: [49, 3, 21] from Operation: 72-51=21
Current State: 42:[49, 3, 21], Operations: ['72-51=21']
Exploring Operation: 21/3=7, Resulting Numbers: [49, 7]
Generated Node #3: [49, 7] from Operatio... | 4 | Current State: 42:[51, 72, 49, 3], Operations: []
Exploring Operation: 72-49=23, Resulting Numbers: [51, 3, 23]
Generated Node #0,0: 42:[51, 3, 23] Operation: 72-49=23
Exploring Operation: 51-49=2, Resulting Numbers: [72, 3, 2]
Generated Node #0,1: 42:[72, 3, 2] Operation: 51-49=2
Exploring Operation: 72/3=24, Resultin... | 0.986111 | hs_4 | sum_heuristic |
[
85,
97,
80,
37
] | 42 | [
"97-80=17",
"85/17=5",
"37+5=42"
] | Current State: 42:[85, 97, 80, 37], Operations: []
Exploring Operation: 97-80=17, Resulting Numbers: [85, 37, 17]
Generated Node #2: [85, 37, 17] from Operation: 97-80=17
Current State: 42:[85, 37, 17], Operations: ['97-80=17']
Exploring Operation: 85/17=5, Resulting Numbers: [37, 5]
Generated Node #3: [37, 5] from Ope... | 4 | Current State: 42:[85, 97, 80, 37], Operations: []
Exploring Operation: 97-80=17, Resulting Numbers: [85, 37, 17]
Generated Node #0,0: 42:[85, 37, 17] Operation: 97-80=17
Exploring Operation: 97-85=12, Resulting Numbers: [80, 37, 12]
Generated Node #0,1: 42:[80, 37, 12] Operation: 97-85=12
Exploring Operation: 85-37=48... | 0.965278 | hs_4 | mult_heuristic |
[
24,
1,
5,
7
] | 18 | [
"1+5=6",
"7*6=42",
"42-24=18"
] | Current State: 18:[24, 1, 5, 7], Operations: []
Exploring Operation: 1+5=6, Resulting Numbers: [24, 7, 6]
Generated Node #2: [24, 7, 6] from Operation: 1+5=6
Current State: 18:[24, 7, 6], Operations: ['1+5=6']
Exploring Operation: 7*6=42, Resulting Numbers: [24, 42]
Generated Node #3: [24, 42] from Operation: 7*6=42
Cu... | 4 | Current State: 18:[24, 1, 5, 7], Operations: []
Exploring Operation: 1+5=6, Resulting Numbers: [24, 7, 6]
Generated Node #0,0: 18:[24, 7, 6] Operation: 1+5=6
Exploring Operation: 24-5=19, Resulting Numbers: [1, 7, 19]
Generated Node #0,1: 18:[1, 7, 19] Operation: 24-5=19
Exploring Operation: 24-7=17, Resulting Numbers:... | 0 | hs_4 | mult_heuristic |
[
92,
14,
72,
84
] | 50 | [
"92+14=106",
"72+84=156",
"156-106=50"
] | Current State: 50:[92, 14, 72, 84], Operations: []
Exploring Operation: 92+14=106, Resulting Numbers: [72, 84, 106]
Generated Node #2: [72, 84, 106] from Operation: 92+14=106
Current State: 50:[72, 84, 106], Operations: ['92+14=106']
Exploring Operation: 72+84=156, Resulting Numbers: [106, 156]
Generated Node #3: [106,... | 4 | Current State: 50:[92, 14, 72, 84], Operations: []
Exploring Operation: 92-84=8, Resulting Numbers: [14, 72, 8]
Generated Node #0,0: 50:[14, 72, 8] Operation: 92-84=8
Exploring Operation: 92-72=20, Resulting Numbers: [14, 84, 20]
Generated Node #0,1: 50:[14, 84, 20] Operation: 92-72=20
Exploring Operation: 84-72=12, Re... | 0.986111 | hs_3 | mult_heuristic |
[
13,
94,
59,
73
] | 95 | [
"94-13=81",
"73-59=14",
"81+14=95"
] | Current State: 95:[13, 94, 59, 73], Operations: []
Exploring Operation: 94-13=81, Resulting Numbers: [59, 73, 81]
Generated Node #2: [59, 73, 81] from Operation: 94-13=81
Current State: 95:[59, 73, 81], Operations: ['94-13=81']
Exploring Operation: 73-59=14, Resulting Numbers: [81, 14]
Generated Node #3: [81, 14] from ... | 4 | Current State: 95:[13, 94, 59, 73], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [13, 94, 14]
Generated Node #0,0: 95:[13, 94, 14] Operation: 73-59=14
Exploring Operation: 94-59=35, Resulting Numbers: [13, 73, 35]
Generated Node #0,1: 95:[13, 73, 35] Operation: 94-59=35
Moving to Node #0,0
Current S... | 0.992188 | hs_2 | sum_heuristic |
[
14,
68,
70,
92
] | 85 | [
"70-68=2",
"14/2=7",
"92-7=85"
] | Current State: 85:[14, 68, 70, 92], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [14, 92, 2]
Generated Node #2: [14, 92, 2] from Operation: 70-68=2
Current State: 85:[14, 92, 2], Operations: ['70-68=2']
Exploring Operation: 14/2=7, Resulting Numbers: [92, 7]
Generated Node #3: [92, 7] from Operation:... | 4 | Current State: 85:[14, 68, 70, 92], Operations: []
Exploring Operation: 70/14=5, Resulting Numbers: [68, 92, 5]
Generated Node #0,0: 85:[68, 92, 5] Operation: 70/14=5
Exploring Operation: 14+68=82, Resulting Numbers: [70, 92, 82]
Generated Node #0,1: 85:[70, 92, 82] Operation: 14+68=82
Exploring Operation: 70-68=2, Res... | 0.985243 | hs_3 | sum_heuristic |
[
88,
26,
98,
67
] | 51 | [
"88+26=114",
"98+67=165",
"165-114=51"
] | Current State: 51:[88, 26, 98, 67], Operations: []
Exploring Operation: 88+26=114, Resulting Numbers: [98, 67, 114]
Generated Node #2: [98, 67, 114] from Operation: 88+26=114
Current State: 51:[98, 67, 114], Operations: ['88+26=114']
Exploring Operation: 98+67=165, Resulting Numbers: [114, 165]
Generated Node #3: [114,... | 4 | Current State: 51:[88, 26, 98, 67], Operations: []
Exploring Operation: 98-67=31, Resulting Numbers: [88, 26, 31]
Generated Node #0,0: 51:[88, 26, 31] Operation: 98-67=31
Exploring Operation: 98-88=10, Resulting Numbers: [26, 67, 10]
Generated Node #0,1: 51:[26, 67, 10] Operation: 98-88=10
Exploring Operation: 88-67=21... | 0.986111 | hs_3 | sum_heuristic |
[
54,
69,
42,
22
] | 79 | [
"69-54=15",
"42+22=64",
"15+64=79"
] | Current State: 79:[54, 69, 42, 22], Operations: []
Exploring Operation: 69-54=15, Resulting Numbers: [42, 22, 15]
Generated Node #2: [42, 22, 15] from Operation: 69-54=15
Current State: 79:[42, 22, 15], Operations: ['69-54=15']
Exploring Operation: 42+22=64, Resulting Numbers: [15, 64]
Generated Node #3: [15, 64] from ... | 4 | Current State: 79:[54, 69, 42, 22], Operations: []
Exploring Operation: 69+22=91, Resulting Numbers: [54, 42, 91]
Generated Node #0,0: 79:[54, 42, 91] Operation: 69+22=91
Exploring Operation: 42+22=64, Resulting Numbers: [54, 69, 64]
Generated Node #0,1: 79:[54, 69, 64] Operation: 42+22=64
Exploring Operation: 54+22=76... | 0.984375 | hs_3 | sum_heuristic |
[
56,
29,
20,
28
] | 39 | [
"56/28=2",
"20/2=10",
"29+10=39"
] | Current State: 39:[56, 29, 20, 28], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [29, 20, 2]
Generated Node #2: [29, 20, 2] from Operation: 56/28=2
Current State: 39:[29, 20, 2], Operations: ['56/28=2']
Exploring Operation: 20/2=10, Resulting Numbers: [29, 10]
Generated Node #3: [29, 10] from Operati... | 4 | Current State: 39:[56, 29, 20, 28], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [29, 20, 2]
Generated Node #0,0: 39:[29, 20, 2] Operation: 56/28=2
Exploring Operation: 56-20=36, Resulting Numbers: [29, 28, 36]
Generated Node #0,1: 39:[29, 28, 36] Operation: 56-20=36
Exploring Operation: 56-28=28, Re... | 0.980035 | hs_4 | sum_heuristic |
[
12,
37,
60,
2
] | 43 | [
"12-2=10",
"60/10=6",
"37+6=43"
] | Current State: 43:[12, 37, 60, 2], Operations: []
Exploring Operation: 12-2=10, Resulting Numbers: [37, 60, 10]
Generated Node #2: [37, 60, 10] from Operation: 12-2=10
Current State: 43:[37, 60, 10], Operations: ['12-2=10']
Exploring Operation: 60/10=6, Resulting Numbers: [37, 6]
Generated Node #3: [37, 6] from Operati... | 4 | Current State: 43:[12, 37, 60, 2], Operations: []
Exploring Operation: 37+2=39, Resulting Numbers: [12, 60, 39]
Generated Node #0,0: 43:[12, 60, 39] Operation: 37+2=39
Exploring Operation: 60-12=48, Resulting Numbers: [37, 2, 48]
Generated Node #0,1: 43:[37, 2, 48] Operation: 60-12=48
Exploring Operation: 60/2=30, Resu... | 0 | hs_5 | mult_heuristic |
[
28,
9,
45,
30
] | 56 | [
"28-9=19",
"45+30=75",
"75-19=56"
] | Current State: 56:[28, 9, 45, 30], Operations: []
Exploring Operation: 28-9=19, Resulting Numbers: [45, 30, 19]
Generated Node #2: [45, 30, 19] from Operation: 28-9=19
Current State: 56:[45, 30, 19], Operations: ['28-9=19']
Exploring Operation: 45+30=75, Resulting Numbers: [19, 75]
Generated Node #3: [19, 75] from Oper... | 4 | Current State: 56:[28, 9, 45, 30], Operations: []
Exploring Operation: 45-30=15, Resulting Numbers: [28, 9, 15]
Generated Node #0,0: 56:[28, 9, 15] Operation: 45-30=15
Exploring Operation: 9+45=54, Resulting Numbers: [28, 30, 54]
Generated Node #0,1: 56:[28, 30, 54] Operation: 9+45=54
Exploring Operation: 45/9=5, Resul... | 0.967882 | hs_3 | sum_heuristic |
[
90,
97,
7,
53
] | 67 | [
"97-90=7",
"7+53=60",
"7+60=67"
] | Current State: 67:[90, 97, 7, 53], Operations: []
Exploring Operation: 97-90=7, Resulting Numbers: [7, 53, 7]
Generated Node #2: [7, 53, 7] from Operation: 97-90=7
Current State: 67:[7, 53, 7], Operations: ['97-90=7']
Exploring Operation: 7+53=60, Resulting Numbers: [60]
60,67 equal: Goal Reached
Exploring Operation: 7... | 4 | Current State: 67:[90, 97, 7, 53], Operations: []
Exploring Operation: 97-7=90, Resulting Numbers: [90, 53, 90]
Generated Node #0,0: 67:[90, 53, 90] Operation: 97-7=90
Exploring Operation: 90-7=83, Resulting Numbers: [97, 53, 83]
Generated Node #0,1: 67:[97, 53, 83] Operation: 90-7=83
Start Sub Search at level 1: Movin... | 0.984375 | hs_2 | mult_heuristic |
[
23,
8,
45,
33
] | 27 | [
"23-8=15",
"45-33=12",
"15+12=27"
] | Current State: 27:[23, 8, 45, 33], Operations: []
Exploring Operation: 23-8=15, Resulting Numbers: [45, 33, 15]
Generated Node #2: [45, 33, 15] from Operation: 23-8=15
Current State: 27:[45, 33, 15], Operations: ['23-8=15']
Exploring Operation: 45-33=12, Resulting Numbers: [15, 12]
Generated Node #3: [15, 12] from Oper... | 4 | Current State: 27:[23, 8, 45, 33], Operations: []
Exploring Operation: 45-23=22, Resulting Numbers: [8, 33, 22]
Generated Node #0,0: 27:[8, 33, 22] Operation: 45-23=22
Exploring Operation: 45-33=12, Resulting Numbers: [23, 8, 12]
Generated Node #0,1: 27:[23, 8, 12] Operation: 45-33=12
Start Sub Search at level 1: Movin... | 0.989583 | hs_2 | mult_heuristic |
[
38,
86,
67,
2
] | 86 | [
"86-38=48",
"67*2=134",
"134-48=86"
] | Current State: 86:[38, 86, 67, 2], Operations: []
Exploring Operation: 86-38=48, Resulting Numbers: [67, 2, 48]
Generated Node #2: [67, 2, 48] from Operation: 86-38=48
Current State: 86:[67, 2, 48], Operations: ['86-38=48']
Exploring Operation: 67*2=134, Resulting Numbers: [48, 134]
Generated Node #3: [48, 134] from Op... | 4 | Current State: 86:[38, 86, 67, 2], Operations: []
Exploring Operation: 67-38=29, Resulting Numbers: [86, 2, 29]
Generated Node #0,0: 86:[86, 2, 29] Operation: 67-38=29
Exploring Operation: 86-67=19, Resulting Numbers: [38, 2, 19]
Generated Node #0,1: 86:[38, 2, 19] Operation: 86-67=19
Exploring Operation: 38+67=105, Re... | 0 | hs_4 | mult_heuristic |
[
52,
12,
88,
50
] | 32 | [
"52-50=2",
"88/2=44",
"44-12=32"
] | Current State: 32:[52, 12, 88, 50], Operations: []
Exploring Operation: 52-50=2, Resulting Numbers: [12, 88, 2]
Generated Node #2: [12, 88, 2] from Operation: 52-50=2
Current State: 32:[12, 88, 2], Operations: ['52-50=2']
Exploring Operation: 88/2=44, Resulting Numbers: [12, 44]
Generated Node #3: [12, 44] from Operati... | 4 | Current State: 32:[52, 12, 88, 50], Operations: []
Exploring Operation: 88-50=38, Resulting Numbers: [52, 12, 38]
Generated Node #0,0: 32:[52, 12, 38] Operation: 88-50=38
Exploring Operation: 88-52=36, Resulting Numbers: [12, 50, 36]
Generated Node #0,1: 32:[12, 50, 36] Operation: 88-52=36
Exploring Operation: 52-12=40... | 0.960069 | hs_4 | sum_heuristic |
[
68,
61,
2,
78
] | 90 | [
"68+61=129",
"78/2=39",
"129-39=90"
] | Current State: 90:[68, 61, 2, 78], Operations: []
Exploring Operation: 68+61=129, Resulting Numbers: [2, 78, 129]
Generated Node #2: [2, 78, 129] from Operation: 68+61=129
Current State: 90:[2, 78, 129], Operations: ['68+61=129']
Exploring Operation: 78/2=39, Resulting Numbers: [129, 39]
Generated Node #3: [129, 39] fr... | 4 | Current State: 90:[68, 61, 2, 78], Operations: []
Exploring Operation: 78-61=17, Resulting Numbers: [68, 2, 17]
Generated Node #0,0: 90:[68, 2, 17] Operation: 78-61=17
Exploring Operation: 68/2=34, Resulting Numbers: [61, 78, 34]
Generated Node #0,1: 90:[61, 78, 34] Operation: 68/2=34
Exploring Operation: 68-61=7, Resu... | 0 | hs_4 | mult_heuristic |
[
36,
3,
75,
4
] | 54 | [
"75-3=72",
"72/4=18",
"36+18=54"
] | Current State: 54:[36, 3, 75, 4], Operations: []
Exploring Operation: 75-3=72, Resulting Numbers: [36, 4, 72]
Generated Node #2: [36, 4, 72] from Operation: 75-3=72
Current State: 54:[36, 4, 72], Operations: ['75-3=72']
Exploring Operation: 72/4=18, Resulting Numbers: [36, 18]
Generated Node #3: [36, 18] from Operation... | 4 | Current State: 54:[36, 3, 75, 4], Operations: []
Exploring Operation: 36/4=9, Resulting Numbers: [3, 75, 9]
Generated Node #0,0: 54:[3, 75, 9] Operation: 36/4=9
Exploring Operation: 75/3=25, Resulting Numbers: [36, 4, 25]
Generated Node #0,1: 54:[36, 4, 25] Operation: 75/3=25
Exploring Operation: 75-36=39, Resulting Nu... | 0 | hs_5 | sum_heuristic |
[
41,
44,
36,
55
] | 22 | [
"44-41=3",
"55-36=19",
"3+19=22"
] | Current State: 22:[41, 44, 36, 55], Operations: []
Exploring Operation: 44-41=3, Resulting Numbers: [36, 55, 3]
Generated Node #2: [36, 55, 3] from Operation: 44-41=3
Current State: 22:[36, 55, 3], Operations: ['44-41=3']
Exploring Operation: 55-36=19, Resulting Numbers: [3, 19]
Generated Node #3: [3, 19] from Operatio... | 4 | Current State: 22:[41, 44, 36, 55], Operations: []
Exploring Operation: 55-44=11, Resulting Numbers: [41, 36, 11]
Generated Node #0,0: 22:[41, 36, 11] Operation: 55-44=11
Moving to Node #0,0
Current State: 22:[41, 36, 11], Operations: ['55-44=11']
Exploring Operation: 41-36=5, Resulting Numbers: [11, 5]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
63,
18,
69,
97
] | 45 | [
"63*69=4347",
"18+4347=4365",
"4365/97=45"
] | Current State: 45:[63, 18, 69, 97], Operations: []
Exploring Operation: 63*69=4347, Resulting Numbers: [18, 97, 4347]
Generated Node #2: [18, 97, 4347] from Operation: 63*69=4347
Current State: 45:[18, 97, 4347], Operations: ['63*69=4347']
Exploring Operation: 18+4347=4365, Resulting Numbers: [97, 4365]
Generated Node ... | 4 | Current State: 45:[63, 18, 69, 97], Operations: []
Exploring Operation: 69-63=6, Resulting Numbers: [18, 97, 6]
Generated Node #0,0: 45:[18, 97, 6] Operation: 69-63=6
Exploring Operation: 97-69=28, Resulting Numbers: [63, 18, 28]
Generated Node #0,1: 45:[63, 18, 28] Operation: 97-69=28
Exploring Operation: 97-63=34, Re... | 0 | hs_3 | sum_heuristic |
[
58,
10,
5,
25
] | 98 | [
"58+10=68",
"5+25=30",
"68+30=98"
] | Current State: 98:[58, 10, 5, 25], Operations: []
Exploring Operation: 58+10=68, Resulting Numbers: [5, 25, 68]
Generated Node #2: [5, 25, 68] from Operation: 58+10=68
Current State: 98:[5, 25, 68], Operations: ['58+10=68']
Exploring Operation: 5+25=30, Resulting Numbers: [68, 30]
Generated Node #3: [68, 30] from Opera... | 4 | Current State: 98:[58, 10, 5, 25], Operations: []
Exploring Operation: 25-10=15, Resulting Numbers: [58, 5, 15]
Generated Node #0,0: 98:[58, 5, 15] Operation: 25-10=15
Exploring Operation: 58-10=48, Resulting Numbers: [5, 25, 48]
Generated Node #0,1: 98:[5, 25, 48] Operation: 58-10=48
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
76,
30,
6,
17
] | 57 | [
"76-30=46",
"17-6=11",
"46+11=57"
] | Current State: 57:[76, 30, 6, 17], Operations: []
Exploring Operation: 76-30=46, Resulting Numbers: [6, 17, 46]
Generated Node #2: [6, 17, 46] from Operation: 76-30=46
Current State: 57:[6, 17, 46], Operations: ['76-30=46']
Exploring Operation: 17-6=11, Resulting Numbers: [46, 11]
Generated Node #3: [46, 11] from Opera... | 4 | Current State: 57:[76, 30, 6, 17], Operations: []
Exploring Operation: 30/6=5, Resulting Numbers: [76, 17, 5]
Generated Node #0,0: 57:[76, 17, 5] Operation: 30/6=5
Exploring Operation: 76-30=46, Resulting Numbers: [6, 17, 46]
Generated Node #0,1: 57:[6, 17, 46] Operation: 76-30=46
Exploring Operation: 30-6=24, Resultin... | 0.982639 | hs_5 | sum_heuristic |
[
66,
47,
64,
95
] | 59 | [
"66-47=19",
"95/19=5",
"64-5=59"
] | Current State: 59:[66, 47, 64, 95], Operations: []
Exploring Operation: 66-47=19, Resulting Numbers: [64, 95, 19]
Generated Node #2: [64, 95, 19] from Operation: 66-47=19
Current State: 59:[64, 95, 19], Operations: ['66-47=19']
Exploring Operation: 95/19=5, Resulting Numbers: [64, 5]
Generated Node #3: [64, 5] from Ope... | 4 | Current State: 59:[66, 47, 64, 95], Operations: []
Exploring Operation: 95-64=31, Resulting Numbers: [66, 47, 31]
Generated Node #0,0: 59:[66, 47, 31] Operation: 95-64=31
Exploring Operation: 95-66=29, Resulting Numbers: [47, 64, 29]
Generated Node #0,1: 59:[47, 64, 29] Operation: 95-66=29
Exploring Operation: 95-47=48... | 0 | hs_3 | sum_heuristic |
[
75,
95,
96,
20
] | 54 | [
"75+95=170",
"96+20=116",
"170-116=54"
] | Current State: 54:[75, 95, 96, 20], Operations: []
Exploring Operation: 75+95=170, Resulting Numbers: [96, 20, 170]
Generated Node #2: [96, 20, 170] from Operation: 75+95=170
Current State: 54:[96, 20, 170], Operations: ['75+95=170']
Exploring Operation: 96+20=116, Resulting Numbers: [170, 116]
Generated Node #3: [170,... | 4 | Current State: 54:[75, 95, 96, 20], Operations: []
Exploring Operation: 96-75=21, Resulting Numbers: [95, 20, 21]
Generated Node #0,0: 54:[95, 20, 21] Operation: 96-75=21
Exploring Operation: 96-95=1, Resulting Numbers: [75, 20, 1]
Generated Node #0,1: 54:[75, 20, 1] Operation: 96-95=1
Exploring Operation: 95-20=75, Re... | 0.986979 | hs_5 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.