33#ifndef _CMGRAPHS_PROCMDEC_H_ 
   34#define _CMGRAPHS_PROCMDEC_H_ 
   37#include "chomp/system/textfile.h" 
   38#include "chomp/struct/digraph.h" 
   52namespace noProcMorseDec {
 
   60template <
class CubSetType, 
class MorseDecType, 
class GraphType,
 
   63        const CubSetType &X, 
const GraphType &g,
 
   64        const CubMapType &theCubMap0, 
const CubMapType &theCubMap1,
 
   65        const std::string &cubesFilePrefix,
 
   66        const std::string &procFilePrefix)
 
Choice of configuration settings.
 
Conley index computation routines.
 
void processMorseDec(const MorseDecType &morseDec, const CubSetType &X, const GraphType &g, const CubMapType &theCubMap0, const CubMapType &theCubMap1, const std::string &cubesFilePrefix, const std::string &procFilePrefix)
Dummy function for post-processing Morse decompositions.
 
Customizable settings that are supposed to be modified and/or chosen by the user of the software.
 
Customizable data types for the Conley-Morse graphs computation program.
 
Data types for the dynamical systems data structures.