Type used to represent a complete deterministic directed labeled graph.
More...
#include <graphs.h>
|
uint | size_graph |
| Number of vertices.
|
|
uint | size_alpha |
| Number of labels.
|
|
uint ** | edges |
| The edges: two dimensions array of size "size_graph * size_alpha" (actually contains pointers to the storage).
|
|
uint * | storage |
| The storage of the edges (one dimension array of size size_graph * size_alpha).
|
|
Type used to represent a complete deterministic directed labeled graph.
The documentation for this struct was generated from the following file: