#include <istream>
#include <vector>
#include <cassert>
#include "util.hpp"
#include "inout.hpp"
#include "iterator.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | graphgen |
Classes | |
| class | graphgen::undirected_graph |
| undirected_graph is a central element of graphgen, representing a graph with undirected links. More... | |
Typedefs | |
| typedef unsigned int | graphgen::vertex_type |
| unsigned type used degrees, multiplicities | |
| typedef int | graphgen::link_type |
| Type to use to label a link. | |
Functions | |
| std::istream & | graphgen::operator>> (std::ostream &is, const undirected_graph &graph) |
1.5.6