Graph Structure Concepts
[Concepts]
Detailed Description
This group describes the skeletons and concept checking classes of LEMON's graph structures and helper classes used to implement these.
|
Classes |
| class | BpUGraph |
| | Class describing the concept of Bipartite Undirected Graphs. More...
|
| class | Graph |
| | Class describing the concept of Directed Graphs. More...
|
| class | UGraph |
| | Class describing the concept of Undirected Graphs. More...
|
Files |
| file | bpugraph.h |
| | The concept of Bipartite Undirected Graphs.
|
| file | graph.h |
| | The concept of Directed Graphs.
|
| file | graph_components.h |
| | The concept of graph components.
|
| file | ugraph.h |
| | The concept of Undirected Graphs.
|