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 |
|---|---|---|---|---|---|---|---|---|
[
9,
28,
99,
95
] | 16 | [
"99-95=4",
"28/4=7",
"9+7=16"
] | Current State: 16:[9, 28, 99, 95], Operations: []
Exploring Operation: 99-95=4, Resulting Numbers: [9, 28, 4]
Generated Node #2: [9, 28, 4] from Operation: 99-95=4
Current State: 16:[9, 28, 4], Operations: ['99-95=4']
Exploring Operation: 28/4=7, Resulting Numbers: [9, 7]
Generated Node #3: [9, 7] from Operation: 28/4=... | 4 | Current State: 16:[9, 28, 99, 95], Operations: []
Exploring Operation: 99/9=11, Resulting Numbers: [28, 95, 11]
Generated Node #0,0: 16:[28, 95, 11] Operation: 99/9=11
Exploring Operation: 99-28=71, Resulting Numbers: [9, 95, 71]
Generated Node #0,1: 16:[9, 95, 71] Operation: 99-28=71
Exploring Operation: 99-95=4, Resu... | 0.987847 | hs_4 | sum_heuristic |
[
37,
26,
91,
9
] | 89 | [
"37-26=11",
"91+9=100",
"100-11=89"
] | Current State: 89:[37, 26, 91, 9], Operations: []
Exploring Operation: 37-26=11, Resulting Numbers: [91, 9, 11]
Generated Node #2: [91, 9, 11] from Operation: 37-26=11
Current State: 89:[91, 9, 11], Operations: ['37-26=11']
Exploring Operation: 91+9=100, Resulting Numbers: [11, 100]
Generated Node #3: [11, 100] from Op... | 4 | Current State: 89:[37, 26, 91, 9], Operations: []
Exploring Operation: 37+9=46, Resulting Numbers: [26, 91, 46]
Generated Node #0,0: 89:[26, 91, 46] Operation: 37+9=46
Exploring Operation: 26+9=35, Resulting Numbers: [37, 91, 35]
Generated Node #0,1: 89:[37, 91, 35] Operation: 26+9=35
Exploring Operation: 91-9=82, Resu... | 0.94184 | hs_4 | mult_heuristic |
[
38,
2,
43,
3
] | 51 | [
"38-3=35",
"2*43=86",
"86-35=51"
] | Current State: 51:[38, 2, 43, 3], Operations: []
Exploring Operation: 38-3=35, Resulting Numbers: [2, 43, 35]
Generated Node #2: [2, 43, 35] from Operation: 38-3=35
Current State: 51:[2, 43, 35], Operations: ['38-3=35']
Exploring Operation: 2*43=86, Resulting Numbers: [35, 86]
Generated Node #3: [35, 86] from Operation... | 4 | Current State: 51:[38, 2, 43, 3], Operations: []
Exploring Operation: 43-38=5, Resulting Numbers: [2, 3, 5]
Generated Node #0,0: 51:[2, 3, 5] Operation: 43-38=5
Moving to Node #0,0
Current State: 51:[2, 3, 5], Operations: ['43-38=5']
Exploring Operation: 5-2=3, Resulting Numbers: [3, 3]
Generated Node #0,0,0: 51:[3, 3]... | 0 | hs_1 | mult_heuristic |
[
40,
38,
30,
42
] | 51 | [
"40-38=2",
"42/2=21",
"30+21=51"
] | Current State: 51:[40, 38, 30, 42], Operations: []
Exploring Operation: 40-38=2, Resulting Numbers: [30, 42, 2]
Generated Node #2: [30, 42, 2] from Operation: 40-38=2
Current State: 51:[30, 42, 2], Operations: ['40-38=2']
Exploring Operation: 42/2=21, Resulting Numbers: [30, 21]
Generated Node #3: [30, 21] from Operati... | 4 | Current State: 51:[40, 38, 30, 42], Operations: []
Exploring Operation: 38-30=8, Resulting Numbers: [40, 42, 8]
Generated Node #0,0: 51:[40, 42, 8] Operation: 38-30=8
Exploring Operation: 40-38=2, Resulting Numbers: [30, 42, 2]
Generated Node #0,1: 51:[30, 42, 2] Operation: 40-38=2
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
47,
25,
5,
43
] | 16 | [
"47-25=22",
"43-5=38",
"38-22=16"
] | Current State: 16:[47, 25, 5, 43], Operations: []
Exploring Operation: 47-25=22, Resulting Numbers: [5, 43, 22]
Generated Node #2: [5, 43, 22] from Operation: 47-25=22
Current State: 16:[5, 43, 22], Operations: ['47-25=22']
Exploring Operation: 43-5=38, Resulting Numbers: [22, 38]
Generated Node #3: [22, 38] from Opera... | 4 | Current State: 16:[47, 25, 5, 43], Operations: []
Exploring Operation: 47-43=4, Resulting Numbers: [25, 5, 4]
Generated Node #0,0: 16:[25, 5, 4] Operation: 47-43=4
Exploring Operation: 47-25=22, Resulting Numbers: [5, 43, 22]
Generated Node #0,1: 16:[5, 43, 22] Operation: 47-25=22
Exploring Operation: 43-25=18, Resulti... | 0.978299 | hs_5 | mult_heuristic |
[
36,
38,
22,
49
] | 60 | [
"38-36=2",
"22/2=11",
"49+11=60"
] | Current State: 60:[36, 38, 22, 49], Operations: []
Exploring Operation: 38-36=2, Resulting Numbers: [22, 49, 2]
Generated Node #2: [22, 49, 2] from Operation: 38-36=2
Current State: 60:[22, 49, 2], Operations: ['38-36=2']
Exploring Operation: 22/2=11, Resulting Numbers: [49, 11]
Generated Node #3: [49, 11] from Operati... | 4 | Current State: 60:[36, 38, 22, 49], Operations: []
Exploring Operation: 49-38=11, Resulting Numbers: [36, 22, 11]
Generated Node #0,0: 60:[36, 22, 11] Operation: 49-38=11
Exploring Operation: 38-36=2, Resulting Numbers: [22, 49, 2]
Generated Node #0,1: 60:[22, 49, 2] Operation: 38-36=2
Exploring Operation: 49-36=13, Re... | 0 | hs_3 | mult_heuristic |
[
61,
68,
72,
15
] | 94 | [
"68-61=7",
"72+15=87",
"7+87=94"
] | Current State: 94:[61, 68, 72, 15], Operations: []
Exploring Operation: 68-61=7, Resulting Numbers: [72, 15, 7]
Generated Node #2: [72, 15, 7] from Operation: 68-61=7
Current State: 94:[72, 15, 7], Operations: ['68-61=7']
Exploring Operation: 72+15=87, Resulting Numbers: [7, 87]
Generated Node #3: [7, 87] from Operatio... | 4 | Current State: 94:[61, 68, 72, 15], Operations: []
Exploring Operation: 72+15=87, Resulting Numbers: [61, 68, 87]
Generated Node #0,0: 94:[61, 68, 87] Operation: 72+15=87
Exploring Operation: 72-61=11, Resulting Numbers: [68, 15, 11]
Generated Node #0,1: 94:[68, 15, 11] Operation: 72-61=11
Exploring Operation: 68-15=53... | 0.967014 | hs_5 | sum_heuristic |
[
76,
2,
10,
15
] | 81 | [
"76-15=61",
"2*10=20",
"61+20=81"
] | Current State: 81:[76, 2, 10, 15], Operations: []
Exploring Operation: 76-15=61, Resulting Numbers: [2, 10, 61]
Generated Node #2: [2, 10, 61] from Operation: 76-15=61
Current State: 81:[2, 10, 61], Operations: ['76-15=61']
Exploring Operation: 2*10=20, Resulting Numbers: [61, 20]
Generated Node #3: [61, 20] from Opera... | 4 | Current State: 81:[76, 2, 10, 15], Operations: []
Exploring Operation: 10+15=25, Resulting Numbers: [76, 2, 25]
Generated Node #0,0: 81:[76, 2, 25] Operation: 10+15=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[76, 2, 25], Operations: ['10+15=25']
Exploring Operation: 76+2=78, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
1,
64,
1,
59
] | 69 | [
"1+1=2",
"64*2=128",
"128-59=69"
] | Current State: 69:[1, 64, 1, 59], Operations: []
Exploring Operation: 1+1=2, Resulting Numbers: [64, 59, 2]
Generated Node #2: [64, 59, 2] from Operation: 1+1=2
Current State: 69:[64, 59, 2], Operations: ['1+1=2']
Exploring Operation: 64*2=128, Resulting Numbers: [59, 128]
Generated Node #3: [59, 128] from Operation: 6... | 4 | Current State: 69:[1, 64, 1, 59], Operations: []
Exploring Operation: 1+1=2, Resulting Numbers: [64, 59, 2]
Generated Node #0,0: 69:[64, 59, 2] Operation: 1+1=2
Exploring Operation: 1+64=65, Resulting Numbers: [1, 59, 65]
Generated Node #0,1: 69:[1, 59, 65] Operation: 1+64=65
Exploring Operation: 1+59=60, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
28,
92,
29,
78
] | 43 | [
"92-28=64",
"29+78=107",
"107-64=43"
] | Current State: 43:[28, 92, 29, 78], Operations: []
Exploring Operation: 92-28=64, Resulting Numbers: [29, 78, 64]
Generated Node #2: [29, 78, 64] from Operation: 92-28=64
Current State: 43:[29, 78, 64], Operations: ['92-28=64']
Exploring Operation: 29+78=107, Resulting Numbers: [64, 107]
Generated Node #3: [64, 107] fr... | 4 | Current State: 43:[28, 92, 29, 78], Operations: []
Exploring Operation: 78-28=50, Resulting Numbers: [92, 29, 50]
Generated Node #0,0: 43:[92, 29, 50] Operation: 78-28=50
Exploring Operation: 92-29=63, Resulting Numbers: [28, 78, 63]
Generated Node #0,1: 43:[28, 78, 63] Operation: 92-29=63
Exploring Operation: 92-78=14... | 0.981771 | hs_4 | mult_heuristic |
[
19,
25,
91,
95
] | 34 | [
"95/19=5",
"25*5=125",
"125-91=34"
] | Current State: 34:[19, 25, 91, 95], Operations: []
Exploring Operation: 95/19=5, Resulting Numbers: [25, 91, 5]
Generated Node #2: [25, 91, 5] from Operation: 95/19=5
Current State: 34:[25, 91, 5], Operations: ['95/19=5']
Exploring Operation: 25*5=125, Resulting Numbers: [91, 125]
Generated Node #3: [91, 125] from Oper... | 4 | Current State: 34:[19, 25, 91, 95], Operations: []
Exploring Operation: 95-91=4, Resulting Numbers: [19, 25, 4]
Generated Node #0,0: 34:[19, 25, 4] Operation: 95-91=4
Exploring Operation: 95/19=5, Resulting Numbers: [25, 91, 5]
Generated Node #0,1: 34:[25, 91, 5] Operation: 95/19=5
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
18,
9,
12,
99
] | 35 | [
"18*12=216",
"99+216=315",
"315/9=35"
] | Current State: 35:[18, 9, 12, 99], Operations: []
Exploring Operation: 18*12=216, Resulting Numbers: [9, 99, 216]
Generated Node #2: [9, 99, 216] from Operation: 18*12=216
Current State: 35:[9, 99, 216], Operations: ['18*12=216']
Exploring Operation: 99+216=315, Resulting Numbers: [9, 315]
Generated Node #3: [9, 315] f... | 4 | Current State: 35:[18, 9, 12, 99], Operations: []
Exploring Operation: 99/9=11, Resulting Numbers: [18, 12, 11]
Generated Node #0,0: 35:[18, 12, 11] Operation: 99/9=11
Moving to Node #0,0
Current State: 35:[18, 12, 11], Operations: ['99/9=11']
Exploring Operation: 18-12=6, Resulting Numbers: [11, 6]
Generated Node #0,0... | 0 | hs_1 | mult_heuristic |
[
22,
7,
19,
3
] | 18 | [
"22-19=3",
"7*3=21",
"21-3=18"
] | Current State: 18:[22, 7, 19, 3], Operations: []
Exploring Operation: 22-19=3, Resulting Numbers: [7, 3, 3]
Generated Node #2: [7, 3, 3] from Operation: 22-19=3
Current State: 18:[7, 3, 3], Operations: ['22-19=3']
Exploring Operation: 7*3=21, Resulting Numbers: [21]
21,18 equal: Goal Reached
Exploring Operation: 21-3=1... | 4 | Current State: 18:[22, 7, 19, 3], Operations: []
Exploring Operation: 22-3=19, Resulting Numbers: [7, 19, 19]
Generated Node #0,0: 18:[7, 19, 19] Operation: 22-3=19
Exploring Operation: 22-7=15, Resulting Numbers: [19, 3, 15]
Generated Node #0,1: 18:[19, 3, 15] Operation: 22-7=15
Exploring Operation: 22-19=3, Resulting... | 0 | hs_5 | sum_heuristic |
[
90,
32,
80,
40
] | 76 | [
"90*32=2880",
"2880/80=36",
"40+36=76"
] | Current State: 76:[90, 32, 80, 40], Operations: []
Exploring Operation: 90*32=2880, Resulting Numbers: [80, 40, 2880]
Generated Node #2: [80, 40, 2880] from Operation: 90*32=2880
Current State: 76:[80, 40, 2880], Operations: ['90*32=2880']
Exploring Operation: 2880/80=36, Resulting Numbers: [40, 36]
Generated Node #3: ... | 4 | Current State: 76:[90, 32, 80, 40], Operations: []
Exploring Operation: 90-80=10, Resulting Numbers: [32, 40, 10]
Generated Node #0,0: 76:[32, 40, 10] Operation: 90-80=10
Moving to Node #0,0
Current State: 76:[32, 40, 10], Operations: ['90-80=10']
Exploring Operation: 32-10=22, Resulting Numbers: [40, 22]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
4,
28,
17,
31
] | 63 | [
"4+17=21",
"31-28=3",
"21*3=63"
] | Current State: 63:[4, 28, 17, 31], Operations: []
Exploring Operation: 4+17=21, Resulting Numbers: [28, 31, 21]
Generated Node #2: [28, 31, 21] from Operation: 4+17=21
Current State: 63:[28, 31, 21], Operations: ['4+17=21']
Exploring Operation: 31-28=3, Resulting Numbers: [21, 3]
Generated Node #3: [21, 3] from Operati... | 4 | Current State: 63:[4, 28, 17, 31], Operations: []
Exploring Operation: 31-28=3, Resulting Numbers: [4, 17, 3]
Generated Node #0,0: 63:[4, 17, 3] Operation: 31-28=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 63:[4, 17, 3], Operations: ['31-28=3']
Exploring Operation: 4+17=21, Resulting Numbers: [3, ... | 0.993924 | hs_1 | sum_heuristic |
[
50,
79,
27,
87
] | 81 | [
"79-50=29",
"27*87=2349",
"2349/29=81"
] | Current State: 81:[50, 79, 27, 87], Operations: []
Exploring Operation: 79-50=29, Resulting Numbers: [27, 87, 29]
Generated Node #2: [27, 87, 29] from Operation: 79-50=29
Current State: 81:[27, 87, 29], Operations: ['79-50=29']
Exploring Operation: 27*87=2349, Resulting Numbers: [29, 2349]
Generated Node #3: [29, 2349]... | 4 | Current State: 81:[50, 79, 27, 87], Operations: []
Exploring Operation: 50+27=77, Resulting Numbers: [79, 87, 77]
Generated Node #0,0: 81:[79, 87, 77] Operation: 50+27=77
Exploring Operation: 79-50=29, Resulting Numbers: [27, 87, 29]
Generated Node #0,1: 81:[27, 87, 29] Operation: 79-50=29
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
56,
20,
2,
45
] | 21 | [
"56-45=11",
"20/2=10",
"11+10=21"
] | Current State: 21:[56, 20, 2, 45], Operations: []
Exploring Operation: 56-45=11, Resulting Numbers: [20, 2, 11]
Generated Node #2: [20, 2, 11] from Operation: 56-45=11
Current State: 21:[20, 2, 11], Operations: ['56-45=11']
Exploring Operation: 20/2=10, Resulting Numbers: [11, 10]
Generated Node #3: [11, 10] from Opera... | 4 | Current State: 21:[56, 20, 2, 45], Operations: []
Exploring Operation: 56/2=28, Resulting Numbers: [20, 45, 28]
Generated Node #0,0: 21:[20, 45, 28] Operation: 56/2=28
Exploring Operation: 56-45=11, Resulting Numbers: [20, 2, 11]
Generated Node #0,1: 21:[20, 2, 11] Operation: 56-45=11
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
32,
86,
71,
71
] | 53 | [
"86-32=54",
"71/71=1",
"54-1=53"
] | Current State: 53:[32, 86, 71, 71], Operations: []
Exploring Operation: 86-32=54, Resulting Numbers: [71, 71, 54]
Generated Node #2: [71, 71, 54] from Operation: 86-32=54
Current State: 53:[71, 71, 54], Operations: ['86-32=54']
Exploring Operation: 71/71=1, Resulting Numbers: [54, 1]
Generated Node #3: [54, 1] from Ope... | 4 | Current State: 53:[32, 86, 71, 71], Operations: []
Exploring Operation: 86-32=54, Resulting Numbers: [71, 71, 54]
Generated Node #0,0: 53:[71, 71, 54] Operation: 86-32=54
Start Sub Search at level 1: Moving to Node #0,0
Current State: 53:[71, 71, 54], Operations: ['86-32=54']
Exploring Operation: 71/71=1, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
9,
19,
19,
95
] | 46 | [
"9*95=855",
"19+855=874",
"874/19=46"
] | Current State: 46:[9, 19, 19, 95], Operations: []
Exploring Operation: 9*95=855, Resulting Numbers: [19, 19, 855]
Generated Node #2: [19, 19, 855] from Operation: 9*95=855
Current State: 46:[19, 19, 855], Operations: ['9*95=855']
Exploring Operation: 19+855=874, Resulting Numbers: [874]
874,46 equal: Goal Reached
Explo... | 4 | Current State: 46:[9, 19, 19, 95], Operations: []
Exploring Operation: 95-19=76, Resulting Numbers: [9, 19, 76]
Generated Node #0,0: 46:[9, 19, 76] Operation: 95-19=76
Exploring Operation: 95/19=5, Resulting Numbers: [9, 19, 5]
Generated Node #0,1: 46:[9, 19, 5] Operation: 95/19=5
Exploring Operation: 95/19=5, Resultin... | 0 | hs_5 | mult_heuristic |
[
25,
79,
70,
2
] | 69 | [
"25+79=104",
"70/2=35",
"104-35=69"
] | Current State: 69:[25, 79, 70, 2], Operations: []
Exploring Operation: 25+79=104, Resulting Numbers: [70, 2, 104]
Generated Node #2: [70, 2, 104] from Operation: 25+79=104
Current State: 69:[70, 2, 104], Operations: ['25+79=104']
Exploring Operation: 70/2=35, Resulting Numbers: [104, 35]
Generated Node #3: [104, 35] fr... | 4 | Current State: 69:[25, 79, 70, 2], Operations: []
Exploring Operation: 79-70=9, Resulting Numbers: [25, 2, 9]
Generated Node #0,0: 69:[25, 2, 9] Operation: 79-70=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 69:[25, 2, 9], Operations: ['79-70=9']
Exploring Operation: 25-2=23, Resulting Numbers: [9, ... | 0 | hs_1 | mult_heuristic |
[
88,
68,
43,
8
] | 31 | [
"88-68=20",
"43+8=51",
"51-20=31"
] | Current State: 31:[88, 68, 43, 8], Operations: []
Exploring Operation: 88-68=20, Resulting Numbers: [43, 8, 20]
Generated Node #2: [43, 8, 20] from Operation: 88-68=20
Current State: 31:[43, 8, 20], Operations: ['88-68=20']
Exploring Operation: 43+8=51, Resulting Numbers: [20, 51]
Generated Node #3: [20, 51] from Opera... | 4 | Current State: 31:[88, 68, 43, 8], Operations: []
Exploring Operation: 88-68=20, Resulting Numbers: [43, 8, 20]
Generated Node #0,0: 31:[43, 8, 20] Operation: 88-68=20
Moving to Node #0,0
Current State: 31:[43, 8, 20], Operations: ['88-68=20']
Exploring Operation: 43-8=35, Resulting Numbers: [20, 35]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
29,
56,
4,
55
] | 78 | [
"56-29=27",
"55-4=51",
"27+51=78"
] | Current State: 78:[29, 56, 4, 55], Operations: []
Exploring Operation: 56-29=27, Resulting Numbers: [4, 55, 27]
Generated Node #2: [4, 55, 27] from Operation: 56-29=27
Current State: 78:[4, 55, 27], Operations: ['56-29=27']
Exploring Operation: 55-4=51, Resulting Numbers: [27, 51]
Generated Node #3: [27, 51] from Opera... | 4 | Current State: 78:[29, 56, 4, 55], Operations: []
Exploring Operation: 29+56=85, Resulting Numbers: [4, 55, 85]
Generated Node #0,0: 78:[4, 55, 85] Operation: 29+56=85
Exploring Operation: 56-29=27, Resulting Numbers: [4, 55, 27]
Generated Node #0,1: 78:[4, 55, 27] Operation: 56-29=27
Exploring Operation: 56-55=1, Resu... | 0.962674 | hs_5 | mult_heuristic |
[
93,
1,
8,
83
] | 90 | [
"93-83=10",
"1+8=9",
"10*9=90"
] | Current State: 90:[93, 1, 8, 83], Operations: []
Exploring Operation: 93-83=10, Resulting Numbers: [1, 8, 10]
Generated Node #2: [1, 8, 10] from Operation: 93-83=10
Current State: 90:[1, 8, 10], Operations: ['93-83=10']
Exploring Operation: 1+8=9, Resulting Numbers: [10, 9]
Generated Node #3: [10, 9] from Operation: 1+... | 4 | Current State: 90:[93, 1, 8, 83], Operations: []
Exploring Operation: 8+83=91, Resulting Numbers: [93, 1, 91]
Generated Node #0,0: 90:[93, 1, 91] Operation: 8+83=91
Exploring Operation: 93-83=10, Resulting Numbers: [1, 8, 10]
Generated Node #0,1: 90:[1, 8, 10] Operation: 93-83=10
Moving to Node #0,1
Current State: 90:[... | 0.991319 | hs_2 | sum_heuristic |
[
1,
51,
31,
78
] | 99 | [
"1+51=52",
"78-31=47",
"52+47=99"
] | Current State: 99:[1, 51, 31, 78], Operations: []
Exploring Operation: 1+51=52, Resulting Numbers: [31, 78, 52]
Generated Node #2: [31, 78, 52] from Operation: 1+51=52
Current State: 99:[31, 78, 52], Operations: ['1+51=52']
Exploring Operation: 78-31=47, Resulting Numbers: [52, 47]
Generated Node #3: [52, 47] from Oper... | 4 | Current State: 99:[1, 51, 31, 78], Operations: []
Exploring Operation: 31+78=109, Resulting Numbers: [1, 51, 109]
Generated Node #0,0: 99:[1, 51, 109] Operation: 31+78=109
Exploring Operation: 78-31=47, Resulting Numbers: [1, 51, 47]
Generated Node #0,1: 99:[1, 51, 47] Operation: 78-31=47
Exploring Operation: 51+78=129... | 0.947917 | hs_5 | sum_heuristic |
[
78,
18,
16,
37
] | 81 | [
"78-18=60",
"37-16=21",
"60+21=81"
] | Current State: 81:[78, 18, 16, 37], Operations: []
Exploring Operation: 78-18=60, Resulting Numbers: [16, 37, 60]
Generated Node #2: [16, 37, 60] from Operation: 78-18=60
Current State: 81:[16, 37, 60], Operations: ['78-18=60']
Exploring Operation: 37-16=21, Resulting Numbers: [60, 21]
Generated Node #3: [60, 21] from ... | 4 | Current State: 81:[78, 18, 16, 37], Operations: []
Exploring Operation: 18-16=2, Resulting Numbers: [78, 37, 2]
Generated Node #0,0: 81:[78, 37, 2] Operation: 18-16=2
Exploring Operation: 37-18=19, Resulting Numbers: [78, 16, 19]
Generated Node #0,1: 81:[78, 16, 19] Operation: 37-18=19
Exploring Operation: 37-16=21, Re... | 0.974826 | hs_4 | mult_heuristic |
[
2,
70,
79,
86
] | 68 | [
"79-70=9",
"2*9=18",
"86-18=68"
] | Current State: 68:[2, 70, 79, 86], Operations: []
Exploring Operation: 79-70=9, Resulting Numbers: [2, 86, 9]
Generated Node #2: [2, 86, 9] from Operation: 79-70=9
Current State: 68:[2, 86, 9], Operations: ['79-70=9']
Exploring Operation: 2*9=18, Resulting Numbers: [86, 18]
Generated Node #3: [86, 18] from Operation: 2... | 4 | Current State: 68:[2, 70, 79, 86], Operations: []
Exploring Operation: 86-70=16, Resulting Numbers: [2, 79, 16]
Generated Node #0,0: 68:[2, 79, 16] Operation: 86-70=16
Exploring Operation: 86-79=7, Resulting Numbers: [2, 70, 7]
Generated Node #0,1: 68:[2, 70, 7] Operation: 86-79=7
Exploring Operation: 79-70=9, Resultin... | 0.9375 | hs_4 | sum_heuristic |
[
13,
95,
5,
89
] | 71 | [
"13*5=65",
"95-89=6",
"65+6=71"
] | Current State: 71:[13, 95, 5, 89], Operations: []
Exploring Operation: 13*5=65, Resulting Numbers: [95, 89, 65]
Generated Node #2: [95, 89, 65] from Operation: 13*5=65
Current State: 71:[95, 89, 65], Operations: ['13*5=65']
Exploring Operation: 95-89=6, Resulting Numbers: [65, 6]
Generated Node #3: [65, 6] from Operati... | 4 | Current State: 71:[13, 95, 5, 89], Operations: []
Exploring Operation: 13*5=65, Resulting Numbers: [95, 89, 65]
Generated Node #0,0: 71:[95, 89, 65] Operation: 13*5=65
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[95, 89, 65], Operations: ['13*5=65']
Exploring Operation: 95-65=30, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
79,
2,
6,
9
] | 23 | [
"79-2=77",
"6*9=54",
"77-54=23"
] | Current State: 23:[79, 2, 6, 9], Operations: []
Exploring Operation: 79-2=77, Resulting Numbers: [6, 9, 77]
Generated Node #2: [6, 9, 77] from Operation: 79-2=77
Current State: 23:[6, 9, 77], Operations: ['79-2=77']
Exploring Operation: 6*9=54, Resulting Numbers: [77, 54]
Generated Node #3: [77, 54] from Operation: 6*9... | 4 | Current State: 23:[79, 2, 6, 9], Operations: []
Exploring Operation: 79-6=73, Resulting Numbers: [2, 9, 73]
Generated Node #0,0: 23:[2, 9, 73] Operation: 79-6=73
Exploring Operation: 79-9=70, Resulting Numbers: [2, 6, 70]
Generated Node #0,1: 23:[2, 6, 70] Operation: 79-9=70
Exploring Operation: 2*6=12, Resulting Numbe... | 0 | hs_5 | sum_heuristic |
[
10,
26,
39,
82
] | 97 | [
"10*39=390",
"390/26=15",
"82+15=97"
] | Current State: 97:[10, 26, 39, 82], Operations: []
Exploring Operation: 10*39=390, Resulting Numbers: [26, 82, 390]
Generated Node #2: [26, 82, 390] from Operation: 10*39=390
Current State: 97:[26, 82, 390], Operations: ['10*39=390']
Exploring Operation: 390/26=15, Resulting Numbers: [82, 15]
Generated Node #3: [82, 15... | 4 | Current State: 97:[10, 26, 39, 82], Operations: []
Exploring Operation: 26+39=65, Resulting Numbers: [10, 82, 65]
Generated Node #0,0: 97:[10, 82, 65] Operation: 26+39=65
Exploring Operation: 10+39=49, Resulting Numbers: [26, 82, 49]
Generated Node #0,1: 97:[26, 82, 49] Operation: 10+39=49
Exploring Operation: 10+26=36... | 0 | hs_4 | mult_heuristic |
[
33,
23,
28,
36
] | 31 | [
"33+36=69",
"69/23=3",
"28+3=31"
] | Current State: 31:[33, 23, 28, 36], Operations: []
Exploring Operation: 33+36=69, Resulting Numbers: [23, 28, 69]
Generated Node #2: [23, 28, 69] from Operation: 33+36=69
Current State: 31:[23, 28, 69], Operations: ['33+36=69']
Exploring Operation: 69/23=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Ope... | 4 | Current State: 31:[33, 23, 28, 36], Operations: []
Exploring Operation: 36-23=13, Resulting Numbers: [33, 28, 13]
Generated Node #0,0: 31:[33, 28, 13] Operation: 36-23=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[33, 28, 13], Operations: ['36-23=13']
Exploring Operation: 28+13=41, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
12,
67,
66,
36
] | 85 | [
"67-12=55",
"66-36=30",
"55+30=85"
] | Current State: 85:[12, 67, 66, 36], Operations: []
Exploring Operation: 67-12=55, Resulting Numbers: [66, 36, 55]
Generated Node #2: [66, 36, 55] from Operation: 67-12=55
Current State: 85:[66, 36, 55], Operations: ['67-12=55']
Exploring Operation: 66-36=30, Resulting Numbers: [55, 30]
Generated Node #3: [55, 30] from ... | 4 | Current State: 85:[12, 67, 66, 36], Operations: []
Exploring Operation: 66-36=30, Resulting Numbers: [12, 67, 30]
Generated Node #0,0: 85:[12, 67, 30] Operation: 66-36=30
Exploring Operation: 67-36=31, Resulting Numbers: [12, 66, 31]
Generated Node #0,1: 85:[12, 66, 31] Operation: 67-36=31
Exploring Operation: 36/12=3,... | 0.962674 | hs_4 | mult_heuristic |
[
12,
13,
8,
80
] | 88 | [
"13-12=1",
"8+80=88",
"1*88=88"
] | Current State: 88:[12, 13, 8, 80], Operations: []
Exploring Operation: 13-12=1, Resulting Numbers: [8, 80, 1]
Generated Node #2: [8, 80, 1] from Operation: 13-12=1
Current State: 88:[8, 80, 1], Operations: ['13-12=1']
Exploring Operation: 8+80=88, Resulting Numbers: [1, 88]
Generated Node #3: [1, 88] from Operation: 8+... | 4 | Current State: 88:[12, 13, 8, 80], Operations: []
Exploring Operation: 8+80=88, Resulting Numbers: [12, 13, 88]
Generated Node #0,0: 88:[12, 13, 88] Operation: 8+80=88
Exploring Operation: 80/8=10, Resulting Numbers: [12, 13, 10]
Generated Node #0,1: 88:[12, 13, 10] Operation: 80/8=10
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
51,
35,
22,
53
] | 47 | [
"51-35=16",
"53-22=31",
"16+31=47"
] | Current State: 47:[51, 35, 22, 53], Operations: []
Exploring Operation: 51-35=16, Resulting Numbers: [22, 53, 16]
Generated Node #2: [22, 53, 16] from Operation: 51-35=16
Current State: 47:[22, 53, 16], Operations: ['51-35=16']
Exploring Operation: 53-22=31, Resulting Numbers: [16, 31]
Generated Node #3: [16, 31] from ... | 4 | Current State: 47:[51, 35, 22, 53], Operations: []
Exploring Operation: 35+22=57, Resulting Numbers: [51, 53, 57]
Generated Node #0,0: 47:[51, 53, 57] Operation: 35+22=57
Exploring Operation: 51+22=73, Resulting Numbers: [35, 53, 73]
Generated Node #0,1: 47:[35, 53, 73] Operation: 51+22=73
Exploring Operation: 53-22=31... | 0.987847 | hs_4 | mult_heuristic |
[
26,
50,
94,
37
] | 19 | [
"26+50=76",
"94-37=57",
"76-57=19"
] | Current State: 19:[26, 50, 94, 37], Operations: []
Exploring Operation: 26+50=76, Resulting Numbers: [94, 37, 76]
Generated Node #2: [94, 37, 76] from Operation: 26+50=76
Current State: 19:[94, 37, 76], Operations: ['26+50=76']
Exploring Operation: 94-37=57, Resulting Numbers: [76, 57]
Generated Node #3: [76, 57] from ... | 4 | Current State: 19:[26, 50, 94, 37], Operations: []
Exploring Operation: 94-37=57, Resulting Numbers: [26, 50, 57]
Generated Node #0,0: 19:[26, 50, 57] Operation: 94-37=57
Exploring Operation: 50-37=13, Resulting Numbers: [26, 94, 13]
Generated Node #0,1: 19:[26, 94, 13] Operation: 50-37=13
Exploring Operation: 50-26=24... | 0.987847 | hs_4 | sum_heuristic |
[
97,
47,
95,
32
] | 13 | [
"97-47=50",
"95-32=63",
"63-50=13"
] | Current State: 13:[97, 47, 95, 32], Operations: []
Exploring Operation: 97-47=50, Resulting Numbers: [95, 32, 50]
Generated Node #2: [95, 32, 50] from Operation: 97-47=50
Current State: 13:[95, 32, 50], Operations: ['97-47=50']
Exploring Operation: 95-32=63, Resulting Numbers: [50, 63]
Generated Node #3: [50, 63] from ... | 4 | Current State: 13:[97, 47, 95, 32], Operations: []
Exploring Operation: 95-47=48, Resulting Numbers: [97, 32, 48]
Generated Node #0,0: 13:[97, 32, 48] Operation: 95-47=48
Exploring Operation: 97-47=50, Resulting Numbers: [95, 32, 50]
Generated Node #0,1: 13:[95, 32, 50] Operation: 97-47=50
Exploring Operation: 97-95=2,... | 0.990451 | hs_3 | mult_heuristic |
[
45,
9,
14,
36
] | 76 | [
"45+9=54",
"36-14=22",
"54+22=76"
] | Current State: 76:[45, 9, 14, 36], Operations: []
Exploring Operation: 45+9=54, Resulting Numbers: [14, 36, 54]
Generated Node #2: [14, 36, 54] from Operation: 45+9=54
Current State: 76:[14, 36, 54], Operations: ['45+9=54']
Exploring Operation: 36-14=22, Resulting Numbers: [54, 22]
Generated Node #3: [54, 22] from Oper... | 4 | Current State: 76:[45, 9, 14, 36], Operations: []
Exploring Operation: 9+14=23, Resulting Numbers: [45, 36, 23]
Generated Node #0,0: 76:[45, 36, 23] Operation: 9+14=23
Exploring Operation: 36/9=4, Resulting Numbers: [45, 14, 4]
Generated Node #0,1: 76:[45, 14, 4] Operation: 36/9=4
Exploring Operation: 45-9=36, Resultin... | 0.950521 | hs_5 | sum_heuristic |
[
31,
16,
1,
89
] | 43 | [
"31+16=47",
"1+89=90",
"90-47=43"
] | Current State: 43:[31, 16, 1, 89], Operations: []
Exploring Operation: 31+16=47, Resulting Numbers: [1, 89, 47]
Generated Node #2: [1, 89, 47] from Operation: 31+16=47
Current State: 43:[1, 89, 47], Operations: ['31+16=47']
Exploring Operation: 1+89=90, Resulting Numbers: [47, 90]
Generated Node #3: [47, 90] from Opera... | 4 | Current State: 43:[31, 16, 1, 89], Operations: []
Exploring Operation: 89-31=58, Resulting Numbers: [16, 1, 58]
Generated Node #0,0: 43:[16, 1, 58] Operation: 89-31=58
Exploring Operation: 31+1=32, Resulting Numbers: [16, 89, 32]
Generated Node #0,1: 43:[16, 89, 32] Operation: 31+1=32
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
14,
21,
48,
6
] | 27 | [
"14+21=35",
"48/6=8",
"35-8=27"
] | Current State: 27:[14, 21, 48, 6], Operations: []
Exploring Operation: 14+21=35, Resulting Numbers: [48, 6, 35]
Generated Node #2: [48, 6, 35] from Operation: 14+21=35
Current State: 27:[48, 6, 35], Operations: ['14+21=35']
Exploring Operation: 48/6=8, Resulting Numbers: [35, 8]
Generated Node #3: [35, 8] from Operatio... | 4 | Current State: 27:[14, 21, 48, 6], Operations: []
Exploring Operation: 48/6=8, Resulting Numbers: [14, 21, 8]
Generated Node #0,0: 27:[14, 21, 8] Operation: 48/6=8
Exploring Operation: 48-21=27, Resulting Numbers: [14, 6, 27]
Generated Node #0,1: 27:[14, 6, 27] Operation: 48-21=27
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
88,
65,
96,
49
] | 70 | [
"88-65=23",
"96-49=47",
"23+47=70"
] | Current State: 70:[88, 65, 96, 49], Operations: []
Exploring Operation: 88-65=23, Resulting Numbers: [96, 49, 23]
Generated Node #2: [96, 49, 23] from Operation: 88-65=23
Current State: 70:[96, 49, 23], Operations: ['88-65=23']
Exploring Operation: 96-49=47, Resulting Numbers: [23, 47]
Generated Node #3: [23, 47] from ... | 4 | Current State: 70:[88, 65, 96, 49], Operations: []
Exploring Operation: 96-88=8, Resulting Numbers: [65, 49, 8]
Generated Node #0,0: 70:[65, 49, 8] Operation: 96-88=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 70:[65, 49, 8], Operations: ['96-88=8']
Exploring Operation: 65-49=16, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
82,
21,
46,
89
] | 32 | [
"82+21=103",
"46+89=135",
"135-103=32"
] | Current State: 32:[82, 21, 46, 89], Operations: []
Exploring Operation: 82+21=103, Resulting Numbers: [46, 89, 103]
Generated Node #2: [46, 89, 103] from Operation: 82+21=103
Current State: 32:[46, 89, 103], Operations: ['82+21=103']
Exploring Operation: 46+89=135, Resulting Numbers: [103, 135]
Generated Node #3: [103,... | 4 | Current State: 32:[82, 21, 46, 89], Operations: []
Exploring Operation: 89-82=7, Resulting Numbers: [21, 46, 7]
Generated Node #0,0: 32:[21, 46, 7] Operation: 89-82=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[21, 46, 7], Operations: ['89-82=7']
Exploring Operation: 46-21=25, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
11,
12,
48,
26
] | 22 | [
"12-11=1",
"48-26=22",
"1*22=22"
] | Current State: 22:[11, 12, 48, 26], Operations: []
Exploring Operation: 12-11=1, Resulting Numbers: [48, 26, 1]
Generated Node #2: [48, 26, 1] from Operation: 12-11=1
Current State: 22:[48, 26, 1], Operations: ['12-11=1']
Exploring Operation: 48-26=22, Resulting Numbers: [1, 22]
Generated Node #3: [1, 22] from Operatio... | 4 | Current State: 22:[11, 12, 48, 26], Operations: []
Exploring Operation: 48-26=22, Resulting Numbers: [11, 12, 22]
Generated Node #0,0: 22:[11, 12, 22] Operation: 48-26=22
Exploring Operation: 48-12=36, Resulting Numbers: [11, 26, 36]
Generated Node #0,1: 22:[11, 26, 36] Operation: 48-12=36
Exploring Operation: 48/12=4,... | 0.985243 | hs_3 | mult_heuristic |
[
91,
14,
81,
59
] | 83 | [
"91+14=105",
"81-59=22",
"105-22=83"
] | Current State: 83:[91, 14, 81, 59], Operations: []
Exploring Operation: 91+14=105, Resulting Numbers: [81, 59, 105]
Generated Node #2: [81, 59, 105] from Operation: 91+14=105
Current State: 83:[81, 59, 105], Operations: ['91+14=105']
Exploring Operation: 81-59=22, Resulting Numbers: [105, 22]
Generated Node #3: [105, 2... | 4 | Current State: 83:[91, 14, 81, 59], Operations: []
Exploring Operation: 14+59=73, Resulting Numbers: [91, 81, 73]
Generated Node #0,0: 83:[91, 81, 73] Operation: 14+59=73
Exploring Operation: 91-14=77, Resulting Numbers: [81, 59, 77]
Generated Node #0,1: 83:[81, 59, 77] Operation: 91-14=77
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
88,
76,
73,
11
] | 96 | [
"88-76=12",
"73+11=84",
"12+84=96"
] | Current State: 96:[88, 76, 73, 11], Operations: []
Exploring Operation: 88-76=12, Resulting Numbers: [73, 11, 12]
Generated Node #2: [73, 11, 12] from Operation: 88-76=12
Current State: 96:[73, 11, 12], Operations: ['88-76=12']
Exploring Operation: 73+11=84, Resulting Numbers: [12, 84]
Generated Node #3: [12, 84] from ... | 4 | Current State: 96:[88, 76, 73, 11], Operations: []
Exploring Operation: 76-73=3, Resulting Numbers: [88, 11, 3]
Generated Node #0,0: 96:[88, 11, 3] Operation: 76-73=3
Moving to Node #0,0
Current State: 96:[88, 11, 3], Operations: ['76-73=3']
Exploring Operation: 88/11=8, Resulting Numbers: [3, 8]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
91,
85,
80,
17
] | 69 | [
"91-85=6",
"80-17=63",
"6+63=69"
] | Current State: 69:[91, 85, 80, 17], Operations: []
Exploring Operation: 91-85=6, Resulting Numbers: [80, 17, 6]
Generated Node #2: [80, 17, 6] from Operation: 91-85=6
Current State: 69:[80, 17, 6], Operations: ['91-85=6']
Exploring Operation: 80-17=63, Resulting Numbers: [6, 63]
Generated Node #3: [6, 63] from Operatio... | 4 | Current State: 69:[91, 85, 80, 17], Operations: []
Exploring Operation: 85-17=68, Resulting Numbers: [91, 80, 68]
Generated Node #0,0: 69:[91, 80, 68] Operation: 85-17=68
Exploring Operation: 91-17=74, Resulting Numbers: [85, 80, 74]
Generated Node #0,1: 69:[85, 80, 74] Operation: 91-17=74
Exploring Operation: 91-85=6,... | 0.973958 | hs_5 | sum_heuristic |
[
33,
28,
82,
93
] | 25 | [
"93-82=11",
"33/11=3",
"28-3=25"
] | Current State: 25:[33, 28, 82, 93], Operations: []
Exploring Operation: 93-82=11, Resulting Numbers: [33, 28, 11]
Generated Node #2: [33, 28, 11] from Operation: 93-82=11
Current State: 25:[33, 28, 11], Operations: ['93-82=11']
Exploring Operation: 33/11=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Ope... | 4 | Current State: 25:[33, 28, 82, 93], Operations: []
Exploring Operation: 93-82=11, Resulting Numbers: [33, 28, 11]
Generated Node #0,0: 25:[33, 28, 11] Operation: 93-82=11
Moving to Node #0,0
Current State: 25:[33, 28, 11], Operations: ['93-82=11']
Exploring Operation: 33/11=3, Resulting Numbers: [28, 3]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
65,
95,
64,
22
] | 55 | [
"65+95=160",
"22*160=3520",
"3520/64=55"
] | Current State: 55:[65, 95, 64, 22], Operations: []
Exploring Operation: 65+95=160, Resulting Numbers: [64, 22, 160]
Generated Node #2: [64, 22, 160] from Operation: 65+95=160
Current State: 55:[64, 22, 160], Operations: ['65+95=160']
Exploring Operation: 22*160=3520, Resulting Numbers: [64, 3520]
Generated Node #3: [64... | 4 | Current State: 55:[65, 95, 64, 22], Operations: []
Exploring Operation: 95-22=73, Resulting Numbers: [65, 64, 73]
Generated Node #0,0: 55:[65, 64, 73] Operation: 95-22=73
Start Sub Search at level 1: Moving to Node #0,0
Current State: 55:[65, 64, 73], Operations: ['95-22=73']
Exploring Operation: 73-65=8, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
8,
95,
8,
90
] | 95 | [
"8-8=0",
"90*0=0",
"95+0=95"
] | Current State: 95:[8, 95, 8, 90], Operations: []
Exploring Operation: 8-8=0, Resulting Numbers: [95, 90, 0]
Generated Node #2: [95, 90, 0] from Operation: 8-8=0
Current State: 95:[95, 90, 0], Operations: ['8-8=0']
Exploring Operation: 90*0=0, Resulting Numbers: [95, 0]
Generated Node #3: [95, 0] from Operation: 90*0=0
... | 4 | Current State: 95:[8, 95, 8, 90], Operations: []
Exploring Operation: 8+90=98, Resulting Numbers: [8, 95, 98]
Generated Node #0,0: 95:[8, 95, 98] Operation: 8+90=98
Exploring Operation: 8+90=98, Resulting Numbers: [95, 8, 98]
Generated Node #0,1: 95:[95, 8, 98] Operation: 8+90=98
Exploring Operation: 95-90=5, Resulting... | 0 | hs_3 | mult_heuristic |
[
39,
92,
46,
87
] | 24 | [
"87-39=48",
"92/46=2",
"48/2=24"
] | Current State: 24:[39, 92, 46, 87], Operations: []
Exploring Operation: 87-39=48, Resulting Numbers: [92, 46, 48]
Generated Node #2: [92, 46, 48] from Operation: 87-39=48
Current State: 24:[92, 46, 48], Operations: ['87-39=48']
Exploring Operation: 92/46=2, Resulting Numbers: [48, 2]
Generated Node #3: [48, 2] from Ope... | 4 | Current State: 24:[39, 92, 46, 87], Operations: []
Exploring Operation: 92-46=46, Resulting Numbers: [39, 87, 46]
Generated Node #0,0: 24:[39, 87, 46] Operation: 92-46=46
Exploring Operation: 92/46=2, Resulting Numbers: [39, 87, 2]
Generated Node #0,1: 24:[39, 87, 2] Operation: 92/46=2
Exploring Operation: 92-87=5, Res... | 0.979167 | hs_3 | mult_heuristic |
[
96,
23,
32,
2
] | 85 | [
"96+23=119",
"32+2=34",
"119-34=85"
] | Current State: 85:[96, 23, 32, 2], Operations: []
Exploring Operation: 96+23=119, Resulting Numbers: [32, 2, 119]
Generated Node #2: [32, 2, 119] from Operation: 96+23=119
Current State: 85:[32, 2, 119], Operations: ['96+23=119']
Exploring Operation: 32+2=34, Resulting Numbers: [119, 34]
Generated Node #3: [119, 34] fr... | 4 | Current State: 85:[96, 23, 32, 2], Operations: []
Exploring Operation: 32/2=16, Resulting Numbers: [96, 23, 16]
Generated Node #0,0: 85:[96, 23, 16] Operation: 32/2=16
Exploring Operation: 96/32=3, Resulting Numbers: [23, 2, 3]
Generated Node #0,1: 85:[23, 2, 3] Operation: 96/32=3
Exploring Operation: 32-23=9, Resultin... | 0.967882 | hs_3 | sum_heuristic |
[
31,
65,
69,
56
] | 100 | [
"56-31=25",
"69-65=4",
"25*4=100"
] | Current State: 100:[31, 65, 69, 56], Operations: []
Exploring Operation: 56-31=25, Resulting Numbers: [65, 69, 25]
Generated Node #2: [65, 69, 25] from Operation: 56-31=25
Current State: 100:[65, 69, 25], Operations: ['56-31=25']
Exploring Operation: 69-65=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from O... | 4 | Current State: 100:[31, 65, 69, 56], Operations: []
Exploring Operation: 69-65=4, Resulting Numbers: [31, 56, 4]
Generated Node #0,0: 100:[31, 56, 4] Operation: 69-65=4
Exploring Operation: 69-56=13, Resulting Numbers: [31, 65, 13]
Generated Node #0,1: 100:[31, 65, 13] Operation: 69-56=13
Exploring Operation: 31+69=100... | 0.990451 | hs_3 | mult_heuristic |
[
25,
21,
44,
37
] | 11 | [
"25-21=4",
"44-37=7",
"4+7=11"
] | Current State: 11:[25, 21, 44, 37], Operations: []
Exploring Operation: 25-21=4, Resulting Numbers: [44, 37, 4]
Generated Node #2: [44, 37, 4] from Operation: 25-21=4
Current State: 11:[44, 37, 4], Operations: ['25-21=4']
Exploring Operation: 44-37=7, Resulting Numbers: [4, 7]
Generated Node #3: [4, 7] from Operation: ... | 4 | Current State: 11:[25, 21, 44, 37], Operations: []
Exploring Operation: 44-37=7, Resulting Numbers: [25, 21, 7]
Generated Node #0,0: 11:[25, 21, 7] Operation: 44-37=7
Moving to Node #0,0
Current State: 11:[25, 21, 7], Operations: ['44-37=7']
Exploring Operation: 25-21=4, Resulting Numbers: [7, 4]
Generated Node #0,0,0:... | 0.993924 | hs_1 | sum_heuristic |
[
59,
2,
7,
65
] | 57 | [
"65-7=58",
"2*58=116",
"116-59=57"
] | Current State: 57:[59, 2, 7, 65], Operations: []
Exploring Operation: 65-7=58, Resulting Numbers: [59, 2, 58]
Generated Node #2: [59, 2, 58] from Operation: 65-7=58
Current State: 57:[59, 2, 58], Operations: ['65-7=58']
Exploring Operation: 2*58=116, Resulting Numbers: [59, 116]
Generated Node #3: [59, 116] from Operat... | 4 | Current State: 57:[59, 2, 7, 65], Operations: []
Exploring Operation: 7-2=5, Resulting Numbers: [59, 65, 5]
Generated Node #0,0: 57:[59, 65, 5] Operation: 7-2=5
Exploring Operation: 59-2=57, Resulting Numbers: [7, 65, 57]
Generated Node #0,1: 57:[7, 65, 57] Operation: 59-2=57
Exploring Operation: 65-7=58, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
24,
69,
95,
38
] | 88 | [
"69-24=45",
"95+38=133",
"133-45=88"
] | Current State: 88:[24, 69, 95, 38], Operations: []
Exploring Operation: 69-24=45, Resulting Numbers: [95, 38, 45]
Generated Node #2: [95, 38, 45] from Operation: 69-24=45
Current State: 88:[95, 38, 45], Operations: ['69-24=45']
Exploring Operation: 95+38=133, Resulting Numbers: [45, 133]
Generated Node #3: [45, 133] fr... | 4 | Current State: 88:[24, 69, 95, 38], Operations: []
Exploring Operation: 95-69=26, Resulting Numbers: [24, 38, 26]
Generated Node #0,0: 88:[24, 38, 26] Operation: 95-69=26
Moving to Node #0,0
Current State: 88:[24, 38, 26], Operations: ['95-69=26']
Exploring Operation: 38-26=12, Resulting Numbers: [24, 12]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
64,
10,
28,
25
] | 77 | [
"64+10=74",
"28-25=3",
"74+3=77"
] | Current State: 77:[64, 10, 28, 25], Operations: []
Exploring Operation: 64+10=74, Resulting Numbers: [28, 25, 74]
Generated Node #2: [28, 25, 74] from Operation: 64+10=74
Current State: 77:[28, 25, 74], Operations: ['64+10=74']
Exploring Operation: 28-25=3, Resulting Numbers: [74, 3]
Generated Node #3: [74, 3] from Ope... | 4 | Current State: 77:[64, 10, 28, 25], Operations: []
Exploring Operation: 28-25=3, Resulting Numbers: [64, 10, 3]
Generated Node #0,0: 77:[64, 10, 3] Operation: 28-25=3
Exploring Operation: 64+25=89, Resulting Numbers: [10, 28, 89]
Generated Node #0,1: 77:[10, 28, 89] Operation: 64+25=89
Exploring Operation: 64+28=92, Re... | 0.981771 | hs_5 | mult_heuristic |
[
25,
22,
20,
14
] | 31 | [
"25-22=3",
"20+14=34",
"34-3=31"
] | Current State: 31:[25, 22, 20, 14], Operations: []
Exploring Operation: 25-22=3, Resulting Numbers: [20, 14, 3]
Generated Node #2: [20, 14, 3] from Operation: 25-22=3
Current State: 31:[20, 14, 3], Operations: ['25-22=3']
Exploring Operation: 20+14=34, Resulting Numbers: [3, 34]
Generated Node #3: [3, 34] from Operatio... | 4 | Current State: 31:[25, 22, 20, 14], Operations: []
Exploring Operation: 22+14=36, Resulting Numbers: [25, 20, 36]
Generated Node #0,0: 31:[25, 20, 36] Operation: 22+14=36
Exploring Operation: 20+14=34, Resulting Numbers: [25, 22, 34]
Generated Node #0,1: 31:[25, 22, 34] Operation: 20+14=34
Exploring Operation: 25+14=39... | 0.985243 | hs_3 | sum_heuristic |
[
29,
20,
89,
33
] | 84 | [
"33-29=4",
"20/4=5",
"89-5=84"
] | Current State: 84:[29, 20, 89, 33], Operations: []
Exploring Operation: 33-29=4, Resulting Numbers: [20, 89, 4]
Generated Node #2: [20, 89, 4] from Operation: 33-29=4
Current State: 84:[20, 89, 4], Operations: ['33-29=4']
Exploring Operation: 20/4=5, Resulting Numbers: [89, 5]
Generated Node #3: [89, 5] from Operation:... | 4 | Current State: 84:[29, 20, 89, 33], Operations: []
Exploring Operation: 33-29=4, Resulting Numbers: [20, 89, 4]
Generated Node #0,0: 84:[20, 89, 4] Operation: 33-29=4
Moving to Node #0,0
Current State: 84:[20, 89, 4], Operations: ['33-29=4']
Exploring Operation: 89-4=85, Resulting Numbers: [20, 85]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
89,
94,
85,
70
] | 87 | [
"94-89=5",
"85/5=17",
"70+17=87"
] | Current State: 87:[89, 94, 85, 70], Operations: []
Exploring Operation: 94-89=5, Resulting Numbers: [85, 70, 5]
Generated Node #2: [85, 70, 5] from Operation: 94-89=5
Current State: 87:[85, 70, 5], Operations: ['94-89=5']
Exploring Operation: 85/5=17, Resulting Numbers: [70, 17]
Generated Node #3: [70, 17] from Operati... | 4 | Current State: 87:[89, 94, 85, 70], Operations: []
Exploring Operation: 89-70=19, Resulting Numbers: [94, 85, 19]
Generated Node #0,0: 87:[94, 85, 19] Operation: 89-70=19
Exploring Operation: 94-70=24, Resulting Numbers: [89, 85, 24]
Generated Node #0,1: 87:[89, 85, 24] Operation: 94-70=24
Exploring Operation: 85-70=15... | 0 | hs_4 | mult_heuristic |
[
32,
2,
33,
18
] | 37 | [
"33-32=1",
"2*18=36",
"1+36=37"
] | Current State: 37:[32, 2, 33, 18], Operations: []
Exploring Operation: 33-32=1, Resulting Numbers: [2, 18, 1]
Generated Node #2: [2, 18, 1] from Operation: 33-32=1
Current State: 37:[2, 18, 1], Operations: ['33-32=1']
Exploring Operation: 2*18=36, Resulting Numbers: [1, 36]
Generated Node #3: [1, 36] from Operation: 2*... | 4 | Current State: 37:[32, 2, 33, 18], Operations: []
Exploring Operation: 2+18=20, Resulting Numbers: [32, 33, 20]
Generated Node #0,0: 37:[32, 33, 20] Operation: 2+18=20
Exploring Operation: 2+33=35, Resulting Numbers: [32, 18, 35]
Generated Node #0,1: 37:[32, 18, 35] Operation: 2+33=35
Exploring Operation: 2*18=36, Resu... | 0.94184 | hs_4 | mult_heuristic |
[
3,
98,
62,
31
] | 77 | [
"98-62=36",
"3*36=108",
"108-31=77"
] | Current State: 77:[3, 98, 62, 31], Operations: []
Exploring Operation: 98-62=36, Resulting Numbers: [3, 31, 36]
Generated Node #2: [3, 31, 36] from Operation: 98-62=36
Current State: 77:[3, 31, 36], Operations: ['98-62=36']
Exploring Operation: 3*36=108, Resulting Numbers: [31, 108]
Generated Node #3: [31, 108] from Op... | 4 | Current State: 77:[3, 98, 62, 31], Operations: []
Exploring Operation: 62/31=2, Resulting Numbers: [3, 98, 2]
Generated Node #0,0: 77:[3, 98, 2] Operation: 62/31=2
Exploring Operation: 98-31=67, Resulting Numbers: [3, 62, 67]
Generated Node #0,1: 77:[3, 62, 67] Operation: 98-31=67
Moving to Node #0,1
Current State: 77:... | 0 | hs_2 | mult_heuristic |
[
59,
51,
83,
3
] | 37 | [
"83-51=32",
"3*32=96",
"96-59=37"
] | Current State: 37:[59, 51, 83, 3], Operations: []
Exploring Operation: 83-51=32, Resulting Numbers: [59, 3, 32]
Generated Node #2: [59, 3, 32] from Operation: 83-51=32
Current State: 37:[59, 3, 32], Operations: ['83-51=32']
Exploring Operation: 3*32=96, Resulting Numbers: [59, 96]
Generated Node #3: [59, 96] from Opera... | 4 | Current State: 37:[59, 51, 83, 3], Operations: []
Exploring Operation: 83-59=24, Resulting Numbers: [51, 3, 24]
Generated Node #0,0: 37:[51, 3, 24] Operation: 83-59=24
Exploring Operation: 83-51=32, Resulting Numbers: [59, 3, 32]
Generated Node #0,1: 37:[59, 3, 32] Operation: 83-51=32
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
84,
60,
65,
79
] | 12 | [
"84*65=5460",
"5460/60=91",
"91-79=12"
] | Current State: 12:[84, 60, 65, 79], Operations: []
Exploring Operation: 84*65=5460, Resulting Numbers: [60, 79, 5460]
Generated Node #2: [60, 79, 5460] from Operation: 84*65=5460
Current State: 12:[60, 79, 5460], Operations: ['84*65=5460']
Exploring Operation: 5460/60=91, Resulting Numbers: [79, 91]
Generated Node #3: ... | 4 | Current State: 12:[84, 60, 65, 79], Operations: []
Exploring Operation: 84-79=5, Resulting Numbers: [60, 65, 5]
Generated Node #0,0: 12:[60, 65, 5] Operation: 84-79=5
Exploring Operation: 84-65=19, Resulting Numbers: [60, 79, 19]
Generated Node #0,1: 12:[60, 79, 19] Operation: 84-65=19
Exploring Operation: 79-65=14, Re... | 0 | hs_4 | mult_heuristic |
[
65,
20,
40,
45
] | 40 | [
"65-20=45",
"40+45=85",
"85-45=40"
] | Current State: 40:[65, 20, 40, 45], Operations: []
Exploring Operation: 65-20=45, Resulting Numbers: [40, 45, 45]
Generated Node #2: [40, 45, 45] from Operation: 65-20=45
Current State: 40:[40, 45, 45], Operations: ['65-20=45']
Exploring Operation: 40+45=85, Resulting Numbers: [85]
85,40 equal: Goal Reached
Exploring O... | 4 | Current State: 40:[65, 20, 40, 45], Operations: []
Exploring Operation: 65-45=20, Resulting Numbers: [20, 40, 20]
Generated Node #0,0: 40:[20, 40, 20] Operation: 65-45=20
Exploring Operation: 65-20=45, Resulting Numbers: [40, 45, 45]
Generated Node #0,1: 40:[40, 45, 45] Operation: 65-20=45
Exploring Operation: 65-40=25... | 0.981771 | hs_5 | sum_heuristic |
[
65,
43,
51,
4
] | 99 | [
"65-51=14",
"4*14=56",
"43+56=99"
] | Current State: 99:[65, 43, 51, 4], Operations: []
Exploring Operation: 65-51=14, Resulting Numbers: [43, 4, 14]
Generated Node #2: [43, 4, 14] from Operation: 65-51=14
Current State: 99:[43, 4, 14], Operations: ['65-51=14']
Exploring Operation: 4*14=56, Resulting Numbers: [43, 56]
Generated Node #3: [43, 56] from Opera... | 4 | Current State: 99:[65, 43, 51, 4], Operations: []
Exploring Operation: 65-51=14, Resulting Numbers: [43, 4, 14]
Generated Node #0,0: 99:[43, 4, 14] Operation: 65-51=14
Exploring Operation: 65+51=116, Resulting Numbers: [43, 4, 116]
Generated Node #0,1: 99:[43, 4, 116] Operation: 65+51=116
Exploring Operation: 65-43=22,... | 0 | hs_4 | sum_heuristic |
[
6,
38,
49,
86
] | 69 | [
"38-6=32",
"86-49=37",
"32+37=69"
] | Current State: 69:[6, 38, 49, 86], Operations: []
Exploring Operation: 38-6=32, Resulting Numbers: [49, 86, 32]
Generated Node #2: [49, 86, 32] from Operation: 38-6=32
Current State: 69:[49, 86, 32], Operations: ['38-6=32']
Exploring Operation: 86-49=37, Resulting Numbers: [32, 37]
Generated Node #3: [32, 37] from Oper... | 4 | Current State: 69:[6, 38, 49, 86], Operations: []
Exploring Operation: 49-38=11, Resulting Numbers: [6, 86, 11]
Generated Node #0,0: 69:[6, 86, 11] Operation: 49-38=11
Moving to Node #0,0
Current State: 69:[6, 86, 11], Operations: ['49-38=11']
Exploring Operation: 86-11=75, Resulting Numbers: [6, 75]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
41,
71,
35,
82
] | 53 | [
"82/41=2",
"71+35=106",
"106/2=53"
] | Current State: 53:[41, 71, 35, 82], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [71, 35, 2]
Generated Node #2: [71, 35, 2] from Operation: 82/41=2
Current State: 53:[71, 35, 2], Operations: ['82/41=2']
Exploring Operation: 71+35=106, Resulting Numbers: [2, 106]
Generated Node #3: [2, 106] from Opera... | 4 | Current State: 53:[41, 71, 35, 82], Operations: []
Exploring Operation: 82-35=47, Resulting Numbers: [41, 71, 47]
Generated Node #0,0: 53:[41, 71, 47] Operation: 82-35=47
Exploring Operation: 71-41=30, Resulting Numbers: [35, 82, 30]
Generated Node #0,1: 53:[35, 82, 30] Operation: 71-41=30
Exploring Operation: 71-35=36... | 0 | hs_4 | mult_heuristic |
[
81,
38,
90,
95
] | 66 | [
"81+38=119",
"90+95=185",
"185-119=66"
] | Current State: 66:[81, 38, 90, 95], Operations: []
Exploring Operation: 81+38=119, Resulting Numbers: [90, 95, 119]
Generated Node #2: [90, 95, 119] from Operation: 81+38=119
Current State: 66:[90, 95, 119], Operations: ['81+38=119']
Exploring Operation: 90+95=185, Resulting Numbers: [119, 185]
Generated Node #3: [119,... | 4 | Current State: 66:[81, 38, 90, 95], Operations: []
Exploring Operation: 95-90=5, Resulting Numbers: [81, 38, 5]
Generated Node #0,0: 66:[81, 38, 5] Operation: 95-90=5
Exploring Operation: 95-81=14, Resulting Numbers: [38, 90, 14]
Generated Node #0,1: 66:[38, 90, 14] Operation: 95-81=14
Exploring Operation: 90-81=9, Res... | 0.985243 | hs_3 | sum_heuristic |
[
36,
16,
93,
12
] | 41 | [
"16*93=1488",
"1488-12=1476",
"1476/36=41"
] | Current State: 41:[36, 16, 93, 12], Operations: []
Exploring Operation: 16*93=1488, Resulting Numbers: [36, 12, 1488]
Generated Node #2: [36, 12, 1488] from Operation: 16*93=1488
Current State: 41:[36, 12, 1488], Operations: ['16*93=1488']
Exploring Operation: 1488-12=1476, Resulting Numbers: [36, 1476]
Generated Node ... | 4 | Current State: 41:[36, 16, 93, 12], Operations: []
Exploring Operation: 93-36=57, Resulting Numbers: [16, 12, 57]
Generated Node #0,0: 41:[16, 12, 57] Operation: 93-36=57
Moving to Node #0,0
Current State: 41:[16, 12, 57], Operations: ['93-36=57']
Exploring Operation: 16+12=28, Resulting Numbers: [57, 28]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
6,
72,
82,
83
] | 65 | [
"72-6=66",
"83-82=1",
"66-1=65"
] | Current State: 65:[6, 72, 82, 83], Operations: []
Exploring Operation: 72-6=66, Resulting Numbers: [82, 83, 66]
Generated Node #2: [82, 83, 66] from Operation: 72-6=66
Current State: 65:[82, 83, 66], Operations: ['72-6=66']
Exploring Operation: 83-82=1, Resulting Numbers: [66, 1]
Generated Node #3: [66, 1] from Operati... | 4 | Current State: 65:[6, 72, 82, 83], Operations: []
Exploring Operation: 72-6=66, Resulting Numbers: [82, 83, 66]
Generated Node #0,0: 65:[82, 83, 66] Operation: 72-6=66
Exploring Operation: 83-82=1, Resulting Numbers: [6, 72, 1]
Generated Node #0,1: 65:[6, 72, 1] Operation: 83-82=1
Exploring Operation: 82-72=10, Resulti... | 0.986111 | hs_4 | sum_heuristic |
[
58,
77,
78,
19
] | 76 | [
"58+77=135",
"78-19=59",
"135-59=76"
] | Current State: 76:[58, 77, 78, 19], Operations: []
Exploring Operation: 58+77=135, Resulting Numbers: [78, 19, 135]
Generated Node #2: [78, 19, 135] from Operation: 58+77=135
Current State: 76:[78, 19, 135], Operations: ['58+77=135']
Exploring Operation: 78-19=59, Resulting Numbers: [135, 59]
Generated Node #3: [135, 5... | 4 | Current State: 76:[58, 77, 78, 19], Operations: []
Exploring Operation: 78-58=20, Resulting Numbers: [77, 19, 20]
Generated Node #0,0: 76:[77, 19, 20] Operation: 78-58=20
Exploring Operation: 58+19=77, Resulting Numbers: [77, 78, 77]
Generated Node #0,1: 76:[77, 78, 77] Operation: 58+19=77
Exploring Operation: 58-19=39... | 0.983507 | hs_4 | sum_heuristic |
[
90,
86,
2,
4
] | 14 | [
"90-86=4",
"4*4=16",
"16-2=14"
] | Current State: 14:[90, 86, 2, 4], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [2, 4, 4]
Generated Node #2: [2, 4, 4] from Operation: 90-86=4
Current State: 14:[2, 4, 4], Operations: ['90-86=4']
Exploring Operation: 4*4=16, Resulting Numbers: [2, 16]
Generated Node #3: [2, 16] from Operation: 4*4=16
... | 4 | Current State: 14:[90, 86, 2, 4], Operations: []
Exploring Operation: 86-4=82, Resulting Numbers: [90, 2, 82]
Generated Node #0,0: 14:[90, 2, 82] Operation: 86-4=82
Exploring Operation: 90/2=45, Resulting Numbers: [86, 4, 45]
Generated Node #0,1: 14:[86, 4, 45] Operation: 90/2=45
Exploring Operation: 90-4=86, Resulting... | 0 | hs_5 | mult_heuristic |
[
61,
20,
32,
14
] | 99 | [
"61+20=81",
"32-14=18",
"81+18=99"
] | Current State: 99:[61, 20, 32, 14], Operations: []
Exploring Operation: 61+20=81, Resulting Numbers: [32, 14, 81]
Generated Node #2: [32, 14, 81] from Operation: 61+20=81
Current State: 99:[32, 14, 81], Operations: ['61+20=81']
Exploring Operation: 32-14=18, Resulting Numbers: [81, 18]
Generated Node #3: [81, 18] from ... | 4 | Current State: 99:[61, 20, 32, 14], Operations: []
Exploring Operation: 61+20=81, Resulting Numbers: [32, 14, 81]
Generated Node #0,0: 99:[32, 14, 81] Operation: 61+20=81
Exploring Operation: 61-32=29, Resulting Numbers: [20, 14, 29]
Generated Node #0,1: 99:[20, 14, 29] Operation: 61-32=29
Exploring Operation: 61+32=93... | 0.977431 | hs_4 | sum_heuristic |
[
80,
79,
10,
7
] | 77 | [
"80-79=1",
"10+1=11",
"7*11=77"
] | Current State: 77:[80, 79, 10, 7], Operations: []
Exploring Operation: 80-79=1, Resulting Numbers: [10, 7, 1]
Generated Node #2: [10, 7, 1] from Operation: 80-79=1
Current State: 77:[10, 7, 1], Operations: ['80-79=1']
Exploring Operation: 10+1=11, Resulting Numbers: [7, 11]
Generated Node #3: [7, 11] from Operation: 10... | 4 | Current State: 77:[80, 79, 10, 7], Operations: []
Exploring Operation: 80-7=73, Resulting Numbers: [79, 10, 73]
Generated Node #0,0: 77:[79, 10, 73] Operation: 80-7=73
Exploring Operation: 80-79=1, Resulting Numbers: [10, 7, 1]
Generated Node #0,1: 77:[10, 7, 1] Operation: 80-79=1
Exploring Operation: 80/10=8, Resultin... | 0.983507 | hs_3 | sum_heuristic |
[
19,
4,
18,
11
] | 17 | [
"4+18=22",
"22/11=2",
"19-2=17"
] | Current State: 17:[19, 4, 18, 11], Operations: []
Exploring Operation: 4+18=22, Resulting Numbers: [19, 11, 22]
Generated Node #2: [19, 11, 22] from Operation: 4+18=22
Current State: 17:[19, 11, 22], Operations: ['4+18=22']
Exploring Operation: 22/11=2, Resulting Numbers: [19, 2]
Generated Node #3: [19, 2] from Operati... | 4 | Current State: 17:[19, 4, 18, 11], Operations: []
Exploring Operation: 19-4=15, Resulting Numbers: [18, 11, 15]
Generated Node #0,0: 17:[18, 11, 15] Operation: 19-4=15
Exploring Operation: 4+11=15, Resulting Numbers: [19, 18, 15]
Generated Node #0,1: 17:[19, 18, 15] Operation: 4+11=15
Exploring Operation: 19+4=23, Resu... | 0 | hs_4 | sum_heuristic |
[
34,
27,
16,
44
] | 18 | [
"44-27=17",
"34/17=2",
"16+2=18"
] | Current State: 18:[34, 27, 16, 44], Operations: []
Exploring Operation: 44-27=17, Resulting Numbers: [34, 16, 17]
Generated Node #2: [34, 16, 17] from Operation: 44-27=17
Current State: 18:[34, 16, 17], Operations: ['44-27=17']
Exploring Operation: 34/17=2, Resulting Numbers: [16, 2]
Generated Node #3: [16, 2] from Ope... | 4 | Current State: 18:[34, 27, 16, 44], Operations: []
Exploring Operation: 34-27=7, Resulting Numbers: [16, 44, 7]
Generated Node #0,0: 18:[16, 44, 7] Operation: 34-27=7
Exploring Operation: 44-34=10, Resulting Numbers: [27, 16, 10]
Generated Node #0,1: 18:[27, 16, 10] Operation: 44-34=10
Exploring Operation: 44-27=17, Re... | 0.977431 | hs_3 | sum_heuristic |
[
42,
43,
55,
50
] | 90 | [
"42+43=85",
"55-50=5",
"85+5=90"
] | Current State: 90:[42, 43, 55, 50], Operations: []
Exploring Operation: 42+43=85, Resulting Numbers: [55, 50, 85]
Generated Node #2: [55, 50, 85] from Operation: 42+43=85
Current State: 90:[55, 50, 85], Operations: ['42+43=85']
Exploring Operation: 55-50=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Ope... | 4 | Current State: 90:[42, 43, 55, 50], Operations: []
Exploring Operation: 50-42=8, Resulting Numbers: [43, 55, 8]
Generated Node #0,0: 90:[43, 55, 8] Operation: 50-42=8
Exploring Operation: 42+55=97, Resulting Numbers: [43, 50, 97]
Generated Node #0,1: 90:[43, 50, 97] Operation: 42+55=97
Exploring Operation: 55-43=12, Re... | 0.983507 | hs_5 | mult_heuristic |
[
96,
62,
6,
26
] | 65 | [
"6+26=32",
"96/32=3",
"62+3=65"
] | Current State: 65:[96, 62, 6, 26], Operations: []
Exploring Operation: 6+26=32, Resulting Numbers: [96, 62, 32]
Generated Node #2: [96, 62, 32] from Operation: 6+26=32
Current State: 65:[96, 62, 32], Operations: ['6+26=32']
Exploring Operation: 96/32=3, Resulting Numbers: [62, 3]
Generated Node #3: [62, 3] from Operati... | 4 | Current State: 65:[96, 62, 6, 26], Operations: []
Exploring Operation: 96-26=70, Resulting Numbers: [62, 6, 70]
Generated Node #0,0: 65:[62, 6, 70] Operation: 96-26=70
Exploring Operation: 96/6=16, Resulting Numbers: [62, 26, 16]
Generated Node #0,1: 65:[62, 26, 16] Operation: 96/6=16
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
79,
48,
10,
10
] | 51 | [
"79-48=31",
"10+10=20",
"31+20=51"
] | Current State: 51:[79, 48, 10, 10], Operations: []
Exploring Operation: 79-48=31, Resulting Numbers: [10, 10, 31]
Generated Node #2: [10, 10, 31] from Operation: 79-48=31
Current State: 51:[10, 10, 31], Operations: ['79-48=31']
Exploring Operation: 10+10=20, Resulting Numbers: [31, 20]
Generated Node #3: [31, 20] from ... | 4 | Current State: 51:[79, 48, 10, 10], Operations: []
Exploring Operation: 79-10=69, Resulting Numbers: [48, 10, 69]
Generated Node #0,0: 51:[48, 10, 69] Operation: 79-10=69
Exploring Operation: 10/10=1, Resulting Numbers: [79, 48, 1]
Generated Node #0,1: 51:[79, 48, 1] Operation: 10/10=1
Exploring Operation: 79-10=69, Re... | 0.966146 | hs_4 | mult_heuristic |
[
41,
45,
44,
93
] | 52 | [
"93-41=52",
"45-44=1",
"52*1=52"
] | Current State: 52:[41, 45, 44, 93], Operations: []
Exploring Operation: 93-41=52, Resulting Numbers: [45, 44, 52]
Generated Node #2: [45, 44, 52] from Operation: 93-41=52
Current State: 52:[45, 44, 52], Operations: ['93-41=52']
Exploring Operation: 45-44=1, Resulting Numbers: [52, 1]
Generated Node #3: [52, 1] from Ope... | 4 | Current State: 52:[41, 45, 44, 93], Operations: []
Exploring Operation: 45-41=4, Resulting Numbers: [44, 93, 4]
Generated Node #0,0: 52:[44, 93, 4] Operation: 45-41=4
Exploring Operation: 93-45=48, Resulting Numbers: [41, 44, 48]
Generated Node #0,1: 52:[41, 44, 48] Operation: 93-45=48
Exploring Operation: 93-41=52, Re... | 0.988715 | hs_4 | mult_heuristic |
[
78,
53,
13,
31
] | 69 | [
"78-53=25",
"13+31=44",
"25+44=69"
] | Current State: 69:[78, 53, 13, 31], Operations: []
Exploring Operation: 78-53=25, Resulting Numbers: [13, 31, 25]
Generated Node #2: [13, 31, 25] from Operation: 78-53=25
Current State: 69:[13, 31, 25], Operations: ['78-53=25']
Exploring Operation: 13+31=44, Resulting Numbers: [25, 44]
Generated Node #3: [25, 44] from ... | 4 | Current State: 69:[78, 53, 13, 31], Operations: []
Exploring Operation: 78-53=25, Resulting Numbers: [13, 31, 25]
Generated Node #0,0: 69:[13, 31, 25] Operation: 78-53=25
Moving to Node #0,0
Current State: 69:[13, 31, 25], Operations: ['78-53=25']
Exploring Operation: 31-13=18, Resulting Numbers: [25, 18]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
25,
98,
21,
42
] | 60 | [
"25+98=123",
"21+42=63",
"123-63=60"
] | Current State: 60:[25, 98, 21, 42], Operations: []
Exploring Operation: 25+98=123, Resulting Numbers: [21, 42, 123]
Generated Node #2: [21, 42, 123] from Operation: 25+98=123
Current State: 60:[21, 42, 123], Operations: ['25+98=123']
Exploring Operation: 21+42=63, Resulting Numbers: [123, 63]
Generated Node #3: [123, 6... | 4 | Current State: 60:[25, 98, 21, 42], Operations: []
Exploring Operation: 98-42=56, Resulting Numbers: [25, 21, 56]
Generated Node #0,0: 60:[25, 21, 56] Operation: 98-42=56
Exploring Operation: 98-25=73, Resulting Numbers: [21, 42, 73]
Generated Node #0,1: 60:[21, 42, 73] Operation: 98-25=73
Exploring Operation: 98-21=77... | 0.987847 | hs_3 | sum_heuristic |
[
4,
36,
14,
39
] | 41 | [
"4+14=18",
"36/18=2",
"39+2=41"
] | Current State: 41:[4, 36, 14, 39], Operations: []
Exploring Operation: 4+14=18, Resulting Numbers: [36, 39, 18]
Generated Node #2: [36, 39, 18] from Operation: 4+14=18
Current State: 41:[36, 39, 18], Operations: ['4+14=18']
Exploring Operation: 36/18=2, Resulting Numbers: [39, 2]
Generated Node #3: [39, 2] from Operati... | 4 | Current State: 41:[4, 36, 14, 39], Operations: []
Exploring Operation: 4+36=40, Resulting Numbers: [14, 39, 40]
Generated Node #0,0: 41:[14, 39, 40] Operation: 4+36=40
Exploring Operation: 4*14=56, Resulting Numbers: [36, 39, 56]
Generated Node #0,1: 41:[36, 39, 56] Operation: 4*14=56
Exploring Operation: 4+39=43, Resu... | 0 | hs_4 | sum_heuristic |
[
31,
90,
7,
86
] | 30 | [
"31*90=2790",
"7+86=93",
"2790/93=30"
] | Current State: 30:[31, 90, 7, 86], Operations: []
Exploring Operation: 31*90=2790, Resulting Numbers: [7, 86, 2790]
Generated Node #2: [7, 86, 2790] from Operation: 31*90=2790
Current State: 30:[7, 86, 2790], Operations: ['31*90=2790']
Exploring Operation: 7+86=93, Resulting Numbers: [2790, 93]
Generated Node #3: [2790... | 4 | Current State: 30:[31, 90, 7, 86], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [31, 7, 4]
Generated Node #0,0: 30:[31, 7, 4] Operation: 90-86=4
Exploring Operation: 90-31=59, Resulting Numbers: [7, 86, 59]
Generated Node #0,1: 30:[7, 86, 59] Operation: 90-31=59
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
58,
36,
50,
7
] | 79 | [
"58-36=22",
"50+7=57",
"22+57=79"
] | Current State: 79:[58, 36, 50, 7], Operations: []
Exploring Operation: 58-36=22, Resulting Numbers: [50, 7, 22]
Generated Node #2: [50, 7, 22] from Operation: 58-36=22
Current State: 79:[50, 7, 22], Operations: ['58-36=22']
Exploring Operation: 50+7=57, Resulting Numbers: [22, 57]
Generated Node #3: [22, 57] from Opera... | 4 | Current State: 79:[58, 36, 50, 7], Operations: []
Exploring Operation: 36+7=43, Resulting Numbers: [58, 50, 43]
Generated Node #0,0: 79:[58, 50, 43] Operation: 36+7=43
Exploring Operation: 58-7=51, Resulting Numbers: [36, 50, 51]
Generated Node #0,1: 79:[36, 50, 51] Operation: 58-7=51
Exploring Operation: 50+7=57, Resu... | 0.948785 | hs_4 | mult_heuristic |
[
56,
40,
83,
63
] | 28 | [
"83-63=20",
"56*20=1120",
"1120/40=28"
] | Current State: 28:[56, 40, 83, 63], Operations: []
Exploring Operation: 83-63=20, Resulting Numbers: [56, 40, 20]
Generated Node #2: [56, 40, 20] from Operation: 83-63=20
Current State: 28:[56, 40, 20], Operations: ['83-63=20']
Exploring Operation: 56*20=1120, Resulting Numbers: [40, 1120]
Generated Node #3: [40, 1120]... | 4 | Current State: 28:[56, 40, 83, 63], Operations: []
Exploring Operation: 83-63=20, Resulting Numbers: [56, 40, 20]
Generated Node #0,0: 28:[56, 40, 20] Operation: 83-63=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 28:[56, 40, 20], Operations: ['83-63=20']
Exploring Operation: 56-40=16, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
7,
11,
27,
13
] | 75 | [
"7*13=91",
"27-11=16",
"91-16=75"
] | Current State: 75:[7, 11, 27, 13], Operations: []
Exploring Operation: 7*13=91, Resulting Numbers: [11, 27, 91]
Generated Node #2: [11, 27, 91] from Operation: 7*13=91
Current State: 75:[11, 27, 91], Operations: ['7*13=91']
Exploring Operation: 27-11=16, Resulting Numbers: [91, 16]
Generated Node #3: [91, 16] from Oper... | 4 | Current State: 75:[7, 11, 27, 13], Operations: []
Exploring Operation: 11-7=4, Resulting Numbers: [27, 13, 4]
Generated Node #0,0: 75:[27, 13, 4] Operation: 11-7=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 75:[27, 13, 4], Operations: ['11-7=4']
Exploring Operation: 27-13=14, Resulting Numbers: [4,... | 0 | hs_1 | mult_heuristic |
[
59,
17,
37,
55
] | 50 | [
"59-17=42",
"37+55=92",
"92-42=50"
] | Current State: 50:[59, 17, 37, 55], Operations: []
Exploring Operation: 59-17=42, Resulting Numbers: [37, 55, 42]
Generated Node #2: [37, 55, 42] from Operation: 59-17=42
Current State: 50:[37, 55, 42], Operations: ['59-17=42']
Exploring Operation: 37+55=92, Resulting Numbers: [42, 92]
Generated Node #3: [42, 92] from ... | 4 | Current State: 50:[59, 17, 37, 55], Operations: []
Exploring Operation: 59-37=22, Resulting Numbers: [17, 55, 22]
Generated Node #0,0: 50:[17, 55, 22] Operation: 59-37=22
Exploring Operation: 17+37=54, Resulting Numbers: [59, 55, 54]
Generated Node #0,1: 50:[59, 55, 54] Operation: 17+37=54
Exploring Operation: 37-17=20... | 0.988715 | hs_3 | mult_heuristic |
[
20,
60,
44,
78
] | 70 | [
"60/20=3",
"78/3=26",
"44+26=70"
] | Current State: 70:[20, 60, 44, 78], Operations: []
Exploring Operation: 60/20=3, Resulting Numbers: [44, 78, 3]
Generated Node #2: [44, 78, 3] from Operation: 60/20=3
Current State: 70:[44, 78, 3], Operations: ['60/20=3']
Exploring Operation: 78/3=26, Resulting Numbers: [44, 26]
Generated Node #3: [44, 26] from Operati... | 4 | Current State: 70:[20, 60, 44, 78], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [20, 78, 16]
Generated Node #0,0: 70:[20, 78, 16] Operation: 60-44=16
Moving to Node #0,0
Current State: 70:[20, 78, 16], Operations: ['60-44=16']
Exploring Operation: 20+16=36, Resulting Numbers: [78, 36]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
45,
9,
20,
52
] | 18 | [
"45+9=54",
"20+52=72",
"72-54=18"
] | Current State: 18:[45, 9, 20, 52], Operations: []
Exploring Operation: 45+9=54, Resulting Numbers: [20, 52, 54]
Generated Node #2: [20, 52, 54] from Operation: 45+9=54
Current State: 18:[20, 52, 54], Operations: ['45+9=54']
Exploring Operation: 20+52=72, Resulting Numbers: [54, 72]
Generated Node #3: [54, 72] from Oper... | 4 | Current State: 18:[45, 9, 20, 52], Operations: []
Exploring Operation: 52-45=7, Resulting Numbers: [9, 20, 7]
Generated Node #0,0: 18:[9, 20, 7] Operation: 52-45=7
Exploring Operation: 45/9=5, Resulting Numbers: [20, 52, 5]
Generated Node #0,1: 18:[20, 52, 5] Operation: 45/9=5
Exploring Operation: 52-20=32, Resulting N... | 0.987847 | hs_4 | sum_heuristic |
[
69,
96,
97,
31
] | 92 | [
"97+31=128",
"69*128=8832",
"8832/96=92"
] | Current State: 92:[69, 96, 97, 31], Operations: []
Exploring Operation: 97+31=128, Resulting Numbers: [69, 96, 128]
Generated Node #2: [69, 96, 128] from Operation: 97+31=128
Current State: 92:[69, 96, 128], Operations: ['97+31=128']
Exploring Operation: 69*128=8832, Resulting Numbers: [96, 8832]
Generated Node #3: [96... | 4 | Current State: 92:[69, 96, 97, 31], Operations: []
Exploring Operation: 96-69=27, Resulting Numbers: [97, 31, 27]
Generated Node #0,0: 92:[97, 31, 27] Operation: 96-69=27
Exploring Operation: 97-69=28, Resulting Numbers: [96, 31, 28]
Generated Node #0,1: 92:[96, 31, 28] Operation: 97-69=28
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
71,
68,
65,
67
] | 69 | [
"71+65=136",
"136/68=2",
"67+2=69"
] | Current State: 69:[71, 68, 65, 67], Operations: []
Exploring Operation: 71+65=136, Resulting Numbers: [68, 67, 136]
Generated Node #2: [68, 67, 136] from Operation: 71+65=136
Current State: 69:[68, 67, 136], Operations: ['71+65=136']
Exploring Operation: 136/68=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] f... | 4 | Current State: 69:[71, 68, 65, 67], Operations: []
Exploring Operation: 68-65=3, Resulting Numbers: [71, 67, 3]
Generated Node #0,0: 69:[71, 67, 3] Operation: 68-65=3
Exploring Operation: 67-65=2, Resulting Numbers: [71, 68, 2]
Generated Node #0,1: 69:[71, 68, 2] Operation: 67-65=2
Moving to Node #0,0
Current State: 69... | 0 | hs_2 | mult_heuristic |
[
40,
92,
18,
19
] | 51 | [
"92-40=52",
"19-18=1",
"52-1=51"
] | Current State: 51:[40, 92, 18, 19], Operations: []
Exploring Operation: 92-40=52, Resulting Numbers: [18, 19, 52]
Generated Node #2: [18, 19, 52] from Operation: 92-40=52
Current State: 51:[18, 19, 52], Operations: ['92-40=52']
Exploring Operation: 19-18=1, Resulting Numbers: [52, 1]
Generated Node #3: [52, 1] from Ope... | 4 | Current State: 51:[40, 92, 18, 19], Operations: []
Exploring Operation: 40-19=21, Resulting Numbers: [92, 18, 21]
Generated Node #0,0: 51:[92, 18, 21] Operation: 40-19=21
Exploring Operation: 92-19=73, Resulting Numbers: [40, 18, 73]
Generated Node #0,1: 51:[40, 18, 73] Operation: 92-19=73
Exploring Operation: 92-40=52... | 0.984375 | hs_5 | mult_heuristic |
[
65,
93,
98,
84
] | 97 | [
"98-93=5",
"65/5=13",
"84+13=97"
] | Current State: 97:[65, 93, 98, 84], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [65, 84, 5]
Generated Node #2: [65, 84, 5] from Operation: 98-93=5
Current State: 97:[65, 84, 5], Operations: ['98-93=5']
Exploring Operation: 65/5=13, Resulting Numbers: [84, 13]
Generated Node #3: [84, 13] from Operati... | 4 | Current State: 97:[65, 93, 98, 84], Operations: []
Exploring Operation: 65+93=158, Resulting Numbers: [98, 84, 158]
Generated Node #0,0: 97:[98, 84, 158] Operation: 65+93=158
Exploring Operation: 98-65=33, Resulting Numbers: [93, 84, 33]
Generated Node #0,1: 97:[93, 84, 33] Operation: 98-65=33
Exploring Operation: 65+8... | 0 | hs_4 | mult_heuristic |
[
53,
29,
54,
58
] | 52 | [
"53*58=3074",
"3074/29=106",
"106-54=52"
] | Current State: 52:[53, 29, 54, 58], Operations: []
Exploring Operation: 53*58=3074, Resulting Numbers: [29, 54, 3074]
Generated Node #2: [29, 54, 3074] from Operation: 53*58=3074
Current State: 52:[29, 54, 3074], Operations: ['53*58=3074']
Exploring Operation: 3074/29=106, Resulting Numbers: [54, 106]
Generated Node #3... | 4 | Current State: 52:[53, 29, 54, 58], Operations: []
Exploring Operation: 58/29=2, Resulting Numbers: [53, 54, 2]
Generated Node #0,0: 52:[53, 54, 2] Operation: 58/29=2
Moving to Node #0,0
Current State: 52:[53, 54, 2], Operations: ['58/29=2']
Exploring Operation: 54-53=1, Resulting Numbers: [2, 1]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
40,
12,
96,
47
] | 91 | [
"40+12=52",
"96+47=143",
"143-52=91"
] | Current State: 91:[40, 12, 96, 47], Operations: []
Exploring Operation: 40+12=52, Resulting Numbers: [96, 47, 52]
Generated Node #2: [96, 47, 52] from Operation: 40+12=52
Current State: 91:[96, 47, 52], Operations: ['40+12=52']
Exploring Operation: 96+47=143, Resulting Numbers: [52, 143]
Generated Node #3: [52, 143] fr... | 4 | Current State: 91:[40, 12, 96, 47], Operations: []
Exploring Operation: 47-40=7, Resulting Numbers: [12, 96, 7]
Generated Node #0,0: 91:[12, 96, 7] Operation: 47-40=7
Moving to Node #0,0
Current State: 91:[12, 96, 7], Operations: ['47-40=7']
Exploring Operation: 96/12=8, Resulting Numbers: [7, 8]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
72,
44,
52,
22
] | 92 | [
"72*44=3168",
"3168/22=144",
"144-52=92"
] | Current State: 92:[72, 44, 52, 22], Operations: []
Exploring Operation: 72*44=3168, Resulting Numbers: [52, 22, 3168]
Generated Node #2: [52, 22, 3168] from Operation: 72*44=3168
Current State: 92:[52, 22, 3168], Operations: ['72*44=3168']
Exploring Operation: 3168/22=144, Resulting Numbers: [52, 144]
Generated Node #3... | 4 | Current State: 92:[72, 44, 52, 22], Operations: []
Exploring Operation: 72+22=94, Resulting Numbers: [44, 52, 94]
Generated Node #0,0: 92:[44, 52, 94] Operation: 72+22=94
Exploring Operation: 72-22=50, Resulting Numbers: [44, 52, 50]
Generated Node #0,1: 92:[44, 52, 50] Operation: 72-22=50
Exploring Operation: 72-52=20... | 0 | hs_4 | mult_heuristic |
[
44,
37,
68,
95
] | 65 | [
"37+95=132",
"132/44=3",
"68-3=65"
] | Current State: 65:[44, 37, 68, 95], Operations: []
Exploring Operation: 37+95=132, Resulting Numbers: [44, 68, 132]
Generated Node #2: [44, 68, 132] from Operation: 37+95=132
Current State: 65:[44, 68, 132], Operations: ['37+95=132']
Exploring Operation: 132/44=3, Resulting Numbers: [68, 3]
Generated Node #3: [68, 3] f... | 4 | Current State: 65:[44, 37, 68, 95], Operations: []
Exploring Operation: 95-37=58, Resulting Numbers: [44, 68, 58]
Generated Node #0,0: 65:[44, 68, 58] Operation: 95-37=58
Moving to Node #0,0
Current State: 65:[44, 68, 58], Operations: ['95-37=58']
Exploring Operation: 58-44=14, Resulting Numbers: [68, 14]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
37,
20,
24,
58
] | 99 | [
"37-20=17",
"24+58=82",
"17+82=99"
] | Current State: 99:[37, 20, 24, 58], Operations: []
Exploring Operation: 37-20=17, Resulting Numbers: [24, 58, 17]
Generated Node #2: [24, 58, 17] from Operation: 37-20=17
Current State: 99:[24, 58, 17], Operations: ['37-20=17']
Exploring Operation: 24+58=82, Resulting Numbers: [17, 82]
Generated Node #3: [17, 82] from ... | 4 | Current State: 99:[37, 20, 24, 58], Operations: []
Exploring Operation: 58-24=34, Resulting Numbers: [37, 20, 34]
Generated Node #0,0: 99:[37, 20, 34] Operation: 58-24=34
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[37, 20, 34], Operations: ['58-24=34']
Exploring Operation: 37-20=17, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
72,
76,
88,
30
] | 54 | [
"76-72=4",
"88-30=58",
"58-4=54"
] | Current State: 54:[72, 76, 88, 30], Operations: []
Exploring Operation: 76-72=4, Resulting Numbers: [88, 30, 4]
Generated Node #2: [88, 30, 4] from Operation: 76-72=4
Current State: 54:[88, 30, 4], Operations: ['76-72=4']
Exploring Operation: 88-30=58, Resulting Numbers: [4, 58]
Generated Node #3: [4, 58] from Operatio... | 4 | Current State: 54:[72, 76, 88, 30], Operations: []
Exploring Operation: 88-76=12, Resulting Numbers: [72, 30, 12]
Generated Node #0,0: 54:[72, 30, 12] Operation: 88-76=12
Moving to Node #0,0
Current State: 54:[72, 30, 12], Operations: ['88-76=12']
Exploring Operation: 72/12=6, Resulting Numbers: [30, 6]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
14,
16,
58,
56
] | 57 | [
"16-14=2",
"58+56=114",
"114/2=57"
] | Current State: 57:[14, 16, 58, 56], Operations: []
Exploring Operation: 16-14=2, Resulting Numbers: [58, 56, 2]
Generated Node #2: [58, 56, 2] from Operation: 16-14=2
Current State: 57:[58, 56, 2], Operations: ['16-14=2']
Exploring Operation: 58+56=114, Resulting Numbers: [2, 114]
Generated Node #3: [2, 114] from Opera... | 4 | Current State: 57:[14, 16, 58, 56], Operations: []
Exploring Operation: 56/14=4, Resulting Numbers: [16, 58, 4]
Generated Node #0,0: 57:[16, 58, 4] Operation: 56/14=4
Exploring Operation: 16-14=2, Resulting Numbers: [58, 56, 2]
Generated Node #0,1: 57:[58, 56, 2] Operation: 16-14=2
Moving to Node #0,1
Current State: 57... | 0 | hs_2 | sum_heuristic |
[
25,
83,
41,
11
] | 93 | [
"41-25=16",
"11*16=176",
"176-83=93"
] | Current State: 93:[25, 83, 41, 11], Operations: []
Exploring Operation: 41-25=16, Resulting Numbers: [83, 11, 16]
Generated Node #2: [83, 11, 16] from Operation: 41-25=16
Current State: 93:[83, 11, 16], Operations: ['41-25=16']
Exploring Operation: 11*16=176, Resulting Numbers: [83, 176]
Generated Node #3: [83, 176] fr... | 4 | Current State: 93:[25, 83, 41, 11], Operations: []
Exploring Operation: 41-11=30, Resulting Numbers: [25, 83, 30]
Generated Node #0,0: 93:[25, 83, 30] Operation: 41-11=30
Exploring Operation: 83+11=94, Resulting Numbers: [25, 41, 94]
Generated Node #0,1: 93:[25, 41, 94] Operation: 83+11=94
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.