Visualisierung2
|
#include <FastCommunity.h>
Public Attributes | |
int | n |
Knotenanzahl im Graphen. More... | |
int | m |
Kantenanzahl im Graphen. More... | |
int | maxid |
Groesste KnotenId. More... | |
int | minid |
Kleinste KnotenId. More... | |
Enthaelt verschiedene Parameter des Graphen.
Definition at line 57 of file FastCommunity.h.
int netparameters::m |
Kantenanzahl im Graphen.
Definition at line 59 of file FastCommunity.h.
int netparameters::maxid |
Groesste KnotenId.
Definition at line 60 of file FastCommunity.h.
int netparameters::minid |
Kleinste KnotenId.
Definition at line 61 of file FastCommunity.h.
int netparameters::n |
Knotenanzahl im Graphen.
Definition at line 58 of file FastCommunity.h.