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 |
|---|---|---|---|---|---|---|---|---|
[
11,
76,
16,
6
] | 43 | [
"76-11=65",
"16+6=22",
"65-22=43"
] | Current State: 43:[11, 76, 16, 6], Operations: []
Exploring Operation: 76-11=65, Resulting Numbers: [16, 6, 65]
Generated Node #2: [16, 6, 65] from Operation: 76-11=65
Current State: 43:[16, 6, 65], Operations: ['76-11=65']
Exploring Operation: 16+6=22, Resulting Numbers: [65, 22]
Generated Node #3: [65, 22] from Opera... | 4 | Current State: 43:[11, 76, 16, 6], Operations: []
Exploring Operation: 11*6=66, Resulting Numbers: [76, 16, 66]
Generated Node #0,0: 43:[76, 16, 66] Operation: 11*6=66
Exploring Operation: 76-11=65, Resulting Numbers: [16, 6, 65]
Generated Node #0,1: 43:[16, 6, 65] Operation: 76-11=65
Start Sub Search at level 1: Movin... | 0.986111 | hs_2 | mult_heuristic |
[
56,
72,
20,
63
] | 99 | [
"72-56=16",
"20+63=83",
"16+83=99"
] | Current State: 99:[56, 72, 20, 63], Operations: []
Exploring Operation: 72-56=16, Resulting Numbers: [20, 63, 16]
Generated Node #2: [20, 63, 16] from Operation: 72-56=16
Current State: 99:[20, 63, 16], Operations: ['72-56=16']
Exploring Operation: 20+63=83, Resulting Numbers: [16, 83]
Generated Node #3: [16, 83] from ... | 4 | Current State: 99:[56, 72, 20, 63], Operations: []
Exploring Operation: 72-56=16, Resulting Numbers: [20, 63, 16]
Generated Node #0,0: 99:[20, 63, 16] Operation: 72-56=16
Exploring Operation: 72-63=9, Resulting Numbers: [56, 20, 9]
Generated Node #0,1: 99:[56, 20, 9] Operation: 72-63=9
Exploring Operation: 56+63=119, R... | 0.967882 | hs_5 | mult_heuristic |
[
98,
7,
35,
18
] | 74 | [
"98-7=91",
"35-18=17",
"91-17=74"
] | Current State: 74:[98, 7, 35, 18], Operations: []
Exploring Operation: 98-7=91, Resulting Numbers: [35, 18, 91]
Generated Node #2: [35, 18, 91] from Operation: 98-7=91
Current State: 74:[35, 18, 91], Operations: ['98-7=91']
Exploring Operation: 35-18=17, Resulting Numbers: [91, 17]
Generated Node #3: [91, 17] from Oper... | 4 | Current State: 74:[98, 7, 35, 18], Operations: []
Exploring Operation: 98-35=63, Resulting Numbers: [7, 18, 63]
Generated Node #0,0: 74:[7, 18, 63] Operation: 98-35=63
Exploring Operation: 98/7=14, Resulting Numbers: [35, 18, 14]
Generated Node #0,1: 74:[35, 18, 14] Operation: 98/7=14
Exploring Operation: 98-18=80, Res... | 0.96875 | hs_3 | sum_heuristic |
[
23,
18,
56,
98
] | 77 | [
"23*56=1288",
"98+1288=1386",
"1386/18=77"
] | Current State: 77:[23, 18, 56, 98], Operations: []
Exploring Operation: 23*56=1288, Resulting Numbers: [18, 98, 1288]
Generated Node #2: [18, 98, 1288] from Operation: 23*56=1288
Current State: 77:[18, 98, 1288], Operations: ['23*56=1288']
Exploring Operation: 98+1288=1386, Resulting Numbers: [18, 1386]
Generated Node ... | 4 | Current State: 77:[23, 18, 56, 98], Operations: []
Exploring Operation: 18+56=74, Resulting Numbers: [23, 98, 74]
Generated Node #0,0: 77:[23, 98, 74] Operation: 18+56=74
Exploring Operation: 23+56=79, Resulting Numbers: [18, 98, 79]
Generated Node #0,1: 77:[18, 98, 79] Operation: 23+56=79
Exploring Operation: 98-23=75... | 0 | hs_4 | sum_heuristic |
[
34,
55,
53,
23
] | 97 | [
"55-34=21",
"53+23=76",
"21+76=97"
] | Current State: 97:[34, 55, 53, 23], Operations: []
Exploring Operation: 55-34=21, Resulting Numbers: [53, 23, 21]
Generated Node #2: [53, 23, 21] from Operation: 55-34=21
Current State: 97:[53, 23, 21], Operations: ['55-34=21']
Exploring Operation: 53+23=76, Resulting Numbers: [21, 76]
Generated Node #3: [21, 76] from ... | 4 | Current State: 97:[34, 55, 53, 23], Operations: []
Exploring Operation: 34+55=89, Resulting Numbers: [53, 23, 89]
Generated Node #0,0: 97:[53, 23, 89] Operation: 34+55=89
Exploring Operation: 34+23=57, Resulting Numbers: [55, 53, 57]
Generated Node #0,1: 97:[55, 53, 57] Operation: 34+23=57
Exploring Operation: 55+23=78... | 0.975694 | hs_5 | mult_heuristic |
[
55,
40,
84,
88
] | 53 | [
"84-40=44",
"88/44=2",
"55-2=53"
] | Current State: 53:[55, 40, 84, 88], Operations: []
Exploring Operation: 84-40=44, Resulting Numbers: [55, 88, 44]
Generated Node #2: [55, 88, 44] from Operation: 84-40=44
Current State: 53:[55, 88, 44], Operations: ['84-40=44']
Exploring Operation: 88/44=2, Resulting Numbers: [55, 2]
Generated Node #3: [55, 2] from Ope... | 4 | Current State: 53:[55, 40, 84, 88], Operations: []
Exploring Operation: 84-55=29, Resulting Numbers: [40, 88, 29]
Generated Node #0,0: 53:[40, 88, 29] Operation: 84-55=29
Exploring Operation: 84-40=44, Resulting Numbers: [55, 88, 44]
Generated Node #0,1: 53:[55, 88, 44] Operation: 84-40=44
Exploring Operation: 88-84=4,... | 0.920139 | hs_5 | sum_heuristic |
[
82,
10,
93,
4
] | 54 | [
"93-82=11",
"4*11=44",
"10+44=54"
] | Current State: 54:[82, 10, 93, 4], Operations: []
Exploring Operation: 93-82=11, Resulting Numbers: [10, 4, 11]
Generated Node #2: [10, 4, 11] from Operation: 93-82=11
Current State: 54:[10, 4, 11], Operations: ['93-82=11']
Exploring Operation: 4*11=44, Resulting Numbers: [10, 44]
Generated Node #3: [10, 44] from Opera... | 4 | Current State: 54:[82, 10, 93, 4], Operations: []
Exploring Operation: 93-82=11, Resulting Numbers: [10, 4, 11]
Generated Node #0,0: 54:[10, 4, 11] Operation: 93-82=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 54:[10, 4, 11], Operations: ['93-82=11']
Exploring Operation: 10-4=6, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
82,
26,
76,
2
] | 85 | [
"76+2=78",
"78/26=3",
"82+3=85"
] | Current State: 85:[82, 26, 76, 2], Operations: []
Exploring Operation: 76+2=78, Resulting Numbers: [82, 26, 78]
Generated Node #2: [82, 26, 78] from Operation: 76+2=78
Current State: 85:[82, 26, 78], Operations: ['76+2=78']
Exploring Operation: 78/26=3, Resulting Numbers: [82, 3]
Generated Node #3: [82, 3] from Operati... | 4 | Current State: 85:[82, 26, 76, 2], Operations: []
Exploring Operation: 26-2=24, Resulting Numbers: [82, 76, 24]
Generated Node #0,0: 85:[82, 76, 24] Operation: 26-2=24
Exploring Operation: 26/2=13, Resulting Numbers: [82, 76, 13]
Generated Node #0,1: 85:[82, 76, 13] Operation: 26/2=13
Exploring Operation: 82+2=84, Resu... | 0.914931 | hs_5 | sum_heuristic |
[
94,
12,
87,
39
] | 20 | [
"94+12=106",
"87+39=126",
"126-106=20"
] | Current State: 20:[94, 12, 87, 39], Operations: []
Exploring Operation: 94+12=106, Resulting Numbers: [87, 39, 106]
Generated Node #2: [87, 39, 106] from Operation: 94+12=106
Current State: 20:[87, 39, 106], Operations: ['94+12=106']
Exploring Operation: 87+39=126, Resulting Numbers: [106, 126]
Generated Node #3: [106,... | 4 | Current State: 20:[94, 12, 87, 39], Operations: []
Exploring Operation: 94-39=55, Resulting Numbers: [12, 87, 55]
Generated Node #0,0: 20:[12, 87, 55] Operation: 94-39=55
Exploring Operation: 94-87=7, Resulting Numbers: [12, 39, 7]
Generated Node #0,1: 20:[12, 39, 7] Operation: 94-87=7
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | mult_heuristic |
[
67,
76,
93,
14
] | 36 | [
"67+76=143",
"93+14=107",
"143-107=36"
] | Current State: 36:[67, 76, 93, 14], Operations: []
Exploring Operation: 67+76=143, Resulting Numbers: [93, 14, 143]
Generated Node #2: [93, 14, 143] from Operation: 67+76=143
Current State: 36:[93, 14, 143], Operations: ['67+76=143']
Exploring Operation: 93+14=107, Resulting Numbers: [143, 107]
Generated Node #3: [143,... | 4 | Current State: 36:[67, 76, 93, 14], Operations: []
Exploring Operation: 93-76=17, Resulting Numbers: [67, 14, 17]
Generated Node #0,0: 36:[67, 14, 17] Operation: 93-76=17
Start Sub Search at level 1: Moving to Node #0,0
Current State: 36:[67, 14, 17], Operations: ['93-76=17']
Exploring Operation: 67-17=50, Resulting Nu... | 0.993924 | hs_1 | mult_heuristic |
[
26,
54,
55,
69
] | 42 | [
"54-26=28",
"69-55=14",
"28+14=42"
] | Current State: 42:[26, 54, 55, 69], Operations: []
Exploring Operation: 54-26=28, Resulting Numbers: [55, 69, 28]
Generated Node #2: [55, 69, 28] from Operation: 54-26=28
Current State: 42:[55, 69, 28], Operations: ['54-26=28']
Exploring Operation: 69-55=14, Resulting Numbers: [28, 14]
Generated Node #3: [28, 14] from ... | 4 | Current State: 42:[26, 54, 55, 69], Operations: []
Exploring Operation: 69-55=14, Resulting Numbers: [26, 54, 14]
Generated Node #0,0: 42:[26, 54, 14] Operation: 69-55=14
Moving to Node #0,0
Current State: 42:[26, 54, 14], Operations: ['69-55=14']
Exploring Operation: 54-26=28, Resulting Numbers: [14, 28]
Generated Nod... | 0.993924 | hs_1 | sum_heuristic |
[
42,
49,
87,
55
] | 80 | [
"55-49=6",
"42/6=7",
"87-7=80"
] | Current State: 80:[42, 49, 87, 55], Operations: []
Exploring Operation: 55-49=6, Resulting Numbers: [42, 87, 6]
Generated Node #2: [42, 87, 6] from Operation: 55-49=6
Current State: 80:[42, 87, 6], Operations: ['55-49=6']
Exploring Operation: 42/6=7, Resulting Numbers: [87, 7]
Generated Node #3: [87, 7] from Operation:... | 4 | Current State: 80:[42, 49, 87, 55], Operations: []
Exploring Operation: 55-49=6, Resulting Numbers: [42, 87, 6]
Generated Node #0,0: 80:[42, 87, 6] Operation: 55-49=6
Moving to Node #0,0
Current State: 80:[42, 87, 6], Operations: ['55-49=6']
Exploring Operation: 87-6=81, Resulting Numbers: [42, 81]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
62,
93,
89,
91
] | 31 | [
"62*91=5642",
"93+89=182",
"5642/182=31"
] | Current State: 31:[62, 93, 89, 91], Operations: []
Exploring Operation: 62*91=5642, Resulting Numbers: [93, 89, 5642]
Generated Node #2: [93, 89, 5642] from Operation: 62*91=5642
Current State: 31:[93, 89, 5642], Operations: ['62*91=5642']
Exploring Operation: 93+89=182, Resulting Numbers: [5642, 182]
Generated Node #3... | 4 | Current State: 31:[62, 93, 89, 91], Operations: []
Exploring Operation: 91-62=29, Resulting Numbers: [93, 89, 29]
Generated Node #0,0: 31:[93, 89, 29] Operation: 91-62=29
Exploring Operation: 93-62=31, Resulting Numbers: [89, 91, 31]
Generated Node #0,1: 31:[89, 91, 31] Operation: 93-62=31
Exploring Operation: 93-89=4,... | 0 | hs_5 | sum_heuristic |
[
85,
53,
78,
76
] | 30 | [
"85-53=32",
"78-76=2",
"32-2=30"
] | Current State: 30:[85, 53, 78, 76], Operations: []
Exploring Operation: 85-53=32, Resulting Numbers: [78, 76, 32]
Generated Node #2: [78, 76, 32] from Operation: 85-53=32
Current State: 30:[78, 76, 32], Operations: ['85-53=32']
Exploring Operation: 78-76=2, Resulting Numbers: [32, 2]
Generated Node #3: [32, 2] from Ope... | 4 | Current State: 30:[85, 53, 78, 76], Operations: []
Exploring Operation: 85-76=9, Resulting Numbers: [53, 78, 9]
Generated Node #0,0: 30:[53, 78, 9] Operation: 85-76=9
Exploring Operation: 78-76=2, Resulting Numbers: [85, 53, 2]
Generated Node #0,1: 30:[85, 53, 2] Operation: 78-76=2
Exploring Operation: 85-78=7, Resulti... | 0.986979 | hs_5 | mult_heuristic |
[
98,
7,
38,
42
] | 66 | [
"98/7=14",
"38+42=80",
"80-14=66"
] | Current State: 66:[98, 7, 38, 42], Operations: []
Exploring Operation: 98/7=14, Resulting Numbers: [38, 42, 14]
Generated Node #2: [38, 42, 14] from Operation: 98/7=14
Current State: 66:[38, 42, 14], Operations: ['98/7=14']
Exploring Operation: 38+42=80, Resulting Numbers: [14, 80]
Generated Node #3: [14, 80] from Oper... | 4 | Current State: 66:[98, 7, 38, 42], Operations: []
Exploring Operation: 98-42=56, Resulting Numbers: [7, 38, 56]
Generated Node #0,0: 66:[7, 38, 56] Operation: 98-42=56
Exploring Operation: 42-38=4, Resulting Numbers: [98, 7, 4]
Generated Node #0,1: 66:[98, 7, 4] Operation: 42-38=4
Exploring Operation: 98/7=14, Resultin... | 0.971354 | hs_4 | sum_heuristic |
[
32,
9,
20,
78
] | 81 | [
"32-9=23",
"78-20=58",
"23+58=81"
] | Current State: 81:[32, 9, 20, 78], Operations: []
Exploring Operation: 32-9=23, Resulting Numbers: [20, 78, 23]
Generated Node #2: [20, 78, 23] from Operation: 32-9=23
Current State: 81:[20, 78, 23], Operations: ['32-9=23']
Exploring Operation: 78-20=58, Resulting Numbers: [23, 58]
Generated Node #3: [23, 58] from Oper... | 4 | Current State: 81:[32, 9, 20, 78], Operations: []
Exploring Operation: 9+20=29, Resulting Numbers: [32, 78, 29]
Generated Node #0,0: 81:[32, 78, 29] Operation: 9+20=29
Exploring Operation: 32-20=12, Resulting Numbers: [9, 78, 12]
Generated Node #0,1: 81:[9, 78, 12] Operation: 32-20=12
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | sum_heuristic |
[
46,
63,
95,
97
] | 83 | [
"46+63=109",
"95+97=192",
"192-109=83"
] | Current State: 83:[46, 63, 95, 97], Operations: []
Exploring Operation: 46+63=109, Resulting Numbers: [95, 97, 109]
Generated Node #2: [95, 97, 109] from Operation: 46+63=109
Current State: 83:[95, 97, 109], Operations: ['46+63=109']
Exploring Operation: 95+97=192, Resulting Numbers: [109, 192]
Generated Node #3: [109,... | 4 | Current State: 83:[46, 63, 95, 97], Operations: []
Exploring Operation: 46+63=109, Resulting Numbers: [95, 97, 109]
Generated Node #0,0: 83:[95, 97, 109] Operation: 46+63=109
Exploring Operation: 97-46=51, Resulting Numbers: [63, 95, 51]
Generated Node #0,1: 83:[63, 95, 51] Operation: 97-46=51
Moving to Node #0,0
Curre... | 0.991319 | hs_2 | sum_heuristic |
[
49,
70,
63,
18
] | 25 | [
"70-63=7",
"49/7=7",
"18+7=25"
] | Current State: 25:[49, 70, 63, 18], Operations: []
Exploring Operation: 70-63=7, Resulting Numbers: [49, 18, 7]
Generated Node #2: [49, 18, 7] from Operation: 70-63=7
Current State: 25:[49, 18, 7], Operations: ['70-63=7']
Exploring Operation: 49/7=7, Resulting Numbers: [18, 7]
Generated Node #3: [18, 7] from Operation:... | 4 | Current State: 25:[49, 70, 63, 18], Operations: []
Exploring Operation: 63-49=14, Resulting Numbers: [70, 18, 14]
Generated Node #0,0: 25:[70, 18, 14] Operation: 63-49=14
Exploring Operation: 70-63=7, Resulting Numbers: [49, 18, 7]
Generated Node #0,1: 25:[49, 18, 7] Operation: 70-63=7
Exploring Operation: 70-49=21, Re... | 0.982639 | hs_5 | sum_heuristic |
[
49,
11,
13,
6
] | 19 | [
"49-11=38",
"13+6=19",
"38-19=19"
] | Current State: 19:[49, 11, 13, 6], Operations: []
Exploring Operation: 49-11=38, Resulting Numbers: [13, 6, 38]
Generated Node #2: [13, 6, 38] from Operation: 49-11=38
Current State: 19:[13, 6, 38], Operations: ['49-11=38']
Exploring Operation: 13+6=19, Resulting Numbers: [38, 19]
Generated Node #3: [38, 19] from Opera... | 4 | Current State: 19:[49, 11, 13, 6], Operations: []
Exploring Operation: 49-11=38, Resulting Numbers: [13, 6, 38]
Generated Node #0,0: 19:[13, 6, 38] Operation: 49-11=38
Start Sub Search at level 1: Moving to Node #0,0
Current State: 19:[13, 6, 38], Operations: ['49-11=38']
Exploring Operation: 13+6=19, Resulting Numbers... | 0.993924 | hs_1 | sum_heuristic |
[
6,
63,
6,
14
] | 21 | [
"6*63=378",
"378/14=27",
"27-6=21"
] | Current State: 21:[6, 63, 6, 14], Operations: []
Exploring Operation: 6*63=378, Resulting Numbers: [14, 378]
Generated Node #2: [14, 378] from Operation: 6*63=378
Current State: 21:[14, 378], Operations: ['6*63=378']
Exploring Operation: 378/14=27, Resulting Numbers: [27]
27,21 equal: Goal Reached
Exploring Operation: ... | 4 | Current State: 21:[6, 63, 6, 14], Operations: []
Exploring Operation: 6+14=20, Resulting Numbers: [63, 6, 20]
Generated Node #0,0: 21:[63, 6, 20] Operation: 6+14=20
Exploring Operation: 63-14=49, Resulting Numbers: [6, 6, 49]
Generated Node #0,1: 21:[6, 6, 49] Operation: 63-14=49
Exploring Operation: 63-6=57, Resulting... | 0 | hs_3 | sum_heuristic |
[
71,
32,
1,
24
] | 63 | [
"71-32=39",
"1*24=24",
"39+24=63"
] | Current State: 63:[71, 32, 1, 24], Operations: []
Exploring Operation: 71-32=39, Resulting Numbers: [1, 24, 39]
Generated Node #2: [1, 24, 39] from Operation: 71-32=39
Current State: 63:[1, 24, 39], Operations: ['71-32=39']
Exploring Operation: 1*24=24, Resulting Numbers: [39, 24]
Generated Node #3: [39, 24] from Opera... | 4 | Current State: 63:[71, 32, 1, 24], Operations: []
Exploring Operation: 32+24=56, Resulting Numbers: [71, 1, 56]
Generated Node #0,0: 63:[71, 1, 56] Operation: 32+24=56
Exploring Operation: 32-1=31, Resulting Numbers: [71, 24, 31]
Generated Node #0,1: 63:[71, 24, 31] Operation: 32-1=31
Exploring Operation: 24-1=23, Resu... | 0.986979 | hs_5 | mult_heuristic |
[
50,
92,
80,
38
] | 24 | [
"50+92=142",
"80+38=118",
"142-118=24"
] | Current State: 24:[50, 92, 80, 38], Operations: []
Exploring Operation: 50+92=142, Resulting Numbers: [80, 38, 142]
Generated Node #2: [80, 38, 142] from Operation: 50+92=142
Current State: 24:[80, 38, 142], Operations: ['50+92=142']
Exploring Operation: 80+38=118, Resulting Numbers: [142, 118]
Generated Node #3: [142,... | 4 | Current State: 24:[50, 92, 80, 38], Operations: []
Exploring Operation: 92-80=12, Resulting Numbers: [50, 38, 12]
Generated Node #0,0: 24:[50, 38, 12] Operation: 92-80=12
Exploring Operation: 92-50=42, Resulting Numbers: [80, 38, 42]
Generated Node #0,1: 24:[80, 38, 42] Operation: 92-50=42
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | mult_heuristic |
[
16,
28,
22,
24
] | 46 | [
"16+28=44",
"24-22=2",
"44+2=46"
] | Current State: 46:[16, 28, 22, 24], Operations: []
Exploring Operation: 16+28=44, Resulting Numbers: [22, 24, 44]
Generated Node #2: [22, 24, 44] from Operation: 16+28=44
Current State: 46:[22, 24, 44], Operations: ['16+28=44']
Exploring Operation: 24-22=2, Resulting Numbers: [44, 2]
Generated Node #3: [44, 2] from Ope... | 4 | Current State: 46:[16, 28, 22, 24], Operations: []
Exploring Operation: 28-24=4, Resulting Numbers: [16, 22, 4]
Generated Node #0,0: 46:[16, 22, 4] Operation: 28-24=4
Exploring Operation: 22-16=6, Resulting Numbers: [28, 24, 6]
Generated Node #0,1: 46:[28, 24, 6] Operation: 22-16=6
Exploring Operation: 28-16=12, Result... | 0.985243 | hs_4 | mult_heuristic |
[
40,
22,
2,
32
] | 46 | [
"40+22=62",
"32/2=16",
"62-16=46"
] | Current State: 46:[40, 22, 2, 32], Operations: []
Exploring Operation: 40+22=62, Resulting Numbers: [2, 32, 62]
Generated Node #2: [2, 32, 62] from Operation: 40+22=62
Current State: 46:[2, 32, 62], Operations: ['40+22=62']
Exploring Operation: 32/2=16, Resulting Numbers: [62, 16]
Generated Node #3: [62, 16] from Opera... | 4 | Current State: 46:[40, 22, 2, 32], Operations: []
Exploring Operation: 40+2=42, Resulting Numbers: [22, 32, 42]
Generated Node #0,0: 46:[22, 32, 42] Operation: 40+2=42
Exploring Operation: 40-32=8, Resulting Numbers: [22, 2, 8]
Generated Node #0,1: 46:[22, 2, 8] Operation: 40-32=8
Exploring Operation: 40-22=18, Resulti... | 0 | hs_4 | mult_heuristic |
[
36,
86,
57,
38
] | 93 | [
"86*57=4902",
"4902/38=129",
"129-36=93"
] | Current State: 93:[36, 86, 57, 38], Operations: []
Exploring Operation: 86*57=4902, Resulting Numbers: [36, 38, 4902]
Generated Node #2: [36, 38, 4902] from Operation: 86*57=4902
Current State: 93:[36, 38, 4902], Operations: ['86*57=4902']
Exploring Operation: 4902/38=129, Resulting Numbers: [36, 129]
Generated Node #3... | 4 | Current State: 93:[36, 86, 57, 38], Operations: []
Exploring Operation: 36+57=93, Resulting Numbers: [86, 38, 93]
Generated Node #0,0: 93:[86, 38, 93] Operation: 36+57=93
Start Sub Search at level 1: Moving to Node #0,0
Current State: 93:[86, 38, 93], Operations: ['36+57=93']
Exploring Operation: 93-86=7, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
82,
22,
9,
62
] | 38 | [
"82+62=144",
"144/9=16",
"22+16=38"
] | Current State: 38:[82, 22, 9, 62], Operations: []
Exploring Operation: 82+62=144, Resulting Numbers: [22, 9, 144]
Generated Node #2: [22, 9, 144] from Operation: 82+62=144
Current State: 38:[22, 9, 144], Operations: ['82+62=144']
Exploring Operation: 144/9=16, Resulting Numbers: [22, 16]
Generated Node #3: [22, 16] fro... | 4 | Current State: 38:[82, 22, 9, 62], Operations: []
Exploring Operation: 62-22=40, Resulting Numbers: [82, 9, 40]
Generated Node #0,0: 38:[82, 9, 40] Operation: 62-22=40
Exploring Operation: 82-9=73, Resulting Numbers: [22, 62, 73]
Generated Node #0,1: 38:[22, 62, 73] Operation: 82-9=73
Exploring Operation: 82-22=60, Res... | 0 | hs_4 | mult_heuristic |
[
49,
4,
73,
16
] | 59 | [
"49-16=33",
"4*33=132",
"132-73=59"
] | Current State: 59:[49, 4, 73, 16], Operations: []
Exploring Operation: 49-16=33, Resulting Numbers: [4, 73, 33]
Generated Node #2: [4, 73, 33] from Operation: 49-16=33
Current State: 59:[4, 73, 33], Operations: ['49-16=33']
Exploring Operation: 4*33=132, Resulting Numbers: [73, 132]
Generated Node #3: [73, 132] from Op... | 4 | Current State: 59:[49, 4, 73, 16], Operations: []
Exploring Operation: 49+4=53, Resulting Numbers: [73, 16, 53]
Generated Node #0,0: 59:[73, 16, 53] Operation: 49+4=53
Exploring Operation: 4*16=64, Resulting Numbers: [49, 73, 64]
Generated Node #0,1: 59:[49, 73, 64] Operation: 4*16=64
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
83,
24,
11,
94
] | 23 | [
"83+11=94",
"94/94=1",
"24-1=23"
] | Current State: 23:[83, 24, 11, 94], Operations: []
Exploring Operation: 83+11=94, Resulting Numbers: [24, 94, 94]
Generated Node #2: [24, 94, 94] from Operation: 83+11=94
Current State: 23:[24, 94, 94], Operations: ['83+11=94']
Exploring Operation: 94/94=1, Resulting Numbers: [24, 1]
Generated Node #3: [24, 1] from Ope... | 4 | Current State: 23:[83, 24, 11, 94], Operations: []
Exploring Operation: 94-24=70, Resulting Numbers: [83, 11, 70]
Generated Node #0,0: 23:[83, 11, 70] Operation: 94-24=70
Exploring Operation: 83-24=59, Resulting Numbers: [11, 94, 59]
Generated Node #0,1: 23:[11, 94, 59] Operation: 83-24=59
Exploring Operation: 83-11=72... | 0.980903 | hs_4 | sum_heuristic |
[
6,
68,
86,
82
] | 66 | [
"68-6=62",
"86-82=4",
"62+4=66"
] | Current State: 66:[6, 68, 86, 82], Operations: []
Exploring Operation: 68-6=62, Resulting Numbers: [86, 82, 62]
Generated Node #2: [86, 82, 62] from Operation: 68-6=62
Current State: 66:[86, 82, 62], Operations: ['68-6=62']
Exploring Operation: 86-82=4, Resulting Numbers: [62, 4]
Generated Node #3: [62, 4] from Operati... | 4 | Current State: 66:[6, 68, 86, 82], Operations: []
Exploring Operation: 82-68=14, Resulting Numbers: [6, 86, 14]
Generated Node #0,0: 66:[6, 86, 14] Operation: 82-68=14
Exploring Operation: 86-6=80, Resulting Numbers: [68, 82, 80]
Generated Node #0,1: 66:[68, 82, 80] Operation: 86-6=80
Exploring Operation: 86-82=4, Resu... | 0.984375 | hs_4 | mult_heuristic |
[
40,
75,
13,
79
] | 49 | [
"40+75=115",
"79-13=66",
"115-66=49"
] | Current State: 49:[40, 75, 13, 79], Operations: []
Exploring Operation: 40+75=115, Resulting Numbers: [13, 79, 115]
Generated Node #2: [13, 79, 115] from Operation: 40+75=115
Current State: 49:[13, 79, 115], Operations: ['40+75=115']
Exploring Operation: 79-13=66, Resulting Numbers: [115, 66]
Generated Node #3: [115, 6... | 4 | Current State: 49:[40, 75, 13, 79], Operations: []
Exploring Operation: 75-13=62, Resulting Numbers: [40, 79, 62]
Generated Node #0,0: 49:[40, 79, 62] Operation: 75-13=62
Exploring Operation: 79-40=39, Resulting Numbers: [75, 13, 39]
Generated Node #0,1: 49:[75, 13, 39] Operation: 79-40=39
Exploring Operation: 75-40=35... | 0.984375 | hs_4 | sum_heuristic |
[
11,
41,
52,
7
] | 66 | [
"11*7=77",
"52-41=11",
"77-11=66"
] | Current State: 66:[11, 41, 52, 7], Operations: []
Exploring Operation: 11*7=77, Resulting Numbers: [41, 52, 77]
Generated Node #2: [41, 52, 77] from Operation: 11*7=77
Current State: 66:[41, 52, 77], Operations: ['11*7=77']
Exploring Operation: 52-41=11, Resulting Numbers: [77, 11]
Generated Node #3: [77, 11] from Oper... | 4 | Current State: 66:[11, 41, 52, 7], Operations: []
Exploring Operation: 52-41=11, Resulting Numbers: [11, 7, 11]
Generated Node #0,0: 66:[11, 7, 11] Operation: 52-41=11
Exploring Operation: 11+52=63, Resulting Numbers: [41, 7, 63]
Generated Node #0,1: 66:[41, 7, 63] Operation: 11+52=63
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
7,
2,
22,
26
] | 69 | [
"7*26=182",
"182/2=91",
"91-22=69"
] | Current State: 69:[7, 2, 22, 26], Operations: []
Exploring Operation: 7*26=182, Resulting Numbers: [2, 22, 182]
Generated Node #2: [2, 22, 182] from Operation: 7*26=182
Current State: 69:[2, 22, 182], Operations: ['7*26=182']
Exploring Operation: 182/2=91, Resulting Numbers: [22, 91]
Generated Node #3: [22, 91] from Op... | 4 | Current State: 69:[7, 2, 22, 26], Operations: []
Exploring Operation: 26-7=19, Resulting Numbers: [2, 22, 19]
Generated Node #0,0: 69:[2, 22, 19] Operation: 26-7=19
Exploring Operation: 7-2=5, Resulting Numbers: [22, 26, 5]
Generated Node #0,1: 69:[22, 26, 5] Operation: 7-2=5
Moving to Node #0,0
Current State: 69:[2, 2... | 0 | hs_2 | mult_heuristic |
[
7,
38,
52,
60
] | 30 | [
"7*60=420",
"52-38=14",
"420/14=30"
] | Current State: 30:[7, 38, 52, 60], Operations: []
Exploring Operation: 7*60=420, Resulting Numbers: [38, 52, 420]
Generated Node #2: [38, 52, 420] from Operation: 7*60=420
Current State: 30:[38, 52, 420], Operations: ['7*60=420']
Exploring Operation: 52-38=14, Resulting Numbers: [420, 14]
Generated Node #3: [420, 14] f... | 4 | Current State: 30:[7, 38, 52, 60], Operations: []
Exploring Operation: 60-38=22, Resulting Numbers: [7, 52, 22]
Generated Node #0,0: 30:[7, 52, 22] Operation: 60-38=22
Exploring Operation: 60-52=8, Resulting Numbers: [7, 38, 8]
Generated Node #0,1: 30:[7, 38, 8] Operation: 60-52=8
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
94,
19,
92,
21
] | 20 | [
"94-92=2",
"19+21=40",
"40/2=20"
] | Current State: 20:[94, 19, 92, 21], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [19, 21, 2]
Generated Node #2: [19, 21, 2] from Operation: 94-92=2
Current State: 20:[19, 21, 2], Operations: ['94-92=2']
Exploring Operation: 19+21=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operatio... | 4 | Current State: 20:[94, 19, 92, 21], Operations: []
Exploring Operation: 94-19=75, Resulting Numbers: [92, 21, 75]
Generated Node #0,0: 20:[92, 21, 75] Operation: 94-19=75
Exploring Operation: 92-21=71, Resulting Numbers: [94, 19, 71]
Generated Node #0,1: 20:[94, 19, 71] Operation: 92-21=71
Exploring Operation: 94-21=73... | 0 | hs_4 | mult_heuristic |
[
11,
91,
12,
71
] | 20 | [
"12-11=1",
"91-71=20",
"1*20=20"
] | Current State: 20:[11, 91, 12, 71], Operations: []
Exploring Operation: 12-11=1, Resulting Numbers: [91, 71, 1]
Generated Node #2: [91, 71, 1] from Operation: 12-11=1
Current State: 20:[91, 71, 1], Operations: ['12-11=1']
Exploring Operation: 91-71=20, Resulting Numbers: [1, 20]
Generated Node #3: [1, 20] from Operatio... | 4 | Current State: 20:[11, 91, 12, 71], Operations: []
Exploring Operation: 91-71=20, Resulting Numbers: [11, 12, 20]
Generated Node #0,0: 20:[11, 12, 20] Operation: 91-71=20
Exploring Operation: 71-12=59, Resulting Numbers: [11, 91, 59]
Generated Node #0,1: 20:[11, 91, 59] Operation: 71-12=59
Exploring Operation: 91-12=79... | 0.990451 | hs_3 | sum_heuristic |
[
64,
98,
17,
33
] | 17 | [
"98-64=34",
"34-33=1",
"17*1=17"
] | Current State: 17:[64, 98, 17, 33], Operations: []
Exploring Operation: 98-64=34, Resulting Numbers: [17, 33, 34]
Generated Node #2: [17, 33, 34] from Operation: 98-64=34
Current State: 17:[17, 33, 34], Operations: ['98-64=34']
Exploring Operation: 34-33=1, Resulting Numbers: [17, 1]
Generated Node #3: [17, 1] from Ope... | 4 | Current State: 17:[64, 98, 17, 33], Operations: []
Exploring Operation: 98-33=65, Resulting Numbers: [64, 17, 65]
Generated Node #0,0: 17:[64, 17, 65] Operation: 98-33=65
Exploring Operation: 64-17=47, Resulting Numbers: [98, 33, 47]
Generated Node #0,1: 17:[98, 33, 47] Operation: 64-17=47
Exploring Operation: 64-33=31... | 0.988715 | hs_4 | sum_heuristic |
[
14,
24,
16,
4
] | 20 | [
"24*4=96",
"96/16=6",
"14+6=20"
] | Current State: 20:[14, 24, 16, 4], Operations: []
Exploring Operation: 24*4=96, Resulting Numbers: [14, 16, 96]
Generated Node #2: [14, 16, 96] from Operation: 24*4=96
Current State: 20:[14, 16, 96], Operations: ['24*4=96']
Exploring Operation: 96/16=6, Resulting Numbers: [14, 6]
Generated Node #3: [14, 6] from Operati... | 4 | Current State: 20:[14, 24, 16, 4], Operations: []
Exploring Operation: 24-16=8, Resulting Numbers: [14, 4, 8]
Generated Node #0,0: 20:[14, 4, 8] Operation: 24-16=8
Exploring Operation: 14-4=10, Resulting Numbers: [24, 16, 10]
Generated Node #0,1: 20:[24, 16, 10] Operation: 14-4=10
Exploring Operation: 16-14=2, Resultin... | 0 | hs_4 | mult_heuristic |
[
2,
30,
60,
72
] | 23 | [
"30*60=1800",
"1800/72=25",
"25-2=23"
] | Current State: 23:[2, 30, 60, 72], Operations: []
Exploring Operation: 30*60=1800, Resulting Numbers: [2, 72, 1800]
Generated Node #2: [2, 72, 1800] from Operation: 30*60=1800
Current State: 23:[2, 72, 1800], Operations: ['30*60=1800']
Exploring Operation: 1800/72=25, Resulting Numbers: [2, 25]
Generated Node #3: [2, 2... | 4 | Current State: 23:[2, 30, 60, 72], Operations: []
Exploring Operation: 60-30=30, Resulting Numbers: [2, 72, 30]
Generated Node #0,0: 23:[2, 72, 30] Operation: 60-30=30
Exploring Operation: 72-30=42, Resulting Numbers: [2, 60, 42]
Generated Node #0,1: 23:[2, 60, 42] Operation: 72-30=42
Exploring Operation: 72/2=36, Resu... | 0 | hs_5 | sum_heuristic |
[
52,
53,
67,
84
] | 88 | [
"52+53=105",
"84-67=17",
"105-17=88"
] | Current State: 88:[52, 53, 67, 84], Operations: []
Exploring Operation: 52+53=105, Resulting Numbers: [67, 84, 105]
Generated Node #2: [67, 84, 105] from Operation: 52+53=105
Current State: 88:[67, 84, 105], Operations: ['52+53=105']
Exploring Operation: 84-67=17, Resulting Numbers: [105, 17]
Generated Node #3: [105, 1... | 4 | Current State: 88:[52, 53, 67, 84], Operations: []
Exploring Operation: 67-53=14, Resulting Numbers: [52, 84, 14]
Generated Node #0,0: 88:[52, 84, 14] Operation: 67-53=14
Exploring Operation: 67-52=15, Resulting Numbers: [53, 84, 15]
Generated Node #0,1: 88:[53, 84, 15] Operation: 67-52=15
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
86,
12,
84,
83
] | 74 | [
"86-12=74",
"84-83=1",
"74*1=74"
] | Current State: 74:[86, 12, 84, 83], Operations: []
Exploring Operation: 86-12=74, Resulting Numbers: [84, 83, 74]
Generated Node #2: [84, 83, 74] from Operation: 86-12=74
Current State: 74:[84, 83, 74], Operations: ['86-12=74']
Exploring Operation: 84-83=1, Resulting Numbers: [74, 1]
Generated Node #3: [74, 1] from Ope... | 4 | Current State: 74:[86, 12, 84, 83], Operations: []
Exploring Operation: 86-12=74, Resulting Numbers: [84, 83, 74]
Generated Node #0,0: 74:[84, 83, 74] Operation: 86-12=74
Moving to Node #0,0
Current State: 74:[84, 83, 74], Operations: ['86-12=74']
Exploring Operation: 84-83=1, Resulting Numbers: [74, 1]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
85,
55,
20,
87
] | 77 | [
"85-55=30",
"20+87=107",
"107-30=77"
] | Current State: 77:[85, 55, 20, 87], Operations: []
Exploring Operation: 85-55=30, Resulting Numbers: [20, 87, 30]
Generated Node #2: [20, 87, 30] from Operation: 85-55=30
Current State: 77:[20, 87, 30], Operations: ['85-55=30']
Exploring Operation: 20+87=107, Resulting Numbers: [30, 107]
Generated Node #3: [30, 107] fr... | 4 | Current State: 77:[85, 55, 20, 87], Operations: []
Exploring Operation: 55+20=75, Resulting Numbers: [85, 87, 75]
Generated Node #0,0: 77:[85, 87, 75] Operation: 55+20=75
Exploring Operation: 87-85=2, Resulting Numbers: [55, 20, 2]
Generated Node #0,1: 77:[55, 20, 2] Operation: 87-85=2
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | sum_heuristic |
[
22,
28,
44,
12
] | 62 | [
"28-22=6",
"44+12=56",
"6+56=62"
] | Current State: 62:[22, 28, 44, 12], Operations: []
Exploring Operation: 28-22=6, Resulting Numbers: [44, 12, 6]
Generated Node #2: [44, 12, 6] from Operation: 28-22=6
Current State: 62:[44, 12, 6], Operations: ['28-22=6']
Exploring Operation: 44+12=56, Resulting Numbers: [6, 56]
Generated Node #3: [6, 56] from Operatio... | 4 | Current State: 62:[22, 28, 44, 12], Operations: []
Exploring Operation: 44/22=2, Resulting Numbers: [28, 12, 2]
Generated Node #0,0: 62:[28, 12, 2] Operation: 44/22=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 62:[28, 12, 2], Operations: ['44/22=2']
Exploring Operation: 12/2=6, Resulting Numbers: [... | 0 | hs_1 | sum_heuristic |
[
14,
94,
90,
81
] | 99 | [
"14+94=108",
"90-81=9",
"108-9=99"
] | Current State: 99:[14, 94, 90, 81], Operations: []
Exploring Operation: 14+94=108, Resulting Numbers: [90, 81, 108]
Generated Node #2: [90, 81, 108] from Operation: 14+94=108
Current State: 99:[90, 81, 108], Operations: ['14+94=108']
Exploring Operation: 90-81=9, Resulting Numbers: [108, 9]
Generated Node #3: [108, 9] ... | 4 | Current State: 99:[14, 94, 90, 81], Operations: []
Exploring Operation: 14+90=104, Resulting Numbers: [94, 81, 104]
Generated Node #0,0: 99:[94, 81, 104] Operation: 14+90=104
Exploring Operation: 90-81=9, Resulting Numbers: [14, 94, 9]
Generated Node #0,1: 99:[14, 94, 9] Operation: 90-81=9
Exploring Operation: 94-90=4,... | 0.940104 | hs_5 | mult_heuristic |
[
58,
4,
11,
71
] | 41 | [
"71-58=13",
"4*13=52",
"52-11=41"
] | Current State: 41:[58, 4, 11, 71], Operations: []
Exploring Operation: 71-58=13, Resulting Numbers: [4, 11, 13]
Generated Node #2: [4, 11, 13] from Operation: 71-58=13
Current State: 41:[4, 11, 13], Operations: ['71-58=13']
Exploring Operation: 4*13=52, Resulting Numbers: [11, 52]
Generated Node #3: [11, 52] from Opera... | 4 | Current State: 41:[58, 4, 11, 71], Operations: []
Exploring Operation: 4*11=44, Resulting Numbers: [58, 71, 44]
Generated Node #0,0: 41:[58, 71, 44] Operation: 4*11=44
Start Sub Search at level 1: Moving to Node #0,0
Current State: 41:[58, 71, 44], Operations: ['4*11=44']
Exploring Operation: 71-58=13, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
68,
48,
25,
44
] | 55 | [
"68-48=20",
"25*44=1100",
"1100/20=55"
] | Current State: 55:[68, 48, 25, 44], Operations: []
Exploring Operation: 68-48=20, Resulting Numbers: [25, 44, 20]
Generated Node #2: [25, 44, 20] from Operation: 68-48=20
Current State: 55:[25, 44, 20], Operations: ['68-48=20']
Exploring Operation: 25*44=1100, Resulting Numbers: [20, 1100]
Generated Node #3: [20, 1100]... | 4 | Current State: 55:[68, 48, 25, 44], Operations: []
Exploring Operation: 44-25=19, Resulting Numbers: [68, 48, 19]
Generated Node #0,0: 55:[68, 48, 19] Operation: 44-25=19
Exploring Operation: 68-48=20, Resulting Numbers: [25, 44, 20]
Generated Node #0,1: 55:[25, 44, 20] Operation: 68-48=20
Exploring Operation: 48-44=4,... | 0 | hs_5 | sum_heuristic |
[
11,
59,
12,
71
] | 10 | [
"59+12=71",
"71/71=1",
"11-1=10"
] | Current State: 10:[11, 59, 12, 71], Operations: []
Exploring Operation: 59+12=71, Resulting Numbers: [11, 71, 71]
Generated Node #2: [11, 71, 71] from Operation: 59+12=71
Current State: 10:[11, 71, 71], Operations: ['59+12=71']
Exploring Operation: 71/71=1, Resulting Numbers: [11, 1]
Generated Node #3: [11, 1] from Ope... | 4 | Current State: 10:[11, 59, 12, 71], Operations: []
Exploring Operation: 59-12=47, Resulting Numbers: [11, 71, 47]
Generated Node #0,0: 10:[11, 71, 47] Operation: 59-12=47
Exploring Operation: 59-11=48, Resulting Numbers: [12, 71, 48]
Generated Node #0,1: 10:[12, 71, 48] Operation: 59-11=48
Exploring Operation: 71-11=60... | 0.984375 | hs_5 | sum_heuristic |
[
18,
3,
53,
17
] | 49 | [
"18+3=21",
"53+17=70",
"70-21=49"
] | Current State: 49:[18, 3, 53, 17], Operations: []
Exploring Operation: 18+3=21, Resulting Numbers: [53, 17, 21]
Generated Node #2: [53, 17, 21] from Operation: 18+3=21
Current State: 49:[53, 17, 21], Operations: ['18+3=21']
Exploring Operation: 53+17=70, Resulting Numbers: [21, 70]
Generated Node #3: [21, 70] from Oper... | 4 | Current State: 49:[18, 3, 53, 17], Operations: []
Exploring Operation: 3*17=51, Resulting Numbers: [18, 53, 51]
Generated Node #0,0: 49:[18, 53, 51] Operation: 3*17=51
Exploring Operation: 18-17=1, Resulting Numbers: [3, 53, 1]
Generated Node #0,1: 49:[3, 53, 1] Operation: 18-17=1
Exploring Operation: 18*3=54, Resultin... | 0.986979 | hs_5 | mult_heuristic |
[
75,
3,
67,
86
] | 97 | [
"75+3=78",
"86-67=19",
"78+19=97"
] | Current State: 97:[75, 3, 67, 86], Operations: []
Exploring Operation: 75+3=78, Resulting Numbers: [67, 86, 78]
Generated Node #2: [67, 86, 78] from Operation: 75+3=78
Current State: 97:[67, 86, 78], Operations: ['75+3=78']
Exploring Operation: 86-67=19, Resulting Numbers: [78, 19]
Generated Node #3: [78, 19] from Oper... | 4 | Current State: 97:[75, 3, 67, 86], Operations: []
Exploring Operation: 3+86=89, Resulting Numbers: [75, 67, 89]
Generated Node #0,0: 97:[75, 67, 89] Operation: 3+86=89
Exploring Operation: 3+67=70, Resulting Numbers: [75, 86, 70]
Generated Node #0,1: 97:[75, 86, 70] Operation: 3+67=70
Exploring Operation: 75-3=72, Resu... | 0.949653 | hs_4 | mult_heuristic |
[
48,
58,
60,
69
] | 42 | [
"69-48=21",
"60-58=2",
"21*2=42"
] | Current State: 42:[48, 58, 60, 69], Operations: []
Exploring Operation: 69-48=21, Resulting Numbers: [58, 60, 21]
Generated Node #2: [58, 60, 21] from Operation: 69-48=21
Current State: 42:[58, 60, 21], Operations: ['69-48=21']
Exploring Operation: 60-58=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 | Current State: 42:[48, 58, 60, 69], Operations: []
Exploring Operation: 60-58=2, Resulting Numbers: [48, 69, 2]
Generated Node #0,0: 42:[48, 69, 2] Operation: 60-58=2
Exploring Operation: 69-58=11, Resulting Numbers: [48, 60, 11]
Generated Node #0,1: 42:[48, 60, 11] Operation: 69-58=11
Exploring Operation: 69-60=9, Res... | 0.967014 | hs_4 | sum_heuristic |
[
27,
21,
71,
46
] | 91 | [
"71+46=117",
"21*117=2457",
"2457/27=91"
] | Current State: 91:[27, 21, 71, 46], Operations: []
Exploring Operation: 71+46=117, Resulting Numbers: [27, 21, 117]
Generated Node #2: [27, 21, 117] from Operation: 71+46=117
Current State: 91:[27, 21, 117], Operations: ['71+46=117']
Exploring Operation: 21*117=2457, Resulting Numbers: [27, 2457]
Generated Node #3: [27... | 4 | Current State: 91:[27, 21, 71, 46], Operations: []
Exploring Operation: 46-27=19, Resulting Numbers: [21, 71, 19]
Generated Node #0,0: 91:[21, 71, 19] Operation: 46-27=19
Exploring Operation: 27+71=98, Resulting Numbers: [21, 46, 98]
Generated Node #0,1: 91:[21, 46, 98] Operation: 27+71=98
Exploring Operation: 27+46=73... | 0 | hs_5 | sum_heuristic |
[
74,
6,
45,
71
] | 27 | [
"74-71=3",
"6*3=18",
"45-18=27"
] | Current State: 27:[74, 6, 45, 71], Operations: []
Exploring Operation: 74-71=3, Resulting Numbers: [6, 45, 3]
Generated Node #2: [6, 45, 3] from Operation: 74-71=3
Current State: 27:[6, 45, 3], Operations: ['74-71=3']
Exploring Operation: 6*3=18, Resulting Numbers: [45, 18]
Generated Node #3: [45, 18] from Operation: 6... | 4 | Current State: 27:[74, 6, 45, 71], Operations: []
Exploring Operation: 74-71=3, Resulting Numbers: [6, 45, 3]
Generated Node #0,0: 27:[6, 45, 3] Operation: 74-71=3
Moving to Node #0,0
Current State: 27:[6, 45, 3], Operations: ['74-71=3']
Exploring Operation: 45/3=15, Resulting Numbers: [6, 15]
Generated Node #0,0,0: 27... | 0 | hs_1 | sum_heuristic |
[
98,
60,
88,
12
] | 42 | [
"98*12=1176",
"88-60=28",
"1176/28=42"
] | Current State: 42:[98, 60, 88, 12], Operations: []
Exploring Operation: 98*12=1176, Resulting Numbers: [60, 88, 1176]
Generated Node #2: [60, 88, 1176] from Operation: 98*12=1176
Current State: 42:[60, 88, 1176], Operations: ['98*12=1176']
Exploring Operation: 88-60=28, Resulting Numbers: [1176, 28]
Generated Node #3: ... | 4 | Current State: 42:[98, 60, 88, 12], Operations: []
Exploring Operation: 88-60=28, Resulting Numbers: [98, 12, 28]
Generated Node #0,0: 42:[98, 12, 28] Operation: 88-60=28
Exploring Operation: 98-60=38, Resulting Numbers: [88, 12, 38]
Generated Node #0,1: 42:[88, 12, 38] Operation: 98-60=38
Exploring Operation: 60/12=5,... | 0 | hs_4 | sum_heuristic |
[
6,
41,
46,
19
] | 56 | [
"41+19=60",
"60/6=10",
"46+10=56"
] | Current State: 56:[6, 41, 46, 19], Operations: []
Exploring Operation: 41+19=60, Resulting Numbers: [6, 46, 60]
Generated Node #2: [6, 46, 60] from Operation: 41+19=60
Current State: 56:[6, 46, 60], Operations: ['41+19=60']
Exploring Operation: 60/6=10, Resulting Numbers: [46, 10]
Generated Node #3: [46, 10] from Opera... | 4 | Current State: 56:[6, 41, 46, 19], Operations: []
Exploring Operation: 41+19=60, Resulting Numbers: [6, 46, 60]
Generated Node #0,0: 56:[6, 46, 60] Operation: 41+19=60
Exploring Operation: 46-19=27, Resulting Numbers: [6, 41, 27]
Generated Node #0,1: 56:[6, 41, 27] Operation: 46-19=27
Exploring Operation: 46-41=5, Resu... | 0 | hs_3 | mult_heuristic |
[
70,
28,
5,
45
] | 15 | [
"70-28=42",
"45-42=3",
"5*3=15"
] | Current State: 15:[70, 28, 5, 45], Operations: []
Exploring Operation: 70-28=42, Resulting Numbers: [5, 45, 42]
Generated Node #2: [5, 45, 42] from Operation: 70-28=42
Current State: 15:[5, 45, 42], Operations: ['70-28=42']
Exploring Operation: 45-42=3, Resulting Numbers: [5, 3]
Generated Node #3: [5, 3] from Operation... | 4 | Current State: 15:[70, 28, 5, 45], Operations: []
Exploring Operation: 70-45=25, Resulting Numbers: [28, 5, 25]
Generated Node #0,0: 15:[28, 5, 25] Operation: 70-45=25
Moving to Node #0,0
Current State: 15:[28, 5, 25], Operations: ['70-45=25']
Exploring Operation: 28-25=3, Resulting Numbers: [5, 3]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
57,
73,
74,
77
] | 21 | [
"57+73=130",
"74+77=151",
"151-130=21"
] | Current State: 21:[57, 73, 74, 77], Operations: []
Exploring Operation: 57+73=130, Resulting Numbers: [74, 77, 130]
Generated Node #2: [74, 77, 130] from Operation: 57+73=130
Current State: 21:[74, 77, 130], Operations: ['57+73=130']
Exploring Operation: 74+77=151, Resulting Numbers: [130, 151]
Generated Node #3: [130,... | 4 | Current State: 21:[57, 73, 74, 77], Operations: []
Exploring Operation: 74-73=1, Resulting Numbers: [57, 77, 1]
Generated Node #0,0: 21:[57, 77, 1] Operation: 74-73=1
Exploring Operation: 77-74=3, Resulting Numbers: [57, 73, 3]
Generated Node #0,1: 21:[57, 73, 3] Operation: 77-74=3
Exploring Operation: 77-73=4, Resulti... | 0.978299 | hs_3 | sum_heuristic |
[
49,
6,
25,
5
] | 50 | [
"49+6=55",
"25/5=5",
"55-5=50"
] | Current State: 50:[49, 6, 25, 5], Operations: []
Exploring Operation: 49+6=55, Resulting Numbers: [25, 5, 55]
Generated Node #2: [25, 5, 55] from Operation: 49+6=55
Current State: 50:[25, 5, 55], Operations: ['49+6=55']
Exploring Operation: 25/5=5, Resulting Numbers: [55, 5]
Generated Node #3: [55, 5] from Operation: 2... | 4 | Current State: 50:[49, 6, 25, 5], Operations: []
Exploring Operation: 49-25=24, Resulting Numbers: [6, 5, 24]
Generated Node #0,0: 50:[6, 5, 24] Operation: 49-25=24
Moving to Node #0,0
Current State: 50:[6, 5, 24], Operations: ['49-25=24']
Exploring Operation: 24/6=4, Resulting Numbers: [5, 4]
Generated Node #0,0,0: 50... | 0 | hs_1 | mult_heuristic |
[
55,
77,
61,
11
] | 63 | [
"77-55=22",
"22/11=2",
"61+2=63"
] | Current State: 63:[55, 77, 61, 11], Operations: []
Exploring Operation: 77-55=22, Resulting Numbers: [61, 11, 22]
Generated Node #2: [61, 11, 22] from Operation: 77-55=22
Current State: 63:[61, 11, 22], Operations: ['77-55=22']
Exploring Operation: 22/11=2, Resulting Numbers: [61, 2]
Generated Node #3: [61, 2] from Ope... | 4 | Current State: 63:[55, 77, 61, 11], Operations: []
Exploring Operation: 77-55=22, Resulting Numbers: [61, 11, 22]
Generated Node #0,0: 63:[61, 11, 22] Operation: 77-55=22
Exploring Operation: 77/11=7, Resulting Numbers: [55, 61, 7]
Generated Node #0,1: 63:[55, 61, 7] Operation: 77/11=7
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | sum_heuristic |
[
6,
36,
33,
7
] | 11 | [
"36-33=3",
"6*3=18",
"18-7=11"
] | Current State: 11:[6, 36, 33, 7], Operations: []
Exploring Operation: 36-33=3, Resulting Numbers: [6, 7, 3]
Generated Node #2: [6, 7, 3] from Operation: 36-33=3
Current State: 11:[6, 7, 3], Operations: ['36-33=3']
Exploring Operation: 6*3=18, Resulting Numbers: [7, 18]
Generated Node #3: [7, 18] from Operation: 6*3=18
... | 4 | Current State: 11:[6, 36, 33, 7], Operations: []
Exploring Operation: 36-33=3, Resulting Numbers: [6, 7, 3]
Generated Node #0,0: 11:[6, 7, 3] Operation: 36-33=3
Moving to Node #0,0
Current State: 11:[6, 7, 3], Operations: ['36-33=3']
Exploring Operation: 6+3=9, Resulting Numbers: [7, 9]
Generated Node #0,0,0: 11:[7, 9]... | 0 | hs_1 | sum_heuristic |
[
82,
82,
79,
9
] | 79 | [
"82-82=0",
"9*0=0",
"79+0=79"
] | Current State: 79:[82, 82, 79, 9], Operations: []
Exploring Operation: 82-82=0, Resulting Numbers: [79, 9, 0]
Generated Node #2: [79, 9, 0] from Operation: 82-82=0
Current State: 79:[79, 9, 0], Operations: ['82-82=0']
Exploring Operation: 9*0=0, Resulting Numbers: [79, 0]
Generated Node #3: [79, 0] from Operation: 9*0=... | 4 | Current State: 79:[82, 82, 79, 9], Operations: []
Exploring Operation: 82-9=73, Resulting Numbers: [82, 79, 73]
Generated Node #0,0: 79:[82, 79, 73] Operation: 82-9=73
Exploring Operation: 79+9=88, Resulting Numbers: [82, 82, 88]
Generated Node #0,1: 79:[82, 82, 88] Operation: 79+9=88
Exploring Operation: 82+9=91, Resu... | 0 | hs_5 | mult_heuristic |
[
61,
87,
69,
28
] | 51 | [
"61+87=148",
"69+28=97",
"148-97=51"
] | Current State: 51:[61, 87, 69, 28], Operations: []
Exploring Operation: 61+87=148, Resulting Numbers: [69, 28, 148]
Generated Node #2: [69, 28, 148] from Operation: 61+87=148
Current State: 51:[69, 28, 148], Operations: ['61+87=148']
Exploring Operation: 69+28=97, Resulting Numbers: [148, 97]
Generated Node #3: [148, 9... | 4 | Current State: 51:[61, 87, 69, 28], Operations: []
Exploring Operation: 87-69=18, Resulting Numbers: [61, 28, 18]
Generated Node #0,0: 51:[61, 28, 18] Operation: 87-69=18
Moving to Node #0,0
Current State: 51:[61, 28, 18], Operations: ['87-69=18']
Exploring Operation: 28+18=46, Resulting Numbers: [61, 46]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
2,
97,
74,
1
] | 23 | [
"2-1=1",
"97-74=23",
"1*23=23"
] | Current State: 23:[2, 97, 74, 1], Operations: []
Exploring Operation: 2-1=1, Resulting Numbers: [97, 74, 1]
Generated Node #2: [97, 74, 1] from Operation: 2-1=1
Current State: 23:[97, 74, 1], Operations: ['2-1=1']
Exploring Operation: 97-74=23, Resulting Numbers: [1, 23]
Generated Node #3: [1, 23] from Operation: 97-74... | 4 | Current State: 23:[2, 97, 74, 1], Operations: []
Exploring Operation: 97-74=23, Resulting Numbers: [2, 1, 23]
Generated Node #0,0: 23:[2, 1, 23] Operation: 97-74=23
Moving to Node #0,0
Current State: 23:[2, 1, 23], Operations: ['97-74=23']
Exploring Operation: 2+1=3, Resulting Numbers: [23, 3]
Generated Node #0,0,0: 23... | 0 | hs_1 | sum_heuristic |
[
78,
58,
10,
39
] | 69 | [
"78-58=20",
"10+39=49",
"20+49=69"
] | Current State: 69:[78, 58, 10, 39], Operations: []
Exploring Operation: 78-58=20, Resulting Numbers: [10, 39, 20]
Generated Node #2: [10, 39, 20] from Operation: 78-58=20
Current State: 69:[10, 39, 20], Operations: ['78-58=20']
Exploring Operation: 10+39=49, Resulting Numbers: [20, 49]
Generated Node #3: [20, 49] from ... | 4 | Current State: 69:[78, 58, 10, 39], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [58, 10, 2]
Generated Node #0,0: 69:[58, 10, 2] Operation: 78/39=2
Exploring Operation: 58-39=19, Resulting Numbers: [78, 10, 19]
Generated Node #0,1: 69:[78, 10, 19] Operation: 58-39=19
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
12,
52,
29,
88
] | 84 | [
"52+29=81",
"88-81=7",
"12*7=84"
] | Current State: 84:[12, 52, 29, 88], Operations: []
Exploring Operation: 52+29=81, Resulting Numbers: [12, 88, 81]
Generated Node #2: [12, 88, 81] from Operation: 52+29=81
Current State: 84:[12, 88, 81], Operations: ['52+29=81']
Exploring Operation: 88-81=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Ope... | 4 | Current State: 84:[12, 52, 29, 88], Operations: []
Exploring Operation: 52-29=23, Resulting Numbers: [12, 88, 23]
Generated Node #0,0: 84:[12, 88, 23] Operation: 52-29=23
Exploring Operation: 52+29=81, Resulting Numbers: [12, 88, 81]
Generated Node #0,1: 84:[12, 88, 81] Operation: 52+29=81
Exploring Operation: 12+29=41... | 0.967882 | hs_5 | sum_heuristic |
[
66,
5,
74,
13
] | 27 | [
"74-66=8",
"5*8=40",
"40-13=27"
] | Current State: 27:[66, 5, 74, 13], Operations: []
Exploring Operation: 74-66=8, Resulting Numbers: [5, 13, 8]
Generated Node #2: [5, 13, 8] from Operation: 74-66=8
Current State: 27:[5, 13, 8], Operations: ['74-66=8']
Exploring Operation: 5*8=40, Resulting Numbers: [13, 40]
Generated Node #3: [13, 40] from Operation: 5... | 4 | Current State: 27:[66, 5, 74, 13], Operations: []
Exploring Operation: 66-5=61, Resulting Numbers: [74, 13, 61]
Generated Node #0,0: 27:[74, 13, 61] Operation: 66-5=61
Exploring Operation: 74-5=69, Resulting Numbers: [66, 13, 69]
Generated Node #0,1: 27:[66, 13, 69] Operation: 74-5=69
Exploring Operation: 74-13=61, Res... | 0 | hs_5 | mult_heuristic |
[
58,
18,
30,
98
] | 28 | [
"58-18=40",
"98-30=68",
"68-40=28"
] | Current State: 28:[58, 18, 30, 98], Operations: []
Exploring Operation: 58-18=40, Resulting Numbers: [30, 98, 40]
Generated Node #2: [30, 98, 40] from Operation: 58-18=40
Current State: 28:[30, 98, 40], Operations: ['58-18=40']
Exploring Operation: 98-30=68, Resulting Numbers: [40, 68]
Generated Node #3: [40, 68] from ... | 4 | Current State: 28:[58, 18, 30, 98], Operations: []
Exploring Operation: 58-18=40, Resulting Numbers: [30, 98, 40]
Generated Node #0,0: 28:[30, 98, 40] Operation: 58-18=40
Exploring Operation: 98-58=40, Resulting Numbers: [18, 30, 40]
Generated Node #0,1: 28:[18, 30, 40] Operation: 98-58=40
Exploring Operation: 98-30=68... | 0.980903 | hs_4 | mult_heuristic |
[
17,
51,
84,
73
] | 57 | [
"17+51=68",
"84-73=11",
"68-11=57"
] | Current State: 57:[17, 51, 84, 73], Operations: []
Exploring Operation: 17+51=68, Resulting Numbers: [84, 73, 68]
Generated Node #2: [84, 73, 68] from Operation: 17+51=68
Current State: 57:[84, 73, 68], Operations: ['17+51=68']
Exploring Operation: 84-73=11, Resulting Numbers: [68, 11]
Generated Node #3: [68, 11] from ... | 4 | Current State: 57:[17, 51, 84, 73], Operations: []
Exploring Operation: 84-51=33, Resulting Numbers: [17, 73, 33]
Generated Node #0,0: 57:[17, 73, 33] Operation: 84-51=33
Exploring Operation: 84-17=67, Resulting Numbers: [51, 73, 67]
Generated Node #0,1: 57:[51, 73, 67] Operation: 84-17=67
Exploring Operation: 84-73=11... | 0.974826 | hs_5 | mult_heuristic |
[
76,
32,
98,
89
] | 53 | [
"76-32=44",
"98-89=9",
"44+9=53"
] | Current State: 53:[76, 32, 98, 89], Operations: []
Exploring Operation: 76-32=44, Resulting Numbers: [98, 89, 44]
Generated Node #2: [98, 89, 44] from Operation: 76-32=44
Current State: 53:[98, 89, 44], Operations: ['76-32=44']
Exploring Operation: 98-89=9, Resulting Numbers: [44, 9]
Generated Node #3: [44, 9] from Ope... | 4 | Current State: 53:[76, 32, 98, 89], Operations: []
Exploring Operation: 98-32=66, Resulting Numbers: [76, 89, 66]
Generated Node #0,0: 53:[76, 89, 66] Operation: 98-32=66
Moving to Node #0,0
Current State: 53:[76, 89, 66], Operations: ['98-32=66']
Exploring Operation: 89-76=13, Resulting Numbers: [66, 13]
Generated Nod... | 0.993924 | hs_1 | sum_heuristic |
[
8,
38,
49,
63
] | 74 | [
"63-49=14",
"8*14=112",
"112-38=74"
] | Current State: 74:[8, 38, 49, 63], Operations: []
Exploring Operation: 63-49=14, Resulting Numbers: [8, 38, 14]
Generated Node #2: [8, 38, 14] from Operation: 63-49=14
Current State: 74:[8, 38, 14], Operations: ['63-49=14']
Exploring Operation: 8*14=112, Resulting Numbers: [38, 112]
Generated Node #3: [38, 112] from Op... | 4 | Current State: 74:[8, 38, 49, 63], Operations: []
Exploring Operation: 8+63=71, Resulting Numbers: [38, 49, 71]
Generated Node #0,0: 74:[38, 49, 71] Operation: 8+63=71
Exploring Operation: 63-49=14, Resulting Numbers: [8, 38, 14]
Generated Node #0,1: 74:[8, 38, 14] Operation: 63-49=14
Exploring Operation: 49-38=11, Res... | 0 | hs_4 | mult_heuristic |
[
83,
75,
80,
57
] | 96 | [
"83-80=3",
"57*3=171",
"171-75=96"
] | Current State: 96:[83, 75, 80, 57], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [75, 57, 3]
Generated Node #2: [75, 57, 3] from Operation: 83-80=3
Current State: 96:[75, 57, 3], Operations: ['83-80=3']
Exploring Operation: 57*3=171, Resulting Numbers: [75, 171]
Generated Node #3: [75, 171] from Oper... | 4 | Current State: 96:[83, 75, 80, 57], Operations: []
Exploring Operation: 80-75=5, Resulting Numbers: [83, 57, 5]
Generated Node #0,0: 96:[83, 57, 5] Operation: 80-75=5
Moving to Node #0,0
Current State: 96:[83, 57, 5], Operations: ['80-75=5']
Exploring Operation: 83-57=26, Resulting Numbers: [5, 26]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
28,
88,
47,
25
] | 85 | [
"28+47=75",
"75/25=3",
"88-3=85"
] | Current State: 85:[28, 88, 47, 25], Operations: []
Exploring Operation: 28+47=75, Resulting Numbers: [88, 25, 75]
Generated Node #2: [88, 25, 75] from Operation: 28+47=75
Current State: 85:[88, 25, 75], Operations: ['28+47=75']
Exploring Operation: 75/25=3, Resulting Numbers: [88, 3]
Generated Node #3: [88, 3] from Ope... | 4 | Current State: 85:[28, 88, 47, 25], Operations: []
Exploring Operation: 47+25=72, Resulting Numbers: [28, 88, 72]
Generated Node #0,0: 85:[28, 88, 72] Operation: 47+25=72
Exploring Operation: 47-28=19, Resulting Numbers: [88, 25, 19]
Generated Node #0,1: 85:[88, 25, 19] Operation: 47-28=19
Exploring Operation: 28-25=3,... | 0.949653 | hs_5 | sum_heuristic |
[
85,
15,
20,
54
] | 66 | [
"85+15=100",
"54-20=34",
"100-34=66"
] | Current State: 66:[85, 15, 20, 54], Operations: []
Exploring Operation: 85+15=100, Resulting Numbers: [20, 54, 100]
Generated Node #2: [20, 54, 100] from Operation: 85+15=100
Current State: 66:[20, 54, 100], Operations: ['85+15=100']
Exploring Operation: 54-20=34, Resulting Numbers: [100, 34]
Generated Node #3: [100, 3... | 4 | Current State: 66:[85, 15, 20, 54], Operations: []
Exploring Operation: 85-54=31, Resulting Numbers: [15, 20, 31]
Generated Node #0,0: 66:[15, 20, 31] Operation: 85-54=31
Exploring Operation: 15+54=69, Resulting Numbers: [85, 20, 69]
Generated Node #0,1: 66:[85, 20, 69] Operation: 15+54=69
Exploring Operation: 85-20=65... | 0.986111 | hs_4 | mult_heuristic |
[
33,
34,
5,
58
] | 29 | [
"58-33=25",
"25/5=5",
"34-5=29"
] | Current State: 29:[33, 34, 5, 58], Operations: []
Exploring Operation: 58-33=25, Resulting Numbers: [34, 5, 25]
Generated Node #2: [34, 5, 25] from Operation: 58-33=25
Current State: 29:[34, 5, 25], Operations: ['58-33=25']
Exploring Operation: 25/5=5, Resulting Numbers: [34, 5]
Generated Node #3: [34, 5] from Operatio... | 4 | Current State: 29:[33, 34, 5, 58], Operations: []
Exploring Operation: 58-33=25, Resulting Numbers: [34, 5, 25]
Generated Node #0,0: 29:[34, 5, 25] Operation: 58-33=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 29:[34, 5, 25], Operations: ['58-33=25']
Exploring Operation: 34-5=29, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
48,
24,
96,
12
] | 86 | [
"48/24=2",
"96-12=84",
"2+84=86"
] | Current State: 86:[48, 24, 96, 12], Operations: []
Exploring Operation: 48/24=2, Resulting Numbers: [96, 12, 2]
Generated Node #2: [96, 12, 2] from Operation: 48/24=2
Current State: 86:[96, 12, 2], Operations: ['48/24=2']
Exploring Operation: 96-12=84, Resulting Numbers: [2, 84]
Generated Node #3: [2, 84] from Operatio... | 4 | Current State: 86:[48, 24, 96, 12], Operations: []
Exploring Operation: 24/12=2, Resulting Numbers: [48, 96, 2]
Generated Node #0,0: 86:[48, 96, 2] Operation: 24/12=2
Exploring Operation: 96/24=4, Resulting Numbers: [48, 12, 4]
Generated Node #0,1: 86:[48, 12, 4] Operation: 96/24=4
Moving to Node #0,0
Current State: 86... | 0 | hs_2 | mult_heuristic |
[
3,
94,
17,
69
] | 96 | [
"3*69=207",
"94+17=111",
"207-111=96"
] | Current State: 96:[3, 94, 17, 69], Operations: []
Exploring Operation: 3*69=207, Resulting Numbers: [94, 17, 207]
Generated Node #2: [94, 17, 207] from Operation: 3*69=207
Current State: 96:[94, 17, 207], Operations: ['3*69=207']
Exploring Operation: 94+17=111, Resulting Numbers: [207, 111]
Generated Node #3: [207, 111... | 4 | Current State: 96:[3, 94, 17, 69], Operations: []
Exploring Operation: 69/3=23, Resulting Numbers: [94, 17, 23]
Generated Node #0,0: 96:[94, 17, 23] Operation: 69/3=23
Exploring Operation: 94-69=25, Resulting Numbers: [3, 17, 25]
Generated Node #0,1: 96:[3, 17, 25] Operation: 94-69=25
Exploring Operation: 69-17=52, Res... | 0 | hs_3 | mult_heuristic |
[
66,
28,
88,
77
] | 27 | [
"66-28=38",
"88-77=11",
"38-11=27"
] | Current State: 27:[66, 28, 88, 77], Operations: []
Exploring Operation: 66-28=38, Resulting Numbers: [88, 77, 38]
Generated Node #2: [88, 77, 38] from Operation: 66-28=38
Current State: 27:[88, 77, 38], Operations: ['66-28=38']
Exploring Operation: 88-77=11, Resulting Numbers: [38, 11]
Generated Node #3: [38, 11] from ... | 4 | Current State: 27:[66, 28, 88, 77], Operations: []
Exploring Operation: 88-77=11, Resulting Numbers: [66, 28, 11]
Generated Node #0,0: 27:[66, 28, 11] Operation: 88-77=11
Exploring Operation: 88-66=22, Resulting Numbers: [28, 77, 22]
Generated Node #0,1: 27:[28, 77, 22] Operation: 88-66=22
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
82,
23,
64,
41
] | 43 | [
"82/41=2",
"64-23=41",
"2+41=43"
] | Current State: 43:[82, 23, 64, 41], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [23, 64, 2]
Generated Node #2: [23, 64, 2] from Operation: 82/41=2
Current State: 43:[23, 64, 2], Operations: ['82/41=2']
Exploring Operation: 64-23=41, Resulting Numbers: [2, 41]
Generated Node #3: [2, 41] from Operatio... | 4 | Current State: 43:[82, 23, 64, 41], Operations: []
Exploring Operation: 64-23=41, Resulting Numbers: [82, 41, 41]
Generated Node #0,0: 43:[82, 41, 41] Operation: 64-23=41
Exploring Operation: 82-64=18, Resulting Numbers: [23, 41, 18]
Generated Node #0,1: 43:[23, 41, 18] Operation: 82-64=18
Exploring Operation: 82-41=41... | 0.961806 | hs_5 | mult_heuristic |
[
2,
3,
33,
2
] | 68 | [
"3-2=1",
"33+1=34",
"2*34=68"
] | Current State: 68:[2, 3, 33, 2], Operations: []
Exploring Operation: 3-2=1, Resulting Numbers: [33, 1]
Generated Node #2: [33, 1] from Operation: 3-2=1
Current State: 68:[33, 1], Operations: ['3-2=1']
Exploring Operation: 33+1=34, Resulting Numbers: [34]
34,68 equal: Goal Reached
Exploring Operation: 2*34=68, Resulting... | 4 | Current State: 68:[2, 3, 33, 2], Operations: []
Exploring Operation: 2+3=5, Resulting Numbers: [33, 2, 5]
Generated Node #0,0: 68:[33, 2, 5] Operation: 2+3=5
Exploring Operation: 2+2=4, Resulting Numbers: [3, 33, 4]
Generated Node #0,1: 68:[3, 33, 4] Operation: 2+2=4
Exploring Operation: 2+33=35, Resulting Numbers: [3,... | 0.962674 | hs_4 | mult_heuristic |
[
59,
18,
49,
58
] | 86 | [
"59+18=77",
"58-49=9",
"77+9=86"
] | Current State: 86:[59, 18, 49, 58], Operations: []
Exploring Operation: 59+18=77, Resulting Numbers: [49, 58, 77]
Generated Node #2: [49, 58, 77] from Operation: 59+18=77
Current State: 86:[49, 58, 77], Operations: ['59+18=77']
Exploring Operation: 58-49=9, Resulting Numbers: [77, 9]
Generated Node #3: [77, 9] from Ope... | 4 | Current State: 86:[59, 18, 49, 58], Operations: []
Exploring Operation: 59-18=41, Resulting Numbers: [49, 58, 41]
Generated Node #0,0: 86:[49, 58, 41] Operation: 59-18=41
Exploring Operation: 59-58=1, Resulting Numbers: [18, 49, 1]
Generated Node #0,1: 86:[18, 49, 1] Operation: 59-58=1
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
74,
96,
10,
96
] | 65 | [
"74-10=64",
"96/96=1",
"64+1=65"
] | Current State: 65:[74, 96, 10, 96], Operations: []
Exploring Operation: 74-10=64, Resulting Numbers: [96, 96, 64]
Generated Node #2: [96, 96, 64] from Operation: 74-10=64
Current State: 65:[96, 96, 64], Operations: ['74-10=64']
Exploring Operation: 96/96=1, Resulting Numbers: [64, 1]
Generated Node #3: [64, 1] from Ope... | 4 | Current State: 65:[74, 96, 10, 96], Operations: []
Exploring Operation: 96/96=1, Resulting Numbers: [74, 10, 1]
Generated Node #0,0: 65:[74, 10, 1] Operation: 96/96=1
Exploring Operation: 96-96=0, Resulting Numbers: [74, 10, 0]
Generated Node #0,1: 65:[74, 10, 0] Operation: 96-96=0
Moving to Node #0,0
Current State: 65... | 0.986111 | hs_2 | sum_heuristic |
[
3,
72,
52,
2
] | 26 | [
"72/3=24",
"52-2=50",
"50-24=26"
] | Current State: 26:[3, 72, 52, 2], Operations: []
Exploring Operation: 72/3=24, Resulting Numbers: [52, 2, 24]
Generated Node #2: [52, 2, 24] from Operation: 72/3=24
Current State: 26:[52, 2, 24], Operations: ['72/3=24']
Exploring Operation: 52-2=50, Resulting Numbers: [24, 50]
Generated Node #3: [24, 50] from Operation... | 4 | Current State: 26:[3, 72, 52, 2], Operations: []
Exploring Operation: 72/3=24, Resulting Numbers: [52, 2, 24]
Generated Node #0,0: 26:[52, 2, 24] Operation: 72/3=24
Exploring Operation: 72/2=36, Resulting Numbers: [3, 52, 36]
Generated Node #0,1: 26:[3, 52, 36] Operation: 72/2=36
Exploring Operation: 72-52=20, Resultin... | 0.945313 | hs_4 | mult_heuristic |
[
57,
24,
60,
24
] | 57 | [
"24-24=0",
"60*0=0",
"57+0=57"
] | Current State: 57:[57, 24, 60, 24], Operations: []
Exploring Operation: 24-24=0, Resulting Numbers: [57, 60, 0]
Generated Node #2: [57, 60, 0] from Operation: 24-24=0
Current State: 57:[57, 60, 0], Operations: ['24-24=0']
Exploring Operation: 60*0=0, Resulting Numbers: [57, 0]
Generated Node #3: [57, 0] from Operation:... | 4 | Current State: 57:[57, 24, 60, 24], Operations: []
Exploring Operation: 24/24=1, Resulting Numbers: [57, 60, 1]
Generated Node #0,0: 57:[57, 60, 1] Operation: 24/24=1
Exploring Operation: 60-57=3, Resulting Numbers: [24, 24, 3]
Generated Node #0,1: 57:[24, 24, 3] Operation: 60-57=3
Exploring Operation: 24-24=0, Resulti... | 0 | hs_3 | mult_heuristic |
[
87,
67,
32,
55
] | 43 | [
"87-67=20",
"55-32=23",
"20+23=43"
] | Current State: 43:[87, 67, 32, 55], Operations: []
Exploring Operation: 87-67=20, Resulting Numbers: [32, 55, 20]
Generated Node #2: [32, 55, 20] from Operation: 87-67=20
Current State: 43:[32, 55, 20], Operations: ['87-67=20']
Exploring Operation: 55-32=23, Resulting Numbers: [20, 23]
Generated Node #3: [20, 23] from ... | 4 | Current State: 43:[87, 67, 32, 55], Operations: []
Exploring Operation: 67-32=35, Resulting Numbers: [87, 55, 35]
Generated Node #0,0: 43:[87, 55, 35] Operation: 67-32=35
Exploring Operation: 67-55=12, Resulting Numbers: [87, 32, 12]
Generated Node #0,1: 43:[87, 32, 12] Operation: 67-55=12
Exploring Operation: 87-67=20... | 0.981771 | hs_5 | mult_heuristic |
[
6,
82,
24,
71
] | 44 | [
"24/6=4",
"82-71=11",
"4*11=44"
] | Current State: 44:[6, 82, 24, 71], Operations: []
Exploring Operation: 24/6=4, Resulting Numbers: [82, 71, 4]
Generated Node #2: [82, 71, 4] from Operation: 24/6=4
Current State: 44:[82, 71, 4], Operations: ['24/6=4']
Exploring Operation: 82-71=11, Resulting Numbers: [4, 11]
Generated Node #3: [4, 11] from Operation: 8... | 4 | Current State: 44:[6, 82, 24, 71], Operations: []
Exploring Operation: 82-24=58, Resulting Numbers: [6, 71, 58]
Generated Node #0,0: 44:[6, 71, 58] Operation: 82-24=58
Exploring Operation: 82-71=11, Resulting Numbers: [6, 24, 11]
Generated Node #0,1: 44:[6, 24, 11] Operation: 82-71=11
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
78,
70,
27,
74
] | 47 | [
"78+70=148",
"27+74=101",
"148-101=47"
] | Current State: 47:[78, 70, 27, 74], Operations: []
Exploring Operation: 78+70=148, Resulting Numbers: [27, 74, 148]
Generated Node #2: [27, 74, 148] from Operation: 78+70=148
Current State: 47:[27, 74, 148], Operations: ['78+70=148']
Exploring Operation: 27+74=101, Resulting Numbers: [148, 101]
Generated Node #3: [148,... | 4 | Current State: 47:[78, 70, 27, 74], Operations: []
Exploring Operation: 78-70=8, Resulting Numbers: [27, 74, 8]
Generated Node #0,0: 47:[27, 74, 8] Operation: 78-70=8
Exploring Operation: 70-27=43, Resulting Numbers: [78, 74, 43]
Generated Node #0,1: 47:[78, 74, 43] Operation: 70-27=43
Exploring Operation: 74-27=47, Re... | 0.974826 | hs_4 | mult_heuristic |
[
62,
8,
4,
3
] | 57 | [
"62-3=59",
"8/4=2",
"59-2=57"
] | Current State: 57:[62, 8, 4, 3], Operations: []
Exploring Operation: 62-3=59, Resulting Numbers: [8, 4, 59]
Generated Node #2: [8, 4, 59] from Operation: 62-3=59
Current State: 57:[8, 4, 59], Operations: ['62-3=59']
Exploring Operation: 8/4=2, Resulting Numbers: [59, 2]
Generated Node #3: [59, 2] from Operation: 8/4=2
... | 4 | Current State: 57:[62, 8, 4, 3], Operations: []
Exploring Operation: 8-4=4, Resulting Numbers: [62, 3, 4]
Generated Node #0,0: 57:[62, 3, 4] Operation: 8-4=4
Exploring Operation: 62-8=54, Resulting Numbers: [4, 3, 54]
Generated Node #0,1: 57:[4, 3, 54] Operation: 62-8=54
Exploring Operation: 8/4=2, Resulting Numbers: [... | 0.956597 | hs_4 | sum_heuristic |
[
37,
32,
38,
69
] | 100 | [
"37+32=69",
"69-38=31",
"69+31=100"
] | Current State: 100:[37, 32, 38, 69], Operations: []
Exploring Operation: 37+32=69, Resulting Numbers: [38, 69, 69]
Generated Node #2: [38, 69, 69] from Operation: 37+32=69
Current State: 100:[38, 69, 69], Operations: ['37+32=69']
Exploring Operation: 69-38=31, Resulting Numbers: [31]
31,100 equal: Goal Reached
Explorin... | 4 | Current State: 100:[37, 32, 38, 69], Operations: []
Exploring Operation: 32+69=101, Resulting Numbers: [37, 38, 101]
Generated Node #0,0: 100:[37, 38, 101] Operation: 32+69=101
Exploring Operation: 37+69=106, Resulting Numbers: [32, 38, 106]
Generated Node #0,1: 100:[32, 38, 106] Operation: 37+69=106
Moving to Node #0,... | 0.989583 | hs_2 | sum_heuristic |
[
78,
31,
67,
94
] | 65 | [
"78-31=47",
"94/47=2",
"67-2=65"
] | Current State: 65:[78, 31, 67, 94], Operations: []
Exploring Operation: 78-31=47, Resulting Numbers: [67, 94, 47]
Generated Node #2: [67, 94, 47] from Operation: 78-31=47
Current State: 65:[67, 94, 47], Operations: ['78-31=47']
Exploring Operation: 94/47=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] from Ope... | 4 | Current State: 65:[78, 31, 67, 94], Operations: []
Exploring Operation: 94-67=27, Resulting Numbers: [78, 31, 27]
Generated Node #0,0: 65:[78, 31, 27] Operation: 94-67=27
Exploring Operation: 94-31=63, Resulting Numbers: [78, 67, 63]
Generated Node #0,1: 65:[78, 67, 63] Operation: 94-31=63
Exploring Operation: 94-78=16... | 0 | hs_3 | mult_heuristic |
[
62,
1,
32,
28
] | 59 | [
"62+1=63",
"32-28=4",
"63-4=59"
] | Current State: 59:[62, 1, 32, 28], Operations: []
Exploring Operation: 62+1=63, Resulting Numbers: [32, 28, 63]
Generated Node #2: [32, 28, 63] from Operation: 62+1=63
Current State: 59:[32, 28, 63], Operations: ['62+1=63']
Exploring Operation: 32-28=4, Resulting Numbers: [63, 4]
Generated Node #3: [63, 4] from Operati... | 4 | Current State: 59:[62, 1, 32, 28], Operations: []
Exploring Operation: 1+32=33, Resulting Numbers: [62, 28, 33]
Generated Node #0,0: 59:[62, 28, 33] Operation: 1+32=33
Exploring Operation: 62-1=61, Resulting Numbers: [32, 28, 61]
Generated Node #0,1: 59:[32, 28, 61] Operation: 62-1=61
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
62,
77,
84,
10
] | 45 | [
"62+77=139",
"84+10=94",
"139-94=45"
] | Current State: 45:[62, 77, 84, 10], Operations: []
Exploring Operation: 62+77=139, Resulting Numbers: [84, 10, 139]
Generated Node #2: [84, 10, 139] from Operation: 62+77=139
Current State: 45:[84, 10, 139], Operations: ['62+77=139']
Exploring Operation: 84+10=94, Resulting Numbers: [139, 94]
Generated Node #3: [139, 9... | 4 | Current State: 45:[62, 77, 84, 10], Operations: []
Exploring Operation: 84-77=7, Resulting Numbers: [62, 10, 7]
Generated Node #0,0: 45:[62, 10, 7] Operation: 84-77=7
Exploring Operation: 77-62=15, Resulting Numbers: [84, 10, 15]
Generated Node #0,1: 45:[84, 10, 15] Operation: 77-62=15
Exploring Operation: 84-62=22, Re... | 0.989583 | hs_3 | sum_heuristic |
[
90,
13,
9,
51
] | 54 | [
"90/9=10",
"13+51=64",
"64-10=54"
] | Current State: 54:[90, 13, 9, 51], Operations: []
Exploring Operation: 90/9=10, Resulting Numbers: [13, 51, 10]
Generated Node #2: [13, 51, 10] from Operation: 90/9=10
Current State: 54:[13, 51, 10], Operations: ['90/9=10']
Exploring Operation: 13+51=64, Resulting Numbers: [10, 64]
Generated Node #3: [10, 64] from Oper... | 4 | Current State: 54:[90, 13, 9, 51], Operations: []
Exploring Operation: 90-51=39, Resulting Numbers: [13, 9, 39]
Generated Node #0,0: 54:[13, 9, 39] Operation: 90-51=39
Exploring Operation: 90-13=77, Resulting Numbers: [9, 51, 77]
Generated Node #0,1: 54:[9, 51, 77] Operation: 90-13=77
Exploring Operation: 90/9=10, Resu... | 0.969618 | hs_3 | sum_heuristic |
[
78,
74,
3,
98
] | 50 | [
"78/3=26",
"98-74=24",
"26+24=50"
] | Current State: 50:[78, 74, 3, 98], Operations: []
Exploring Operation: 78/3=26, Resulting Numbers: [74, 98, 26]
Generated Node #2: [74, 98, 26] from Operation: 78/3=26
Current State: 50:[74, 98, 26], Operations: ['78/3=26']
Exploring Operation: 98-74=24, Resulting Numbers: [26, 24]
Generated Node #3: [26, 24] from Oper... | 4 | Current State: 50:[78, 74, 3, 98], Operations: []
Exploring Operation: 98-78=20, Resulting Numbers: [74, 3, 20]
Generated Node #0,0: 50:[74, 3, 20] Operation: 98-78=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 50:[74, 3, 20], Operations: ['98-78=20']
Exploring Operation: 74-20=54, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
65,
16,
75,
15
] | 100 | [
"65+75=140",
"16*15=240",
"240-140=100"
] | Current State: 100:[65, 16, 75, 15], Operations: []
Exploring Operation: 65+75=140, Resulting Numbers: [16, 15, 140]
Generated Node #2: [16, 15, 140] from Operation: 65+75=140
Current State: 100:[16, 15, 140], Operations: ['65+75=140']
Exploring Operation: 16*15=240, Resulting Numbers: [140, 240]
Generated Node #3: [14... | 4 | Current State: 100:[65, 16, 75, 15], Operations: []
Exploring Operation: 75-65=10, Resulting Numbers: [16, 15, 10]
Generated Node #0,0: 100:[16, 15, 10] Operation: 75-65=10
Moving to Node #0,0
Current State: 100:[16, 15, 10], Operations: ['75-65=10']
Exploring Operation: 16-15=1, Resulting Numbers: [10, 1]
Generated No... | 0 | hs_1 | sum_heuristic |
[
8,
99,
69,
3
] | 66 | [
"99-8=91",
"91-69=22",
"3*22=66"
] | Current State: 66:[8, 99, 69, 3], Operations: []
Exploring Operation: 99-8=91, Resulting Numbers: [69, 3, 91]
Generated Node #2: [69, 3, 91] from Operation: 99-8=91
Current State: 66:[69, 3, 91], Operations: ['99-8=91']
Exploring Operation: 91-69=22, Resulting Numbers: [3, 22]
Generated Node #3: [3, 22] from Operation:... | 4 | Current State: 66:[8, 99, 69, 3], Operations: []
Exploring Operation: 99-69=30, Resulting Numbers: [8, 3, 30]
Generated Node #0,0: 66:[8, 3, 30] Operation: 99-69=30
Exploring Operation: 99/3=33, Resulting Numbers: [8, 69, 33]
Generated Node #0,1: 66:[8, 69, 33] Operation: 99/3=33
Start Sub Search at level 1: Moving to ... | 0.992188 | hs_2 | mult_heuristic |
[
14,
54,
41,
32
] | 77 | [
"14+54=68",
"41-32=9",
"68+9=77"
] | Current State: 77:[14, 54, 41, 32], Operations: []
Exploring Operation: 14+54=68, Resulting Numbers: [41, 32, 68]
Generated Node #2: [41, 32, 68] from Operation: 14+54=68
Current State: 77:[41, 32, 68], Operations: ['14+54=68']
Exploring Operation: 41-32=9, Resulting Numbers: [68, 9]
Generated Node #3: [68, 9] from Ope... | 4 | Current State: 77:[14, 54, 41, 32], Operations: []
Exploring Operation: 54-41=13, Resulting Numbers: [14, 32, 13]
Generated Node #0,0: 77:[14, 32, 13] Operation: 54-41=13
Moving to Node #0,0
Current State: 77:[14, 32, 13], Operations: ['54-41=13']
Exploring Operation: 32-14=18, Resulting Numbers: [13, 18]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
52,
34,
94,
19
] | 35 | [
"94*19=1786",
"34+1786=1820",
"1820/52=35"
] | Current State: 35:[52, 34, 94, 19], Operations: []
Exploring Operation: 94*19=1786, Resulting Numbers: [52, 34, 1786]
Generated Node #2: [52, 34, 1786] from Operation: 94*19=1786
Current State: 35:[52, 34, 1786], Operations: ['94*19=1786']
Exploring Operation: 34+1786=1820, Resulting Numbers: [52, 1820]
Generated Node ... | 4 | Current State: 35:[52, 34, 94, 19], Operations: []
Exploring Operation: 94-19=75, Resulting Numbers: [52, 34, 75]
Generated Node #0,0: 35:[52, 34, 75] Operation: 94-19=75
Exploring Operation: 94-34=60, Resulting Numbers: [52, 19, 60]
Generated Node #0,1: 35:[52, 19, 60] Operation: 94-34=60
Exploring Operation: 52-19=33... | 0 | hs_5 | sum_heuristic |
[
29,
57,
40,
95
] | 58 | [
"57+40=97",
"97-95=2",
"29*2=58"
] | Current State: 58:[29, 57, 40, 95], Operations: []
Exploring Operation: 57+40=97, Resulting Numbers: [29, 95, 97]
Generated Node #2: [29, 95, 97] from Operation: 57+40=97
Current State: 58:[29, 95, 97], Operations: ['57+40=97']
Exploring Operation: 97-95=2, Resulting Numbers: [29, 2]
Generated Node #3: [29, 2] from Ope... | 4 | Current State: 58:[29, 57, 40, 95], Operations: []
Exploring Operation: 95-40=55, Resulting Numbers: [29, 57, 55]
Generated Node #0,0: 58:[29, 57, 55] Operation: 95-40=55
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[29, 57, 55], Operations: ['95-40=55']
Exploring Operation: 57-55=2, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
26,
62,
66,
28
] | 20 | [
"26*66=1716",
"62*28=1736",
"1736-1716=20"
] | Current State: 20:[26, 62, 66, 28], Operations: []
Exploring Operation: 26*66=1716, Resulting Numbers: [62, 28, 1716]
Generated Node #2: [62, 28, 1716] from Operation: 26*66=1716
Current State: 20:[62, 28, 1716], Operations: ['26*66=1716']
Exploring Operation: 62*28=1736, Resulting Numbers: [1716, 1736]
Generated Node ... | 4 | Current State: 20:[26, 62, 66, 28], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [26, 28, 4]
Generated Node #0,0: 20:[26, 28, 4] Operation: 66-62=4
Exploring Operation: 62-26=36, Resulting Numbers: [66, 28, 36]
Generated Node #0,1: 20:[66, 28, 36] Operation: 62-26=36
Exploring Operation: 66-28=38, Re... | 0 | hs_5 | mult_heuristic |
[
63,
18,
59,
3
] | 69 | [
"63-59=4",
"18*4=72",
"72-3=69"
] | Current State: 69:[63, 18, 59, 3], Operations: []
Exploring Operation: 63-59=4, Resulting Numbers: [18, 3, 4]
Generated Node #2: [18, 3, 4] from Operation: 63-59=4
Current State: 69:[18, 3, 4], Operations: ['63-59=4']
Exploring Operation: 18*4=72, Resulting Numbers: [3, 72]
Generated Node #3: [3, 72] from Operation: 18... | 4 | Current State: 69:[63, 18, 59, 3], Operations: []
Exploring Operation: 63-59=4, Resulting Numbers: [18, 3, 4]
Generated Node #0,0: 69:[18, 3, 4] Operation: 63-59=4
Exploring Operation: 18+59=77, Resulting Numbers: [63, 3, 77]
Generated Node #0,1: 69:[63, 3, 77] Operation: 18+59=77
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
11,
73,
7,
18
] | 12 | [
"73-7=66",
"66/11=6",
"18-6=12"
] | Current State: 12:[11, 73, 7, 18], Operations: []
Exploring Operation: 73-7=66, Resulting Numbers: [11, 18, 66]
Generated Node #2: [11, 18, 66] from Operation: 73-7=66
Current State: 12:[11, 18, 66], Operations: ['73-7=66']
Exploring Operation: 66/11=6, Resulting Numbers: [18, 6]
Generated Node #3: [18, 6] from Operati... | 4 | Current State: 12:[11, 73, 7, 18], Operations: []
Exploring Operation: 73-11=62, Resulting Numbers: [7, 18, 62]
Generated Node #0,0: 12:[7, 18, 62] Operation: 73-11=62
Exploring Operation: 73-18=55, Resulting Numbers: [11, 7, 55]
Generated Node #0,1: 12:[11, 7, 55] Operation: 73-18=55
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | mult_heuristic |
[
42,
3,
55,
66
] | 28 | [
"42-3=39",
"66-55=11",
"39-11=28"
] | Current State: 28:[42, 3, 55, 66], Operations: []
Exploring Operation: 42-3=39, Resulting Numbers: [55, 66, 39]
Generated Node #2: [55, 66, 39] from Operation: 42-3=39
Current State: 28:[55, 66, 39], Operations: ['42-3=39']
Exploring Operation: 66-55=11, Resulting Numbers: [39, 11]
Generated Node #3: [39, 11] from Oper... | 4 | Current State: 28:[42, 3, 55, 66], Operations: []
Exploring Operation: 66/3=22, Resulting Numbers: [42, 55, 22]
Generated Node #0,0: 28:[42, 55, 22] Operation: 66/3=22
Exploring Operation: 66-55=11, Resulting Numbers: [42, 3, 11]
Generated Node #0,1: 28:[42, 3, 11] Operation: 66-55=11
Exploring Operation: 66-42=24, Res... | 0.985243 | hs_4 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.