Empirical
|
A simple, fast class for managing verticies (nodes) and edges. More...
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. | |
A simple, fast class for managing verticies (nodes) and edges.