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

This header file contains the definition of a few functions for interfacing with directed graphs using tables. More...

#include "chomp/system/config.h"

Go to the source code of this file.

Namespaces

 cymealg
 

Functions

template<class Graph , class Table >
void cymealg::setWeights (Graph &g, const Table &tab)
 Sets the weights of all the edges at a time. More...
 
template<class Graph , class Table >
void cymealg::getWeights (const Graph &g, Table &tab)
 Gets the weights of all the edges at a time. More...
 
template<class Graph , class Table >
void cymealg::writeEdges (const Graph &g, Table &tab)
 Fills out a table that represents all the edges of the graph. More...
 

Detailed Description

This header file contains the definition of a few functions for interfacing with directed graphs using tables.

Author
Pawel Pilarczyk

Definition in file digraphtab.h.