The Conley-Morse Graphs Software
Typedefs | Variables
c_differ.h File Reference

Configuration for a sample difference equation. More...

#include "p_differ.h"
#include "m_differ.h"
#include "indknown.h"
#include "procmdec.h"

Go to the source code of this file.

Typedefs

typedef MapDifference theMapType
 Defines the type of the map to be used for the computations. More...
 

Variables

const int controlNumber = 31112
 The control number that is used to confirm the compatibility between the coordinator and workers. More...
 

Detailed Description

Configuration for a sample difference equation.

Author
Pawel Pilarczyk

Definition in file c_differ.h.

Typedef Documentation

◆ theMapType

Defines the type of the map to be used for the computations.

The corresponding header file must be included prior to this definition.

Definition at line 51 of file c_differ.h.

Variable Documentation

◆ controlNumber

const int controlNumber = 31112

The control number that is used to confirm the compatibility between the coordinator and workers.

Please, increase this number by 1 every time the configuration of the program changes substantially (e.g., different parameter ranges, different numbers of subintervals, or different maps are chosen).

Definition at line 79 of file c_differ.h.

Referenced by loadMorseDecCache(), Coordinator::Prepare(), Worker::Process(), and saveMorseDecCache().