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