Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
real_directed_graph.hpp File Reference

Class for real directed graphs. More...

#include <ctime>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include <utility>
#include "base_directed_graph.hpp"
#include "real_directed_vertex.hpp"

Go to the source code of this file.

Classes

class  gcl::real_directed_graph
 Class for real directed graphs. More...
 

Namespaces

 gcl
 Classes and functions related to the Graph C++ Library.
 

Detailed Description

Class for real directed graphs.

Author
Antoine Allard (antoineallard.info)
Date
Sept. 2015
Todo:

Add block comment to functions that receive arguments describing their actions and their requirements (e.g., format of the output files).

Add group within member functions to categorize them.