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

Map computation distance checker. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <memory>
#include <new>
#include <cmath>
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/homology/homology.h"
#include "config.h"
#include "typedefs.h"
#include "typeintv.h"

Go to the source code of this file.

Classes

class  MapDistance< cubetype, cubsettype >
 The map distance change tracker. More...
 

Detailed Description

Map computation distance checker.

This file contains the definition of routines for the verification of whether the interval images of cubes computed while computing the combinatorial map get closer to or farther from some subspaces. Please, note that the routines defined here should only be used from "cmsingle", not from "cmgraphs" itself. This is only a temporary hack introduced into the code to gather the data in question, don't rely on it to be efficient or user-friendly. Sorry about this!

Author
Pawel Pilarczyk

Definition in file mapdist.h.