CooperativeGames.graphtoMyersonMethod

Convert a graph game to a simple game based on Myerson (1977). Namely, assume v(S) > 0 iff S is connected subgraph.

CooperativeGames.isconvexMethod

Breadth first test of convexity of a game,

For all S, T ∈ P(G): v(S ∪ T) + v(S ∩ T) ≥ v(S) + v(T)

CooperativeGames.μMethod

Myerson solution, it is equivalent to the Shapley value of the Myerson game.