Ordinal priority approach

From HandWiki
Short description: Multiple-criteria decision analysis method

Ordinal priority approach (OPA) is a multiple-criteria decision analysis method that aids in solving the group decision-making problems based on preference relations.

Description

Various methods have been proposed to solve multi-criteria decision-making problems.[1] The basis of methods such as analytic hierarchy process and analytic network process is pairwise comparison matrix.[2] The advantages and disadvantages of the pairwise comparison matrix were discussed by Munier and Hontoria in their book.[3] In recent years, the OPA method was proposed to solve the multi-criteria decision-making problems based on the ordinal data instead of using the pairwise comparison matrix.[4] The OPA method is a major part of Dr. Amin Mahmoudi's PhD thesis from the Southeast University of China.[4]

Decision Making Components
Decision-making components[4]

This method uses linear programming approach to compute the weights of experts, criteria, and alternatives simultaneously.[5] The main reason for using ordinal data in the OPA method is the accessibility and accuracy of the ordinal data compared with exact ratios used in group decision-making problems involved with humans.[6]

In real-world situations, the experts might not have enough knowledge regarding one alternative or criterion. In this case, the input data of the problem is incomplete, which needs to be incorporated into the linear programming of the OPA. To handle the incomplete input data in the OPA method, the constraints related to the criteria or alternatives should be removed from the OPA linear-programming model.[7]

Various types of data normalization methods have been employed in multi-criteria decision-making methods in recent years. Palczewski and Sałabun showed that using various data normalization methods can change the final ranks of the multi-criteria decision-making methods.[8] Javed and colleagues showed that a multiple-criteria decision-making problem can be solved by avoiding the data normalization.[9] There is no need to normalize the preference relations and thus, the OPA method does not require data normalization.[10]

The OPA method

The OPA model is a linear programming model, which can be solved using a simplex algorithm. The steps of this method are as follows:[11]

Step 1: Identifying the experts and determining the preference of experts based on their working experience, educational qualification, etc.

Step 2: identifying the criteria and determining the preference of the criteria by each expert.

Step 3: identifying the alternatives and determining the preference of the alternatives in each criterion by each expert.

Step 4: Constructing the following linear programming model and solving it by an appropriate optimization software such as LINGO, GAMS, MATLAB, etc.

[math]\displaystyle{ \begin{align} &Max Z \\ &S.t. \\ &Z \leq r_{i}\bigg (r_{j} \big(r_{k} (w_{ijk}^{r_{k}} - w_{ijk}^{{r_{k}}+1}) \big)\bigg) \; \; \; \; \forall i,j \; and \; r_{k} \\ &Z \leq r_{i} r_{j} r_{m} w_{ijk}^{r_{m}} \; \; \; \forall i,j \; and \; r_{m} \\ &\sum_{i=1}^{p}\sum_{j=1}^{n}\sum_{k=1}^{m} w_{ijk} = 1 \\ &w_{ijk}\geq0 \; \; \; \forall i, j \; and \; k \\ &Z: Unrestricted\;in\;sign \\ \end{align} }[/math]

In the above model, [math]\displaystyle{ r_i(i=1,...,p) }[/math] represents the rank of expert [math]\displaystyle{ i }[/math], [math]\displaystyle{ r_j(j=1...,n) }[/math] represents the rank of criterion [math]\displaystyle{ j }[/math], [math]\displaystyle{ r_k(k=1...,m) }[/math] represents the rank of alternative [math]\displaystyle{ k }[/math], and [math]\displaystyle{ w_{ijk} }[/math] represents the weight of alternative [math]\displaystyle{ k }[/math] in criterion [math]\displaystyle{ j }[/math] by expert [math]\displaystyle{ i }[/math]. After solving the OPA linear programming model, the weight of each alternative is calculated by the following equation:

[math]\displaystyle{ \begin{aligned} &w_k=\sum_{i=1}^{p}\sum_{j=1}^{n} w_{ijk} \; \; \; \; \forall k \\ \end{aligned} }[/math]

The weight of each criterion is calculated by the following equation:

[math]\displaystyle{ \begin{aligned} &w_j=\sum_{i=1}^{p}\sum_{k=1}^{m} w_{ijk} \; \; \; \; \forall j \\ \end{aligned} }[/math]

And the weight of each expert is calculated by the following equation:

[math]\displaystyle{ \begin{aligned} &w_i=\sum_{j=1}^{n}\sum_{k=1}^{m} w_{ijk} \; \; \; \; \forall i \\ \end{aligned} }[/math]

Example

Decision problem
Decision problem of the example

Suppose that we are going to investigate the issue of buying a house. There are two experts in this decision problem. Also, there are two criteria called cost (c), and construction quality (q) for buying the house. On the other hand, there are three houses (h1, h2, h3) for purchasing. The first expert (x) has three years of working experience and the second expert (y) has two years of working experience. The structure of the problem is shown in the figure.

Step 1: The first expert (x) has more experience than expert (y), hence x > y.

Step 2: The criteria and their preference are summarized in the following table:

Experts’ opinions regarding criteria
Criteria Expert (x) Expert (y)
c 1 2
q 2 1

Step 3: The alternatives and their preference are summarized in the following table:

Experts' opinions regarding alternatives
Alternatives Expert (x) Expert (y)
c q c q
h1 1 2 1 3
h2 3 1 2 1
h3 2 3 3 2

Step 4: The OPA linear programming model is formed based on the input data as follows:

[math]\displaystyle{ \begin{align} &Max Z \\ &S.t. \\ &Z \leq 1*1* 1* (w_{xch1} - w_{xch3}) \; \; \; \; \\ &Z \leq 1*1*2* (w_{xch3} - w_{xch2})\; \; \; \; \\ &Z \leq 1* 1 *3* w_{xch2} \; \; \; \\ \\ &Z \leq 1*2* 1* (w_{xqh2} - w_{xqh1}) \; \; \; \; \\ &Z \leq 1*2* 2* (w_{xqh1} - w_{xqh3}) \; \; \; \; \\ &Z \leq 1* 2 *3* w_{xqh3} \; \; \; \\ \\ &Z \leq 2*2* 1* (w_{ych1} - w_{ych2}) \; \; \; \; \\ &Z \leq 2*2*2* (w_{ych2} - w_{ych3})\; \; \; \; \\ &Z \leq 2* 2 *3* w_{ych3} \; \; \; \\ \\ &Z \leq 2*1* 1* (w_{yqh2} - w_{yqh3}) \; \; \; \; \\ &Z \leq 2*1* 2* (w_{yqh3} - w_{yqh1}) \; \; \; \; \\ &Z \leq 2* 1 *3* w_{yqh1} \; \; \; \\ \\ &w_{xch1} + w_{xch2} + w_{xch3} + w_{xqh1} + w_{xqh2} + w_{xqh3}+w_{ych1} + w_{ych2} + w_{ych3} + w_{yqh1} + w_{yqh2} + w_{yqh3}= 1 \\ \\ \end{align} }[/math]

After solving the above model using optimization software, the weights of experts, criteria and alternatives are obtained as follows:

[math]\displaystyle{ \begin{align}&w_{x}=w_{xch1} + w_{xch2} + w_{xch3} + w_{xqh1} + w_{xqh2} + w_{xqh3}=0.666667 \\\\&w_{y}=w_{ych1} + w_{ych2} + w_{ych3} + w_{yqh1} + w_{yqh2} + w_{yqh3}=0.333333 \\\\\\&w_{c}=w_{xch1} + w_{xch2} + w_{xch3} + w_{ych1} + w_{ych2} + w_{ych3}=0.555556 \\\\&w_{q}=w_{xqh1} + w_{xqh2} + w_{xqh3} + w_{yqh1} + w_{yqh2} + w_{yqh3}=0.444444 \\\\\\&w_{h1}=w_{xch1} + w_{xqh1} + w_{ych1} + w_{yqh1} = 0.425926 \\\\&w_{h2}=w_{xch2} + w_{xqh2} + w_{ych2} + w_{yqh2} =0.351852 \\\\&w_{h3}=w_{xch3} + w_{xqh3} + w_{ych3} + w_{yqh3} =0.222222\\\\\end{align} }[/math]

Therefore, House 1 (h1) is considered as the best alternative. Moreover, we can understand that criterion cost (c) is more important than criterion construction quality (q). Also, based on the experts' weights, we can understand that expert (x) has a higher impact on final selection compared with expert (y).

Applications

The applications of the OPA method in various field of studies are summarized as follows:

Agriculture, manufacturing, services

Construction industry

Energy and environment

Healthcare

Information technology

Transportation

Extensions

Several extensions of the OPA method are listed as follows:

  • Grey ordinal priority approach (OPA-G)[10]
  • Fuzzy ordinal priority approach (OPA-F)[31]
  • Interval ordinal priority approach[42]
  • Aggregating rankings produced by MCDM methods[43]
  • Ordinal priority approach under picture fuzzy sets (OPA-P)[39]
  • Confidence level measurement in the OPA[11]
  • Neutrosophic ordinal priority approach (OPA-N)[44]
  • Rough ordinal priority approach[45][34]
  • Robust ordinal priority spproach (OPA-R)[25]
  • Hybrid OPA–Fuzzy EDAS[15]
  • Hybrid DEA-OPA model[14]
  • Hybrid MULTIMOORA-OPA[46]
  • Group-weighted ordinal priority approach (GWOPA)[47]

Software

The following non-profit tools are available to solve the MCDM problems using the OPA method:

  • Web-based solver[48]
  • Excel-based solver[49]
  • Lingo-based solver[50]
  • Matlab-based solver[51]

References

  1. Mardani, Abbas; Jusoh, Ahmad; MD Nor, Khalil; Khalifah, Zainab; Zakwan, Norhayati; Valipour, Alireza (2015). "Multiple criteria decision-making techniques and their applications – a review of the literature from 2000 to 2014". Economic Research-Ekonomska Istraživanja 28 (1): 516–571. doi:10.1080/1331677x.2015.1075139. ISSN 1331-677X. http://dx.doi.org/10.1080/1331677x.2015.1075139. Retrieved 2022-09-23. 
  2. Penadés-Plà, Vicent; García-Segura, Tatiana; Martí, José; Yepes, Víctor (2016-12-09). "A Review of Multi-Criteria Decision-Making Methods Applied to the Sustainable Bridge Design". Sustainability 8 (12): 1295. doi:10.3390/su8121295. ISSN 2071-1050. 
  3. Munier, Nolberto; Hontoria, Eloy (2021) (in en). Uses and Limitations of the AHP Method. Management for Professionals. Springer Nature. doi:10.1007/978-3-030-60392-2. ISBN 978-3-030-60392-2. https://doi.org/10.1007/978-3-030-60392-2. Retrieved 2022-09-19. 
  4. 4.0 4.1 4.2 Ataei, Younes; Mahmoudi, Amin; Feylizadeh, Mohammad Reza; Li, Deng-Feng (1 January 2020). "Ordinal Priority Approach (OPA) in Multiple Attribute Decision-Making". Applied Soft Computing 86: 105893. doi:10.1016/j.asoc.2019.105893. https://www.sciencedirect.com/science/article/pii/S156849461930674X. 
  5. 5.0 5.1 Sotoudeh-Anvari, Alireza (1 September 2022). "The applications of MCDM methods in COVID-19 pandemic: A state of the art review". Applied Soft Computing 126: 109238. doi:10.1016/j.asoc.2022.109238. PMID 35795407. 
  6. Wang, Haomin; Peng, Yi; Kou, Gang (1 July 2021). "A two-stage ranking method to minimize ordinal violation for pairwise comparisons". Applied Soft Computing 106: 107287. doi:10.1016/j.asoc.2021.107287. 
  7. 7.0 7.1 Mahmoudi, Amin; Deng, Xiaopeng; Javed, Saad Ahmed; Yuan, Jingfeng (2021-10-01). "Large-scale multiple criteria decision-making with missing values: project selection through TOPSIS-OPA" (in en). Journal of Ambient Intelligence and Humanized Computing 12 (10): 9341–9362. doi:10.1007/s12652-020-02649-w. ISSN 1868-5145. https://link.springer.com/article/10.1007/s12652-020-02649-w. Retrieved 2022-09-23. 
  8. Palczewski, Krzysztof; Sałabun, Wojciech (2019). "Influence of various normalization methods in PROMETHEE II: an empirical study on the selection of the airport location". Procedia Computer Science 159: 2051–2060. doi:10.1016/j.procs.2019.09.378. ISSN 1877-0509. http://dx.doi.org/10.1016/j.procs.2019.09.378. Retrieved 2022-09-22. 
  9. Ahmed Javed, Saad; Gunasekaran, Angappa; Mahmoudi, Amin (2022-09-22). "DGRA: Multi-sourcing and Supplier Classification through Dynamic Grey Relational Analysis Method" (in en). Computers & Industrial Engineering 173: 108674. doi:10.1016/j.cie.2022.108674. ISSN 0360-8352. https://www.sciencedirect.com/science/article/pii/S0360835222006623. 
  10. 10.0 10.1 10.2 10.3 Mahmoudi, Amin; Deng, Xiaopeng; Javed, Saad Ahmed; Zhang, Na (January 2021). "Sustainable Supplier Selection in Megaprojects: Grey Ordinal Priority Approach". Business Strategy and the Environment 30 (1): 318–339. doi:10.1002/bse.2623. https://onlinelibrary.wiley.com/doi/10.1002/bse.2623. 
  11. 11.0 11.1 11.2 Mahmoudi, Amin; Javed, Saad Ahmed (October 2022). "Probabilistic Approach to Multi-Stage Supplier Evaluation: Confidence Level Measurement in Ordinal Priority Approach". Group Decision and Negotiation 31 (5): 1051–1096. doi:10.1007/s10726-022-09790-1. PMID 36042813. 
  12. Mahmoudi, Amin; Sadeghi, Mahsa; Naeni, Leila Moslemi (2023). "Blockchain and supply chain finance for sustainable construction industry: ensemble ranking using Ordinal Priority Approach" (in en). Operations Management Research. doi:10.1007/s12063-023-00374-z. ISSN 1936-9743. https://doi.org/10.1007/s12063-023-00374-z. 
  13. Ahmed Javed, Saad; Gunasekaran, Angappa; Mahmoudi, Amin (2022-09-22). "DGRA: Multi-sourcing and Supplier Classification through Dynamic Grey Relational Analysis Method" (in en). Computers & Industrial Engineering 173: 108674. doi:10.1016/j.cie.2022.108674. ISSN 0360-8352. https://www.sciencedirect.com/science/article/pii/S0360835222006623. 
  14. 14.0 14.1 Mahmoudi, Amin; Abbasi, Mehdi; Deng, Xiaopeng (April 2022). "Evaluating the Performance of the Suppliers Using Hybrid DEA-OPA Model: A Sustainable Development Perspective". Group Decision and Negotiation 31 (2): 335–362. doi:10.1007/s10726-021-09770-x. https://link.springer.com/article/10.1007/s10726-021-09770-x. 
  15. 15.0 15.1 Le, Minh-Tai; Nhieu, Nhat-Luong (January 2022). "A Novel Multi-Criteria Assessment Approach for Post-COVID-19 Production Strategies in Vietnam Manufacturing Industry: OPA–Fuzzy EDAS Model". Sustainability 14 (8): 4732. doi:10.3390/su14084732. 
  16. Tafakkori, Keivan; Tavakkoli-Moghaddam, Reza; Siadat, Ali (2022). "Sustainable negotiation-based nesting and scheduling in additive manufacturing systems: A case study and multi-objective meta-heuristic algorithms". Engineering Applications of Artificial Intelligence 112: 104836. doi:10.1016/j.engappai.2022.104836. ISSN 0952-1976. http://dx.doi.org/10.1016/j.engappai.2022.104836. Retrieved 2022-09-20. 
  17. Bah, M. K.; Tulkinov, S. (2022-07-20) (in en-US). Evaluation of Automotive Parts Suppliers through Ordinal Priority Approach and TOPSIS | Management Science and Business Decisions. doi:10.52812/msbd.37. https://publish.thescienceinsight.com/index.php/msbd/article/view/37. Retrieved 2022-09-19. 
  18. Li, Jintao; Dai, Yan; Wang, Cynthia Changxin; Sun, Jun (2022). "Assessment of Environmental Demands of Age-Friendly Communities from Perspectives of Different Residential Groups: A Case of Wuhan, China" (in en). International Journal of Environmental Research and Public Health 19 (15): 9120. doi:10.3390/ijerph19159120. ISSN 1660-4601. PMID 35897508. 
  19. Mahmoudi, Amin; Javed, Saad Ahmed (April 2022). "Performance Evaluation of Construction Sub‐contractors using Ordinal Priority Approach". Evaluation and Program Planning 91: 102022. doi:10.1016/j.evalprogplan.2021.102022. PMID 34736766. https://www.sciencedirect.com/science/article/abs/pii/S0149718921001178. 
  20. 20.0 20.1 Sadeghi, Mahsa; Mahmoudi, Amin; Deng, Xiaopeng (February 2022). "Adopting distributed ledger technology for the sustainable construction industry: evaluating the barriers using Ordinal Priority Approach". Environmental Science and Pollution Research 29 (7): 10495–10520. doi:10.1007/s11356-021-16376-y. PMID 34528198. 
  21. 21.0 21.1 Sadeghi, Mahsa; Mahmoudi, Amin; Deng, Xiaopeng (19 April 2022). "Blockchain technology in construction organizations: risk assessment using trapezoidal fuzzy ordinal priority approach". Engineering, Construction and Architectural Management ahead-of-print (ahead-of-print). doi:10.1108/ECAM-01-2022-0014. https://www.emerald.com/insight/content/doi/10.1108/ECAM-01-2022-0014/full/html. 
  22. 22.0 22.1 22.2 Sadeghi, M.; Mahmoudi, A.; Deng, X.; Luo, X. (27 June 2022). "Prioritizing requirements for implementing blockchain technology in construction supply chain based on circular economy: Fuzzy Ordinal Priority Approach". International Journal of Environmental Science and Technology 20 (5): 4991–5012. doi:10.1007/s13762-022-04298-2. https://link.springer.com/article/10.1007/s13762-022-04298-2. 
  23. 23.0 23.1 Mahmoudi, Amin; Sadeghi, Mahsa; Deng, Xiaopeng (2022-04-12). "Performance measurement of construction suppliers under localization, agility, and digitalization criteria: Fuzzy Ordinal Priority Approach". Environment, Development and Sustainability: 1–26. doi:10.1007/s10668-022-02301-x. ISSN 1387-585X. PMID 35431618. 
  24. Faisal, Mohd. Nishat; Al Subaie, Abdulla Abdulaziz; Sabir, Lamay Bin; Sharif, Khurram Jahangir (2022-01-01). "PMBOK, IPMA and fuzzy-AHP based novel framework for leadership competencies development in megaprojects". Benchmarking. doi:10.1108/BIJ-10-2021-0583. ISSN 1463-5771. https://doi.org/10.1108/BIJ-10-2021-0583. Retrieved 2022-09-19. 
  25. 25.0 25.1 Mahmoudi, Amin; Abbasi, Mehdi; Deng, Xiaopeng (February 2022). "A novel project portfolio selection framework towards organizational resilience: Robust Ordinal Priority Approach". Expert Systems with Applications 188: 116067. doi:10.1016/j.eswa.2021.116067. PMID 36818824. 
  26. Quayson, Matthew; Bai, Chunguang; Mahmoudi, Amin; Hu, Weihao; Chen, Wei; Omoruyi, Osayuwamen (2023). "Designing a decision support tool for integrating ESG into the natural resource extraction industry for sustainable development using the ordinal priority approach". Resources Policy 85: 103988. doi:10.1016/j.resourpol.2023.103988. ISSN 0301-4207. http://dx.doi.org/10.1016/j.resourpol.2023.103988. 
  27. Ala, Ali; Mahmoudi, Amin; Mirjalili, Seyedali; Simic, Vladimir; Pamucar, Dragan (2023). "Evaluating the Performance of various Algorithms for Wind Energy Optimization: A Hybrid Decision-Making model". Expert Systems with Applications 221: 119731. doi:10.1016/j.eswa.2023.119731. ISSN 0957-4174. http://dx.doi.org/10.1016/j.eswa.2023.119731. 
  28. Elkadeem, Mohamed R.; Younes, Ali; Mazzeo, Domenico; Jurasz, Jakub; Elia Campana, Pietro; Sharshir, Swellam W.; Alaam, Mohamed A. (2022). "Geospatial-assisted multi-criterion analysis of solar and wind power geographical-technical-economic potential assessment". Applied Energy 322: 119532. doi:10.1016/j.apenergy.2022.119532. ISSN 0306-2619. http://dx.doi.org/10.1016/j.apenergy.2022.119532. 
  29. Islam, Shajedul (2021-07-28). "Evaluation of Low-Carbon Sustainable Technologies in Agriculture Sector through Grey Ordinal Priority Approach". International Journal of Grey Systems 1 (1): 5–26. doi:10.52812/ijgs.3. ISSN 2767-3308. http://dx.doi.org/10.52812/ijgs.3. Retrieved 2022-09-19. 
  30. 30.0 30.1 Candra, Cliford Septian (2022-07-29) (in en-US). Evaluation of Barriers to Electric Vehicle Adoption in Indonesia through Grey Ordinal Priority Approach | International Journal of Grey Systems. doi:10.52812/ijgs.46. http://publish.thescienceinsight.com/index.php/ijgs/article/view/46. 
  31. 31.0 31.1 31.2 Mahmoudi, Amin; Javed, Saad Ahmed; Mardani, Abbas (June 2022). "Gresilient supplier selection through Fuzzy Ordinal Priority Approach: decision-making in post-COVID era". Operations Management Research 15 (1–2): 208–232. doi:10.1007/s12063-021-00178-z. https://link.springer.com/article/10.1007/s12063-021-00178-z. 
  32. Quartey-Papafio, T. K.; Shajedul, I.; Dehaghani, A. R. (2021-07-25) (in en-US). Evaluating Suppliers for Healthcare Centre using Ordinal Priority Approach | Management Science and Business Decisions. doi:10.52812/msbd.12. http://publish.thescienceinsight.com/index.php/msbd/article/view/12. Retrieved 2022-09-19. 
  33. Dorado Chaparro, Javier; Fernández-Bermejo Ruiz, Jesús; Santofimia Romero, María José; del Toro García, Xavier; Cantarero Navarro, Rubén; Bolaños Peño, Cristina; Llumiguano Solano, Henry; Villanueva Molina, Félix Jesús et al. (2022-05-01). "Phyx.io: Expert-Based Decision Making for the Selection of At-Home Rehabilitation Solutions for Active and Healthy Aging" (in en). International Journal of Environmental Research and Public Health 19 (9): 5490. doi:10.3390/ijerph19095490. ISSN 1660-4601. PMID 35564884. 
  34. 34.0 34.1 34.2 Pamucar, Dragan; Deveci, Muhammet; Gokasar, Ilgin; Tavana, Madjid; Köppen, Mario (2022). "A metaverse assessment model for sustainable transportation using ordinal priority approach and Aczel-Alsina norms". Technological Forecasting and Social Change 182: 121778. doi:10.1016/j.techfore.2022.121778. ISSN 0040-1625. http://dx.doi.org/10.1016/j.techfore.2022.121778. Retrieved 2022-09-19. 
  35. 35.0 35.1 Deveci, Muhammet; Pamucar, Dragan; Gokasar, Ilgin; Koppen, Mario; Gupta, Brij B. (2022). "Personal Mobility in Metaverse With Autonomous Vehicles Using Q-Rung Orthopair Fuzzy Sets Based OPA-RAFSI Model". IEEE Transactions on Intelligent Transportation Systems: 1–10. doi:10.1109/TITS.2022.3186294. 
  36. Deveci, Muhammet; Pamucar, Dragan; Gokasar, Ilgin; Pedrycz, Witold; Wen, Xin (2022). "Autonomous Bus Operation Alternatives in Urban Areas Using Fuzzy Dombi-Bonferroni Operator Based Decision Making Model". IEEE Transactions on Intelligent Transportation Systems: 1–10. doi:10.1109/TITS.2022.3202111. ISSN 1524-9050. https://ieeexplore.ieee.org/document/9894368. Retrieved 2022-09-19. 
  37. Su, Chong; Ma, Xuri; Lv, Jing; Tu, Tao; Li, Hongguang (2022). "A multilayer affective computing model with evolutionary strategies reflecting decision-makers' preferences in process control". ISA Transactions 128 (Pt B): 565–578. doi:10.1016/j.isatra.2021.11.038. ISSN 0019-0578. PMID 34953588. http://dx.doi.org/10.1016/j.isatra.2021.11.038. Retrieved 2022-09-19. 
  38. Amirghodsi, Sirous; Naeini, Ali Bonyadi; Makui, Ahmad (2022). "An Integrated Delphi-DEMATEL-ELECTRE Method on Gray Numbers to Rank Technology Providers". IEEE Transactions on Engineering Management 69 (4): 1348–1364. doi:10.1109/tem.2020.2980127. ISSN 0018-9391. http://dx.doi.org/10.1109/tem.2020.2980127. Retrieved 2022-09-19. 
  39. 39.0 39.1 Pamucar, Dragan; Deveci, Muhammet; Gokasar, Ilgin; Martínez, Luis; Köppen, Mario (1 July 2022). "Prioritizing transport planning strategies for freight companies towards zero carbon emission using ordinal priority approach". Computers & Industrial Engineering 169: 108259. doi:10.1016/j.cie.2022.108259. 
  40. Bouraima, Mouhamed Bayane; Kiptum, Clement Kiprotich; Ndiema, Kevin Maraka; Qiu, Yanjun; Tanackov, Ilija (2022-08-19). "Prioritization Road Safety Strategies Towards Zero Road Traffic Injury Using Ordinal Priority Approach" (in en). Operational Research in Engineering Sciences: Theory and Applications 5 (2): 206–221. doi:10.31181/oresta190822150b. ISSN 2620-1747. https://oresta.rabek.org/index.php/oresta/article/view/291. Retrieved 2022-09-19. 
  41. Bouraima, Mouhamed Bayane; Qiu, Yanjun; Kiptum, Clement Kiprotich; Ndiema, Kevin Maraka (2022-08-17). "Evaluation of Factors Affecting Road Maintenance in Kenyan Counties Using the Ordinal Priority Approach" (in en). Journal of Computational and Cognitive Engineering. doi:10.47852/bonviewJCCE2202272. ISSN 2810-9503. https://ojs.bonviewpress.com/index.php/JCCE/article/view/272. Retrieved 2022-09-19. 
  42. Mahmoudi, Amin; Javed, Saad Ahmed (2023). "Uncertainty Analysis in Group Decisions through Interval Ordinal Priority Approach". Group Decision and Negotiation 32 (4): 807–833. doi:10.1007/s10726-023-09825-1. ISSN 0926-2644. http://dx.doi.org/10.1007/s10726-023-09825-1. 
  43. Mahmoudi, Amin; Sadeghi, Mahsa; Naeni, Leila Moslemi (2023). "Blockchain and supply chain finance for sustainable construction industry: ensemble ranking using Ordinal Priority Approach" (in en). Operations Management Research. doi:10.1007/s12063-023-00374-z. ISSN 1936-9743. https://doi.org/10.1007/s12063-023-00374-z. 
  44. Abdel-Basset, Mohamed; Mohamed, Mai; Abdel-monem, Ahmed; Elfattah, Mohamed Abd (2022-04-29). "New extension of ordinal priority approach for multiple attribute decision-making problems: design and analysis". Complex & Intelligent Systems 8 (6): 4955–4970. doi:10.1007/s40747-022-00721-w. ISSN 2199-4536. PMID 35505994. PMC 9051802. http://dx.doi.org/10.1007/s40747-022-00721-w. Retrieved 2022-09-23. 
  45. Du, Jun-Liang; Liu, Si-Feng; Javed, Saad Ahmed; Goh, Mark; Chen, Zhen-Song (2023). "Enhancing Quality Function Deployment Through the Integration of Rough Set and Ordinal Priority Approach: A Case Study in Electric Vehicle Manufacturing". IEEE Transactions on Engineering Management: 1–12. doi:10.1109/TEM.2023.3282228. ISSN 1558-0040. https://ieeexplore.ieee.org/document/10153341/. 
  46. Irvanizam, Irvanizam; Zulfan, Zulfan; Nasir, Puti F.; Marzuki, Marzuki; Rusdiana, Siti; Salwa, Nany (2022). "An Extended MULTIMOORA Based on Trapezoidal Fuzzy Neutrosophic Sets and Objective Weighting Method in Group Decision-Making". IEEE Access 10: 47476–47498. doi:10.1109/access.2022.3170565. ISSN 2169-3536. http://dx.doi.org/10.1109/access.2022.3170565. Retrieved 2022-09-19. 
  47. Mahmoudi, Amin; Abbasi, Mehdi; Yuan, Jingfeng; Li, Lingzhi (7 September 2022). "Large-scale group decision-making (LSGDM) for performance measurement of healthcare construction projects: Ordinal Priority Approach". Applied Intelligence 52 (12): 13781–13802. doi:10.1007/s10489-022-04094-y. PMID 36091930. 
  48. "Web-based solver". https://ordinalpriorityapproach.com/opasolver.html. 
  49. Mahmoudi, Amin (2021-01-21), Excel-based solver, doi:10.5281/zenodo.4453887, https://zenodo.org/record/4453887, retrieved 2022-10-15 
  50. Lingo-based solver, github.com, 2022-07-07, https://github.com/Amin-Mhd/Multiple-Criteria-Decision-Analysis-Software, retrieved 2022-10-15 
  51. "Matlab-based solver" (in en). https://www.mathworks.com/matlabcentral/fileexchange/106890-opa-solver-a-solver-for-multiple-criteria-decision-analysis.