Extension card · q-Rung Orthopair
q-Rung orthopair SAW
This is the form of SAW for situations where an expert assigns a judgement both strong support and a strong reservation at once, and the sum of the two exceeds the intuitionistic or Pythagorean bound. It still ranks the result with a single score.
Base method
SAW →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
q-Rung Orthopair →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Three things change. The decision logic stays the same.
Cells. In crisp SAW every cell is a single number. Here every cell is a pair: support degree μ and rejection degree ν. The sum of the q-th powers of these two degrees cannot exceed 1. The user does not choose q; DecisionMind runs this family at q = 3, and this value is fixed. Weights come from outside as a single number; the method does not generate weights.
Scale equalisation. In crisp SAW every column is scaled against its own best value; this is to bring criteria measured in different units (currency, days, points) onto the same scale. q-rung orthopair cells are already defined between 0 and 1, and this scale is already fixed by q itself; no separate "scale against the best" step is needed. Instead, the method swaps the support and rejection degree for "less is better" criteria: â_ij = (ν_ij, μ_ij). Every criterion is thereby turned to face the benefit direction, and the next step proceeds in a single direction.
Weighted aggregation. Crisp SAW's second step is a direct sum: every column is multiplied by its weight and summed along the row. The same direct sum cannot be applied here, because the two degrees together must still satisfy the q-rung constraint, and averaging μ and ν separately in linear fashion can break that constraint. Instead the method uses a dedicated weighted-aggregation rule called q-ROFWA: μ̃_i = (1 − ∏_j(1 − μ_ij^q)^{w_j})^{1/q}, ν̃_i = ∏_j ν_ij^{w_j}. This is a product- and power-based aggregation, the counterpart in q-rung space of SAW's "direct and proportional sum" principle; the result is again a valid q-rung orthopair pair.
Result and defuzzification. In crisp SAW the result is already a single summed score. Here the aggregated pair (μ̃_i, ν̃_i) is obtained first, then reduced to a single number by a score function: s_i = μ̃_i^q − ν̃_i^q. In case of a tie, the accuracy degree a_i = μ̃_i^q + ν̃_i^q breaks it. As in SAW, a larger score is better and the ranking runs by descending score; this direction does not change. DecisionMind fixes q = 3 and this score function for this family.
How to Read the Output
The score is read as in crisp SAW: it is not a percentage, it is not compared with another analysis, a larger score is better. The difference lies here. Beneath the score there now sits a tension between support and rejection, and the single number does not show how sharp that tension is.
Thus instead of writing:
"Because q-rung SAW models uncertainty, the result is more accurate"
the report should read:
"The criteria on which the expert gave both strong support and strong reservation have been flagged separately; the score has turned out sensitive to the weight of these criteria"
Carrying the uncertainty through does not make the score more certain, it only keeps it from staying hidden.
When to Prefer This over the Base Method
Use this extension when an expert gives a judgement both strong support and a strong reservation at once, and this pair exceeds both the intuitionistic and the Pythagorean bound. Which pair exceeds which bound is shown by the short decision rule on the q-Rung data-type card. If the pair already fits within the intuitionistic or Pythagorean bound there is no need to raise q; a large q reduces discriminating power, it does not raise accuracy.
Converting an already-measured criterion into this form is wrong. In DecisionMind the table must be of a single type throughout. A measured criterion is entered as a fixed pair, and that pair carries no uncertainty. SAW's exit condition holds here too: if no compromise is acceptable on one criterion, the SAW family is not the right choice, because full compensation continues here as well.
Mistakes Specific to This Extension
Entering data without checking the constraint. In every cell, the sum of the third powers of the support and rejection degrees cannot exceed 1. This check is made before the calculation.
Confusing q-ROFWA with a simple weighted average. Multiplying μ and ν separately by w_j and summing looks like crisp SAW's own form. But this can break the q-rung constraint and departs from the method's definition in the literature; aggregation is done only with the product-power formula.
Reversing the cost direction twice. The method swaps the support and rejection degree once for a cost criterion. Repeating this swap after aggregation reverses the direction entirely.
Defuzzifying first and then running crisp SAW. In the illustrative example below, this path shows the gap between candidates at a different size than its real value; once the rejection degree is set aside, scores rise but the real tension disappears.
The governing principle is this:
q-Rung orthopair SAW exists to carry the tension between support and rejection through to the last step. Any application that disregards the rejection degree or fails to check the constraint erases this extension's own contribution.
Cases
The first case is DecisionMind's validation example. It is not taken from a book or a paper page; since no published "QR-SAW" paper carrying SAW into q-rung space has been shared, a hand-traceable 3×3 table faithful to the q-ROFWA aggregation was built by running the engine itself. The second case is an illustrative construction.
1. Illustrative example: Three candidates evaluated on three criteria (DecisionMind's validation example)
Two of the three criteria face the benefit direction, one faces the cost direction; their weights are 0.40, 0.35 and 0.25 respectively.
| Candidate | C1 (μ, ν) | C2 (μ, ν) | C3 (μ, ν) |
|---|---|---|---|
| A1 | 0.70 · 0.40 | 0.50 · 0.50 | 0.60 · 0.50 |
| A2 | 0.80 · 0.30 | 0.60 · 0.40 | 0.40 · 0.60 |
| A3 | 0.60 · 0.50 | 0.70 · 0.40 | 0.50 · 0.50 |
| Direction | more is better | more is better | less is better |
| Weight | 0.40 | 0.35 | 0.25 |
The method first swaps the support and rejection degree in C3 (being "less is better"). It then aggregates every candidate's pair across the three criteria into a single (μ̃, ν̃) pair with the q-ROFWA formula and reduces it to a score with the score function.
| Candidate | Score (s) | Rank |
|---|---|---|
| A2 | 0.3061 | 1 |
| A3 | 0.1436 | 2 |
| A1 | 0.1101 | 3 |
The result reads as follows. A2 holds the highest support and lowest rejection degree on the first and second criteria, and is also the strongest (once reversed) on the cost criterion; this advantage dominates the aggregation, and A2 settles into first place. Although A3 overtakes A2 on the second criterion, its weakness on the first criterion leaves it behind in the total score.
The board's hesitation lies here: if the heaviest weight is shifted to the second criterion (C2), lowering C1's weight from 0.40 to 0.15 and C3's from 0.25 to 0.20 (C2 rising to 0.65), A2 still stays ahead (0.2136), but its lead over A3 narrows from 0.306 to 0.214. Pushing the weight shift further, raising C2 to 0.70 (C1 at 0.10, C3 at 0.20), A3 moves ahead (0.2136 against A2's 0.1936; independently calculated). A2's first place depends on the weight of the second criterion not exceeding a certain threshold.
In the report: "With the weights given (C1=0.40, C2=0.35, C3=0.25), A2 has the highest score (0.3061). If C2's weight is raised to 0.70 and C1 lowered to 0.10, A3 moves ahead; the ranking is sensitive to the weight of the second criterion."
Source: DecisionMind's validation example for the QR-SAW engine. The figures were calculated by independently rewriting the manifest's q-ROFWA formula in Python and matched against the engine's own output.
2. Archiving: Selecting a corporate archive digitisation supplier
An institution will choose among three supplier proposals for digitising its paper archive. Three criteria have been set: scan quality, delivery-time reliability, and data-security risk (the latter "less is better"). Each supplier's suitability on each criterion has been turned into a pair from separately given support and reservation scores from the technical team and the legal department; some suppliers carry both a very high scan quality and a serious reservation over personal data leakage.
The method first swaps the support and rejection degree in the data-security-risk column, then aggregates the three criteria with q-ROFWA and scores them. Suppose the result places the supplier with the highest support and lowest reservation on scan quality first, and the supplier that is strong on delivery time but carries both high support and high reservation on data security second.
The institution's hesitation lies here: the second-ranked supplier's data-security pair carries both a high support and a high rejection degree; this indicates an undecided legal department, a situation that has not yet been through an independent audit. The score dissolves this duality internally. The institution should request an independent security audit report from this supplier before trusting the ranking.
In the report: "The supplier strongest on scan quality is first. The second-ranked supplier's data-security criterion shows both high support and high reservation; this tension should be resolved by an independent audit before the contract is signed."
3. What Not to Do
In the illustrative example, disregarding the rejection degree and running crisp SAW on the support degrees alone gives A2 a different score from its true value, and the real tension between A1 and A3 disappears. The second error is forgetting to swap the support and rejection degree for a cost criterion; in that case the supplier with the highest data-security risk looks like the ideal option. The third error is aggregating μ and ν separately with a weighted average instead of q-ROFWA; this carries crisp SAW's summing logic directly into q-rung space and can produce an invalid pair that breaks the constraint.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/qr-saw
Yager, R. R. (2017). Generalized orthopair fuzzy sets. IEEE Transactions on Fuzzy Systems, 25(5), 1222–1230. DOI: 10.1109/TFUZZ.2016.2604005
Liu, P., & Wang, P. (2018). Some q-rung orthopair fuzzy aggregation operators and their applications to multiple-attribute decision making. International Journal of Intelligent Systems, 33(2), 259–280. DOI: 10.1002/int.21927
Fishburn, P. C. (1967). Additive utilities with incomplete product sets: Application to priorities and assignments. Operations Research, 15(3), 537–542. DOI: 10.1287/opre.15.3.537
Hwang, C. L., & Yoon, K. (1981). Multiple Attribute Decision Making: Methods and Applications: A State-of-the-Art Survey. Lecture Notes in Economics and Mathematical Systems, Vol. 186. Springer-Verlag. DOI: 10.1007/978-3-642-48318-9