1. Introduction
1.1. EFQM Model
The European Foundation for Quality Management (EFQM 2020) [
1] serves as a framework for quality management practices as well as for business improvement for organizations. It uses a systematic approach by determining the excellence in leadership, policies and strategies, partnerships and resources, processes, and learning and employee satisfaction. The process consists of analyzing the current situation, determining excellence objectives, scheduling tasks, carrying out changes, monitoring and measuring, adjusting, and promoting constant learning and improvement. The objective is to build an organization that is oriented towards excellence through defined actions such as diagnosing problems and focusing on achieving results.
Achieving the required level of business excellence involves simultaneous and continuous investment in a variety of resources. The purpose of manufacturing company management is to achieve balance and symmetry across several aspects of business models, such as human, financial, and technological resources. Ensuring symmetry through appropriate resource allocation enables businesses to improve performance while maintaining system stability. In this context, the EFQM model provides a systematic framework to ensure that no area of business operations is overlooked and that all elements evolve concurrently. Such a strategy promotes long-term success and enhances competitive advantage.
Organizations identify areas for improvement through the systematic use of defined criteria and sub-criteria in accordance with the EFQM model. Conducting internal self-assessment involves analyzing each of the seven criteria and their corresponding sub-criteria to determine the organization’s standing in relation to excellence standards. The utilization of these criteria and sub-criteria enables organizations to systematically evaluate their operations, pinpoint areas in need of improvement, and direct efforts toward achieving excellence.
Providing specific recommendations on whether all criteria/sub-criteria should be improved simultaneously is beyond the scope of the EFQM model. It emphasizes a continual improvement approach, to enable organizations to take their own situation, requirements, and goals into account. The result of self-assessment enables organizations to identify priorities for improvement. Focusing on key aspects that contribute the most to achieving strategic goals or where there is the greatest potential for improvement can be an acceptable and recommended strategy. Sometimes, organizations will focus on a particular area until they gain substantial results, then tackle other areas. An organization must determine its own needs, so the approach needs to be flexible. Improvement should be seen as a continuous and adaptive process that reflects the organization’s strategy, with priorities aligned with resources and organizational strategy.
1.2. Fuzzy Analytic Hierarchy Process
Decision-making is an integral part of every business system, including manufacturing enterprises. Generally speaking, in the context of decision-making, the principle of symmetry in this research can be observed through the application of two opposing approaches. The first approach is based on the subjective assessments of decision-makers (DMs), which are always grounded in knowledge, experience, and personal viewpoints. On the other hand, mathematically based methods represent an objective approach to decision-making. Therefore, the combination of these two approaches enables the achievement of a balance between subjectivity and objectivity. The integration of these two concepts—i.e., DMs’ assessments and a precise mathematical approach—allows for balanced and efficient decision-making that supports long-term business success.
The development of the fuzzy sets theory [
2,
3] has enabled the quantitative description of uncertain and imprecise data at a satisfactory level. Many authors [
4,
5,
6] suggest that triangular fuzzy numbers (TFNs) adequately capture uncertainties. On the other hand, the use of TFNs does not require complex mathematical calculations, making them easy to use. In this research, all uncertainties in the relative importance of sub-criteria and their values, as well as the relative importance of criteria, are modeled using TFNs.
In this research, the two-stage model for assessing and improving the business excellence of companies is proposed. Firstly, determining criteria weights is stated as a fuzzy group decision-making problem as in [
7]. The weights vector of criteria is based on applying the proposed Fuzzy Analytic Hierarchy Process (FAHP). The fuzzy rating of the relative importance of sub-criteria under each criterion as well as their values are performed by quality managers. The weight vector of sub-criteria under each criterion is determined by using the proposed FAHP.
An important feature of the AHP method is that it includes a consistency check of DMs’ assessments, ensuring that illogical and contradictory evaluations are not taken into consideration and require correction. This approach enhances the objectivity of the conducted analysis.
1.3. Constraint Programming
In the literature, there are papers where business improvement is based on the application of exact methods [
8] as in this research. Improving business performance, among other things, can be achieved by enhancing the values of all quality sub-criteria. Ideally, all sub-criteria values should be improved to their maximum potential. However, in practice, such comprehensive improvement is not feasible due to resource constraints. Acknowledging this fact, determining which sub-criteria under each criterion should be enhanced, as well as by how much, is framed as a multidimensional knapsack problem with mixed min/max constraints. The considered problem is a single-criterion, constrained problem belonging to the class of NP optimization problems. The fitness function is defined as the distance from the highest weighted fuzzy criteria values. The aggregated weighted criteria values are calculated using fuzzy algebra rules. The problem addressed in this study is a constrained optimization problem. The optimal solution, free from subjective DMs’ influence, is obtained using the OR-Tools (
https://developers.google.com/optimization/cp/cp_solver, accessed on 10 November 2024). CP-SAT solver [
9] is a constraint programming solver software that uses SAT (satisfiability) methods.
Constraint Programming (CP) is a branch of mathematical programming focusing on the discovery of viable solutions within specified constraints. CP problems are prevalent in various scientific and engineering areas. CP and Boolean satisfactory solutions (B-SAT or SAR) represent two successful logic approaches used in several application domains, from operational research to artificial intelligence. CP provides a robust modeling paradigm, allowing applications to be naturally expressed with a diverse set of constraints. Boolean satisfiability problems include determining the existence of an interpretation that satisfies a given boiler formula. B-SAT holds the distinction of being the first problem proven to be NP complete by the Cook–Levin theorem [
10]. The Cook–Levin theorem suggests that any problem can be translated into a form in the realm of NP. Over the years, the B-SAT has been given considerable attention, resulting in progress that has enabled the use of B-SAT solvers in many applications [
11,
12,
13]. CP-SAT is a versatile portfolio solver, centered around a Lazy Clause Generation (LCG) [
14] based Constraint Programming Solver. CP-SAT uses Branch and Cut techniques, linear relaxations, and cutting planes also as part of its toolkit. The concept of lazy clause generation involves incrementally transforming the problem into an SAT formula, after which a solver is used to search for a solution.
1.4. Research Motivation and Objectives
In the context of the EFQM model, symmetry can reflect an equal distribution of resources across all criteria/sub-criteria; however, this is not always the best option. There is reasonable doubt that the optimal solution can be attained by allocating available resources and time asymmetrically. CP allows for the identification of asymmetric structures in data and resources, as well as directing resources towards key aspects of the business with greater potential for improvement. In other words, while a symmetric approach implies equal treatment of all criteria, CP enables the recognition of where asymmetric allocation yields better results.
The motivation for this research comes from the scarcity of literature addressing the evaluation of business excellence in enterprises within a fuzzy environment, particularly regarding the new 2020 EFQM model.
The main aim of this research is to integrate the following methods: (a) modeling of the relative importance of criteria and sub-criteria from the EFQM model, as well as their values by the TFNs, (b) criteria weights and sub-criteria weights under each criterion are determined by using the proposed FAHP, (c) determination of the aggregated weighted criteria values by applying fuzzy algebra rules and (d) determination of the business excellence improvement strategy by applying OR-Tools CP-SAT solver [
9] which is a constraint programming solver software that uses SAT (satisfiability) methods.
The rest of the paper is organized as follows:
Section 2 provides a literature review of EFQM and FAHP.
Section 3 outlines the proposed methodology.
Section 4 examines the proposed model using real-life data. Finally,
Section 5 presents the conclusion.
2. Literature Review
In this section, an overview of the literature models used in this manuscript is provided. Therefore, the section is divided into two parts. In the first part, papers that have modified the EFQM model are analyzed. In the second part, a detailed analysis of the FAHP models found in the relevant literature is presented, along with a comparative analysis of these FAHP models and the proposed FAHP in this research.
2.1. Application of the EFQM Model in the Relevant Literature
The EFQM 2020 [
1] model is essentially an evolution of the 2013 framework [
15], updated to tackle the challenges and opportunities that today’s organizations face. In the earlier version from 2013, the model was built around nine criteria and 29 sub-criteria, covering different dimensions of organizational excellence. The 2020 version simplifies this approach by reducing the framework to seven main criteria and 28 sub-criteria, aiming for a clearer and more adaptable structure. A comparison of the criteria and sub-criteria between the 2020 and 2013 models is presented in
Table 1.
In
Table 1, the main differences between the two versions of the EFQM model—EFQM 2013 and EFQM 2020—can be observed. The key change in the EFQM 2020 model compared to the previous version lies in the modification of the categorization and structure of the criteria and sub-criteria. One important change is the inclusion of the Engaging Stakeholders criterion, indicating that the new model places greater importance on stakeholders. This is most evident through the criteria Engaging Stakeholders, Stakeholder Perceptions, and Creating Sustainable Value.
Stakeholder groups are also considered more broadly in the new model. This model addresses groups such as employees, customers, society, and partners. Furthermore, the EFQM 2020 model places more emphasis on innovation and continuous organizational development, as reflected in the sub-criteria such as Drive Performance and Manage Risk and Transform the Organization for the Future.
In addition to all the aforementioned points, an important change is reflected in the reduction of the number of criteria. From nine criteria in the 2013 model, the number has now been reduced to seven criteria. This change places a focus on key aspects of the business, which are later further broken down and analyzed through sub-criteria. The reduction in the number of criteria directly impacts the assessment, making the application of the new model significantly simpler, with the company’s management now focused only on the important criteria for improving and sustaining the business. As previously mentioned, the focus is on stakeholders, particularly customers and employees.
In the EFQM Excellence Model, the weighting of criteria is crucial for evaluating organizational performance and overall excellence. It is generally recommended to adjust these weights based on the specific needs and priorities of each industry, especially for self-assessment purposes. As business trends have evolved over time, the criteria weights have also been adapted to stay aligned with these changing dynamics. Concurrently, both practitioners and academics have endeavored to refine the EFQM model to suit diverse fields of study. Numerous adaptations of the EFQM model, originating from its inception in 1992 and subsequent revisions up to 2021, have been explored in literature utilizing Multi-Criteria Decision-Making (MCDM) techniques and artificial intelligence approaches (
Table 2).
2.2. Application of the FAHP Method in the Relevant Literature
In the relevant literature, various approaches are used for determining criteria weights. In addition to direct assessment by DMs (see [
23,
24]), different MCDM methods are frequently applied. One of the oldest and most widely used methods is the Analytic Hierarchy Process (AHP) [
25,
26]. Its application is very broad, and it has been utilized in the relevant literature for determining criteria weights in supplier selection problems [
27], site selection problems [
28], production capacity planning issues [
29], and others.
Besides the AHP method, other methods commonly used in the literature for determining criteria weights include the Best-Worst Method (BWM) [
30], CRiteria Importance Through Intercriteria Correlation (CRITIC) [
31], Defining Interrelationships between Ranked Criteria (DIBR) [
32], DIBR II [
33], Stochastic Identification of Weights (SITW) [
34], Decision-Making Trial and Evaluation Laboratory (DEMATEL) [
35], and others. Their application is also very broad and can be found in studies in the fields of reliability engineering [
36,
37], circular economy [
32], lean organization systems management [
33], mining [
38], aviation [
39], and others.
Many authors in the literature suggest that the AHP method is highly suitable for determining weight vectors. In conventional AHP [
26], decision-makers express their assessments using a standard scale of measures [1–9]. A rating of 1 indicates that the relative importance of attributes is equal, while higher values denote greater importance of attributes. The consistency assessment of decision-makers’ assessments is performed using the method of the eigenvalue vector [
26,
40]. Given the subjective nature of criteria and belonging to sub-criteria, numerous authors have expanded traditional AHP with TFNs (FAHP).
Table 3 provides an analysis of recent literature on proposed FAHP methodologies within the last 7 years.
Based on the analysis of the literature, it is evident that the strengths and weaknesses of the proposed FAHP and FAHP found in the relevant literature can be clearly observed.
Many authors [
41,
44,
46,
49,
52] suggest using five linguistic expressions for describing existing uncertainties, as in this research.
Linguistic variables are modeled by TFNs in all analyzed papers, as in this research.
The domain of TFNs is defined into a common measurement scale in [
43,
45,
46,
50,
53], as in this research.
Assessment of the relative importance of considered items is stated as a fuzzy group decision-making problem in [
45,
48,
52,
53], as in this research.
The aggregation of assessments from decision-makers into a single evaluation is executed using various operators, for instance: (i) fuzzy arithmetic mean [
45,
48,
52], and (ii) fuzzy geometric mean [
50,
53]. In this research, aggregation is conducted using the fuzzy harmonic mean, which represents one of the main differences between this paper and the papers presented in
Table 3.
Transformation of fuzzy pair-wise comparison matrix into pair-wise comparison matrix is performed by using different defuzzification procedures, for instance: (i) standard defuzzification method [
44,
49,
52] (ii) moment method [
41], (iii) average method [
42], (iv) the proposed defuzzification method [
43], (v) center-of-gravity method [
48], (vi) α-cut [
46], (vii) left and right side method [
6], and (viii) simple center area method [
51,
53]. In this research, the center-of-gravity method is used, which can be marked as one of the differences between our research and the analyzed papers.
A consistency check of decision-makers’ assessments in all analyzed papers is performed using the method of the eigenvalue vector [
26].
The weights vector is given by applying: (i) the extent analysis method by [
54] in [
41,
42,
44,
49,
52] and (ii) the method based on fuzzy geometric mean by [
55] in [
6,
43,
45,
46,
48,
50,
51,
53], as in this research.
In this research, five linguistic expressions modeled using Triangular Fuzzy Numbers (TFNs) were employed. The authors’ intention was to reduce DMs’ indecisiveness and facilitate more intuitive reasoning, as also suggested in several previous studies [
41,
44,
46,
49,
52]. Additionally, the domain of fuzzy numbers used in this study is [
1,
2,
3,
4,
5,
6,
7,
8,
9], which corresponds to the measurement scale of the standard AHP method.
For the aggregation of values, the fuzzy harmonic mean was applied. Compared to arithmetic and geometric means, it is less sensitive to the influence of extreme values, which helps to mitigate the potential impact of significant deviations in assessments provided by individual decision-makers.
3. Methodology
The proposed model that combines the FFQM, FAHP, and OR-Tools CP-SAT solver [
9] for assessment and improvement of business excellence is presented in
Figure 1.
3.1. Basic Definitions of Fuzzy Sets Theory
This section offers fundamental definitions of fuzzy set theory and fuzzy algebra [
2,
3].
Definition 1. A linguistic variable is a variable where values are described using language-based terms [3]. Definition 2. Fuzzy set consists of ordered pairs: where the fuzzy set is defined over the set of real numbers The membership function is denoted as .
Definition 3. A fuzzy number is a convex, normalized version of fuzzy set , that is defined over the real number set R such that:
If there exists such that
is continuous over the entire domain of definition.
Definition 4. A fuzzy number on the real number set R is a triangular fuzzy number if its membership function can be expressed as: where: , l and u are the minimum and maximum values belonging to the domain X, respectively. The modal value is represented as m. A triangular fuzzy number is then denoted as (l, m, u). The domain on which the fuzzy number is defined X is a set of elements.
Definition 5. Let us examine two triangular fuzzy numbers TFNs and . Algebraic operations on these numbers are further illustrated as follows: Definition 6. Defuzzification is the process by which a fuzzy number is transformed into a corresponding scalar value. The center-of-gravity method [56] was used in this research. For a TFNthe corresponding scalar is obtained according to the expression: Definition 7. The Hamming distance between these two TFNs [57] is 3.2. Definition of a Finite Set of Criteria and Sub-Criteria
The evaluation criteria for assessing a company’s business excellence, as outlined in the EFQM 2020 model, follow a hierarchical structure. These criteria can be formally represented by the indices set
, where
is the total number of quality criteria, and each quality criterion is denoted by indices
. Sub-criteria under criterion
are represented by set of indices
. Total number of sub-criteria under criterion
is denoted as
. The index of the sub-criterion is marked as
. These criteria and their sub-criteria are presented in
Table 1.
3.3. Introduction to the Group of Decision-Makers
The evaluation of the relative importance of quality criteria is approached as a fuzzy group decision-making issue. DMs involved in the decision-making process are formally indicated by indices set , where E represents the total number of DMs. The index of DM is stated by the index . In this study, the evaluation of the level of excellence of a medium-sized enterprise operating in the production economic sector is examined. The assessment of the relative importance of criteria is performed by a quality inspector, a representative from the chamber of commerce, and a university professor. The quality manager evaluates the values of the sub-criteria.
3.4. Modeling of the Existing Uncertainties
In this study, the fuzzy sets theory is employed to model linguistic variables that describe the relative importance of criteria, sub-criteria, and their respective values using TFNs. A fuzzy number, which represents a special form of fuzzy sets, is presented through its membership function, whose parameters are form, granularity, and domain [
2].
In the literature, the majority of authors argue that uncertain and imprecise data can be adequately modeled using TFNs [
4,
5,
6], as in this research. With the triangular possibility distribution function, the maximum value of the belief measure is achieved only at one point. The use of TFNs reduces computational complexity while still achieving sufficiently accurate results.
Granularity can be defined as the number of linguistic expressions used to assess the values of uncertain and imprecise data. The granularity depends on the estimation of DMs. They base their estimations on experience as well as the magnitude and complexity of the problem. In this research, the authors believe that existing uncertainties can be adequately assessed using five pre-defined linguistic expressions, as suggested in [
57,
58].
The relative importance of criteria, sub-criteria, and their values is described using the following linguistic expressions which have been modeled using corresponding TFNs:
Very small importance/value (V1):
Low importance/values (V2):
Medium importance/value (V3):
High importance/value (V4):
Extremely high importance/value (V5):
In the literature, there is no rule or recommendation on how to choose the domain on which fuzzy numbers are defined. Many authors use a common measurement scale defined by [
26], as in this research.
3.5. The Proposed FAHP
Determining the weighted values of criteria for decision-making regarding business excellence improvement is based on the proposed FAHP, which is implemented through the following steps:
Step 1. Let us construct a fuzzy pair-wise comparison matrix for criteria for every DM separately:
where:
Step 2. Let us construct the aggregated fuzzy pair-wise comparison matrix of the relative importance of criteria using the harmonic mean:
where:
Step 3. Let us transform the fuzzy pair-wise comparison matrix of the relative importance criteria into a pair-wise comparison matrix of the relative importance of criteria, by using the center-of-gravity method.
Step 4. Let us examine the consistency of the evaluations provided by DMs using the eigenvector method. A consistency index () of 0.1 or less suggests that the mistakes made by DMs are within an acceptable range.
Step 5. Let us determine the weight of the criteria by applying the fuzzy geometric mean:
where:
Step 6. The weights of sub-criteria under criterion , are determined using the proposed approach (Step 1 to Step 6).
3.6. The Proposed Constraint Programming Model
Enhancing the criteria values can be accomplished by improving the sub-criteria values for each criterion. Given the company’s resource constraints and the outcomes of best practices, this study assumes that sub-criteria values can be enhanced by up to two ratings. Furthermore, it is assumed that enhancing business excellence in the company is realized through improving each criterion.
Determining the sub-criteria at the level of each criterion that needs improvement, as well as the extent of improvement needed, is performed precisely using the proposed model, which can be realized through the following steps:
Step 1. Fuzzy rating of sub-criteria values, as well as the time required to improve the sub-criteria by one or two ratings and is performed by the quality manager. They base their assessments on the available number of trained workers and the available resources for improvement, which are defined by strategic management.
Step 2. Let us determine the maximum values of the criteria:
Step 3. Let us determine the various combinations of improved values for sub-criteria at the level of each criterion. The number of combinations within each criterion is different and depends on the initial estimated values of the sub-criteria.
Step 4. Let us determine the weighted fuzzy value of each criterion for each defined combination
:
where:
is the improved value of the sub-criteria
is the total number of combinations (possible ways of improvement) of criteria
Step 5. Determining the set of sub-criteria that need improvement and by how much they need to be improved is formulated as a multidimensional knapsack problem with combined min/max constraints
is Hamming distance
is the total time needed to improve the values of criteria in order to enhance business excellence.
Step 6. The crisp values of criteria before and after improvement are shown in
Figure 2. The representative scalars of the given TFNs are obtained using the center-of-gravity method.
4. Case Study
Based on the EFQM 2020 paradigm, this study examines the relative importance of criteria and sub-criteria. Interviews with a university professor, a quality inspector, and a chamber of commerce official were used to ascertain the relative relevance of the criteria. Additionally, data on the relative importance and values of sub-criteria are collected from the quality manager of a manufacturing enterprise. The observed enterprise is part of a group of Small and midsize enterprises (SMEs) that play a significant role in the gross national income of the Republic of Serbia.
SMEs account for around 97% of all registered and operational businesses in Serbia, making them a significant contributor to the country’s economy, job generation, and community development, according to data from 2021. These enterprises are essential to preserving the stability and prosperity of the national economy, even though the precise proportion of their contributions may differ.
The Case Study chapter is divided into two sections. In the first section, the application of the FAHP method is presented based on the evaluations provided by the DMs. The second section includes the input data, including constraints and potential combinations for improving the criteria and sub-criteria within the domain of the considered constraints.
4.1. Application of FAHP
By applying Step 1 of the proposed FAHP algorithm, the DMs express their assessments using pre-defined linguistic expressions modeled by triangular fuzzy numbers (TFNs). The assessments are presented below:
The quality inspector evaluates the relative importance of criteria (
:
Assessment of the relative importance of criteria by the Chamber of Commerce representative
:
Assessment of the importance of criteria by the university professor
:
By applying Step 2 of the proposed algorithm, the evaluations were aggregated. The aggregated matrix of the relative importance of criteria:
By applying Step 3 of the proposed algorithm, the fuzzy values of the aggregated matrix were transformed into crisp values in order to determine the consistency index using the Eigenvector method (Step 4):
The criteria weights were determined according to Step 5 of the proposed algorithm:
| |
| |
| |
| |
The fuzzy ratings of sub-criteria within each criterion, along with the weight vector of sub-criteria, are provided below (the procedure is the same as for the criteria weights):
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
| |
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
| |
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
| |
The fuzzy pair-wise matrix of the sub-criteria under criterion
:
The weights vector of sub-criteria under criterion
:
| |
| |
| |
4.2. The Application of the Proposed Constraint Programming Model
The fuzzy ratings of sub-criteria values and the time needed for their enhancement (Step 1 of the proposed Algorithm) are displayed in
Table 4. The data presented in this table represent the input data for the CP.
The maximum value for each criterion is determined based on the proposed algorithm (Step 2) and is illustrated in the following example:
In a similar manner, the maximum values of the other criteria are determined, so that:
| |
| |
| |
| |
Through the utilization of the OR-Tools CP-SAT solver, a collection of potential solutions aimed at enhancing the value of each criterion was derived, as illustrated in
Table 5. The
denotes all potential and possible combinations for improvement within the given constraints, i.e., the combinations that are feasible within the given constraints (available resources).
The greatest improvement of business excellence is achieved for those possible solutions that lead to the greatest improvement of criteria ratings. In the considered problem, the improvement of business excellence should be executed as shown in
Table 6.
Figure 2 shows the initial, improved, and maximum values of the criteria.
Based on the results obtained, it can be inferred that applying the proposed solution results in a notable enhancement in the following criteria: Strategic and Operational Performance , Stakeholder Perceptions , Creating Sustainable Value and Driving Performance and Transformation . These criteria can be improved by implementing the following quality management methods, e.g., Radar chart, PDCA, Balanced scorecard, Benchmarking, and Kaizen.
5. Conclusions
In this research, a novel approach for assessing and improving business excellence was developed through the integration of the EFQM model, FAHP, and CP, establishing symmetry and balance between the subjective evaluations of DMs and a mathematically grounded, objective approach. The proposed model was tested on data originating from a manufacturing SME based in central Serbia.
In order to discover sub-criteria sets for improvement and ascertain the level of improvement required to raise business excellence within organizations, this study presents a fuzzy two-stage model approach. The first stage employs the FAHP method to ascertain weight vectors for both criteria and sub-criteria under each criterion. In the second stage, the problem of selecting sub-criteria for enhancement and determining their upgraded values is framed as a multidimensional knapsack problem with combined min/max constraints. By employing the OR-Tools CP-SAT solver, the optimal solution to this formulated problem is achieved.
The proposed FAHP-CP approach results show that improvement efforts should not be allocated symmetrically (equally) across all of the EFQM model’s criteria and sub-criteria. An asymmetric strategy produces superior upgrades while assuring more efficient deployment of available resources. Therefore, it can be stated that through the principle of symmetry, achieved by combining subjective and objective approaches, it has been determined that the principle of asymmetry should be followed when improving criteria and sub-criteria.
The methodological innovations of the proposed model are (1) determination of the weights of criteria/sub-criteria taken from the EFQM 2020 model using the FAHP method. In this way, the EFQM 2020 model is adapted to the needs and conditions of the considered enterprise; (2) application of the fuzzy harmonic mean for aggregating the evaluations of DMs; and (3) use of the OR-Tools CP-SAT solver to determine optimal improvements for criteria/sub-criteria in order to optimize the consumption of available resources.
The practical implications of the proposed model are (1) it provides management with a reliable mathematical tool that serves as a decision support system; (2) the decision-making process is sufficiently simplified, clear, and close to human thinking patterns; (3) the model is flexible enough to be applied in any industry; and (4) through the application of this model, companies can significantly improve their competitiveness and sustainability.
The proposed fuzzy two-stage model outperforms the standard EFQM model in three areas: (1) Recognizing that criteria and sub-criteria weights are unequal, aligning with best practice results; (2) Precisely determining sub-criteria sets for improvement and the extent of required enhancement, thereby eliminating ambiguity; and (3) Providing flexibility and adaptability by easily incorporating changes in criteria, sub-criteria, and their values into the model.
The main drawback of the proposed model lies in the subjectivity of DMs, which is almost inevitable when applying the FAHP method. However, by using the fuzzy harmonic mean to aggregate the DMs’ evaluations, extreme values of the assessments are appropriately moderated and weighted towards an average value. In addition, a limitation of the study is the reliance on a relatively small number of DMs.
In future research, the proposed model could be tested in companies from other industry sectors, as well as companies from other regions. By using the EFQM 2020 framework, but through reassessing and determining the criteria weights that would match the considered case study, the model would be applicable and appropriate. Furthermore, advanced types of fuzzy numbers could be used for modeling uncertain values. Lastly, developing software to automate the decision-making process, with potential for commercialization, could be a key direction for future research.
Author Contributions
Conceptualization, T.P. and D.T.; methodology, D.T. and G.Đ.; validation, N.K., D.T., and D.M.; formal analysis, N.K.; investigation, T.P.; resources, T.P.; data curation, N.K.; writing—original draft preparation, T.P.; writing—review, and editing, N.K. and D.M.; visualization, N.K.; supervision, G.Đ. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Data Availability Statement
The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- European Foundation for Quality Management. EFQM 2020 Model; European Foundation for Quality Management: Brussels, Belgium, 2020. [Google Scholar]
- Dubois, D.; Prade, H. Systems of Linear Fuzzy Constraints. Fuzzy Sets Syst. 1980, 3, 37–48. [Google Scholar] [CrossRef]
- Zimmermann, H.-J. Fuzzy Set Theory. WIREs Comput. Stat. 2010, 2, 317–332. [Google Scholar] [CrossRef]
- Akkaya, G.; Turanoğlu, B.; Öztaş, S. An Integrated Fuzzy AHP and Fuzzy MOORA Approach to the Problem of Industrial Engineering Sector Choosing. Expert Syst. Appl. 2015, 42, 9565–9573. [Google Scholar] [CrossRef]
- Mabrouk, N.B. Green Supplier Selection Using Fuzzy Delphi Method for Developing Sustainable Supply Chain. Decis. Sci. Lett. 2021, 10, 63–70. [Google Scholar] [CrossRef]
- Wang, C.N.; Nguyen, N.A.T.; Dang, T.T.; Lu, C.-M. A Compromised Decision-Making Approach to Third-Party Logistics Selection in Sustainable Supply Chain Using Fuzzy AHP and Fuzzy VIKOR Methods. Mathematics 2021, 9, 886. [Google Scholar] [CrossRef]
- Jami Pour, M.; Ebrahimi Delavar, F.; Taheri, G.; Kargaran, S. Developing a Scale of Social Commerce Service Quality: An Exploratory Study. Kybernetes 2021, 50, 2232–2263. [Google Scholar] [CrossRef]
- Daneshamooz, F.; Fattahi, P.; Hosseini, S.M.H. Mathematical Modeling and Two Efficient Branch and Bound Algorithms for Job Shop Scheduling Problem Followed by an Assembly Stage. Kybernetes 2021, 50, 3222–3245. [Google Scholar] [CrossRef]
- OR-Tools CP-SAT. Available online: https://developers.google.com/optimization/cp/cp_solver (accessed on 10 November 2024).
- Cook, S.A. The Complexity of Theorem-Proving Procedures. In Proceedings of the Third Annual ACM Symposium on Theory of Computing-STOC ’71, Shaker Heights, OH, USA, 3–5 May 1971; ACM Press: New York, NY, USA, 1971; pp. 151–158. [Google Scholar]
- Alouneh, S.; Abed, S.; Al Shayeji, M.H.; Mesleh, R. A Comprehensive Study and Analysis on SAT-Solvers: Advances, Usages and Achievements. Artif. Intell. Rev. 2019, 52, 2575–2601. [Google Scholar] [CrossRef]
- MiniZinc. MiniZinc Challenge 2023 Results. Available online: https://www.minizinc.org/challenge/2023/results/ (accessed on 9 April 2025).
- SAT Competition. The International SAT Competition Web Page. Available online: https://satcompetition.github.io (accessed on 9 April 2025).
- Ohrimenko, O.; Stuckey, P.J.; Codish, M. Propagation = Lazy Clause Generation. In Principles and Practice of Constraint Programming–CP 2007, Proceedings of the Lecture Notes in Computer Science; Bessière, C., Ed.; Springer: Berlin/Heidelberg, Germany, 2007; Volume 4741, pp. 544–558. ISBN 978-3-540-74969-1. [Google Scholar]
- European Foundation for Quality Management. EFQM Excellence Model; European Foundation for Quality Management: Brussels, Belgium, 2013. [Google Scholar]
- Hosseini Ezzabadi, J.; Dehghani Saryazdi, M.; Mostafaeipour, A. Implementing Fuzzy Logic and AHP into the EFQM Model for Performance Improvement: A Case Study. Appl. Soft Comput. 2015, 36, 165–176. [Google Scholar] [CrossRef]
- Liu, Y.-L.; Ko, P.-F. A Modified EFQM Excellence Model for Effective Evaluation in the Hotel Industry. Total Qual. Manag. Bus. Excell. 2018, 29, 1580–1593. [Google Scholar] [CrossRef]
- Daniel, J.; Naderpour, M.; Lin, C.-T. A Fuzzy Multilayer Assessment Method for EFQM. IEEE Trans. Fuzzy Syst. 2019, 27, 1252–1262. [Google Scholar] [CrossRef]
- Uygun, O.; Yalcin, S.; Kiraz, A.; Erkan, E. A Novel Assessment Approach for EFQM Driven Institutionalization Using Integrated Fuzzy Multi-Criteria Decision Making Methods. Sci. Iran. 2020, 27, 880–892. [Google Scholar] [CrossRef]
- Yanginlar, G.; Gül, S. An EFQM-Based Self-Assessment Method for Railway Transportation Service Quality: An Application with Intuitionistic Fuzzy AHP. Ege Acad. Rev. 2022, 22, 371–392. [Google Scholar] [CrossRef]
- Petrović, T.; Vesić Vasović, J.; Komatina, N.; Tadić, D.; Klipa, Đ.; Đurić, G. A Two-Stage Model Based on EFQM, FBWM, and FMOORA for Business Excellence Evaluation in the Process of Manufacturing. Axioms 2022, 11, 704. [Google Scholar] [CrossRef]
- Petrović, T.; Paunović, V.; Komatina, N. EFQM and Business Model Relation Effect on Performance of Manufacturing Enterprises. Int. Rev. 2023, 39–47. [Google Scholar] [CrossRef]
- Komatina, N.; Marinković, D.; Tadić, D.; Pamučar, D. Advancing PFMEA Decision-Making: FRADAR Based Prioritization of Failure Modes Using AP, RPN, and Multi-Attribute Assessment in the Automotive Industry. Teh. Glas./Tech. J. 2025, 19. accepted for publication. [Google Scholar]
- Tadić, D.; Lukić, J.; Komatina, N.; Marinković, D.; Pamučar, D. A Fuzzy Decision-Making Approach to Electric Vehicle Evaluation and Ranking. Teh. Vjesn./Tech. Gaz. 2025, 4. accepted for publication . [Google Scholar]
- Saaty, T.L. The Analytic Hierarchy Process: Planning, Priority Setting, Resource Allocation (Decision Making Series); McGraw-Hill: New York, NY, USA, 1980. [Google Scholar]
- Saaty, T.L. The Modern Science of Multicriteria Decision Making and Its Practical Applications: The AHP/ANP Approach. Oper. Res. 2013, 61, 1101–1118. [Google Scholar] [CrossRef]
- Komatina, N.; Tadić, D.; Aleksić, A.; Jovanović, A.D. The Assessment and Selection of Suppliers Using AHP and MABAC with Type-2 Fuzzy Numbers in Automotive Industry. Proc. Inst. Mech. Eng. Part O J. Risk Reliab. 2023, 237, 836–852. [Google Scholar] [CrossRef]
- Biswas, A.; Gazi, K.H.; Sankar, P.M.; Ghosh, A. A Decision-Making Framework for Sustainable Highway Restaurant Site Selection: AHP-TOPSIS Approach Based on the Fuzzy Numbers. Spec. Oper. Res. 2025, 2, 1–26. [Google Scholar] [CrossRef]
- Milanovic, M.; Misita, M.; Komatina, N. Determination of the Optimal Production Plan by Using Fuzzy AHP and Fuzzy Linear Programming. J. Intell. Fuzzy Syst. 2020, 38, 4315–4325. [Google Scholar] [CrossRef]
- Rezaei, J. Best-Worst Multi-Criteria Decision-Making Method. Omega 2015, 53, 49–57. [Google Scholar] [CrossRef]
- Diakoulaki, D.; Mavrotas, G.; Papayannakis, L. Determining Objective Weights in Multiple Criteria Problems: The Critic Method. Comput. Oper. Res. 1995, 22, 763–770. [Google Scholar] [CrossRef]
- Pamucar, D.; Deveci, M.; Gokasar, I.; Işık, M.; Zizovic, M. Circular Economy Concepts in Urban Mobility Alternatives Using Integrated DIBR Method and Fuzzy Dombi CoCoSo Model. J. Clean. Prod. 2021, 323, 129096. [Google Scholar] [CrossRef]
- Božanić, D.; Epler, I.; Puška, A.; Biswas, S.; Marinković, D.; Koprivica, S. Application of the DIBR II–Rough MABAC Decision-Making Model for Ranking Methods and Techniques of Lean Organization Systems Management in the Process of Technical Maintenance. Facta Univ. Ser. Mech. Eng. 2024, 22, 101. [Google Scholar] [CrossRef]
- Kizielewicz, B.; Sałabun, W. SITW Method: A New Approach to Re-Identifying Multi-Criteria Weights in Complex Decision Analysis. Spectr. Mech. Eng. Oper. Res. 2024, 1, 215–226. [Google Scholar] [CrossRef]
- Gazi, K.H.; Raisa, N.; Biswas, A.; Azizzadeh, F.; Mondal, S.P. Finding Most Important Criteria in Women’s Empowerment for Sports Sector by Pentagonal Fuzzy DEMATEL Methodology. Spec. Decis. Mak. Appl. 2025, 2, 28–52. [Google Scholar] [CrossRef]
- Komatina, N. A Novel BWM-RADAR Approach for Multi-Attribute Selection of Equipment in the Automotive Industry. Spectr. Mech. Eng. Oper. Res. 2025, 2, 104–120. [Google Scholar] [CrossRef]
- Tadić, D.; Komatina, N. A Hybrid Interval Type-2 Fuzzy DEMATEL-MABAC Approach for Strategic Failure Management in Automotive Manufacturing. J. Eng. Manag. Syst. Eng. 2025, 4, 21–38. [Google Scholar] [CrossRef]
- Xu, D.-Y.; Cui, H.-Q.; Wang, T.-Y.; Fu, J.-W.; Zhu, G.-B. Interactions and Influences on Coal Miners’ Safety Attention: An Evaluation Using an Improved DEMATEL-ISM Approach. Facta Univ. Ser. Mech. Eng. 2024, 22, 139. [Google Scholar] [CrossRef]
- Radovanović, M.; Božanić, D.; Tešić, D.; Puška, A.; Hezam, I.M.; Jana, C. Application of Hybrid DIBR-FUCOM-LMAW-Bonferroni-Grey-EDAS Model in Multicriteria Decision-Making. Facta Univ. Ser. Mech. Eng. 2023, 21, 387. [Google Scholar] [CrossRef]
- Saaty, T.L. Decision-Making with the AHP: Why Is the Principal Eigenvector Necessary. Eur. J. Oper. Res. 2003, 145, 85–91. [Google Scholar] [CrossRef]
- Banduka, N.; Tadic, D.; Macuzic, I.; Crnjac, M. Extended Process Failure Mode and Effect Analysis (PFMEA) for the Automotive Industry: The FSQC-PFMEA. Adv. Prod. Eng. Manag. 2018, 13, 206–215. [Google Scholar] [CrossRef]
- Leśniak, A.; Kubek, D.; Plebankiewicz, E.; Zima, K.; Belniak, S. Fuzzy AHP Application for Supporting Contractors’ Bidding Decision. Symmetry 2018, 10, 642. [Google Scholar] [CrossRef]
- Mallick, J.; Singh, C.K.; AlMesfer, M.K.; Kumar, A.; Khan, R.A.; Islam, S.; Rahman, A. Hydro-Geochemical Assessment of Groundwater Quality in Aseer Region, Saudi Arabia. Water 2018, 10, 1847. [Google Scholar] [CrossRef]
- Calabrese, A.; Costa, R.; Levialdi, N.; Menichini, T. Integrating Sustainability into Strategic Decision-Making: A Fuzzy AHP Method for the Selection of Relevant Sustainability Issues. Technol. Forecast. Soc. Change 2019, 139, 155–168. [Google Scholar] [CrossRef]
- Chou, Y.-C.; Yen, H.-Y.; Dang, V.T.; Sun, C.-C. Assessing the Human Resource in Science and Technology for Asian Countries: Application of Fuzzy AHP and Fuzzy TOPSIS. Symmetry 2019, 11, 251. [Google Scholar] [CrossRef]
- Mittal, V.K.; Sindhwani, R.; Shekhar, H.; Singh, P.L. Fuzzy AHP Model for Challenges to Thermal Power Plant Establishment in India. Int. J. Oper. Res. 2019, 34, 562. [Google Scholar] [CrossRef]
- Lee, A.H.I.; Chen, W.C.; Chang, C.J. A Fuzzy AHP and BSC Approach for Evaluating Performance of IT Department in the Manufacturing Industry in Taiwan. Expert Syst. Appl. 2008, 34, 96–107. [Google Scholar] [CrossRef]
- Boral, S.; Howard, I.; Chaturvedi, S.K.; McKee, K.; Naikan, V.N.A. An Integrated Approach for Fuzzy Failure Modes and Effects Analysis Using Fuzzy AHP and Fuzzy MAIRCA. Eng. Fail. Anal. 2020, 108, 104195. [Google Scholar] [CrossRef]
- Ban, A.I.; Ban, O.I.; Bogdan, V.; Sabau Popa, D.C.; Tuse, D. Performance Evaluation Model of Romanian Manufacturing Listed Companies by Fuzzy AHP and TOPSIS. Technol. Econ. Dev. Econ. 2020, 26, 808–836. [Google Scholar] [CrossRef]
- Bakır, M.; Atalık, Ö. Application of Fuzzy AHP and Fuzzy MARCOS Approach for the Evaluation of E-Service Quality in the Airline Industry. Decis. Mak. Appl. Manag. Eng. 2021, 4, 127–152. [Google Scholar] [CrossRef]
- Pham, N.T.; Do, A.D.; Nguyen, Q.V.; Ta, V.L.; Dao, T.T.B.; Ha, D.L.; Hoang, X.T. Research on Knowledge Management Models at Universities Using Fuzzy Analytic Hierarchy Process (FAHP). Sustainability 2021, 13, 809. [Google Scholar] [CrossRef]
- Boonmee, C.; Thoenburin, P. Temporary Safety Zone Site Selection during Haze Pollution: An Integrated Approach with FAHP and FTOPSIS. Expert Syst. Appl. 2024, 245, 123002. [Google Scholar] [CrossRef]
- Marković, A.; Stojanović, B.; Komatina, N.; Ivanović, L. Multi-Attribute Approach for Selection of Polymeric Materials for Manufacturing Gears: A Case Study in the Automotive Industry. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2024, 238, 10744–10755. [Google Scholar] [CrossRef]
- Chang, D.-Y. Applications of the Extent Analysis Method on Fuzzy AHP. Eur. J. Oper. Res. 1996, 95, 649–655. [Google Scholar] [CrossRef]
- Buckley, J.J. Fuzzy Hierarchical Analysis. Fuzzy Sets Syst. 1985, 17, 233–247. [Google Scholar] [CrossRef]
- Tzeng, G.; Teng, J. Transportation Investment Project Selection with Fuzzy Multiobjectives. Transp. Plan. Technol. 1993, 17, 91–112. [Google Scholar] [CrossRef]
- Celik, E.; Erdogan, M.; Gumus, A.T. An Extended Fuzzy TOPSIS–GRA Method Based on Different Separation Measures for Green Logistics Service Provider Selection. Int. J. Environ. Sci. Technol. 2016, 13, 1377–1392. [Google Scholar] [CrossRef]
- Tadic, D.; Aleksic, A.; Mimovic, P.; Puskaric, H.; Misita, M. A Model for Evaluation of Customer Satisfaction with Banking Service Quality in an Uncertain Environment. Total Qual. Manag. Bus. Excell. 2018, 29, 1342–1361. [Google Scholar] [CrossRef]
| 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. |
© 2025 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/).