| 
    The Conley-Morse Graphs Software
    
   | 
 
The Conley index pair computation. More...
#include <iostream>#include <algorithm>#include <new>#include <memory>#include "chomp/system/textfile.h"#include "chomp/system/timeused.h"#include "chomp/struct/hashsets.h"#include "chomp/cubes/cube.h"#include "config.h"#include "typedefs.h"#include "spacewrap.h"Go to the source code of this file.
Classes | |
| class | EmptyIndexPair | 
| The empty index pair class simulates an empty index pair.  More... | |
| class | IndexPair< mapcomp, cubetype, cubsettype > | 
| A generic class that computes an index pair given the isolating neighborhood and a means to compute the multivalued cubical map.  More... | |
The Conley index pair computation.
This file contains the definition of routines for the computation of the Conley index pair using a combinatorial cubical multivalued map.
Definition in file indpair.h.