A Supplier Selection Decision-Making Approach for Complex Product Development Based on Hesitant Fuzzy Information
Abstract
:1. Introduction
2. Preliminaries
3. Supplier Selection Decision-Making Approach with Hesitant Fuzzy Information
3.1. Bidirectional Projection
- (1)
- The weighted projection of alternative supplier under the attribute of the positive ideal direction is described by:
- (2)
- The weighted projection of alternative supplier under the attribute of the negative ideal direction is described by:
3.2. Attribute Weight Determination Model
3.3. Decision-Making Procedure
- Step 1
- The hesitant fuzzy decision-making matrix of alternative suppliers is given. After normalized processing, the normalized hesitant fuzzy decision-making matrix is obtained.
- Step 2
- According to Definition 6, in the matrix , the positive ideal hesitant fuzzy element and negative ideal hesitant fuzzy element are given.
- Step 3
- By applying Equations (4)–(7), the bidirectional projection value matrices are provided.
- Step 4
- By applying Equation (15), the attribute weights and can be solved.
- Step 5
- By using Equations (9)–(11), the values of are calculated, and then the alternative suppliers are ranked according to the values of .
4. Illustrative Example
#Regular rectangular word clouds. #Introduction of jieba and wordcloud libraries. import jieba import wordcloud #Open the document in which the extracted comment is located. f = open(“F:\list_attribute.txt”, “r”, encoding=“utf-8”) t = f.read() f.close() #Word. ls = jieba.lcut(t) txt = “ ”.join(ls) #Draw word clouds. w = wordcloud.WordCloud(width = 1000, height = 700, background_color = “white”, font_path = “msyh.ttf”) w.generate(txt) w.to_file(“word cloud.png”) # Statistical word frequency. counts = {} for word in ls: if len(word) == 1: continue else: counts[word] = counts.get(word,0) + 1 items = list(counts.items()) items.sort(key=lambda x:x[1], reverse=True) #Output the words and their corresponding word frequency, meanwhile, the form of “words-> word frequency” is written to the txt document. for i in range(20): word, count = items[i] with open(‘F:// word frequency.txt’,‘a’,encoding=‘utf-8’) as f: f.write(word+‘->’+str(count)+‘\n’) #print (“{0:<10}{1:>5}”.format(word, count)). |
5. Discussions
5.1. Sensitivity Analysis
5.2. Comparative Analysis
6. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Li, B.D.; Yang, Y.; Su, J.F.; Zhang, N.; Wang, S. Two-sided matching model for complex product manufacturing tasks based on dual hesitant fuzzy preference information. Knowl. Based Syst. 2019, 186, 104989. [Google Scholar] [CrossRef]
- Porter, M.E.; Heppelmann, J.E. How smart, connected products are transforming competition. Harv. Bus. Rev. 2014, 92, 64. [Google Scholar]
- Zhang, D.; Sun, T.; Gao, M.M. Multi-stage two-sided matching model for main manufacturer and suppliers of complex products with multi-form preference ordinal. Comput. Integr. Manuf. Syst. 2018, 24, 804–812. [Google Scholar]
- Bonvillan, W.B. Advanced manufacturing policies and paradigms for innovation. Science 2013, 342, 1173–1175. [Google Scholar] [CrossRef]
- Yao, X.F.; Jin, H.; Zhang, J. Towards a wisdom manufacturing vision. Int. J. Comput. Integr. Manuf. 2014, 28, 1291–1312. [Google Scholar] [CrossRef]
- Chai, J.; Liu, J.N.K.; Ngai, E.W.T. Application of decision making technique in supplier selection: A systematic review of literature. Expert Syst. Appl. 2013, 40, 3872–3885. [Google Scholar] [CrossRef]
- Govindan, K.; Rajedran, S.; Sarkis, J.; Murugesan, P. Multi-criteria decision making approaches for green supplier evaluation and selection: A literature review. J. Clean. Prod. 2015, 98, 66–83. [Google Scholar] [CrossRef]
- Qin, J.D.; Liu, X.W.; Pedrycz, W. An extended TODM multi-criteria group decision making method for green supplier selection in interval type-2 fuzzy environment. Eur. J. Oper. Res. 2017, 258, 626–638. [Google Scholar] [CrossRef]
- Mafakheri, F.; Breton, M.; Ghoniem, A. Supplier selection-order allocation: A two-stage multiple criteria dynamic programming approach. Int. J. Prod. Econ. 2011, 132, 52–57. [Google Scholar] [CrossRef]
- Khoshfetrat, S.; Galankashi, M.R.; Almasi, M. Sustainable supplier selection and order allocation: A fuzzy approach. Eng. Optim. 2020, 52, 1494–1507. [Google Scholar] [CrossRef]
- Cebi, F.; Otay, I. A two-stage fuzzy approach for supplier evaluation and order allocation problem with quantity discounts and lead time. Inf. Sci. 2016, 339, 143–157. [Google Scholar] [CrossRef]
- Mohammed, A.; Setchi, R.; Filip, M.; Harris, I.; Li, X. An integrated methodology for a sustainable two stage supplier selection and order allocation problem. J. Clean. Prod. 2018, 192, 99–114. [Google Scholar] [CrossRef]
- Suprasongsin, S.; Yenradee, P.; Huynh, V.N. A weight consistent model for fuzzy supplier selection and order allocation problem. Ann. Oper. Res. 2020, 293, 587–605. [Google Scholar] [CrossRef]
- Liu, Q.; Hua, X.H. Supplier selection model using VIKOR method under single-valued neutrosophic environment. Sci. Technol. Eng. 2020, 20, 7129–7136. [Google Scholar]
- Zhu, S.J.; Qiu, W.H. Risk assessment for suppliers in the air subcontracting production based on the entropy weight and TOPSIS. Syst. Eng. 2020, 38, 154–158. [Google Scholar]
- Wang, K.; Zhang, L.Z.; Zhou, J. Integrated optimization model and solution for supplier selection and order allocation based on risk-mean analysis. Oper. Res. Manag. Sci. 2022, 31, 33–39. [Google Scholar]
- Dong, H.; Li, F.Y. Sustainable supplier selection based on R-DEMATEL-MABAC method. J. Zhejiang Univ. Technol. 2022, 50, 393–400. [Google Scholar]
- Liang, C.; Zou, Y.S. Sustainable supplier selection in strategic emerging industry based on fuzzy VIKOR. Logist. Eng. Manag. 2023, 45, 78–81. [Google Scholar]
- Zhang, L.Z. Study on Supplier Selection Evaluation of Equipment Manufacturing Industry Based on Grey Correlation Degree. Mot. Technol. 2023, 4, 61–64. [Google Scholar]
- Lu, X.T.; Zhang, Q. Research on multi-attribute group decision making for supplier selection problem. Comput. Knowl. Technol. 2023, 19, 129–132. [Google Scholar]
- Gu, Y.L.; Ma, H.; Wang, Y.Q.; Hu, H.; Liu, F.X. Aviation equipment supplier evaluation based on BP-Adaboost algorithm and TOPSIS. J. Shandong Univ. 2023, 53, 6585486. [Google Scholar]
- Wang, J.H.; Wang, L.; Zhang, L.; Cui, L.J. Supplier selection VIKOR multi-attribute decision making of grey group clustering and improved CRITIC weighting. Syst. Eng. Electron. 2023, 45, 155–164. [Google Scholar]
- Kang, H.Y.; Lee, A.H.I.; Yang, C.Y. A fuzzy ANP model for supplier selection as applied to IC packaging. J. Intell. Manuf. 2012, 23, 1477–1488. [Google Scholar] [CrossRef]
- Pang, B.; Bai, S. An integrated fuzzy synthetic evaluation approach for supplier selection based on analytic network process. J. Intell. Manuf. 2013, 24, 163–174. [Google Scholar] [CrossRef]
- Ayağ, Z.; Samanlioglu, F. An intelligent approach to supplier evaluation in automotive sector. J. Intell. Manuf. 2016, 27, 889–903. [Google Scholar] [CrossRef]
- Tang, S.-L. Green supplier selection model with hesitant fuzzy information. J. Intell. Fuzzy Syst. 2017, 32, 189–195. [Google Scholar] [CrossRef]
- Lan, J.B.; Jin, R.F.; Zheng, Z.Y.; Hu, M. Priority degrees for hesitant fuzzy sets: Application to multiple attribute decision making. Oper. Res. Perspect. 2017, 4, 67–73. [Google Scholar] [CrossRef]
- Cheng, S.H. Autocratic decision making using group recommendations based on hesitant fuzzy sets for green hotels selection and bidders selection. Inf. Sci. 2018, 467, 604–617. [Google Scholar] [CrossRef]
- Xu, Z.S. Some similarity measures of intuitionistic fuzzy sets and their applications to multiple attribute decision making. Fuzzy Optim. Decis. Mak. 2007, 6, 109–121. [Google Scholar] [CrossRef]
- Zhang, S.F.; Liu, S.Y. A gra-based intuitionistic fuzzy multicriteria group decision making method for personnel selection. Expert Syst. Appl. 2011, 38, 11401–11405. [Google Scholar] [CrossRef]
- Ashkan, M.; Ahmad, D.; Mohammad, R.A.J. Sustainable supplier selection: A multi-criteria intuitionistic fuzzy TOPSIS method. J. Manuf. Syst. 2019, 50, 9–24. [Google Scholar]
- Kacprzak, D. A doubly extended TOPSIS method for group decision making based on order fuzzy numbers. Expert Syst. Appl. 2019, 116, 243–254. [Google Scholar] [CrossRef]
- Yücenur, G.N.; Vayvay, Ö.; Edmirel, N.C. Supplier selection problem in global supply chains by AHP and ANP approaches under fuzzy environment. Int. J. Adv. Manuf. Technol. 2011, 56, 823–833. [Google Scholar] [CrossRef]
- Kar, A.K. A hybrid group decision support system for supplier selection using analytic hierarchy process, fuzzy set theory and neural network. J. Comput. Sci. 2015, 6, 23–33. [Google Scholar] [CrossRef]
- Mehmet, A.; Haluk, Y. Supplier seletion and order allocation decisions under quantity discount and fast service options. Sustain. Prod. Consum. 2019, 18, 120–122. [Google Scholar]
- Govindan, K.; Kadzinski, M.; Ehling, R.; Miebs, G. Selection of a sustainable third-party reverse logistics provider based on the robustness analysis of an outranking graph kernel conducted with ELECTRE I and SMAA. Omega 2019, 85, 1–15. [Google Scholar] [CrossRef]
- Wang, D.Z.; Wu, L.Y. Supplier selection based on intuitionistic fuzzy AWD method. Math. Pract. Theory 2019, 49, 85–95. [Google Scholar]
- You, J.X.; Wang, C.L.; Tala, M.; Zhang, H. Multinational supplier selection based on fuzzy quality function deployment. J. Tongji Univ. 2019, 47, 878–887. [Google Scholar]
- Wang, Y.L.; Zhu, Q.H.; Xia, X.Q. An integrated fuzzy ahp-gp approach for low carbon supplier selection. Oper. Res. Manag. Sci. 2020, 29, 121–128. [Google Scholar]
- Weng, F.B.; Liu, C.L.; You, X.Y. Three dimensional evaluation of cold chain logistics suppliers based on intuitionistic fuzzy preference decision. J. Shanghai Marit. Univ. 2020, 41, 71–77. [Google Scholar]
- Yao, L.R.; Ma, C.A. Research on equipment supplier selection of coal enterprises based on intuitionistic fuzzy TOPSIS method. Math. Pract. Theory 2020, 50, 288–294. [Google Scholar]
- Lin, Y.; Zhan, R.J.; Wu, H.S. Expert weights determination method and application based on hesitancy degree and similarity measure. Control. Decis. 2021, 36, 1482–1488. [Google Scholar]
- Xu, J.Z.; Sun, Y.; Sun, X.G. Green supplier selection for fuzzy C-means-VIKOR model based on genetic search weight. Stat. Decis. 2021, 37, 159–163. [Google Scholar]
- Guo, Z.X.; Zhang, Y.T.; Tian, Y.; Cao, X.M.; Wang, Z.Z. Selection of reverse logistical suppliers based on intuitionistic fuzzy multiple attribute decision making. J. Hebei Univ. 2021, 41, 638–644. [Google Scholar]
- Liang, D.; Li, Y.M.; Liu, X.; Xue, J. Dynamic selection and order allocation of resilient suppliers based on improved fuzzy multi-criteria decision method. Fuzzy Syst. Math. 2023, 37, 112–125. [Google Scholar]
- Sahin, R.; Liu, P.D. Correlation coefficient of single-valued neutrosophic hesitant fuzzy sets and its applications in decision making. Neural Comput. Appl. 2017, 28, 1387–1395. [Google Scholar] [CrossRef]
- Li, J.; Wang, J.-Q. An extended QUALIFLEX method under probability hesitant fuzzy environment for selecting green suppliers. Int. J. Fuzzy Syst. 2017, 19, 1866–1879. [Google Scholar] [CrossRef]
- Yang, J.; Tang, X.; Yang, S. Novel correlation coefficients for hesitant fuzzy sets and their applications to supplier selection and medical diagnosis. J. Intell. Fuzzy Syst. 2018, 35, 6427–6441. [Google Scholar] [CrossRef]
- Wei, G.; Lu, M. Dual hesitant pythagorean fuzzy hamacher aggregation operators in multiple attribute decision making. Arch. Control. Sci. 2017, 27, 365–395. [Google Scholar] [CrossRef]
- Qi, X.W.; Zhang, J.L.; Liang, C.Y. Multiple attributes group decision-making under interval-valued dual hesitant fuzzy unbalanced linguistic environment with prioritized attributes and unknown decision-makers’ weights. Information 2018, 9, 145. [Google Scholar] [CrossRef]
- Xu, Y.; Shang, X.; Wang, J.; Wu, W.; Huang, H. Some q-rung dual hesitant fuzzy heronian mean operators with their application to multiple attribute group decision-making. Symmetry 2018, 10, 472. [Google Scholar] [CrossRef]
- Wang, S.L. A novel multi-attribute allocation method based on entropy principle. J. Softw. Eng. 2012, 6, 16–20. [Google Scholar] [CrossRef]
- Wang, Z.; Li, K.W.; Wang, W. An approach to multi-attribute decision making with interval-valued intuitionistic fuzzy assessments and incomplete weights. Inf. Sci. 2009, 179, 3026–3040. [Google Scholar] [CrossRef]
- Wei, G.W. A method of interval-valued intuitionistic fuzzy multiple attributes decision making with incomplete attribute weight information. Chin. J. Manag. 2008, 5, 208–211. [Google Scholar]
- Yuan, Y.; Guan, T.; Yan, X.B. Multi-criteria decision making model based on interval-valued intuitionistic fuzzy number correlation coefficient. J. Manag. Sci. China 2014, 17, 11–18. [Google Scholar]
- Liao, H.C.; Xu, Z.S. Satisfaction degree based interactive decision making under hesitant fuzzy environment with incomplete weights. Int. J. Uncertain. Fuzziness Knowl. Based Syst. 2014, 22, 553–572. [Google Scholar] [CrossRef]
- Rezaei, J. Best-worst multi-criteria decision-making method. Omega 2015, 53, 49–57. [Google Scholar] [CrossRef]
- Hua, X.Y.; Tan, J.X. Revised TOPSIS method based on vertical projection distance-vertical projection method. Syst. Eng. Theory Pract. 2004, 24, 114–119. [Google Scholar]
- Zhou, H.A.; Liu, S.Y. Projection method of fuzzy multi-attribute decision-making based on the maximal deviation model. Syst. Eng. Electron. 2007, 29, 741–744. [Google Scholar]
- Xu, Z.S.; Hu, H. Projection models for intuitionistic fuzzy multiple attribute decision making. Int. J. Inf. Technol. Decis. Mak. 2010, 9, 267–280. [Google Scholar] [CrossRef]
- Zadeh, L.A. Fuzzy set. Inf. Control. 1965, 8, 338–353. [Google Scholar] [CrossRef]
- Torra, V. Hesitant fuzzy sets. Int. J. Intell. Syst. 2010, 25, 529–539. [Google Scholar] [CrossRef]
- Zhou, W.; Chen, J.; Xu, Z.S.; Meng, S. Hesitant fuzzy preference envelopment analysis and alternative improvement. Inf. Sci. 2018, 465, 105–117. [Google Scholar] [CrossRef]
- Wei, G.W. Hesitant fuzzy prioritized operators and their application to multiple attribute decision making. Knowl. Based Syst. 2012, 31, 176–182. [Google Scholar] [CrossRef]
- Ye, J. Correlation coefficient of dual hesitant fuzzy sets and its application to multiple attribute decision making. Appl. Math. Model. 2014, 38, 659–666. [Google Scholar] [CrossRef]
- Zhao, X.D.; Zang, Y.Q.; Sun, W. Two-sided matching decision method with inter-valued hesitant fuzzy information based on bidirectional projection method. Oper. Res. Manag. Sci. 2017, 26, 104–109. [Google Scholar]
- Xu, Z.S.; Xia, M.M. On distance and correlation measures of hesitant fuzzy information. Int. J. Intell. Syst. 2011, 26, 410–425. [Google Scholar] [CrossRef]
- Liu, X.D.; Zu, J.J.; Liu, S.F. Bidirectional projection method with hesitant fuzzy information. Syst. Eng. Theory Pract. 2014, 34, 2637–2644. [Google Scholar]
- Shao, L.S.; Zhao, L.L. Bidirectional projection method with interval-valued intuitionistic fuzzy information. Control. Decis. 2016, 31, 571–576. [Google Scholar]
- Xu, Z.S.; Zhang, X.L. Hesitant fuzzy multi-attribute decision making based on TOPSIS with incomplete weight information. Knowl. Based Syst. 2013, 52, 53–64. [Google Scholar] [CrossRef]
- Hussain, Z.; Yang, M.S. Entropy for Hesitant Fuzzy Sets Based on Hausdorff Metric with Construction of Hesitant Fuzzy TOPSIS. Int. J. Fuzzy Syst. 2018, 20, 2517–2533. [Google Scholar] [CrossRef]
- Shao, L.S.; Zhao, L.L.; Wen, T.X.; Kong, X.B. Bidirectional projection method with interval-valued intuitionistic fuzzy information based on prospect theory. Control. Decis. 2016, 31, 1143–1147. [Google Scholar]
- Zang, Y.; Zhao, X.; Li, S.; Nazir, A. Grey relational bidirectional projection method for multicriteria decision making with hesitant intuitionistic fuzzy linguistic information. Math. Probl. Eng. 2018, 2018, 5691905. [Google Scholar] [CrossRef]
- Feng, Y. Research on information equipment supplier selection in colleges and universities based on the weighted multi-objective gray target decision model. Math. Pract. Theory 2021, 51, 96–105. [Google Scholar]
- Liu, S.F. Emergence and development of grey system theory and its forward trends. J. Nanjing Univ. Aeronaut. Astronaut. 2004, 36, 267–272. [Google Scholar]
- Liu, S.F.; Hu, M.L.; Forrest, J.; Yang, Y.J. Progress of grey system models. Trans. Nanjing Univ. Aeronaut. Astronaut. 2012, 29, 103–111. [Google Scholar]
- Liu, S.F.; Yong, T.; Xie, N.M.; Tao, L.Y.; Hu, M.L. Advance in grey system theory and applications in science and engineering. Grey Syst. Theory Appl. 2022, 12, 804–823. [Google Scholar] [CrossRef]
- Liu, S.F. The establishment and development of grey system theory (1982–2021). J. Nanjing Univ. Aeronaut. Astronaut. 2022, 24, 39–40. [Google Scholar]
- Deng, J.L. The grey control system. J. Huazhong Inst. Technol. 1982, 10, 9–18. [Google Scholar]
- Liu, S.F.; Yuan, W.F.; Sheng, K.Q. Multi-attribute intelligent grey target decision model. Control. Decis. 2010, 25, 1159–1163. [Google Scholar]
- Zhang, W.J.; Yuan, H.P. A weighted multi-objective gray target decision model for selecting an optimum ESCO. Chin. J. Manag. Sci. 2019, 27, 179–186. [Google Scholar]
- Tong, F.; Yin, Q.W. Construction and application of the multi-objective intelligent weighted grey target decision model. Stat. Decis. 2016, 21, 72–76. [Google Scholar]
- Li, B.D.; Yang, Y.; Su, J.F.; Liang, Z.C.; Wang, S. Two-sided matching decision-making model with hesitant fuzzy preference information for configuring cloud manufacturing tasks and resources. J. Intell. Manuf. 2020, 31, 2033–2047. [Google Scholar] [CrossRef]
- Muhammad, S. Sustainable hydrogen production: A decision-making approach using VIKOR and intuitionistic hypersoft sets. J. Intell. Manag. Decis. 2023, 2, 130–138. [Google Scholar]
- Ji, P.; Zhang, H.-Y.; Wang, J.-Q. A projection-based outranking method with multi-hesitant fuzzy linguistic term sets for hotel location selection. Cogn. Comput. 2018, 10, 737–751. [Google Scholar] [CrossRef]
- Jakub, W.C.; Kizielewicz, B.O.; Shekhovtsov, A.; SałAbun, W. How do the criteria affect sustainable supplier evaluation?—A case study using multi-criteria decision analysis methods in a fuzzy environment. J. Eng. Manag. Syst. Eng. 2023, 2, 37–52. [Google Scholar]
- Wei, G.W. Gray relational analysis method for intuitionistic fuzzy multiple attribute decision making. Expert Syst. Appl. 2011, 38, 11671–11677. [Google Scholar] [CrossRef]
- Adis, P.; Stojanović, I. Fuzzy multi-criteria analyses on green supplier selection in an agri-food company. J. Intell. Manag. Decis. 2022, 1, 2–16. [Google Scholar]
- Su, J.F.; Xu, B.J.; Li, L.C.; Wang, D.; Zhang, F. A green supply chain member selection method considering green innovation capability in a hesitant fuzzy environment. Axioms 2023, 12, 188. [Google Scholar] [CrossRef]
- Xia, M.M.; Xu, Z.S. Hesitant fuzzy information aggregation in decision making. Int. J. Approx. Reason. 2011, 52, 395–407. [Google Scholar] [CrossRef]
- Gao, J.W.; Liu, H.H. A new prospect projection multi-criteria decision-making method for interval-valued intuitionistic fuzzy numbers. Information 2016, 7, 64. [Google Scholar] [CrossRef]
Parameter | . | The Ranking Result of Alternative Suppliers |
---|---|---|
Methods | Attribute Weights | Attribute Weights | . | The Ranking Result of Alternative Suppliers |
---|---|---|---|---|
The proposed method of this paper | ||||
The existing model of the literature [56] | ||||
The existing model of the literature [72] | ||||
The existing model of the literature [73] |
Attributes | Unit of Measurement | Attribute Types |
---|---|---|
Enterprise reputation | Score | Benefit attribute |
Product quality | Score | Benefit attribute |
Technical ability | Score | Benefit attribute |
Service level | Score | Benefit attribute |
Attributes | |
---|---|
Enterprise reputation | 0.33 |
Product quality | 0.28 |
Technical ability | 0.26 |
Service level | 0.13 |
Attributes | Alternative Supplier 1 | Alternative Supplier 2 | Alternative Supplier 3 | Alternative Supplier 4 | Alternative Supplier 5 |
---|---|---|---|---|---|
Enterprise reputation | 100 | 90 | 100 | 100 | 100 |
Product quality | 75 | 70 | 70 | 60 | 80 |
Technical ability | 75 | 90 | 75 | 90 | 75 |
Service level | 100 | 100 | 95 | 90 | 95 |
Model | The Optimal Ranking Value | The Ranking Result of Alternative Suppliers |
---|---|---|
The developed model of this paper | 0.61 | |
The existing model of the literature [74] | 0.54 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Li, B.; Su, J.; Yuan, B.; Li, L.; Zhao, Y.; Qin, Z.; Qian, L. A Supplier Selection Decision-Making Approach for Complex Product Development Based on Hesitant Fuzzy Information. Axioms 2023, 12, 1006. https://doi.org/10.3390/axioms12111006
Li B, Su J, Yuan B, Li L, Zhao Y, Qin Z, Qian L. A Supplier Selection Decision-Making Approach for Complex Product Development Based on Hesitant Fuzzy Information. Axioms. 2023; 12(11):1006. https://doi.org/10.3390/axioms12111006
Chicago/Turabian StyleLi, Baodong, Jiafu Su, Boqiao Yuan, Lvcheng Li, Yihuan Zhao, Zhidan Qin, and Li Qian. 2023. "A Supplier Selection Decision-Making Approach for Complex Product Development Based on Hesitant Fuzzy Information" Axioms 12, no. 11: 1006. https://doi.org/10.3390/axioms12111006
APA StyleLi, B., Su, J., Yuan, B., Li, L., Zhao, Y., Qin, Z., & Qian, L. (2023). A Supplier Selection Decision-Making Approach for Complex Product Development Based on Hesitant Fuzzy Information. Axioms, 12(11), 1006. https://doi.org/10.3390/axioms12111006