nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 | search_path stringlengths 505 16.8k | rating float64 0 0.99 | search_type stringclasses 5
values | heuristic stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
[
31,
12,
5,
33
] | 11 | [
"31+5=36",
"12*33=396",
"396/36=11"
] | Current State: 11:[31, 12, 5, 33], Operations: []
Exploring Operation: 31+5=36, Resulting Numbers: [12, 33, 36]
Generated Node #2: [12, 33, 36] from Operation: 31+5=36
Current State: 11:[12, 33, 36], Operations: ['31+5=36']
Exploring Operation: 12*33=396, Resulting Numbers: [36, 396]
Generated Node #3: [36, 396] from O... | 4 | Current State: 11:[31, 12, 5, 33], Operations: []
Exploring Operation: 33-31=2, Resulting Numbers: [12, 5, 2]
Generated Node #0,0: 11:[12, 5, 2] Operation: 33-31=2
Exploring Operation: 31-12=19, Resulting Numbers: [5, 33, 19]
Generated Node #0,1: 11:[5, 33, 19] Operation: 31-12=19
Moving to Node #0,0
Current State: 11:... | 0 | hs_2 | mult_heuristic |
[
33,
41,
14,
30
] | 36 | [
"41-33=8",
"14+30=44",
"44-8=36"
] | Current State: 36:[33, 41, 14, 30], Operations: []
Exploring Operation: 41-33=8, Resulting Numbers: [14, 30, 8]
Generated Node #2: [14, 30, 8] from Operation: 41-33=8
Current State: 36:[14, 30, 8], Operations: ['41-33=8']
Exploring Operation: 14+30=44, Resulting Numbers: [8, 44]
Generated Node #3: [8, 44] from Operatio... | 4 | Current State: 36:[33, 41, 14, 30], Operations: []
Exploring Operation: 33-30=3, Resulting Numbers: [41, 14, 3]
Generated Node #0,0: 36:[41, 14, 3] Operation: 33-30=3
Exploring Operation: 41-30=11, Resulting Numbers: [33, 14, 11]
Generated Node #0,1: 36:[33, 14, 11] Operation: 41-30=11
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
68,
25,
59,
89
] | 73 | [
"68-25=43",
"89-59=30",
"43+30=73"
] | Current State: 73:[68, 25, 59, 89], Operations: []
Exploring Operation: 68-25=43, Resulting Numbers: [59, 89, 43]
Generated Node #2: [59, 89, 43] from Operation: 68-25=43
Current State: 73:[59, 89, 43], Operations: ['68-25=43']
Exploring Operation: 89-59=30, Resulting Numbers: [43, 30]
Generated Node #3: [43, 30] from ... | 4 | Current State: 73:[68, 25, 59, 89], Operations: []
Exploring Operation: 25+59=84, Resulting Numbers: [68, 89, 84]
Generated Node #0,0: 73:[68, 89, 84] Operation: 25+59=84
Exploring Operation: 68+25=93, Resulting Numbers: [59, 89, 93]
Generated Node #0,1: 73:[59, 89, 93] Operation: 68+25=93
Exploring Operation: 89-25=64... | 0.985243 | hs_3 | sum_heuristic |
[
24,
49,
31,
44
] | 72 | [
"49+44=93",
"24*93=2232",
"2232/31=72"
] | Current State: 72:[24, 49, 31, 44], Operations: []
Exploring Operation: 49+44=93, Resulting Numbers: [24, 31, 93]
Generated Node #2: [24, 31, 93] from Operation: 49+44=93
Current State: 72:[24, 31, 93], Operations: ['49+44=93']
Exploring Operation: 24*93=2232, Resulting Numbers: [31, 2232]
Generated Node #3: [31, 2232]... | 4 | Current State: 72:[24, 49, 31, 44], Operations: []
Exploring Operation: 24+49=73, Resulting Numbers: [31, 44, 73]
Generated Node #0,0: 72:[31, 44, 73] Operation: 24+49=73
Exploring Operation: 49-44=5, Resulting Numbers: [24, 31, 5]
Generated Node #0,1: 72:[24, 31, 5] Operation: 49-44=5
Exploring Operation: 49-24=25, Re... | 0 | hs_4 | mult_heuristic |
[
23,
6,
20,
22
] | 14 | [
"23-22=1",
"20-6=14",
"1*14=14"
] | Current State: 14:[23, 6, 20, 22], Operations: []
Exploring Operation: 23-22=1, Resulting Numbers: [6, 20, 1]
Generated Node #2: [6, 20, 1] from Operation: 23-22=1
Current State: 14:[6, 20, 1], Operations: ['23-22=1']
Exploring Operation: 20-6=14, Resulting Numbers: [1, 14]
Generated Node #3: [1, 14] from Operation: 20... | 4 | Current State: 14:[23, 6, 20, 22], Operations: []
Exploring Operation: 23-22=1, Resulting Numbers: [6, 20, 1]
Generated Node #0,0: 14:[6, 20, 1] Operation: 23-22=1
Exploring Operation: 23-20=3, Resulting Numbers: [6, 22, 3]
Generated Node #0,1: 14:[6, 22, 3] Operation: 23-20=3
Moving to Node #0,0
Current State: 14:[6, ... | 0.992188 | hs_2 | sum_heuristic |
[
73,
33,
65,
81
] | 31 | [
"65+81=146",
"146/73=2",
"33-2=31"
] | Current State: 31:[73, 33, 65, 81], Operations: []
Exploring Operation: 65+81=146, Resulting Numbers: [73, 33, 146]
Generated Node #2: [73, 33, 146] from Operation: 65+81=146
Current State: 31:[73, 33, 146], Operations: ['65+81=146']
Exploring Operation: 146/73=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] f... | 4 | Current State: 31:[73, 33, 65, 81], Operations: []
Exploring Operation: 81-73=8, Resulting Numbers: [33, 65, 8]
Generated Node #0,0: 31:[33, 65, 8] Operation: 81-73=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[33, 65, 8], Operations: ['81-73=8']
Exploring Operation: 65-33=32, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
40,
17,
3,
60
] | 58 | [
"17+3=20",
"40/20=2",
"60-2=58"
] | Current State: 58:[40, 17, 3, 60], Operations: []
Exploring Operation: 17+3=20, Resulting Numbers: [40, 60, 20]
Generated Node #2: [40, 60, 20] from Operation: 17+3=20
Current State: 58:[40, 60, 20], Operations: ['17+3=20']
Exploring Operation: 40/20=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Operati... | 4 | Current State: 58:[40, 17, 3, 60], Operations: []
Exploring Operation: 17*3=51, Resulting Numbers: [40, 60, 51]
Generated Node #0,0: 58:[40, 60, 51] Operation: 17*3=51
Exploring Operation: 40-3=37, Resulting Numbers: [17, 60, 37]
Generated Node #0,1: 58:[17, 60, 37] Operation: 40-3=37
Exploring Operation: 40-17=23, Res... | 0 | hs_4 | sum_heuristic |
[
47,
21,
15,
94
] | 34 | [
"94/47=2",
"21+15=36",
"36-2=34"
] | Current State: 34:[47, 21, 15, 94], Operations: []
Exploring Operation: 94/47=2, Resulting Numbers: [21, 15, 2]
Generated Node #2: [21, 15, 2] from Operation: 94/47=2
Current State: 34:[21, 15, 2], Operations: ['94/47=2']
Exploring Operation: 21+15=36, Resulting Numbers: [2, 36]
Generated Node #3: [2, 36] from Operatio... | 4 | Current State: 34:[47, 21, 15, 94], Operations: []
Exploring Operation: 94/47=2, Resulting Numbers: [21, 15, 2]
Generated Node #0,0: 34:[21, 15, 2] Operation: 94/47=2
Exploring Operation: 94-47=47, Resulting Numbers: [21, 15, 47]
Generated Node #0,1: 34:[21, 15, 47] Operation: 94-47=47
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | sum_heuristic |
[
59,
2,
32,
71
] | 38 | [
"71-59=12",
"12/2=6",
"32+6=38"
] | Current State: 38:[59, 2, 32, 71], Operations: []
Exploring Operation: 71-59=12, Resulting Numbers: [2, 32, 12]
Generated Node #2: [2, 32, 12] from Operation: 71-59=12
Current State: 38:[2, 32, 12], Operations: ['71-59=12']
Exploring Operation: 12/2=6, Resulting Numbers: [32, 6]
Generated Node #3: [32, 6] from Operatio... | 4 | Current State: 38:[59, 2, 32, 71], Operations: []
Exploring Operation: 71-32=39, Resulting Numbers: [59, 2, 39]
Generated Node #0,0: 38:[59, 2, 39] Operation: 71-32=39
Exploring Operation: 71-59=12, Resulting Numbers: [2, 32, 12]
Generated Node #0,1: 38:[2, 32, 12] Operation: 71-59=12
Exploring Operation: 59-32=27, Res... | 0 | hs_3 | mult_heuristic |
[
71,
25,
83,
26
] | 63 | [
"71-25=46",
"83+26=109",
"109-46=63"
] | Current State: 63:[71, 25, 83, 26], Operations: []
Exploring Operation: 71-25=46, Resulting Numbers: [83, 26, 46]
Generated Node #2: [83, 26, 46] from Operation: 71-25=46
Current State: 63:[83, 26, 46], Operations: ['71-25=46']
Exploring Operation: 83+26=109, Resulting Numbers: [46, 109]
Generated Node #3: [46, 109] fr... | 4 | Current State: 63:[71, 25, 83, 26], Operations: []
Exploring Operation: 83-71=12, Resulting Numbers: [25, 26, 12]
Generated Node #0,0: 63:[25, 26, 12] Operation: 83-71=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 63:[25, 26, 12], Operations: ['83-71=12']
Exploring Operation: 26-25=1, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
76,
76,
68,
81
] | 14 | [
"76/76=1",
"81-68=13",
"1+13=14"
] | Current State: 14:[76, 76, 68, 81], Operations: []
Exploring Operation: 76/76=1, Resulting Numbers: [68, 81, 1]
Generated Node #2: [68, 81, 1] from Operation: 76/76=1
Current State: 14:[68, 81, 1], Operations: ['76/76=1']
Exploring Operation: 81-68=13, Resulting Numbers: [1, 13]
Generated Node #3: [1, 13] from Operatio... | 4 | Current State: 14:[76, 76, 68, 81], Operations: []
Exploring Operation: 76-76=0, Resulting Numbers: [68, 81, 0]
Generated Node #0,0: 14:[68, 81, 0] Operation: 76-76=0
Exploring Operation: 76/76=1, Resulting Numbers: [68, 81, 1]
Generated Node #0,1: 14:[68, 81, 1] Operation: 76/76=1
Exploring Operation: 81-76=5, Resulti... | 0.946181 | hs_4 | mult_heuristic |
[
63,
73,
50,
25
] | 65 | [
"73-63=10",
"50+25=75",
"75-10=65"
] | Current State: 65:[63, 73, 50, 25], Operations: []
Exploring Operation: 73-63=10, Resulting Numbers: [50, 25, 10]
Generated Node #2: [50, 25, 10] from Operation: 73-63=10
Current State: 65:[50, 25, 10], Operations: ['73-63=10']
Exploring Operation: 50+25=75, Resulting Numbers: [10, 75]
Generated Node #3: [10, 75] from ... | 4 | Current State: 65:[63, 73, 50, 25], Operations: []
Exploring Operation: 63-50=13, Resulting Numbers: [73, 25, 13]
Generated Node #0,0: 65:[73, 25, 13] Operation: 63-50=13
Exploring Operation: 50/25=2, Resulting Numbers: [63, 73, 2]
Generated Node #0,1: 65:[63, 73, 2] Operation: 50/25=2
Exploring Operation: 50+25=75, Re... | 0.975694 | hs_3 | sum_heuristic |
[
51,
68,
7,
93
] | 26 | [
"68-51=17",
"7*17=119",
"119-93=26"
] | Current State: 26:[51, 68, 7, 93], Operations: []
Exploring Operation: 68-51=17, Resulting Numbers: [7, 93, 17]
Generated Node #2: [7, 93, 17] from Operation: 68-51=17
Current State: 26:[7, 93, 17], Operations: ['68-51=17']
Exploring Operation: 7*17=119, Resulting Numbers: [93, 119]
Generated Node #3: [93, 119] from Op... | 4 | Current State: 26:[51, 68, 7, 93], Operations: []
Exploring Operation: 93-51=42, Resulting Numbers: [68, 7, 42]
Generated Node #0,0: 26:[68, 7, 42] Operation: 93-51=42
Exploring Operation: 93-68=25, Resulting Numbers: [51, 7, 25]
Generated Node #0,1: 26:[51, 7, 25] Operation: 93-68=25
Exploring Operation: 68-7=61, Resu... | 0 | hs_5 | mult_heuristic |
[
25,
56,
4,
3
] | 69 | [
"25+56=81",
"4*3=12",
"81-12=69"
] | Current State: 69:[25, 56, 4, 3], Operations: []
Exploring Operation: 25+56=81, Resulting Numbers: [4, 3, 81]
Generated Node #2: [4, 3, 81] from Operation: 25+56=81
Current State: 69:[4, 3, 81], Operations: ['25+56=81']
Exploring Operation: 4*3=12, Resulting Numbers: [81, 12]
Generated Node #3: [81, 12] from Operation:... | 4 | Current State: 69:[25, 56, 4, 3], Operations: []
Exploring Operation: 56-25=31, Resulting Numbers: [4, 3, 31]
Generated Node #0,0: 69:[4, 3, 31] Operation: 56-25=31
Exploring Operation: 56+4=60, Resulting Numbers: [25, 3, 60]
Generated Node #0,1: 69:[25, 3, 60] Operation: 56+4=60
Exploring Operation: 56/4=14, Resulting... | 0 | hs_3 | mult_heuristic |
[
89,
91,
7,
99
] | 74 | [
"89+91=180",
"7+99=106",
"180-106=74"
] | Current State: 74:[89, 91, 7, 99], Operations: []
Exploring Operation: 89+91=180, Resulting Numbers: [7, 99, 180]
Generated Node #2: [7, 99, 180] from Operation: 89+91=180
Current State: 74:[7, 99, 180], Operations: ['89+91=180']
Exploring Operation: 7+99=106, Resulting Numbers: [180, 106]
Generated Node #3: [180, 106]... | 4 | Current State: 74:[89, 91, 7, 99], Operations: []
Exploring Operation: 89-7=82, Resulting Numbers: [91, 99, 82]
Generated Node #0,0: 74:[91, 99, 82] Operation: 89-7=82
Exploring Operation: 91-89=2, Resulting Numbers: [7, 99, 2]
Generated Node #0,1: 74:[7, 99, 2] Operation: 91-89=2
Exploring Operation: 99-89=10, Resulti... | 0.988715 | hs_4 | sum_heuristic |
[
9,
5,
47,
72
] | 34 | [
"72/9=8",
"47-5=42",
"42-8=34"
] | Current State: 34:[9, 5, 47, 72], Operations: []
Exploring Operation: 72/9=8, Resulting Numbers: [5, 47, 8]
Generated Node #2: [5, 47, 8] from Operation: 72/9=8
Current State: 34:[5, 47, 8], Operations: ['72/9=8']
Exploring Operation: 47-5=42, Resulting Numbers: [8, 42]
Generated Node #3: [8, 42] from Operation: 47-5=4... | 4 | Current State: 34:[9, 5, 47, 72], Operations: []
Exploring Operation: 72/9=8, Resulting Numbers: [5, 47, 8]
Generated Node #0,0: 34:[5, 47, 8] Operation: 72/9=8
Exploring Operation: 72-47=25, Resulting Numbers: [9, 5, 25]
Generated Node #0,1: 34:[9, 5, 25] Operation: 72-47=25
Start Sub Search at level 1: Moving to Node... | 0.986979 | hs_2 | mult_heuristic |
[
14,
38,
92,
26
] | 19 | [
"38+92=130",
"130/26=5",
"14+5=19"
] | Current State: 19:[14, 38, 92, 26], Operations: []
Exploring Operation: 38+92=130, Resulting Numbers: [14, 26, 130]
Generated Node #2: [14, 26, 130] from Operation: 38+92=130
Current State: 19:[14, 26, 130], Operations: ['38+92=130']
Exploring Operation: 130/26=5, Resulting Numbers: [14, 5]
Generated Node #3: [14, 5] f... | 4 | Current State: 19:[14, 38, 92, 26], Operations: []
Exploring Operation: 38-26=12, Resulting Numbers: [14, 92, 12]
Generated Node #0,0: 19:[14, 92, 12] Operation: 38-26=12
Exploring Operation: 92-26=66, Resulting Numbers: [14, 38, 66]
Generated Node #0,1: 19:[14, 38, 66] Operation: 92-26=66
Exploring Operation: 92-38=54... | 0 | hs_5 | sum_heuristic |
[
18,
81,
66,
89
] | 40 | [
"81-18=63",
"89-66=23",
"63-23=40"
] | Current State: 40:[18, 81, 66, 89], Operations: []
Exploring Operation: 81-18=63, Resulting Numbers: [66, 89, 63]
Generated Node #2: [66, 89, 63] from Operation: 81-18=63
Current State: 40:[66, 89, 63], Operations: ['81-18=63']
Exploring Operation: 89-66=23, Resulting Numbers: [63, 23]
Generated Node #3: [63, 23] from ... | 4 | Current State: 40:[18, 81, 66, 89], Operations: []
Exploring Operation: 89-81=8, Resulting Numbers: [18, 66, 8]
Generated Node #0,0: 40:[18, 66, 8] Operation: 89-81=8
Exploring Operation: 89-66=23, Resulting Numbers: [18, 81, 23]
Generated Node #0,1: 40:[18, 81, 23] Operation: 89-66=23
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
75,
64,
74,
4
] | 60 | [
"75-74=1",
"64-4=60",
"1*60=60"
] | Current State: 60:[75, 64, 74, 4], Operations: []
Exploring Operation: 75-74=1, Resulting Numbers: [64, 4, 1]
Generated Node #2: [64, 4, 1] from Operation: 75-74=1
Current State: 60:[64, 4, 1], Operations: ['75-74=1']
Exploring Operation: 64-4=60, Resulting Numbers: [1, 60]
Generated Node #3: [1, 60] from Operation: 64... | 4 | Current State: 60:[75, 64, 74, 4], Operations: []
Exploring Operation: 75-4=71, Resulting Numbers: [64, 74, 71]
Generated Node #0,0: 60:[64, 74, 71] Operation: 75-4=71
Exploring Operation: 75-74=1, Resulting Numbers: [64, 4, 1]
Generated Node #0,1: 60:[64, 4, 1] Operation: 75-74=1
Exploring Operation: 75-64=11, Resulti... | 0.988715 | hs_4 | mult_heuristic |
[
17,
42,
26,
95
] | 94 | [
"42-17=25",
"95-26=69",
"25+69=94"
] | Current State: 94:[17, 42, 26, 95], Operations: []
Exploring Operation: 42-17=25, Resulting Numbers: [26, 95, 25]
Generated Node #2: [26, 95, 25] from Operation: 42-17=25
Current State: 94:[26, 95, 25], Operations: ['42-17=25']
Exploring Operation: 95-26=69, Resulting Numbers: [25, 69]
Generated Node #3: [25, 69] from ... | 4 | Current State: 94:[17, 42, 26, 95], Operations: []
Exploring Operation: 17+26=43, Resulting Numbers: [42, 95, 43]
Generated Node #0,0: 94:[42, 95, 43] Operation: 17+26=43
Exploring Operation: 26-17=9, Resulting Numbers: [42, 95, 9]
Generated Node #0,1: 94:[42, 95, 9] Operation: 26-17=9
Exploring Operation: 42-26=16, Re... | 0.984375 | hs_5 | sum_heuristic |
[
82,
4,
39,
64
] | 17 | [
"82+4=86",
"39+64=103",
"103-86=17"
] | Current State: 17:[82, 4, 39, 64], Operations: []
Exploring Operation: 82+4=86, Resulting Numbers: [39, 64, 86]
Generated Node #2: [39, 64, 86] from Operation: 82+4=86
Current State: 17:[39, 64, 86], Operations: ['82+4=86']
Exploring Operation: 39+64=103, Resulting Numbers: [86, 103]
Generated Node #3: [86, 103] from O... | 4 | Current State: 17:[82, 4, 39, 64], Operations: []
Exploring Operation: 82-64=18, Resulting Numbers: [4, 39, 18]
Generated Node #0,0: 17:[4, 39, 18] Operation: 82-64=18
Exploring Operation: 82-39=43, Resulting Numbers: [4, 64, 43]
Generated Node #0,1: 17:[4, 64, 43] Operation: 82-39=43
Moving to Node #0,0
Current State:... | 0.992188 | hs_2 | mult_heuristic |
[
50,
92,
51,
67
] | 89 | [
"67-50=17",
"51/17=3",
"92-3=89"
] | Current State: 89:[50, 92, 51, 67], Operations: []
Exploring Operation: 67-50=17, Resulting Numbers: [92, 51, 17]
Generated Node #2: [92, 51, 17] from Operation: 67-50=17
Current State: 89:[92, 51, 17], Operations: ['67-50=17']
Exploring Operation: 51/17=3, Resulting Numbers: [92, 3]
Generated Node #3: [92, 3] from Ope... | 4 | Current State: 89:[50, 92, 51, 67], Operations: []
Exploring Operation: 50+67=117, Resulting Numbers: [92, 51, 117]
Generated Node #0,0: 89:[92, 51, 117] Operation: 50+67=117
Exploring Operation: 51+67=118, Resulting Numbers: [50, 92, 118]
Generated Node #0,1: 89:[50, 92, 118] Operation: 51+67=118
Exploring Operation: ... | 0 | hs_3 | mult_heuristic |
[
83,
71,
23,
52
] | 33 | [
"71*23=1633",
"83+1633=1716",
"1716/52=33"
] | Current State: 33:[83, 71, 23, 52], Operations: []
Exploring Operation: 71*23=1633, Resulting Numbers: [83, 52, 1633]
Generated Node #2: [83, 52, 1633] from Operation: 71*23=1633
Current State: 33:[83, 52, 1633], Operations: ['71*23=1633']
Exploring Operation: 83+1633=1716, Resulting Numbers: [52, 1716]
Generated Node ... | 4 | Current State: 33:[83, 71, 23, 52], Operations: []
Exploring Operation: 83-52=31, Resulting Numbers: [71, 23, 31]
Generated Node #0,0: 33:[71, 23, 31] Operation: 83-52=31
Exploring Operation: 83-71=12, Resulting Numbers: [23, 52, 12]
Generated Node #0,1: 33:[23, 52, 12] Operation: 83-71=12
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
97,
56,
31,
4
] | 96 | [
"97+31=128",
"56*4=224",
"224-128=96"
] | Current State: 96:[97, 56, 31, 4], Operations: []
Exploring Operation: 97+31=128, Resulting Numbers: [56, 4, 128]
Generated Node #2: [56, 4, 128] from Operation: 97+31=128
Current State: 96:[56, 4, 128], Operations: ['97+31=128']
Exploring Operation: 56*4=224, Resulting Numbers: [128, 224]
Generated Node #3: [128, 224]... | 4 | Current State: 96:[97, 56, 31, 4], Operations: []
Exploring Operation: 56/4=14, Resulting Numbers: [97, 31, 14]
Generated Node #0,0: 96:[97, 31, 14] Operation: 56/4=14
Exploring Operation: 56-31=25, Resulting Numbers: [97, 4, 25]
Generated Node #0,1: 96:[97, 4, 25] Operation: 56-31=25
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
11,
4,
42,
40
] | 14 | [
"11-4=7",
"42-40=2",
"7*2=14"
] | Current State: 14:[11, 4, 42, 40], Operations: []
Exploring Operation: 11-4=7, Resulting Numbers: [42, 40, 7]
Generated Node #2: [42, 40, 7] from Operation: 11-4=7
Current State: 14:[42, 40, 7], Operations: ['11-4=7']
Exploring Operation: 42-40=2, Resulting Numbers: [7, 2]
Generated Node #3: [7, 2] from Operation: 42-4... | 4 | Current State: 14:[11, 4, 42, 40], Operations: []
Exploring Operation: 40/4=10, Resulting Numbers: [11, 42, 10]
Generated Node #0,0: 14:[11, 42, 10] Operation: 40/4=10
Exploring Operation: 42-40=2, Resulting Numbers: [11, 4, 2]
Generated Node #0,1: 14:[11, 4, 2] Operation: 42-40=2
Moving to Node #0,1
Current State: 14:... | 0.991319 | hs_2 | sum_heuristic |
[
35,
83,
58,
79
] | 89 | [
"83-35=48",
"58+79=137",
"137-48=89"
] | Current State: 89:[35, 83, 58, 79], Operations: []
Exploring Operation: 83-35=48, Resulting Numbers: [58, 79, 48]
Generated Node #2: [58, 79, 48] from Operation: 83-35=48
Current State: 89:[58, 79, 48], Operations: ['83-35=48']
Exploring Operation: 58+79=137, Resulting Numbers: [48, 137]
Generated Node #3: [48, 137] fr... | 4 | Current State: 89:[35, 83, 58, 79], Operations: []
Exploring Operation: 35+79=114, Resulting Numbers: [83, 58, 114]
Generated Node #0,0: 89:[83, 58, 114] Operation: 35+79=114
Exploring Operation: 35+58=93, Resulting Numbers: [83, 79, 93]
Generated Node #0,1: 89:[83, 79, 93] Operation: 35+58=93
Start Sub Search at level... | 0 | hs_2 | sum_heuristic |
[
77,
28,
65,
4
] | 64 | [
"77-28=49",
"65-49=16",
"4*16=64"
] | Current State: 64:[77, 28, 65, 4], Operations: []
Exploring Operation: 77-28=49, Resulting Numbers: [65, 4, 49]
Generated Node #2: [65, 4, 49] from Operation: 77-28=49
Current State: 64:[65, 4, 49], Operations: ['77-28=49']
Exploring Operation: 65-49=16, Resulting Numbers: [4, 16]
Generated Node #3: [4, 16] from Operat... | 4 | Current State: 64:[77, 28, 65, 4], Operations: []
Exploring Operation: 77-4=73, Resulting Numbers: [28, 65, 73]
Generated Node #0,0: 64:[28, 65, 73] Operation: 77-4=73
Exploring Operation: 28+4=32, Resulting Numbers: [77, 65, 32]
Generated Node #0,1: 64:[77, 65, 32] Operation: 28+4=32
Exploring Operation: 77-65=12, Res... | 0.988715 | hs_4 | sum_heuristic |
[
46,
50,
23,
30
] | 97 | [
"50-46=4",
"30*4=120",
"120-23=97"
] | Current State: 97:[46, 50, 23, 30], Operations: []
Exploring Operation: 50-46=4, Resulting Numbers: [23, 30, 4]
Generated Node #2: [23, 30, 4] from Operation: 50-46=4
Current State: 97:[23, 30, 4], Operations: ['50-46=4']
Exploring Operation: 30*4=120, Resulting Numbers: [23, 120]
Generated Node #3: [23, 120] from Oper... | 4 | Current State: 97:[46, 50, 23, 30], Operations: []
Exploring Operation: 46+23=69, Resulting Numbers: [50, 30, 69]
Generated Node #0,0: 97:[50, 30, 69] Operation: 46+23=69
Exploring Operation: 50+30=80, Resulting Numbers: [46, 23, 80]
Generated Node #0,1: 97:[46, 23, 80] Operation: 50+30=80
Exploring Operation: 50+23=73... | 0 | hs_5 | mult_heuristic |
[
16,
92,
22,
77
] | 23 | [
"92-16=76",
"22+77=99",
"99-76=23"
] | Current State: 23:[16, 92, 22, 77], Operations: []
Exploring Operation: 92-16=76, Resulting Numbers: [22, 77, 76]
Generated Node #2: [22, 77, 76] from Operation: 92-16=76
Current State: 23:[22, 77, 76], Operations: ['92-16=76']
Exploring Operation: 22+77=99, Resulting Numbers: [76, 99]
Generated Node #3: [76, 99] from ... | 4 | Current State: 23:[16, 92, 22, 77], Operations: []
Exploring Operation: 92-77=15, Resulting Numbers: [16, 22, 15]
Generated Node #0,0: 23:[16, 22, 15] Operation: 92-77=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[16, 22, 15], Operations: ['92-77=15']
Exploring Operation: 16+15=31, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
89,
52,
6,
65
] | 17 | [
"89-52=37",
"65+37=102",
"102/6=17"
] | Current State: 17:[89, 52, 6, 65], Operations: []
Exploring Operation: 89-52=37, Resulting Numbers: [6, 65, 37]
Generated Node #2: [6, 65, 37] from Operation: 89-52=37
Current State: 17:[6, 65, 37], Operations: ['89-52=37']
Exploring Operation: 65+37=102, Resulting Numbers: [6, 102]
Generated Node #3: [6, 102] from Ope... | 4 | Current State: 17:[89, 52, 6, 65], Operations: []
Exploring Operation: 89-52=37, Resulting Numbers: [6, 65, 37]
Generated Node #0,0: 17:[6, 65, 37] Operation: 89-52=37
Exploring Operation: 89-65=24, Resulting Numbers: [52, 6, 24]
Generated Node #0,1: 17:[52, 6, 24] Operation: 89-65=24
Exploring Operation: 65-52=13, Res... | 0 | hs_4 | mult_heuristic |
[
18,
21,
20,
40
] | 37 | [
"18+21=39",
"40/20=2",
"39-2=37"
] | Current State: 37:[18, 21, 20, 40], Operations: []
Exploring Operation: 18+21=39, Resulting Numbers: [20, 40, 39]
Generated Node #2: [20, 40, 39] from Operation: 18+21=39
Current State: 37:[20, 40, 39], Operations: ['18+21=39']
Exploring Operation: 40/20=2, Resulting Numbers: [39, 2]
Generated Node #3: [39, 2] from Ope... | 4 | Current State: 37:[18, 21, 20, 40], Operations: []
Exploring Operation: 18+20=38, Resulting Numbers: [21, 40, 38]
Generated Node #0,0: 37:[21, 40, 38] Operation: 18+20=38
Exploring Operation: 18+21=39, Resulting Numbers: [20, 40, 39]
Generated Node #0,1: 37:[20, 40, 39] Operation: 18+21=39
Exploring Operation: 40-18=22... | 0 | hs_4 | mult_heuristic |
[
5,
9,
58,
56
] | 28 | [
"5+9=14",
"58-56=2",
"14*2=28"
] | Current State: 28:[5, 9, 58, 56], Operations: []
Exploring Operation: 5+9=14, Resulting Numbers: [58, 56, 14]
Generated Node #2: [58, 56, 14] from Operation: 5+9=14
Current State: 28:[58, 56, 14], Operations: ['5+9=14']
Exploring Operation: 58-56=2, Resulting Numbers: [14, 2]
Generated Node #3: [14, 2] from Operation: ... | 4 | Current State: 28:[5, 9, 58, 56], Operations: []
Exploring Operation: 58-56=2, Resulting Numbers: [5, 9, 2]
Generated Node #0,0: 28:[5, 9, 2] Operation: 58-56=2
Exploring Operation: 56-9=47, Resulting Numbers: [5, 58, 47]
Generated Node #0,1: 28:[5, 58, 47] Operation: 56-9=47
Exploring Operation: 58-9=49, Resulting Num... | 0.986979 | hs_3 | sum_heuristic |
[
27,
72,
95,
49
] | 25 | [
"95+49=144",
"144/72=2",
"27-2=25"
] | Current State: 25:[27, 72, 95, 49], Operations: []
Exploring Operation: 95+49=144, Resulting Numbers: [27, 72, 144]
Generated Node #2: [27, 72, 144] from Operation: 95+49=144
Current State: 25:[27, 72, 144], Operations: ['95+49=144']
Exploring Operation: 144/72=2, Resulting Numbers: [27, 2]
Generated Node #3: [27, 2] f... | 4 | Current State: 25:[27, 72, 95, 49], Operations: []
Exploring Operation: 95-72=23, Resulting Numbers: [27, 49, 23]
Generated Node #0,0: 25:[27, 49, 23] Operation: 95-72=23
Exploring Operation: 95-49=46, Resulting Numbers: [27, 72, 46]
Generated Node #0,1: 25:[27, 72, 46] Operation: 95-49=46
Exploring Operation: 72-49=23... | 0 | hs_3 | mult_heuristic |
[
38,
41,
56,
13
] | 46 | [
"41-38=3",
"56-13=43",
"3+43=46"
] | Current State: 46:[38, 41, 56, 13], Operations: []
Exploring Operation: 41-38=3, Resulting Numbers: [56, 13, 3]
Generated Node #2: [56, 13, 3] from Operation: 41-38=3
Current State: 46:[56, 13, 3], Operations: ['41-38=3']
Exploring Operation: 56-13=43, Resulting Numbers: [3, 43]
Generated Node #3: [3, 43] from Operatio... | 4 | Current State: 46:[38, 41, 56, 13], Operations: []
Exploring Operation: 38-13=25, Resulting Numbers: [41, 56, 25]
Generated Node #0,0: 46:[41, 56, 25] Operation: 38-13=25
Exploring Operation: 56-38=18, Resulting Numbers: [41, 13, 18]
Generated Node #0,1: 46:[41, 13, 18] Operation: 56-38=18
Exploring Operation: 56-13=43... | 0.988715 | hs_3 | sum_heuristic |
[
44,
72,
75,
21
] | 100 | [
"72-44=28",
"75*28=2100",
"2100/21=100"
] | Current State: 100:[44, 72, 75, 21], Operations: []
Exploring Operation: 72-44=28, Resulting Numbers: [75, 21, 28]
Generated Node #2: [75, 21, 28] from Operation: 72-44=28
Current State: 100:[75, 21, 28], Operations: ['72-44=28']
Exploring Operation: 75*28=2100, Resulting Numbers: [21, 2100]
Generated Node #3: [21, 210... | 4 | Current State: 100:[44, 72, 75, 21], Operations: []
Exploring Operation: 75+21=96, Resulting Numbers: [44, 72, 96]
Generated Node #0,0: 100:[44, 72, 96] Operation: 75+21=96
Exploring Operation: 75-72=3, Resulting Numbers: [44, 21, 3]
Generated Node #0,1: 100:[44, 21, 3] Operation: 75-72=3
Exploring Operation: 75-44=31,... | 0 | hs_5 | mult_heuristic |
[
38,
5,
98,
11
] | 44 | [
"38+5=43",
"98-11=87",
"87-43=44"
] | Current State: 44:[38, 5, 98, 11], Operations: []
Exploring Operation: 38+5=43, Resulting Numbers: [98, 11, 43]
Generated Node #2: [98, 11, 43] from Operation: 38+5=43
Current State: 44:[98, 11, 43], Operations: ['38+5=43']
Exploring Operation: 98-11=87, Resulting Numbers: [43, 87]
Generated Node #3: [43, 87] from Oper... | 4 | Current State: 44:[38, 5, 98, 11], Operations: []
Exploring Operation: 98-11=87, Resulting Numbers: [38, 5, 87]
Generated Node #0,0: 44:[38, 5, 87] Operation: 98-11=87
Exploring Operation: 98-38=60, Resulting Numbers: [5, 11, 60]
Generated Node #0,1: 44:[5, 11, 60] Operation: 98-38=60
Start Sub Search at level 1: Movin... | 0.990451 | hs_2 | mult_heuristic |
[
42,
97,
76,
16
] | 32 | [
"42*16=672",
"97-76=21",
"672/21=32"
] | Current State: 32:[42, 97, 76, 16], Operations: []
Exploring Operation: 42*16=672, Resulting Numbers: [97, 76, 672]
Generated Node #2: [97, 76, 672] from Operation: 42*16=672
Current State: 32:[97, 76, 672], Operations: ['42*16=672']
Exploring Operation: 97-76=21, Resulting Numbers: [672, 21]
Generated Node #3: [672, 2... | 4 | Current State: 32:[42, 97, 76, 16], Operations: []
Exploring Operation: 76-42=34, Resulting Numbers: [97, 16, 34]
Generated Node #0,0: 32:[97, 16, 34] Operation: 76-42=34
Exploring Operation: 97-76=21, Resulting Numbers: [42, 16, 21]
Generated Node #0,1: 32:[42, 16, 21] Operation: 97-76=21
Exploring Operation: 97-16=81... | 0.987847 | hs_4 | mult_heuristic |
[
30,
22,
97,
17
] | 72 | [
"30-22=8",
"97-17=80",
"80-8=72"
] | Current State: 72:[30, 22, 97, 17], Operations: []
Exploring Operation: 30-22=8, Resulting Numbers: [97, 17, 8]
Generated Node #2: [97, 17, 8] from Operation: 30-22=8
Current State: 72:[97, 17, 8], Operations: ['30-22=8']
Exploring Operation: 97-17=80, Resulting Numbers: [8, 80]
Generated Node #3: [8, 80] from Operatio... | 4 | Current State: 72:[30, 22, 97, 17], Operations: []
Exploring Operation: 97-17=80, Resulting Numbers: [30, 22, 80]
Generated Node #0,0: 72:[30, 22, 80] Operation: 97-17=80
Exploring Operation: 97-30=67, Resulting Numbers: [22, 17, 67]
Generated Node #0,1: 72:[22, 17, 67] Operation: 97-30=67
Exploring Operation: 97-22=75... | 0.989583 | hs_3 | mult_heuristic |
[
59,
58,
34,
78
] | 51 | [
"59+58=117",
"34*117=3978",
"3978/78=51"
] | Current State: 51:[59, 58, 34, 78], Operations: []
Exploring Operation: 59+58=117, Resulting Numbers: [34, 78, 117]
Generated Node #2: [34, 78, 117] from Operation: 59+58=117
Current State: 51:[34, 78, 117], Operations: ['59+58=117']
Exploring Operation: 34*117=3978, Resulting Numbers: [78, 3978]
Generated Node #3: [78... | 4 | Current State: 51:[59, 58, 34, 78], Operations: []
Exploring Operation: 78-59=19, Resulting Numbers: [58, 34, 19]
Generated Node #0,0: 51:[58, 34, 19] Operation: 78-59=19
Exploring Operation: 78-34=44, Resulting Numbers: [59, 58, 44]
Generated Node #0,1: 51:[59, 58, 44] Operation: 78-34=44
Exploring Operation: 78-58=20... | 0 | hs_3 | mult_heuristic |
[
28,
63,
3,
10
] | 95 | [
"63-28=35",
"3*35=105",
"105-10=95"
] | Current State: 95:[28, 63, 3, 10], Operations: []
Exploring Operation: 63-28=35, Resulting Numbers: [3, 10, 35]
Generated Node #2: [3, 10, 35] from Operation: 63-28=35
Current State: 95:[3, 10, 35], Operations: ['63-28=35']
Exploring Operation: 3*35=105, Resulting Numbers: [10, 105]
Generated Node #3: [10, 105] from Op... | 4 | Current State: 95:[28, 63, 3, 10], Operations: []
Exploring Operation: 63/3=21, Resulting Numbers: [28, 10, 21]
Generated Node #0,0: 95:[28, 10, 21] Operation: 63/3=21
Exploring Operation: 28+63=91, Resulting Numbers: [3, 10, 91]
Generated Node #0,1: 95:[3, 10, 91] Operation: 28+63=91
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
25,
52,
14,
75
] | 34 | [
"52-25=27",
"75-14=61",
"61-27=34"
] | Current State: 34:[25, 52, 14, 75], Operations: []
Exploring Operation: 52-25=27, Resulting Numbers: [14, 75, 27]
Generated Node #2: [14, 75, 27] from Operation: 52-25=27
Current State: 34:[14, 75, 27], Operations: ['52-25=27']
Exploring Operation: 75-14=61, Resulting Numbers: [27, 61]
Generated Node #3: [27, 61] from ... | 4 | Current State: 34:[25, 52, 14, 75], Operations: []
Exploring Operation: 52-25=27, Resulting Numbers: [14, 75, 27]
Generated Node #0,0: 34:[14, 75, 27] Operation: 52-25=27
Exploring Operation: 75/25=3, Resulting Numbers: [52, 14, 3]
Generated Node #0,1: 34:[52, 14, 3] Operation: 75/25=3
Exploring Operation: 75-25=50, Re... | 0.967014 | hs_4 | sum_heuristic |
[
72,
36,
80,
16
] | 41 | [
"72-36=36",
"80/16=5",
"36+5=41"
] | Current State: 41:[72, 36, 80, 16], Operations: []
Exploring Operation: 72-36=36, Resulting Numbers: [80, 16, 36]
Generated Node #2: [80, 16, 36] from Operation: 72-36=36
Current State: 41:[80, 16, 36], Operations: ['72-36=36']
Exploring Operation: 80/16=5, Resulting Numbers: [36, 5]
Generated Node #3: [36, 5] from Ope... | 4 | Current State: 41:[72, 36, 80, 16], Operations: []
Exploring Operation: 80-36=44, Resulting Numbers: [72, 16, 44]
Generated Node #0,0: 41:[72, 16, 44] Operation: 80-36=44
Exploring Operation: 72-16=56, Resulting Numbers: [36, 80, 56]
Generated Node #0,1: 41:[36, 80, 56] Operation: 72-16=56
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
9,
30,
21,
4
] | 11 | [
"30*4=120",
"120-21=99",
"99/9=11"
] | Current State: 11:[9, 30, 21, 4], Operations: []
Exploring Operation: 30*4=120, Resulting Numbers: [9, 21, 120]
Generated Node #2: [9, 21, 120] from Operation: 30*4=120
Current State: 11:[9, 21, 120], Operations: ['30*4=120']
Exploring Operation: 120-21=99, Resulting Numbers: [9, 99]
Generated Node #3: [9, 99] from Ope... | 4 | Current State: 11:[9, 30, 21, 4], Operations: []
Exploring Operation: 30-21=9, Resulting Numbers: [9, 4, 9]
Generated Node #0,0: 11:[9, 4, 9] Operation: 30-21=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[9, 4, 9], Operations: ['30-21=9']
Exploring Operation: 9+4=13, Resulting Numbers: [9, 13]
G... | 0 | hs_1 | sum_heuristic |
[
2,
19,
12,
5
] | 98 | [
"2*19=38",
"12*5=60",
"38+60=98"
] | Current State: 98:[2, 19, 12, 5], Operations: []
Exploring Operation: 2*19=38, Resulting Numbers: [12, 5, 38]
Generated Node #2: [12, 5, 38] from Operation: 2*19=38
Current State: 98:[12, 5, 38], Operations: ['2*19=38']
Exploring Operation: 12*5=60, Resulting Numbers: [38, 60]
Generated Node #3: [38, 60] from Operation... | 4 | Current State: 98:[2, 19, 12, 5], Operations: []
Exploring Operation: 19-5=14, Resulting Numbers: [2, 12, 14]
Generated Node #0,0: 98:[2, 12, 14] Operation: 19-5=14
Exploring Operation: 19-12=7, Resulting Numbers: [2, 5, 7]
Generated Node #0,1: 98:[2, 5, 7] Operation: 19-12=7
Moving to Node #0,0
Current State: 98:[2, 1... | 0 | hs_2 | mult_heuristic |
[
26,
97,
19,
1
] | 53 | [
"97-26=71",
"19-1=18",
"71-18=53"
] | Current State: 53:[26, 97, 19, 1], Operations: []
Exploring Operation: 97-26=71, Resulting Numbers: [19, 1, 71]
Generated Node #2: [19, 1, 71] from Operation: 97-26=71
Current State: 53:[19, 1, 71], Operations: ['97-26=71']
Exploring Operation: 19-1=18, Resulting Numbers: [71, 18]
Generated Node #3: [71, 18] from Opera... | 4 | Current State: 53:[26, 97, 19, 1], Operations: []
Exploring Operation: 97-19=78, Resulting Numbers: [26, 1, 78]
Generated Node #0,0: 53:[26, 1, 78] Operation: 97-19=78
Exploring Operation: 97-26=71, Resulting Numbers: [19, 1, 71]
Generated Node #0,1: 53:[19, 1, 71] Operation: 97-26=71
Exploring Operation: 26+19=45, Res... | 0 | hs_4 | mult_heuristic |
[
51,
15,
39,
94
] | 19 | [
"51-15=36",
"94-39=55",
"55-36=19"
] | Current State: 19:[51, 15, 39, 94], Operations: []
Exploring Operation: 51-15=36, Resulting Numbers: [39, 94, 36]
Generated Node #2: [39, 94, 36] from Operation: 51-15=36
Current State: 19:[39, 94, 36], Operations: ['51-15=36']
Exploring Operation: 94-39=55, Resulting Numbers: [36, 55]
Generated Node #3: [36, 55] from ... | 4 | Current State: 19:[51, 15, 39, 94], Operations: []
Exploring Operation: 94-39=55, Resulting Numbers: [51, 15, 55]
Generated Node #0,0: 19:[51, 15, 55] Operation: 94-39=55
Exploring Operation: 94-51=43, Resulting Numbers: [15, 39, 43]
Generated Node #0,1: 19:[15, 39, 43] Operation: 94-51=43
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
12,
47,
6,
18
] | 50 | [
"12-6=6",
"18/6=3",
"47+3=50"
] | Current State: 50:[12, 47, 6, 18], Operations: []
Exploring Operation: 12-6=6, Resulting Numbers: [47, 18, 6]
Generated Node #2: [47, 18, 6] from Operation: 12-6=6
Current State: 50:[47, 18, 6], Operations: ['12-6=6']
Exploring Operation: 18/6=3, Resulting Numbers: [47, 3]
Generated Node #3: [47, 3] from Operation: 18/... | 4 | Current State: 50:[12, 47, 6, 18], Operations: []
Exploring Operation: 6+18=24, Resulting Numbers: [12, 47, 24]
Generated Node #0,0: 50:[12, 47, 24] Operation: 6+18=24
Exploring Operation: 18-12=6, Resulting Numbers: [47, 6, 6]
Generated Node #0,1: 50:[47, 6, 6] Operation: 18-12=6
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
12,
14,
49,
4
] | 41 | [
"14-12=2",
"4*2=8",
"49-8=41"
] | Current State: 41:[12, 14, 49, 4], Operations: []
Exploring Operation: 14-12=2, Resulting Numbers: [49, 4, 2]
Generated Node #2: [49, 4, 2] from Operation: 14-12=2
Current State: 41:[49, 4, 2], Operations: ['14-12=2']
Exploring Operation: 4*2=8, Resulting Numbers: [49, 8]
Generated Node #3: [49, 8] from Operation: 4*2=... | 4 | Current State: 41:[12, 14, 49, 4], Operations: []
Exploring Operation: 12*4=48, Resulting Numbers: [14, 49, 48]
Generated Node #0,0: 41:[14, 49, 48] Operation: 12*4=48
Start Sub Search at level 1: Moving to Node #0,0
Current State: 41:[14, 49, 48], Operations: ['12*4=48']
Exploring Operation: 49-14=35, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
63,
45,
61,
75
] | 60 | [
"63-61=2",
"45+75=120",
"120/2=60"
] | Current State: 60:[63, 45, 61, 75], Operations: []
Exploring Operation: 63-61=2, Resulting Numbers: [45, 75, 2]
Generated Node #2: [45, 75, 2] from Operation: 63-61=2
Current State: 60:[45, 75, 2], Operations: ['63-61=2']
Exploring Operation: 45+75=120, Resulting Numbers: [2, 120]
Generated Node #3: [2, 120] from Opera... | 4 | Current State: 60:[63, 45, 61, 75], Operations: []
Exploring Operation: 75-45=30, Resulting Numbers: [63, 61, 30]
Generated Node #0,0: 60:[63, 61, 30] Operation: 75-45=30
Start Sub Search at level 1: Moving to Node #0,0
Current State: 60:[63, 61, 30], Operations: ['75-45=30']
Exploring Operation: 63-61=2, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
21,
50,
73,
69
] | 63 | [
"21*69=1449",
"73-50=23",
"1449/23=63"
] | Current State: 63:[21, 50, 73, 69], Operations: []
Exploring Operation: 21*69=1449, Resulting Numbers: [50, 73, 1449]
Generated Node #2: [50, 73, 1449] from Operation: 21*69=1449
Current State: 63:[50, 73, 1449], Operations: ['21*69=1449']
Exploring Operation: 73-50=23, Resulting Numbers: [1449, 23]
Generated Node #3: ... | 4 | Current State: 63:[21, 50, 73, 69], Operations: []
Exploring Operation: 69-50=19, Resulting Numbers: [21, 73, 19]
Generated Node #0,0: 63:[21, 73, 19] Operation: 69-50=19
Exploring Operation: 73-50=23, Resulting Numbers: [21, 69, 23]
Generated Node #0,1: 63:[21, 69, 23] Operation: 73-50=23
Exploring Operation: 73-69=4,... | 0.989583 | hs_3 | sum_heuristic |
[
50,
22,
19,
33
] | 88 | [
"50*33=1650",
"22+1650=1672",
"1672/19=88"
] | Current State: 88:[50, 22, 19, 33], Operations: []
Exploring Operation: 50*33=1650, Resulting Numbers: [22, 19, 1650]
Generated Node #2: [22, 19, 1650] from Operation: 50*33=1650
Current State: 88:[22, 19, 1650], Operations: ['50*33=1650']
Exploring Operation: 22+1650=1672, Resulting Numbers: [19, 1672]
Generated Node ... | 4 | Current State: 88:[50, 22, 19, 33], Operations: []
Exploring Operation: 33-22=11, Resulting Numbers: [50, 19, 11]
Generated Node #0,0: 88:[50, 19, 11] Operation: 33-22=11
Exploring Operation: 50-33=17, Resulting Numbers: [22, 19, 17]
Generated Node #0,1: 88:[22, 19, 17] Operation: 50-33=17
Exploring Operation: 50+33=83... | 0 | hs_3 | sum_heuristic |
[
16,
46,
56,
7
] | 42 | [
"16+46=62",
"62-56=6",
"7*6=42"
] | Current State: 42:[16, 46, 56, 7], Operations: []
Exploring Operation: 16+46=62, Resulting Numbers: [56, 7, 62]
Generated Node #2: [56, 7, 62] from Operation: 16+46=62
Current State: 42:[56, 7, 62], Operations: ['16+46=62']
Exploring Operation: 62-56=6, Resulting Numbers: [7, 6]
Generated Node #3: [7, 6] from Operation... | 4 | Current State: 42:[16, 46, 56, 7], Operations: []
Exploring Operation: 56-46=10, Resulting Numbers: [16, 7, 10]
Generated Node #0,0: 42:[16, 7, 10] Operation: 56-46=10
Exploring Operation: 56/7=8, Resulting Numbers: [16, 46, 8]
Generated Node #0,1: 42:[16, 46, 8] Operation: 56/7=8
Exploring Operation: 56-16=40, Resulti... | 0.986979 | hs_4 | sum_heuristic |
[
98,
99,
24,
70
] | 92 | [
"98+70=168",
"168/24=7",
"99-7=92"
] | Current State: 92:[98, 99, 24, 70], Operations: []
Exploring Operation: 98+70=168, Resulting Numbers: [99, 24, 168]
Generated Node #2: [99, 24, 168] from Operation: 98+70=168
Current State: 92:[99, 24, 168], Operations: ['98+70=168']
Exploring Operation: 168/24=7, Resulting Numbers: [99, 7]
Generated Node #3: [99, 7] f... | 4 | Current State: 92:[98, 99, 24, 70], Operations: []
Exploring Operation: 99-70=29, Resulting Numbers: [98, 24, 29]
Generated Node #0,0: 92:[98, 24, 29] Operation: 99-70=29
Exploring Operation: 98-70=28, Resulting Numbers: [99, 24, 28]
Generated Node #0,1: 92:[99, 24, 28] Operation: 98-70=28
Exploring Operation: 24+70=94... | 0 | hs_5 | sum_heuristic |
[
48,
96,
88,
52
] | 16 | [
"96/48=2",
"52*2=104",
"104-88=16"
] | Current State: 16:[48, 96, 88, 52], Operations: []
Exploring Operation: 96/48=2, Resulting Numbers: [88, 52, 2]
Generated Node #2: [88, 52, 2] from Operation: 96/48=2
Current State: 16:[88, 52, 2], Operations: ['96/48=2']
Exploring Operation: 52*2=104, Resulting Numbers: [88, 104]
Generated Node #3: [88, 104] from Oper... | 4 | Current State: 16:[48, 96, 88, 52], Operations: []
Exploring Operation: 96-88=8, Resulting Numbers: [48, 52, 8]
Generated Node #0,0: 16:[48, 52, 8] Operation: 96-88=8
Exploring Operation: 96/48=2, Resulting Numbers: [88, 52, 2]
Generated Node #0,1: 16:[88, 52, 2] Operation: 96/48=2
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
77,
3,
8,
5
] | 84 | [
"77-8=69",
"3*5=15",
"69+15=84"
] | Current State: 84:[77, 3, 8, 5], Operations: []
Exploring Operation: 77-8=69, Resulting Numbers: [3, 5, 69]
Generated Node #2: [3, 5, 69] from Operation: 77-8=69
Current State: 84:[3, 5, 69], Operations: ['77-8=69']
Exploring Operation: 3*5=15, Resulting Numbers: [69, 15]
Generated Node #3: [69, 15] from Operation: 3*5... | 4 | Current State: 84:[77, 3, 8, 5], Operations: []
Exploring Operation: 77+8=85, Resulting Numbers: [3, 5, 85]
Generated Node #0,0: 84:[3, 5, 85] Operation: 77+8=85
Exploring Operation: 77+5=82, Resulting Numbers: [3, 8, 82]
Generated Node #0,1: 84:[3, 8, 82] Operation: 77+5=82
Exploring Operation: 77+3=80, Resulting Numb... | 0 | hs_4 | sum_heuristic |
[
30,
18,
91,
2
] | 52 | [
"91-30=61",
"18/2=9",
"61-9=52"
] | Current State: 52:[30, 18, 91, 2], Operations: []
Exploring Operation: 91-30=61, Resulting Numbers: [18, 2, 61]
Generated Node #2: [18, 2, 61] from Operation: 91-30=61
Current State: 52:[18, 2, 61], Operations: ['91-30=61']
Exploring Operation: 18/2=9, Resulting Numbers: [61, 9]
Generated Node #3: [61, 9] from Operatio... | 4 | Current State: 52:[30, 18, 91, 2], Operations: []
Exploring Operation: 91-30=61, Resulting Numbers: [18, 2, 61]
Generated Node #0,0: 52:[18, 2, 61] Operation: 91-30=61
Exploring Operation: 91-18=73, Resulting Numbers: [30, 2, 73]
Generated Node #0,1: 52:[30, 2, 73] Operation: 91-18=73
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
30,
27,
7,
47
] | 60 | [
"7+47=54",
"30*54=1620",
"1620/27=60"
] | Current State: 60:[30, 27, 7, 47], Operations: []
Exploring Operation: 7+47=54, Resulting Numbers: [30, 27, 54]
Generated Node #2: [30, 27, 54] from Operation: 7+47=54
Current State: 60:[30, 27, 54], Operations: ['7+47=54']
Exploring Operation: 30*54=1620, Resulting Numbers: [27, 1620]
Generated Node #3: [27, 1620] fro... | 4 | Current State: 60:[30, 27, 7, 47], Operations: []
Exploring Operation: 7+47=54, Resulting Numbers: [30, 27, 54]
Generated Node #0,0: 60:[30, 27, 54] Operation: 7+47=54
Exploring Operation: 27-7=20, Resulting Numbers: [30, 47, 20]
Generated Node #0,1: 60:[30, 47, 20] Operation: 27-7=20
Exploring Operation: 47-30=17, Res... | 0.965278 | hs_4 | mult_heuristic |
[
6,
18,
2,
49
] | 25 | [
"18-6=12",
"2*12=24",
"49-24=25"
] | Current State: 25:[6, 18, 2, 49], Operations: []
Exploring Operation: 18-6=12, Resulting Numbers: [2, 49, 12]
Generated Node #2: [2, 49, 12] from Operation: 18-6=12
Current State: 25:[2, 49, 12], Operations: ['18-6=12']
Exploring Operation: 2*12=24, Resulting Numbers: [49, 24]
Generated Node #3: [49, 24] from Operation... | 4 | Current State: 25:[6, 18, 2, 49], Operations: []
Exploring Operation: 18/6=3, Resulting Numbers: [2, 49, 3]
Generated Node #0,0: 25:[2, 49, 3] Operation: 18/6=3
Exploring Operation: 49-6=43, Resulting Numbers: [18, 2, 43]
Generated Node #0,1: 25:[18, 2, 43] Operation: 49-6=43
Exploring Operation: 18/2=9, Resulting Numb... | 0 | hs_5 | sum_heuristic |
[
3,
69,
81,
20
] | 78 | [
"69/3=23",
"81+20=101",
"101-23=78"
] | Current State: 78:[3, 69, 81, 20], Operations: []
Exploring Operation: 69/3=23, Resulting Numbers: [81, 20, 23]
Generated Node #2: [81, 20, 23] from Operation: 69/3=23
Current State: 78:[81, 20, 23], Operations: ['69/3=23']
Exploring Operation: 81+20=101, Resulting Numbers: [23, 101]
Generated Node #3: [23, 101] from O... | 4 | Current State: 78:[3, 69, 81, 20], Operations: []
Exploring Operation: 69/3=23, Resulting Numbers: [81, 20, 23]
Generated Node #0,0: 78:[81, 20, 23] Operation: 69/3=23
Exploring Operation: 81-69=12, Resulting Numbers: [3, 20, 12]
Generated Node #0,1: 78:[3, 20, 12] Operation: 81-69=12
Exploring Operation: 69-20=49, Res... | 0.980035 | hs_3 | sum_heuristic |
[
82,
73,
66,
41
] | 40 | [
"82/41=2",
"66/2=33",
"73-33=40"
] | Current State: 40:[82, 73, 66, 41], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [73, 66, 2]
Generated Node #2: [73, 66, 2] from Operation: 82/41=2
Current State: 40:[73, 66, 2], Operations: ['82/41=2']
Exploring Operation: 66/2=33, Resulting Numbers: [73, 33]
Generated Node #3: [73, 33] from Operati... | 4 | Current State: 40:[82, 73, 66, 41], Operations: []
Exploring Operation: 82-66=16, Resulting Numbers: [73, 41, 16]
Generated Node #0,0: 40:[73, 41, 16] Operation: 82-66=16
Exploring Operation: 73-66=7, Resulting Numbers: [82, 41, 7]
Generated Node #0,1: 40:[82, 41, 7] Operation: 73-66=7
Exploring Operation: 82-73=9, Res... | 0 | hs_3 | sum_heuristic |
[
39,
37,
33,
33
] | 76 | [
"39+37=76",
"33-33=0",
"76+0=76"
] | Current State: 76:[39, 37, 33, 33], Operations: []
Exploring Operation: 39+37=76, Resulting Numbers: [33, 33, 76]
Generated Node #2: [33, 33, 76] from Operation: 39+37=76
Current State: 76:[33, 33, 76], Operations: ['39+37=76']
Exploring Operation: 33-33=0, Resulting Numbers: [76, 0]
Generated Node #3: [76, 0] from Ope... | 4 | Current State: 76:[39, 37, 33, 33], Operations: []
Exploring Operation: 33/33=1, Resulting Numbers: [39, 37, 1]
Generated Node #0,0: 76:[39, 37, 1] Operation: 33/33=1
Exploring Operation: 33-33=0, Resulting Numbers: [39, 37, 0]
Generated Node #0,1: 76:[39, 37, 0] Operation: 33-33=0
Exploring Operation: 37-33=4, Resulti... | 0.980035 | hs_4 | mult_heuristic |
[
60,
91,
72,
31
] | 48 | [
"60+91=151",
"72+31=103",
"151-103=48"
] | Current State: 48:[60, 91, 72, 31], Operations: []
Exploring Operation: 60+91=151, Resulting Numbers: [72, 31, 151]
Generated Node #2: [72, 31, 151] from Operation: 60+91=151
Current State: 48:[72, 31, 151], Operations: ['60+91=151']
Exploring Operation: 72+31=103, Resulting Numbers: [151, 103]
Generated Node #3: [151,... | 4 | Current State: 48:[60, 91, 72, 31], Operations: []
Exploring Operation: 91-72=19, Resulting Numbers: [60, 31, 19]
Generated Node #0,0: 48:[60, 31, 19] Operation: 91-72=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 48:[60, 31, 19], Operations: ['91-72=19']
Exploring Operation: 60-31=29, Resulting Nu... | 0.993924 | hs_1 | mult_heuristic |
[
15,
34,
76,
8
] | 76 | [
"34-15=19",
"8*19=152",
"152-76=76"
] | Current State: 76:[15, 34, 76, 8], Operations: []
Exploring Operation: 34-15=19, Resulting Numbers: [76, 8, 19]
Generated Node #2: [76, 8, 19] from Operation: 34-15=19
Current State: 76:[76, 8, 19], Operations: ['34-15=19']
Exploring Operation: 8*19=152, Resulting Numbers: [76, 152]
Generated Node #3: [76, 152] from Op... | 4 | Current State: 76:[15, 34, 76, 8], Operations: []
Exploring Operation: 34-15=19, Resulting Numbers: [76, 8, 19]
Generated Node #0,0: 76:[76, 8, 19] Operation: 34-15=19
Exploring Operation: 15-8=7, Resulting Numbers: [34, 76, 7]
Generated Node #0,1: 76:[34, 76, 7] Operation: 15-8=7
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
84,
39,
7,
10
] | 53 | [
"84+39=123",
"7*10=70",
"123-70=53"
] | Current State: 53:[84, 39, 7, 10], Operations: []
Exploring Operation: 84+39=123, Resulting Numbers: [7, 10, 123]
Generated Node #2: [7, 10, 123] from Operation: 84+39=123
Current State: 53:[7, 10, 123], Operations: ['84+39=123']
Exploring Operation: 7*10=70, Resulting Numbers: [123, 70]
Generated Node #3: [123, 70] fr... | 4 | Current State: 53:[84, 39, 7, 10], Operations: []
Exploring Operation: 84-10=74, Resulting Numbers: [39, 7, 74]
Generated Node #0,0: 53:[39, 7, 74] Operation: 84-10=74
Exploring Operation: 39+7=46, Resulting Numbers: [84, 10, 46]
Generated Node #0,1: 53:[84, 10, 46] Operation: 39+7=46
Exploring Operation: 39+10=49, Res... | 0.984375 | hs_5 | mult_heuristic |
[
11,
15,
6,
75
] | 12 | [
"11+6=17",
"75/15=5",
"17-5=12"
] | Current State: 12:[11, 15, 6, 75], Operations: []
Exploring Operation: 11+6=17, Resulting Numbers: [15, 75, 17]
Generated Node #2: [15, 75, 17] from Operation: 11+6=17
Current State: 12:[15, 75, 17], Operations: ['11+6=17']
Exploring Operation: 75/15=5, Resulting Numbers: [17, 5]
Generated Node #3: [17, 5] from Operati... | 4 | Current State: 12:[11, 15, 6, 75], Operations: []
Exploring Operation: 75-6=69, Resulting Numbers: [11, 15, 69]
Generated Node #0,0: 12:[11, 15, 69] Operation: 75-6=69
Exploring Operation: 75/15=5, Resulting Numbers: [11, 6, 5]
Generated Node #0,1: 12:[11, 6, 5] Operation: 75/15=5
Exploring Operation: 75-11=64, Resulti... | 0.986111 | hs_4 | sum_heuristic |
[
96,
10,
73,
79
] | 36 | [
"79-73=6",
"10*6=60",
"96-60=36"
] | Current State: 36:[96, 10, 73, 79], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [96, 10, 6]
Generated Node #2: [96, 10, 6] from Operation: 79-73=6
Current State: 36:[96, 10, 6], Operations: ['79-73=6']
Exploring Operation: 10*6=60, Resulting Numbers: [96, 60]
Generated Node #3: [96, 60] from Operati... | 4 | Current State: 36:[96, 10, 73, 79], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [96, 10, 6]
Generated Node #0,0: 36:[96, 10, 6] Operation: 79-73=6
Exploring Operation: 96-79=17, Resulting Numbers: [10, 73, 17]
Generated Node #0,1: 36:[10, 73, 17] Operation: 96-79=17
Exploring Operation: 96-73=23, Re... | 0 | hs_3 | sum_heuristic |
[
83,
45,
37,
54
] | 53 | [
"83-45=38",
"37+54=91",
"91-38=53"
] | Current State: 53:[83, 45, 37, 54], Operations: []
Exploring Operation: 83-45=38, Resulting Numbers: [37, 54, 38]
Generated Node #2: [37, 54, 38] from Operation: 83-45=38
Current State: 53:[37, 54, 38], Operations: ['83-45=38']
Exploring Operation: 37+54=91, Resulting Numbers: [38, 91]
Generated Node #3: [38, 91] from ... | 4 | Current State: 53:[83, 45, 37, 54], Operations: []
Exploring Operation: 54-37=17, Resulting Numbers: [83, 45, 17]
Generated Node #0,0: 53:[83, 45, 17] Operation: 54-37=17
Exploring Operation: 45+37=82, Resulting Numbers: [83, 54, 82]
Generated Node #0,1: 53:[83, 54, 82] Operation: 45+37=82
Exploring Operation: 83-37=46... | 0.980903 | hs_5 | sum_heuristic |
[
68,
36,
20,
54
] | 98 | [
"20*54=1080",
"1080/36=30",
"68+30=98"
] | Current State: 98:[68, 36, 20, 54], Operations: []
Exploring Operation: 20*54=1080, Resulting Numbers: [68, 36, 1080]
Generated Node #2: [68, 36, 1080] from Operation: 20*54=1080
Current State: 98:[68, 36, 1080], Operations: ['20*54=1080']
Exploring Operation: 1080/36=30, Resulting Numbers: [68, 30]
Generated Node #3: ... | 4 | Current State: 98:[68, 36, 20, 54], Operations: []
Exploring Operation: 68+36=104, Resulting Numbers: [20, 54, 104]
Generated Node #0,0: 98:[20, 54, 104] Operation: 68+36=104
Exploring Operation: 68-20=48, Resulting Numbers: [36, 54, 48]
Generated Node #0,1: 98:[36, 54, 48] Operation: 68-20=48
Start Sub Search at level... | 0 | hs_2 | mult_heuristic |
[
6,
15,
10,
5
] | 15 | [
"6*10=60",
"15*5=75",
"75-60=15"
] | Current State: 15:[6, 15, 10, 5], Operations: []
Exploring Operation: 6*10=60, Resulting Numbers: [15, 5, 60]
Generated Node #2: [15, 5, 60] from Operation: 6*10=60
Current State: 15:[15, 5, 60], Operations: ['6*10=60']
Exploring Operation: 15*5=75, Resulting Numbers: [60, 75]
Generated Node #3: [60, 75] from Operation... | 4 | Current State: 15:[6, 15, 10, 5], Operations: []
Exploring Operation: 10-6=4, Resulting Numbers: [15, 5, 4]
Generated Node #0,0: 15:[15, 5, 4] Operation: 10-6=4
Exploring Operation: 6+10=16, Resulting Numbers: [15, 5, 16]
Generated Node #0,1: 15:[15, 5, 16] Operation: 6+10=16
Exploring Operation: 10-5=5, Resulting Numb... | 0.984375 | hs_5 | mult_heuristic |
[
18,
1,
93,
34
] | 95 | [
"18-1=17",
"34/17=2",
"93+2=95"
] | Current State: 95:[18, 1, 93, 34], Operations: []
Exploring Operation: 18-1=17, Resulting Numbers: [93, 34, 17]
Generated Node #2: [93, 34, 17] from Operation: 18-1=17
Current State: 95:[93, 34, 17], Operations: ['18-1=17']
Exploring Operation: 34/17=2, Resulting Numbers: [93, 2]
Generated Node #3: [93, 2] from Operati... | 4 | Current State: 95:[18, 1, 93, 34], Operations: []
Exploring Operation: 18+1=19, Resulting Numbers: [93, 34, 19]
Generated Node #0,0: 95:[93, 34, 19] Operation: 18+1=19
Exploring Operation: 34-18=16, Resulting Numbers: [1, 93, 16]
Generated Node #0,1: 95:[1, 93, 16] Operation: 34-18=16
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
55,
21,
77,
26
] | 11 | [
"55*21=1155",
"1155/77=15",
"26-15=11"
] | Current State: 11:[55, 21, 77, 26], Operations: []
Exploring Operation: 55*21=1155, Resulting Numbers: [77, 26, 1155]
Generated Node #2: [77, 26, 1155] from Operation: 55*21=1155
Current State: 11:[77, 26, 1155], Operations: ['55*21=1155']
Exploring Operation: 1155/77=15, Resulting Numbers: [26, 15]
Generated Node #3: ... | 4 | Current State: 11:[55, 21, 77, 26], Operations: []
Exploring Operation: 55-26=29, Resulting Numbers: [21, 77, 29]
Generated Node #0,0: 11:[21, 77, 29] Operation: 55-26=29
Exploring Operation: 55-21=34, Resulting Numbers: [77, 26, 34]
Generated Node #0,1: 11:[77, 26, 34] Operation: 55-21=34
Exploring Operation: 77-26=51... | 0 | hs_4 | mult_heuristic |
[
95,
41,
3,
51
] | 99 | [
"95-41=54",
"3*51=153",
"153-54=99"
] | Current State: 99:[95, 41, 3, 51], Operations: []
Exploring Operation: 95-41=54, Resulting Numbers: [3, 51, 54]
Generated Node #2: [3, 51, 54] from Operation: 95-41=54
Current State: 99:[3, 51, 54], Operations: ['95-41=54']
Exploring Operation: 3*51=153, Resulting Numbers: [54, 153]
Generated Node #3: [54, 153] from Op... | 4 | Current State: 99:[95, 41, 3, 51], Operations: []
Exploring Operation: 41+51=92, Resulting Numbers: [95, 3, 92]
Generated Node #0,0: 99:[95, 3, 92] Operation: 41+51=92
Exploring Operation: 51-41=10, Resulting Numbers: [95, 3, 10]
Generated Node #0,1: 99:[95, 3, 10] Operation: 51-41=10
Exploring Operation: 51/3=17, Resu... | 0 | hs_3 | sum_heuristic |
[
47,
39,
23,
82
] | 97 | [
"47-39=8",
"23+82=105",
"105-8=97"
] | Current State: 97:[47, 39, 23, 82], Operations: []
Exploring Operation: 47-39=8, Resulting Numbers: [23, 82, 8]
Generated Node #2: [23, 82, 8] from Operation: 47-39=8
Current State: 97:[23, 82, 8], Operations: ['47-39=8']
Exploring Operation: 23+82=105, Resulting Numbers: [8, 105]
Generated Node #3: [8, 105] from Opera... | 4 | Current State: 97:[47, 39, 23, 82], Operations: []
Exploring Operation: 47+39=86, Resulting Numbers: [23, 82, 86]
Generated Node #0,0: 97:[23, 82, 86] Operation: 47+39=86
Exploring Operation: 39+23=62, Resulting Numbers: [47, 82, 62]
Generated Node #0,1: 97:[47, 82, 62] Operation: 39+23=62
Exploring Operation: 47+23=70... | 0.97309 | hs_3 | mult_heuristic |
[
94,
45,
46,
68
] | 92 | [
"68-45=23",
"46/23=2",
"94-2=92"
] | Current State: 92:[94, 45, 46, 68], Operations: []
Exploring Operation: 68-45=23, Resulting Numbers: [94, 46, 23]
Generated Node #2: [94, 46, 23] from Operation: 68-45=23
Current State: 92:[94, 46, 23], Operations: ['68-45=23']
Exploring Operation: 46/23=2, Resulting Numbers: [94, 2]
Generated Node #3: [94, 2] from Ope... | 4 | Current State: 92:[94, 45, 46, 68], Operations: []
Exploring Operation: 68-45=23, Resulting Numbers: [94, 46, 23]
Generated Node #0,0: 92:[94, 46, 23] Operation: 68-45=23
Moving to Node #0,0
Current State: 92:[94, 46, 23], Operations: ['68-45=23']
Exploring Operation: 94-46=48, Resulting Numbers: [23, 48]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
63,
33,
7,
68
] | 31 | [
"63-33=30",
"68-7=61",
"61-30=31"
] | Current State: 31:[63, 33, 7, 68], Operations: []
Exploring Operation: 63-33=30, Resulting Numbers: [7, 68, 30]
Generated Node #2: [7, 68, 30] from Operation: 63-33=30
Current State: 31:[7, 68, 30], Operations: ['63-33=30']
Exploring Operation: 68-7=61, Resulting Numbers: [30, 61]
Generated Node #3: [30, 61] from Opera... | 4 | Current State: 31:[63, 33, 7, 68], Operations: []
Exploring Operation: 68-33=35, Resulting Numbers: [63, 7, 35]
Generated Node #0,0: 31:[63, 7, 35] Operation: 68-33=35
Exploring Operation: 63/7=9, Resulting Numbers: [33, 68, 9]
Generated Node #0,1: 31:[33, 68, 9] Operation: 63/7=9
Exploring Operation: 63-33=30, Resulti... | 0.977431 | hs_5 | mult_heuristic |
[
4,
9,
7,
3
] | 41 | [
"9+3=12",
"4*12=48",
"48-7=41"
] | Current State: 41:[4, 9, 7, 3], Operations: []
Exploring Operation: 9+3=12, Resulting Numbers: [4, 7, 12]
Generated Node #2: [4, 7, 12] from Operation: 9+3=12
Current State: 41:[4, 7, 12], Operations: ['9+3=12']
Exploring Operation: 4*12=48, Resulting Numbers: [7, 48]
Generated Node #3: [7, 48] from Operation: 4*12=48
... | 4 | Current State: 41:[4, 9, 7, 3], Operations: []
Exploring Operation: 9*3=27, Resulting Numbers: [4, 7, 27]
Generated Node #0,0: 41:[4, 7, 27] Operation: 9*3=27
Exploring Operation: 7*3=21, Resulting Numbers: [4, 9, 21]
Generated Node #0,1: 41:[4, 9, 21] Operation: 7*3=21
Exploring Operation: 4*9=36, Resulting Numbers: [... | 0 | hs_5 | sum_heuristic |
[
28,
43,
56,
90
] | 88 | [
"56/28=2",
"90/2=45",
"43+45=88"
] | Current State: 88:[28, 43, 56, 90], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [43, 90, 2]
Generated Node #2: [43, 90, 2] from Operation: 56/28=2
Current State: 88:[43, 90, 2], Operations: ['56/28=2']
Exploring Operation: 90/2=45, Resulting Numbers: [43, 45]
Generated Node #3: [43, 45] from Operati... | 4 | Current State: 88:[28, 43, 56, 90], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [43, 90, 2]
Generated Node #0,0: 88:[43, 90, 2] Operation: 56/28=2
Exploring Operation: 28+56=84, Resulting Numbers: [43, 90, 84]
Generated Node #0,1: 88:[43, 90, 84] Operation: 28+56=84
Start Sub Search at level 1: Movi... | 0.989583 | hs_2 | mult_heuristic |
[
3,
48,
19,
4
] | 15 | [
"48/3=16",
"16/4=4",
"19-4=15"
] | Current State: 15:[3, 48, 19, 4], Operations: []
Exploring Operation: 48/3=16, Resulting Numbers: [19, 4, 16]
Generated Node #2: [19, 4, 16] from Operation: 48/3=16
Current State: 15:[19, 4, 16], Operations: ['48/3=16']
Exploring Operation: 16/4=4, Resulting Numbers: [19, 4]
Generated Node #3: [19, 4] from Operation: 1... | 4 | Current State: 15:[3, 48, 19, 4], Operations: []
Exploring Operation: 48/3=16, Resulting Numbers: [19, 4, 16]
Generated Node #0,0: 15:[19, 4, 16] Operation: 48/3=16
Exploring Operation: 19-4=15, Resulting Numbers: [3, 48, 15]
Generated Node #0,1: 15:[3, 48, 15] Operation: 19-4=15
Exploring Operation: 48/4=12, Resulting... | 0.97309 | hs_5 | sum_heuristic |
[
98,
8,
72,
48
] | 95 | [
"72-48=24",
"24/8=3",
"98-3=95"
] | Current State: 95:[98, 8, 72, 48], Operations: []
Exploring Operation: 72-48=24, Resulting Numbers: [98, 8, 24]
Generated Node #2: [98, 8, 24] from Operation: 72-48=24
Current State: 95:[98, 8, 24], Operations: ['72-48=24']
Exploring Operation: 24/8=3, Resulting Numbers: [98, 3]
Generated Node #3: [98, 3] from Operatio... | 4 | Current State: 95:[98, 8, 72, 48], Operations: []
Exploring Operation: 72+48=120, Resulting Numbers: [98, 8, 120]
Generated Node #0,0: 95:[98, 8, 120] Operation: 72+48=120
Exploring Operation: 48/8=6, Resulting Numbers: [98, 72, 6]
Generated Node #0,1: 95:[98, 72, 6] Operation: 48/8=6
Exploring Operation: 72-48=24, Res... | 0.986979 | hs_4 | mult_heuristic |
[
13,
4,
27,
71
] | 24 | [
"13+71=84",
"4*27=108",
"108-84=24"
] | Current State: 24:[13, 4, 27, 71], Operations: []
Exploring Operation: 13+71=84, Resulting Numbers: [4, 27, 84]
Generated Node #2: [4, 27, 84] from Operation: 13+71=84
Current State: 24:[4, 27, 84], Operations: ['13+71=84']
Exploring Operation: 4*27=108, Resulting Numbers: [84, 108]
Generated Node #3: [84, 108] from Op... | 4 | Current State: 24:[13, 4, 27, 71], Operations: []
Exploring Operation: 71-27=44, Resulting Numbers: [13, 4, 44]
Generated Node #0,0: 24:[13, 4, 44] Operation: 71-27=44
Exploring Operation: 71-4=67, Resulting Numbers: [13, 27, 67]
Generated Node #0,1: 24:[13, 27, 67] Operation: 71-4=67
Exploring Operation: 71-13=58, Res... | 0.990451 | hs_3 | mult_heuristic |
[
48,
70,
26,
96
] | 61 | [
"48*70=3360",
"3360/96=35",
"26+35=61"
] | Current State: 61:[48, 70, 26, 96], Operations: []
Exploring Operation: 48*70=3360, Resulting Numbers: [26, 96, 3360]
Generated Node #2: [26, 96, 3360] from Operation: 48*70=3360
Current State: 61:[26, 96, 3360], Operations: ['48*70=3360']
Exploring Operation: 3360/96=35, Resulting Numbers: [26, 35]
Generated Node #3: ... | 4 | Current State: 61:[48, 70, 26, 96], Operations: []
Exploring Operation: 48+26=74, Resulting Numbers: [70, 96, 74]
Generated Node #0,0: 61:[70, 96, 74] Operation: 48+26=74
Exploring Operation: 96-26=70, Resulting Numbers: [48, 70, 70]
Generated Node #0,1: 61:[48, 70, 70] Operation: 96-26=70
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
70,
56,
54,
50
] | 94 | [
"56*50=2800",
"2800/70=40",
"54+40=94"
] | Current State: 94:[70, 56, 54, 50], Operations: []
Exploring Operation: 56*50=2800, Resulting Numbers: [70, 54, 2800]
Generated Node #2: [70, 54, 2800] from Operation: 56*50=2800
Current State: 94:[70, 54, 2800], Operations: ['56*50=2800']
Exploring Operation: 2800/70=40, Resulting Numbers: [54, 40]
Generated Node #3: ... | 4 | Current State: 94:[70, 56, 54, 50], Operations: []
Exploring Operation: 70-54=16, Resulting Numbers: [56, 50, 16]
Generated Node #0,0: 94:[56, 50, 16] Operation: 70-54=16
Exploring Operation: 56-54=2, Resulting Numbers: [70, 50, 2]
Generated Node #0,1: 94:[70, 50, 2] Operation: 56-54=2
Exploring Operation: 70-56=14, Re... | 0 | hs_3 | sum_heuristic |
[
35,
84,
14,
63
] | 92 | [
"35+63=98",
"84/14=6",
"98-6=92"
] | Current State: 92:[35, 84, 14, 63], Operations: []
Exploring Operation: 35+63=98, Resulting Numbers: [84, 14, 98]
Generated Node #2: [84, 14, 98] from Operation: 35+63=98
Current State: 92:[84, 14, 98], Operations: ['35+63=98']
Exploring Operation: 84/14=6, Resulting Numbers: [98, 6]
Generated Node #3: [98, 6] from Ope... | 4 | Current State: 92:[35, 84, 14, 63], Operations: []
Exploring Operation: 63-35=28, Resulting Numbers: [84, 14, 28]
Generated Node #0,0: 92:[84, 14, 28] Operation: 63-35=28
Exploring Operation: 84-63=21, Resulting Numbers: [35, 14, 21]
Generated Node #0,1: 92:[35, 14, 21] Operation: 84-63=21
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
99,
2,
1,
9
] | 22 | [
"99*2=198",
"1*9=9",
"198/9=22"
] | Current State: 22:[99, 2, 1, 9], Operations: []
Exploring Operation: 99*2=198, Resulting Numbers: [1, 9, 198]
Generated Node #2: [1, 9, 198] from Operation: 99*2=198
Current State: 22:[1, 9, 198], Operations: ['99*2=198']
Exploring Operation: 1*9=9, Resulting Numbers: [198, 9]
Generated Node #3: [198, 9] from Operation... | 4 | Current State: 22:[99, 2, 1, 9], Operations: []
Exploring Operation: 99/9=11, Resulting Numbers: [2, 1, 11]
Generated Node #0,0: 22:[2, 1, 11] Operation: 99/9=11
Moving to Node #0,0
Current State: 22:[2, 1, 11], Operations: ['99/9=11']
Exploring Operation: 2*1=2, Resulting Numbers: [11, 2]
Generated Node #0,0,0: 22:[11... | 0.993924 | hs_1 | sum_heuristic |
[
93,
25,
40,
46
] | 74 | [
"93-25=68",
"46-40=6",
"68+6=74"
] | Current State: 74:[93, 25, 40, 46], Operations: []
Exploring Operation: 93-25=68, Resulting Numbers: [40, 46, 68]
Generated Node #2: [40, 46, 68] from Operation: 93-25=68
Current State: 74:[40, 46, 68], Operations: ['93-25=68']
Exploring Operation: 46-40=6, Resulting Numbers: [68, 6]
Generated Node #3: [68, 6] from Ope... | 4 | Current State: 74:[93, 25, 40, 46], Operations: []
Exploring Operation: 25+46=71, Resulting Numbers: [93, 40, 71]
Generated Node #0,0: 74:[93, 40, 71] Operation: 25+46=71
Exploring Operation: 93-46=47, Resulting Numbers: [25, 40, 47]
Generated Node #0,1: 74:[25, 40, 47] Operation: 93-46=47
Exploring Operation: 93-25=68... | 0.973958 | hs_4 | sum_heuristic |
[
95,
24,
1,
12
] | 82 | [
"95-24=71",
"12-1=11",
"71+11=82"
] | Current State: 82:[95, 24, 1, 12], Operations: []
Exploring Operation: 95-24=71, Resulting Numbers: [1, 12, 71]
Generated Node #2: [1, 12, 71] from Operation: 95-24=71
Current State: 82:[1, 12, 71], Operations: ['95-24=71']
Exploring Operation: 12-1=11, Resulting Numbers: [71, 11]
Generated Node #3: [71, 11] from Opera... | 4 | Current State: 82:[95, 24, 1, 12], Operations: []
Exploring Operation: 24/12=2, Resulting Numbers: [95, 1, 2]
Generated Node #0,0: 82:[95, 1, 2] Operation: 24/12=2
Exploring Operation: 24+12=36, Resulting Numbers: [95, 1, 36]
Generated Node #0,1: 82:[95, 1, 36] Operation: 24+12=36
Exploring Operation: 95-12=83, Resulti... | 0 | hs_3 | sum_heuristic |
[
79,
83,
7,
62
] | 34 | [
"83-79=4",
"7*4=28",
"62-28=34"
] | Current State: 34:[79, 83, 7, 62], Operations: []
Exploring Operation: 83-79=4, Resulting Numbers: [7, 62, 4]
Generated Node #2: [7, 62, 4] from Operation: 83-79=4
Current State: 34:[7, 62, 4], Operations: ['83-79=4']
Exploring Operation: 7*4=28, Resulting Numbers: [62, 28]
Generated Node #3: [62, 28] from Operation: 7... | 4 | Current State: 34:[79, 83, 7, 62], Operations: []
Exploring Operation: 83-79=4, Resulting Numbers: [7, 62, 4]
Generated Node #0,0: 34:[7, 62, 4] Operation: 83-79=4
Exploring Operation: 83-62=21, Resulting Numbers: [79, 7, 21]
Generated Node #0,1: 34:[79, 7, 21] Operation: 83-62=21
Exploring Operation: 79-62=17, Resulti... | 0 | hs_4 | mult_heuristic |
[
90,
29,
30,
26
] | 26 | [
"90+26=116",
"116/29=4",
"30-4=26"
] | Current State: 26:[90, 29, 30, 26], Operations: []
Exploring Operation: 90+26=116, Resulting Numbers: [29, 30, 116]
Generated Node #2: [29, 30, 116] from Operation: 90+26=116
Current State: 26:[29, 30, 116], Operations: ['90+26=116']
Exploring Operation: 116/29=4, Resulting Numbers: [30, 4]
Generated Node #3: [30, 4] f... | 4 | Current State: 26:[90, 29, 30, 26], Operations: []
Exploring Operation: 90-29=61, Resulting Numbers: [30, 26, 61]
Generated Node #0,0: 26:[30, 26, 61] Operation: 90-29=61
Exploring Operation: 90-30=60, Resulting Numbers: [29, 26, 60]
Generated Node #0,1: 26:[29, 26, 60] Operation: 90-30=60
Exploring Operation: 90/30=3,... | 0 | hs_3 | mult_heuristic |
[
30,
23,
28,
62
] | 27 | [
"30-23=7",
"62-28=34",
"34-7=27"
] | Current State: 27:[30, 23, 28, 62], Operations: []
Exploring Operation: 30-23=7, Resulting Numbers: [28, 62, 7]
Generated Node #2: [28, 62, 7] from Operation: 30-23=7
Current State: 27:[28, 62, 7], Operations: ['30-23=7']
Exploring Operation: 62-28=34, Resulting Numbers: [7, 34]
Generated Node #3: [7, 34] from Operatio... | 4 | Current State: 27:[30, 23, 28, 62], Operations: []
Exploring Operation: 62-23=39, Resulting Numbers: [30, 28, 39]
Generated Node #0,0: 27:[30, 28, 39] Operation: 62-23=39
Exploring Operation: 62-28=34, Resulting Numbers: [30, 23, 34]
Generated Node #0,1: 27:[30, 23, 34] Operation: 62-28=34
Exploring Operation: 62-30=32... | 0.983507 | hs_5 | mult_heuristic |
[
57,
62,
7,
29
] | 13 | [
"62*7=434",
"434-57=377",
"377/29=13"
] | Current State: 13:[57, 62, 7, 29], Operations: []
Exploring Operation: 62*7=434, Resulting Numbers: [57, 29, 434]
Generated Node #2: [57, 29, 434] from Operation: 62*7=434
Current State: 13:[57, 29, 434], Operations: ['62*7=434']
Exploring Operation: 434-57=377, Resulting Numbers: [29, 377]
Generated Node #3: [29, 377]... | 4 | Current State: 13:[57, 62, 7, 29], Operations: []
Exploring Operation: 57-29=28, Resulting Numbers: [62, 7, 28]
Generated Node #0,0: 13:[62, 7, 28] Operation: 57-29=28
Exploring Operation: 62-57=5, Resulting Numbers: [7, 29, 5]
Generated Node #0,1: 13:[7, 29, 5] Operation: 62-57=5
Exploring Operation: 62-29=33, Resulti... | 0 | hs_3 | mult_heuristic |
[
18,
42,
61,
45
] | 46 | [
"18+42=60",
"61+45=106",
"106-60=46"
] | Current State: 46:[18, 42, 61, 45], Operations: []
Exploring Operation: 18+42=60, Resulting Numbers: [61, 45, 60]
Generated Node #2: [61, 45, 60] from Operation: 18+42=60
Current State: 46:[61, 45, 60], Operations: ['18+42=60']
Exploring Operation: 61+45=106, Resulting Numbers: [60, 106]
Generated Node #3: [60, 106] fr... | 4 | Current State: 46:[18, 42, 61, 45], Operations: []
Exploring Operation: 42-18=24, Resulting Numbers: [61, 45, 24]
Generated Node #0,0: 46:[61, 45, 24] Operation: 42-18=24
Exploring Operation: 61-45=16, Resulting Numbers: [18, 42, 16]
Generated Node #0,1: 46:[18, 42, 16] Operation: 61-45=16
Exploring Operation: 45-42=3,... | 0.984375 | hs_5 | mult_heuristic |
[
18,
36,
17,
75
] | 56 | [
"36/18=2",
"75-17=58",
"58-2=56"
] | Current State: 56:[18, 36, 17, 75], Operations: []
Exploring Operation: 36/18=2, Resulting Numbers: [17, 75, 2]
Generated Node #2: [17, 75, 2] from Operation: 36/18=2
Current State: 56:[17, 75, 2], Operations: ['36/18=2']
Exploring Operation: 75-17=58, Resulting Numbers: [2, 58]
Generated Node #3: [2, 58] from Operatio... | 4 | Current State: 56:[18, 36, 17, 75], Operations: []
Exploring Operation: 75-18=57, Resulting Numbers: [36, 17, 57]
Generated Node #0,0: 56:[36, 17, 57] Operation: 75-18=57
Start Sub Search at level 1: Moving to Node #0,0
Current State: 56:[36, 17, 57], Operations: ['75-18=57']
Exploring Operation: 36+17=53, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
76,
32,
42,
46
] | 68 | [
"46-42=4",
"32/4=8",
"76-8=68"
] | Current State: 68:[76, 32, 42, 46], Operations: []
Exploring Operation: 46-42=4, Resulting Numbers: [76, 32, 4]
Generated Node #2: [76, 32, 4] from Operation: 46-42=4
Current State: 68:[76, 32, 4], Operations: ['46-42=4']
Exploring Operation: 32/4=8, Resulting Numbers: [76, 8]
Generated Node #3: [76, 8] from Operation:... | 4 | Current State: 68:[76, 32, 42, 46], Operations: []
Exploring Operation: 46-42=4, Resulting Numbers: [76, 32, 4]
Generated Node #0,0: 68:[76, 32, 4] Operation: 46-42=4
Moving to Node #0,0
Current State: 68:[76, 32, 4], Operations: ['46-42=4']
Exploring Operation: 76/4=19, Resulting Numbers: [32, 19]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
60,
44,
11,
58
] | 73 | [
"60*11=660",
"660/44=15",
"58+15=73"
] | Current State: 73:[60, 44, 11, 58], Operations: []
Exploring Operation: 60*11=660, Resulting Numbers: [44, 58, 660]
Generated Node #2: [44, 58, 660] from Operation: 60*11=660
Current State: 73:[44, 58, 660], Operations: ['60*11=660']
Exploring Operation: 660/44=15, Resulting Numbers: [58, 15]
Generated Node #3: [58, 15... | 4 | Current State: 73:[60, 44, 11, 58], Operations: []
Exploring Operation: 44+11=55, Resulting Numbers: [60, 58, 55]
Generated Node #0,0: 73:[60, 58, 55] Operation: 44+11=55
Exploring Operation: 60-11=49, Resulting Numbers: [44, 58, 49]
Generated Node #0,1: 73:[44, 58, 49] Operation: 60-11=49
Exploring Operation: 11+58=69... | 0 | hs_4 | sum_heuristic |
[
59,
34,
31,
43
] | 34 | [
"59+43=102",
"34-31=3",
"102/3=34"
] | Current State: 34:[59, 34, 31, 43], Operations: []
Exploring Operation: 59+43=102, Resulting Numbers: [34, 31, 102]
Generated Node #2: [34, 31, 102] from Operation: 59+43=102
Current State: 34:[34, 31, 102], Operations: ['59+43=102']
Exploring Operation: 34-31=3, Resulting Numbers: [102, 3]
Generated Node #3: [102, 3] ... | 4 | Current State: 34:[59, 34, 31, 43], Operations: []
Exploring Operation: 59-43=16, Resulting Numbers: [34, 31, 16]
Generated Node #0,0: 34:[34, 31, 16] Operation: 59-43=16
Exploring Operation: 43-31=12, Resulting Numbers: [59, 34, 12]
Generated Node #0,1: 34:[59, 34, 12] Operation: 43-31=12
Exploring Operation: 59-31=28... | 0 | hs_5 | sum_heuristic |
[
7,
40,
19,
73
] | 100 | [
"7*19=133",
"73-40=33",
"133-33=100"
] | Current State: 100:[7, 40, 19, 73], Operations: []
Exploring Operation: 7*19=133, Resulting Numbers: [40, 73, 133]
Generated Node #2: [40, 73, 133] from Operation: 7*19=133
Current State: 100:[40, 73, 133], Operations: ['7*19=133']
Exploring Operation: 73-40=33, Resulting Numbers: [133, 33]
Generated Node #3: [133, 33]... | 4 | Current State: 100:[7, 40, 19, 73], Operations: []
Exploring Operation: 40+73=113, Resulting Numbers: [7, 19, 113]
Generated Node #0,0: 100:[7, 19, 113] Operation: 40+73=113
Exploring Operation: 73-40=33, Resulting Numbers: [7, 19, 33]
Generated Node #0,1: 100:[7, 19, 33] Operation: 73-40=33
Moving to Node #0,1
Current... | 0 | hs_2 | sum_heuristic |
[
58,
51,
86,
3
] | 96 | [
"58-51=7",
"86+3=89",
"7+89=96"
] | Current State: 96:[58, 51, 86, 3], Operations: []
Exploring Operation: 58-51=7, Resulting Numbers: [86, 3, 7]
Generated Node #2: [86, 3, 7] from Operation: 58-51=7
Current State: 96:[86, 3, 7], Operations: ['58-51=7']
Exploring Operation: 86+3=89, Resulting Numbers: [7, 89]
Generated Node #3: [7, 89] from Operation: 86... | 4 | Current State: 96:[58, 51, 86, 3], Operations: []
Exploring Operation: 58-3=55, Resulting Numbers: [51, 86, 55]
Generated Node #0,0: 96:[51, 86, 55] Operation: 58-3=55
Exploring Operation: 86-58=28, Resulting Numbers: [51, 3, 28]
Generated Node #0,1: 96:[51, 3, 28] Operation: 86-58=28
Exploring Operation: 86-51=35, Res... | 0.967014 | hs_4 | sum_heuristic |
[
28,
92,
43,
1
] | 76 | [
"28+92=120",
"43+1=44",
"120-44=76"
] | Current State: 76:[28, 92, 43, 1], Operations: []
Exploring Operation: 28+92=120, Resulting Numbers: [43, 1, 120]
Generated Node #2: [43, 1, 120] from Operation: 28+92=120
Current State: 76:[43, 1, 120], Operations: ['28+92=120']
Exploring Operation: 43+1=44, Resulting Numbers: [120, 44]
Generated Node #3: [120, 44] fr... | 4 | Current State: 76:[28, 92, 43, 1], Operations: []
Exploring Operation: 28+43=71, Resulting Numbers: [92, 1, 71]
Generated Node #0,0: 76:[92, 1, 71] Operation: 28+43=71
Exploring Operation: 92-28=64, Resulting Numbers: [43, 1, 64]
Generated Node #0,1: 76:[43, 1, 64] Operation: 92-28=64
Exploring Operation: 43-28=15, Res... | 0.967882 | hs_5 | sum_heuristic |
[
60,
64,
76,
31
] | 41 | [
"64-60=4",
"76-31=45",
"45-4=41"
] | Current State: 41:[60, 64, 76, 31], Operations: []
Exploring Operation: 64-60=4, Resulting Numbers: [76, 31, 4]
Generated Node #2: [76, 31, 4] from Operation: 64-60=4
Current State: 41:[76, 31, 4], Operations: ['64-60=4']
Exploring Operation: 76-31=45, Resulting Numbers: [4, 45]
Generated Node #3: [4, 45] from Operatio... | 4 | Current State: 41:[60, 64, 76, 31], Operations: []
Exploring Operation: 76-31=45, Resulting Numbers: [60, 64, 45]
Generated Node #0,0: 41:[60, 64, 45] Operation: 76-31=45
Moving to Node #0,0
Current State: 41:[60, 64, 45], Operations: ['76-31=45']
Exploring Operation: 64-60=4, Resulting Numbers: [45, 4]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
75,
17,
49,
59
] | 16 | [
"75+17=92",
"49+59=108",
"108-92=16"
] | Current State: 16:[75, 17, 49, 59], Operations: []
Exploring Operation: 75+17=92, Resulting Numbers: [49, 59, 92]
Generated Node #2: [49, 59, 92] from Operation: 75+17=92
Current State: 16:[49, 59, 92], Operations: ['75+17=92']
Exploring Operation: 49+59=108, Resulting Numbers: [92, 108]
Generated Node #3: [92, 108] fr... | 4 | Current State: 16:[75, 17, 49, 59], Operations: []
Exploring Operation: 59-49=10, Resulting Numbers: [75, 17, 10]
Generated Node #0,0: 16:[75, 17, 10] Operation: 59-49=10
Exploring Operation: 75-49=26, Resulting Numbers: [17, 59, 26]
Generated Node #0,1: 16:[17, 59, 26] Operation: 75-49=26
Exploring Operation: 75-59=16... | 0.989583 | hs_3 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.