The Conley-Morse Graphs Software
Classes
indcache.h File Reference

Cached Conley indices for a Morse decomposition. More...

#include <fstream>
#include <string>
#include <sstream>
#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "config.h"
#include "typedefs.h"
#include "conindex.h"
#include "morsedec.h"
#include "typedyns.h"
#include "bytecompr.h"
#include "byteutil.h"

Go to the source code of this file.

Classes

class  IndexCache
 Cached information on the Conley-Morse decompositions which contains information on computed Conley indices for Morse sets and also the information on whether the invariant part was proved to be empty for the sets with the trivial index. More...
 

Detailed Description

Cached Conley indices for a Morse decomposition.

This file contains the definition of a class for caching computed Conley indices for a Morse decomposition. The Conley indices can be saved to a file or retrieved from a file, including the information on a nontrivial invariant part for Morse sets with the trivial index.

Author
Pawel Pilarczyk

Definition in file indcache.h.