Research Article
A Novel Dynamic Method in Distributed Network Attack-Defense Game
Input: A game situation and a game payoff matrix | Output: A suitable ring containing as key inducing point | (1) Initial ; | (2) If is Vertex then | (3) return null; | (4) else | (5) ; | (6) ; | (7) ← the line of vertex of row ; | (8) for (; ; ++) | (9) if is Vertex && | (10) ; | (11) ; | (12) else continue; | (13) end for | (14) end if | (15) return ; |
|