All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Files
Graph Structure Concepts

Detailed Description

This group contains the skeletons and concept checking classes of graph structures.

Classes

class  BpGraph
 Class describing the concept of undirected bipartite graphs. More...
 
class  Digraph
 Class describing the concept of directed graphs. More...
 
class  Graph
 Class describing the concept of undirected graphs. More...
 

Files

file  bpgraph.h
 The concept of undirected graphs.
 
file  digraph.h
 The concept of directed graphs.
 
file  graph.h
 The concept of undirected graphs.
 
file  graph_components.h
 The concepts of graph components.