#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... | |
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.5.3