The Finite Resolution Dynamics Software
Classes
graph.h File Reference

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

Detailed Description

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.

Author
Pawel Pilarczyk

Definition in file graph.h.