Method | Description | |
---|---|---|
AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple |
||
AddPlayerGenSelflesness ( int N, int selflessness ) : int[] | ||
DelGenColors ( int N, int playerId, int colors ) : int[] | ||
DelGenSelflessness ( int N, int playerId, int selflessness ) : int[] | ||
DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple |
||
GenColors ( int N, int nc, int nd ) : int[] | ||
GenSelflesnessFactors ( int N ) : int[] | ||
GenerateGraph ( int edgeNr, int N ) : Tuple |
||
NeighborCounter ( int N, int playerId, int checkMatrix ) : int | ||
generateGraph ( ) : void |
public AddPlayerGenGraph ( int N, int edgeNr, int edgeNrTmp, int graph, int checkMatrix ) : Tuple |
||
N | int | |
edgeNr | int | |
edgeNrTmp | int | |
graph | int | |
checkMatrix | int | |
return | Tuple |
public AddPlayerGenSelflesness ( int N, int selflessness ) : int[] | ||
N | int | |
selflessness | int | |
return | int[] |
public DelGenColors ( int N, int playerId, int colors ) : int[] | ||
N | int | |
playerId | int | |
colors | int | |
return | int[] |
public DelGenSelflessness ( int N, int playerId, int selflessness ) : int[] | ||
N | int | |
playerId | int | |
selflessness | int | |
return | int[] |
public DelPlayerGenGraph ( int edgeNrTmp, int N, int edgeNr, int playerId, int graph, int checkMatrix ) : Tuple |
||
edgeNrTmp | int | |
N | int | |
edgeNr | int | |
playerId | int | |
graph | int | |
checkMatrix | int | |
return | Tuple |
public GenColors ( int N, int nc, int nd ) : int[] | ||
N | int | |
nc | int | |
nd | int | |
return | int[] |
public GenSelflesnessFactors ( int N ) : int[] | ||
N | int | |
return | int[] |
public GenerateGraph ( int edgeNr, int N ) : Tuple |
||
edgeNr | int | |
N | int | |
return | Tuple |
public NeighborCounter ( int N, int playerId, int checkMatrix ) : int | ||
N | int | |
playerId | int | |
checkMatrix | int | |
return | int |