Let’s say I have two players: Player A and Player B and they have preferences over what resources (let’s just be general and use the term ‘resource’). Their preferences could be:
{p} {q} {p,q} {}
A 10 15 20 0
B 5 5 10 1
This says that the two players can have one resource, both or none. The greater the number the more the player wants it.
I believe the ‘utilitarian’ view would be to maximise the allocation overall so this would be the following two allocations:
A: {p,q} and
B: {}
because it adds to 21 even though B is not very happy [happiness 1 🙁 ].
My question is what would the egalitarian (see wiki: 1) allocations be (if there are any)? I’m not sure how this would be properly calculated from the above table?
Thanks :).
In a strictly egalitarian solution everyone receives the same value. That is not possible in the example.
However, the egalitarian social welfare solution is defined as that which maximizes the minimun value received by any agent (see page.79 of my multiagent systems textbook)
In this case, there is a tie between two solutions:
You can further refine egalitarian social welfare solution concept as you see fit.