Skip to main content
. 2020 Feb 1;20(3):804. doi: 10.3390/s20030804
Algorithm 1 Overview of CG-AOD
1:Input: V,A,B;
2:Output: the mixed strategies of both players (x,y);
3:Initialize D,A;
4: repeat;
5:  (x,y)CoreLP(D,A);
6:   D*DARD(y);
7:  ifD*= then;
8:    D*DORD(y);
9:    D*DD*;
10:  until D*= and  A*=;
11: return(x,y);