Here is a list of all files with brief descriptions:
[detail level 12]
▼ cymealg | |
boostrnd.h | This file contains the definition of a class for rounding operations for graph algorithms, based on the BOOST library |
cyclemean.h | This header file contains an implementation of a few variants of algorithms for the computation of the minimum cycle mean of a digraph |
dfs.h | This header file contains several procedures directly related to the DFS algorithm |
digraph.h | This header file contains the definition of a weighted directed graph |
digraphtab.h | This header file contains the definition of a few functions for interfacing with directed graphs using tables |
dummyarr.h | This header file contains the definition of a dummy array |
dummyrnd.h | This header file contains the definition of a dummy rounding class |
pathmean.h | This header file contains a function for the computation of the minimum mean path weight |
readwrite.h | This header file contains functions for reading and writing digraphs from and to human-readable text streams |
scc.h | This header file contains the implementation of two algorithms for the computation of strongly connected path components of a digraph |
subgraph.h | This header file contains a procedure for computing the subgraph of a directed graph |
transpose.h | This header file contains a procedure for computing the transpose graph |
various.h | This header file contains implementation of a selection of various graph algorithms |
cymealg.h | This header file includes all the header files necessary to use the CyMeAlg implementation of the minimum cycle mean algorithms for directed graphs |
cymealgtest.cpp | This is a simple program for testing selected algorithms for the computation of the minimum cycle mean of a directed graph |
mainpage.h | The main page for the source code documentation |