The CyMeAlg Software (Release 0.01)
Namespaces | Functions
subgraph.h File Reference

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

Detailed Description

This header file contains a procedure for computing the subgraph of a directed graph.

Author
Pawel Pilarczyk

Definition in file subgraph.h.