Empirical
Classes | Namespaces
Graph.h File Reference

A simple, fast class for managing verticies (nodes) and edges. More...

#include <iostream>
#include "../base/assert.h"
#include "../base/vector.h"
#include "BitVector.h"

Go to the source code of this file.

Classes

class  emp::Graph
 A graph class that maintains a set of vertices (nodes) and edges (connecting pairs of nodes) More...
 
class  emp::Graph::Node
 Information about nodes within a graph. More...
 
class  emp::WeightedGraph
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Detailed Description

A simple, fast class for managing verticies (nodes) and edges.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2017
Note
Status: BETA