The CyMeAlg Software (Release 0.01)
|
This header file contains a procedure for computing the subgraph of a directed graph. More...
#include "chomp/system/config.h"
Go to the source code of this file.
Namespaces | |
cymealg | |
Functions | |
template<class Graph1 , class Graph2 , class Table > | |
void | cymealg::subgraph (const Graph1 &g, Graph2 &result, const Table &tab, bool copyweights=false) |
Computes a restriction of the graph to its subgraph. More... | |
This header file contains a procedure for computing the subgraph of a directed graph.
Definition in file subgraph.h.