Extension card · Plithogenic
Plithogenic PROMETHEE
This is the form of PROMETHEE for situations where criterion scores are given as a truth-indeterminacy-falsity triple and criteria carry a degree of contradiction relative to one another. The output remains a net flow, built from an entering and a leaving flow, and a rank based on that flow.
Base method
PROMETHEE →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Plithogenic →
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?
Four things change; the pairwise-comparison and flow logic does not.
Cells. In crisp PROMETHEE every cell is a single number. Here every cell consists of three numbers: a truth (T), an indeterminacy (I) and a falsity (F) degree, all three between 0 and 1. Each criterion also carries its own contradiction degree (c), stating how much "tension" that criterion has with the decision problem, that is, how cautiously it needs to be treated. Criterion weights stay crisp.
Contradiction adjustment and cost complementing. Crisp PROMETHEE reverses the sign of the difference on a cost criterion. Here every cell in a cost criterion is first complemented (T and F swap places), and then every cell is adjusted according to its own criterion's contradiction degree: as the contradiction degree rises, truth (T) is pulled up while indeterminacy (I) and falsity (F) are pulled down. This ensures that small score differences on a highly contradictory criterion are not exaggerated; in DecisionMind this shows up as the magnitude of every pairwise difference shrinking as the contradiction degree rises.
Difference and preference function. In crisp PROMETHEE the difference is a direct subtraction. Here a score ((1+T-2I-F)/2) is first computed for every cell; the signed difference between two alternatives takes its direction from which score is higher, and its magnitude comes from the real distance in T-I-F space (the root of the mean of the three squared components). This signed difference is passed through a fixed-threshold (V-shaped) preference function with a threshold of 0.5; the threshold is not taken from the user, as in crisp PROMETHEE, but is fixed inside the engine.
Result and defuzzification. The output, as in crisp PROMETHEE, is a single net-flow number directly. Indeterminacy, that is, the T-I-F triple, together with the contradiction degree, is already consumed in the score and distance calculation before the pairwise comparison; it is not carried through in layers to the result.
DecisionMind fixes, in this entry, the contradiction adjustment, the fixed V-shaped preference function (threshold 0.5), and crisp PROMETHEE's own flow mechanics. In some members of the P-* family (P-VIKOR, P-COCOSO) the contradiction degree has been found to cancel out algebraically together with the score function, leaving the result unchanged; this is not the case in P-PROMETHEE. In the illustrative example below, distributing the contradiction degrees differently among the criteria actually changes the ranking; this has been independently tested in Python.
How to Read the Output
The net flow is read as in crisp PROMETHEE: it is assessed together with the entering and leaving flows, and is not compared with another method's score. See the PROMETHEE card.
The difference is here: the magnitude of the net flow depends directly on the criteria's contradiction degree. If every criterion's contradiction degree is raised together, all the net flows shrink in the same proportion, but the ranking does not change; this should be read as "when everything is treated more cautiously, the differences also shrink." If contradiction degrees are distributed DIFFERENTLY across criteria, that is, one criterion is treated as highly contradictory and another as not contradictory at all, the ranking can genuinely change; the illustrative example below shows this.
Thus instead of writing:
"According to P-PROMETHEE, A2 is the best alternative"
the report should read:
"With the stated contradiction degrees, A2's net flow of 0.109 places it first; this ranking is sensitive to how contradictory each criterion is judged to be, and this distribution should be justified in the report"
When to Prefer This over the Base Method
Use this extension where criteria are expressed as a truth-indeterminacy-falsity triple, and where how "tense" a criterion is with the decision problem, its contradiction degree, is separately known. Crisp PROMETHEE's exit conditions apply equally here: if the number of alternatives exceeds fifty, the pairwise-comparison burden grows large; where a full ranking is not needed and an honest partial relation is preferred, PROMETHEE I's reading should be considered. Where criteria are already measured, or the contradiction degree is undefined, this extension adds no information; a measured criterion can be written as T=value, I=0, F=1-value, but this only reproduces crisp PROMETHEE in a more complicated form.
Mistakes Specific to This Extension
Violating the value space. Each of the T, I and F degrees must lie between 0 and 1; the contradiction adjustment defined by the founding source becomes meaningless with inputs that fall outside this range.
Leaving the contradiction degree at zero (or all equal) without ever questioning it. A zero contradiction degree means treating that criterion with no caution at all; this is an assumption, and the report should show how the same score difference could feed through differently into the ranking under a different contradiction degree.
Forgetting that the preference-function threshold (0.5) is fixed, and reporting it as though it were a user setting. This threshold is fixed inside the engine; defining a per-criterion p-threshold, as in crisp PROMETHEE, is not possible here.
Defuzzifying first and then running crisp PROMETHEE. Reducing the T-I-F triple to a single number from the outset and then applying the crisp method is not this extension; the contribution of both the contradiction adjustment and the T-I-F distance is erased at the first step.
The governing principle is this:
Plithogenic PROMETHEE's contribution is to take into account, before the pairwise comparison, how "contradictory" a criterion needs to be treated; if this rating is left at its default without ever being questioned, the extension's only contribution is effectively switched off.
Cases
The first case is DecisionMind's validation example: Smarandache's founding source defines the plithogenic operations but includes no example decision table; DecisionMind has therefore built a small, hand-traceable table using the same formulas. The second case is an illustrative fiction.
1. Illustrative example: Three alternatives, three criteria (DecisionMind validation example)
Three alternatives are assessed on three criteria; C1 and C2 are "more is better", C3 is "less is better". Each cell is a truth-indeterminacy-falsity triple. The criteria's contradiction degrees are set separately at 0 / 0.33 / 0.67; the weights are 0.4 / 0.35 / 0.25.
| Alternative | C1 (T,I,F) | C2 (T,I,F) | C3 (T,I,F) |
|---|---|---|---|
| A1 | 0.7 / 0.2 / 0.1 | 0.5 / 0.3 / 0.2 | 0.6 / 0.3 / 0.2 |
| A2 | 0.8 / 0.1 / 0.1 | 0.6 / 0.2 / 0.2 | 0.4 / 0.2 / 0.3 |
| A3 | 0.6 / 0.2 / 0.2 | 0.7 / 0.2 / 0.1 | 0.5 / 0.3 / 0.2 |
| Direction | more is better | more is better | less is better |
| Contradiction degree | 0.00 | 0.33 | 0.67 |
| Weight | 0.4 | 0.35 | 0.25 |
The method first complements C3, adjusts every cell according to its own criterion's contradiction degree, subtracts the scores, passes the signed T-I-F distance through the V-shaped preference function (threshold 0.5), and sums the entering and leaving flows.
| Alternative | Φ⁺ (entering) | Φ⁻ (leaving) | Φ (net flow) | Rank |
|---|---|---|---|---|
| A2 | 0.128 | 0.019 | 0.109 | 1 |
| A3 | 0.057 | 0.098 | -0.041 | 2 |
| A1 | 0.033 | 0.101 | -0.069 | 3 |
The result reads as follows. A2 has the highest truth degree on C1, and because this criterion is treated as having no contradiction at all (a contradiction degree of 0), it enters the calculation at full weight; A2 finishes clearly first on net flow. A1 and A3 are close to one another, and both have a negative net flow.
The board's hesitation: if the contradiction degrees are redistributed to 0.90 for C1, 0.00 for C2 and 0.50 for C3 (calculated independently in Python using the same algorithm), the ranking becomes A3 (0.064) ≻ A2 (0.039) ≻ A1 (-0.103), with A2 and A3 swapping places. This shows that which criterion is judged how contradictory can genuinely change the ranking; how this distribution was determined must be explained in the report.
In the report: "Under the distribution in which C1 is treated as free of contradiction and C3 as most contradictory, A2's net flow of 0.109 places it first. When the contradiction degrees are redistributed towards C1, A3 moves ahead; the contradiction-degree assignment should therefore be separately approved by the decision-makers."
Source: DecisionMind's P-PROMETHEE validation example. The plithogenic operations (contradiction adjustment, T-I-F distance) rest on the formulas defined by Smarandache (2018); since the founding source gives no example decision table, the table has been constructed by DecisionMind faithfully to the formulas. The net-flow values and the contradiction-distribution scenario were independently recomputed by this card's author using the same algorithm.
2. Waste management: A municipal company's choice of solid-waste collection firm
A municipal company is to choose among three firms for its solid-waste collection service. Three criteria apply: reliability of collection frequency, fleet age (less is better), and speed of complaint resolution; the first and third are more-is-better. The municipality has marked fleet age as the most "contradictory" criterion in the tendering process, that is, the one most contested, and has treated reliability of collection frequency as the least contradictory.
The method compares the three firms and, because of fleet age's high contradiction degree, treats differences on this criterion more cautiously. Suppose the firm with the oldest fleet is also the best on complaint-resolution speed, and it still finishes second on net flow, because its disadvantage on fleet age has been softened by its high contradiction degree.
The municipality's hesitation: if fleet age's contradiction degree is lowered, that is, if this criterion is treated as more certain and less contested, the firm with the older fleet could see its net flow fall further and its rank change. The municipality should justify in the tender file why it has judged this contradiction degree to be high.
In the report: "With fleet age treated as a highly contradictory criterion, one firm emerges clearly ahead; whether the ranking changes if this criterion's contradiction degree is lowered should be tested separately."
3. What Not to Do
Setting all three criteria's contradiction degrees to zero in the illustrative example and reporting the result as "P-PROMETHEE's full result": this switches off the extension's only contribution, the contradiction adjustment, and effectively reverts to crisp PROMETHEE run on T-I-F inputs. The second error is assuming that the preference-function threshold (0.5) can be changed per criterion; this threshold is fixed inside the engine. The third error is reporting A2's net flow of 0.109 as "11 per cent better"; the net flow only ranks these three alternatives relative to one another.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/p-promethee
Smarandache, F. (2018). Plithogenic Set, an Extension of Crisp, Fuzzy, Intuitionistic Fuzzy, and Neutrosophic Sets – Revisited. Neutrosophic Sets and Systems, 21, 153–166. DOI: 10.5281/zenodo.1408740
Smarandache, F. (2017). Plithogeny, Plithogenic Set, Logic, Probability, and Statistics. Pons Publishing House, Brussels. (no DOI)
Brans, J. P., & Vincke, Ph. (1985). A preference ranking organisation method (The PROMETHEE method for multiple criteria decision-making). Management Science, 31(6), 647–656. DOI: 10.1287/mnsc.31.6.647
Brans, J. P., Vincke, P., & Mareschal, B. (1986). How to select and how to rank projects: The PROMETHEE method. European Journal of Operational Research, 24(2), 228–238. DOI: 10.1016/0377-2217(86)90044-5
Abdel-Basset, M., & Mohamed, R. (2020). A novel plithogenic TOPSIS-CRITIC model for sustainable supply chain risk management. Journal of Cleaner Production, 247, 119586. DOI: 10.1016/j.jclepro.2019.119586