We consider a cost sharing problem to connect all nodes in a weighted undirected graph, where the weight of each edge represents the cost to use the edge for the connectivity and the cost has to be shared among all connected nodes. There is one node called the source to which all the other nodes want to connect and it does not share the costs of the connectivity. As a node may need to go through other nodes to reach the source, the intermediate nodes may behave strategically to block the connection by cutting the edges adjacent to them. To prevent such strategical behavior, we design cost sharing mechanisms to incentivize all nodes not to cut any edge so that we can minimize the total cost for connecting all the nodes.
翻译:我们考虑一个成本分担问题,将所有节点连接到一个加权的无方向图中,其中每个边缘的重量代表使用连接边缘的成本,费用必须由所有连接节点分担。有一个节点称为所有其它节点都希望连接的源头,它不分摊连接的成本。一个节点可能需要通过其他节点才能到达源头,中间节点可能从战略上采取行动,通过切开紧接点的边缘来阻断连接。为了防止这种战略行为,我们设计了成本分担机制,激励所有节点不要削减任何边缘,这样我们就可以最大限度地降低连接所有节点的总成本。