英文摘要 |
Given an undirected graph G = (V, E), S ⊆ V is an independent set if no nodes in S are adjacent to one another. An independent set S is maximal if no proper subset of S is an independent set. Maximal independent set problem is to find such a set S. This paper proposes a solution to this problem based on game theory. We turn the solution into a self-stabilizing algorithm running in distributed systems. The self-stability property ensures that system will enter legitimate system states in limited time regardless of initial configurations. We then convert the algorithm into a protocol that runs under MANET environment. Simulation results indicate that the proposed protocol performs better than previous work in terms of independent set size and convergence time. |