|
The Finite Resolution Dynamics Software
|
A directed graph class and some algorithms. More...
#include <iostream>#include <vector>#include "chomp/struct/digraph.h"#include "chomp/struct/bitfield.h"Go to the source code of this file.
Classes | |
| class | Graph |
| A directed graph class with some algorithms built-in. More... | |
A directed graph class and some algorithms.
This file contains the definition of a class that represents a directed graph with a limited number of operations on the graph, optimized for the particular application. This specific definition is a simple wrapper for the class "diGraph" borrowed from the CHomP package.
Definition in file graph.h.
1.8.13